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

Released version 16.

parent ac89f2fa
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
sjrpc (16) unstable; urgency=low

  * Now process only one new connection by loop iteration, added tcp_backlog
    option. (Fix bug with large amound of connection)
  * Some minor improvement in exception management.

 -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 10 Oct 2011 10:36:50 +0200

sjrpc (15) unstable; urgency=low

  * Fixed bug with libev and Popen (SIGCHLD race condition bug).
+1 −1
Original line number Diff line number Diff line
@@ -19,4 +19,4 @@ The library is separated into three parts:

'''

__version__ = '15'
__version__ = '16'