Commit ea655571 authored by Antoine Millet's avatar Antoine Millet
Browse files

Released version 13.

parent 90ca6796
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
sjrpc (13) unstable; urgency=low

  * Fixed a bug with dropped connections and async requests.

 -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 02 May 2011 10:59:17 +0200

sjrpc (12) unstable; urgency=low

  * [bug#4062] Added usage of SO_KEEPALIVE flag on sjrpc sockets.
+1 −1
Original line number Diff line number Diff line
@@ -21,4 +21,4 @@ import sjrpc.server
import sjrpc.client
import sjrpc.utils

__version__ = 12
__version__ = 13