From ea65557180970dbb0bdb4f78270b000445e64f72 Mon Sep 17 00:00:00 2001 From: Antoine Millet Date: Mon, 2 May 2011 11:02:27 +0200 Subject: [PATCH] Released version 13. --- debian/changelog | 6 ++++++ sjrpc/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 243650f..f729c80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sjrpc (13) unstable; urgency=low + + * Fixed a bug with dropped connections and async requests. + + -- Antoine Millet Mon, 02 May 2011 10:59:17 +0200 + sjrpc (12) unstable; urgency=low * [bug#4062] Added usage of SO_KEEPALIVE flag on sjrpc sockets. diff --git a/sjrpc/__init__.py b/sjrpc/__init__.py index 21c6299..db2a98f 100644 --- a/sjrpc/__init__.py +++ b/sjrpc/__init__.py @@ -21,4 +21,4 @@ import sjrpc.server import sjrpc.client import sjrpc.utils -__version__ = 12 +__version__ = 13 -- GitLab