diff --git a/debian/changelog b/debian/changelog index b3496bce7b85bec5d16adec107e3d656b31b43ee..20c258c273f89add121d009071d9275a7033fd03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sjrpc (11) unstable; urgency=low + + * [bug#3961] New argument appeared to set a global call timeout. + * Fixed bug with ssl error handling. + + -- Antoine Millet Wed, 16 Feb 2011 18:38:12 +0100 + sjrpc (10) unstable; urgency=low * Logging of sjrpc now use only "debug" verbosity. diff --git a/sjrpc/__init__.py b/sjrpc/__init__.py index 826171a03653c306d7479fe39bb6aed6c2298d85..c7994d9a96121f03f2922a27d08b91bd087b145c 100644 --- a/sjrpc/__init__.py +++ b/sjrpc/__init__.py @@ -21,4 +21,4 @@ import sjrpc.server import sjrpc.client import sjrpc.utils -__version__ = 10 +__version__ = 11