Commit 8d93a63f authored by Antoine Millet's avatar Antoine Millet
Browse files

Released version 9.

parent 8bbae06a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
sjrpc (9) unstable; urgency=low

  * Fixed the uuid bug
  * Fixed a lot of bugs (disconnection, HUP, shutdown)
  * Added feature to embed data on asynchronous calls
  * Added timeout feature on (remote) call method

 -- Antoine Millet <antoine.millet@smartjog.com>  Wed, 02 Feb 2011 11:43:07 +0100

sjrpc (8) unstable; urgency=low

  * Added a shutdown_client method on SimpleRpcServer manager to disconnect a
+1 −1
Original line number Diff line number Diff line
@@ -21,4 +21,4 @@ import sjrpc.server
import sjrpc.client
import sjrpc.utils

__version__ = 8
__version__ = 9