Loading debian/changelog +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. Loading sjrpc/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,4 +21,4 @@ import sjrpc.server import sjrpc.client import sjrpc.utils __version__ = 12 __version__ = 13 Loading
debian/changelog +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. Loading
sjrpc/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,4 +21,4 @@ import sjrpc.server import sjrpc.client import sjrpc.utils __version__ = 12 __version__ = 13