From 899256c50fd923d6f123858f9afae7df237e4f07 Mon Sep 17 00:00:00 2001 From: Antoine Millet Date: Mon, 21 Mar 2011 14:50:18 +0100 Subject: [PATCH] Released version 12. --- debian/changelog | 6 ++++++ sjrpc/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 20c258c..243650f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sjrpc (12) unstable; urgency=low + + * [bug#4062] Added usage of SO_KEEPALIVE flag on sjrpc sockets. + + -- Antoine Millet Mon, 21 Mar 2011 14:49:56 +0100 + sjrpc (11) unstable; urgency=low * [bug#3961] New argument appeared to set a global call timeout. diff --git a/sjrpc/__init__.py b/sjrpc/__init__.py index c7994d9..21c6299 100644 --- a/sjrpc/__init__.py +++ b/sjrpc/__init__.py @@ -21,4 +21,4 @@ import sjrpc.server import sjrpc.client import sjrpc.utils -__version__ = 11 +__version__ = 12 -- GitLab