From a8c9bd50df2cc8af2dbd29f8063ed1ebfda59228 Mon Sep 17 00:00:00 2001
From: Antoine Millet <antoine.millet@smartjog.com>
Date: Mon, 10 Oct 2011 10:38:24 +0200
Subject: [PATCH] Released version 16.

---
 debian/changelog  | 8 ++++++++
 sjrpc/__init__.py | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 54d7b42..08b9118 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+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).
diff --git a/sjrpc/__init__.py b/sjrpc/__init__.py
index d752088..e532a9a 100644
--- a/sjrpc/__init__.py
+++ b/sjrpc/__init__.py
@@ -19,4 +19,4 @@ The library is separated into three parts:
 
 '''
 
-__version__ = '15'
+__version__ = '16'
-- 
GitLab