Commit 2daf7421 authored by Antoine Millet's avatar Antoine Millet
Browse files

Released version 8.

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

  * Added a shutdown_client method on SimpleRpcServer manager to disconnect a
    client before to calling the disconnection callback.
  * Added getpeername method on RpcConnection class.
  * Removed exception name in RpcError.__str__ result.

 -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 10 Jan 2011 18:33:36 +0100

sjrpc (7) unstable; urgency=low

  * Added retrieval of a proxified method by getitem.
+1 −1
Original line number Diff line number Diff line
@@ -21,4 +21,4 @@ import sjrpc.server
import sjrpc.client
import sjrpc.utils

__version__ = 7
__version__ = 8