From 2daf7421184395b5915c2b084fbc575821769046 Mon Sep 17 00:00:00 2001 From: Antoine Millet Date: Mon, 10 Jan 2011 18:33:59 +0100 Subject: [PATCH] Released version 8. --- debian/changelog | 9 +++++++++ sjrpc/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8437efc..13a6a79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +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 Mon, 10 Jan 2011 18:33:36 +0100 + sjrpc (7) unstable; urgency=low * Added retrieval of a proxified method by getitem. diff --git a/sjrpc/__init__.py b/sjrpc/__init__.py index d13ad25..453ac51 100644 --- a/sjrpc/__init__.py +++ b/sjrpc/__init__.py @@ -21,4 +21,4 @@ import sjrpc.server import sjrpc.client import sjrpc.utils -__version__ = 7 +__version__ = 8 -- GitLab