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

Released version 14.

parent 2c922df8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
sjrpc (14) unstable; urgency=low

  * New major update, API breaks, please read the doc.
  * New pluggable protocols (rpc, tunneling and vpn for now).
  * Still compatible with olders versions.
  * Use libev and pyev as event loop.
  * Updated and complete documentation.

 -- Antoine Millet <antoine.millet@smartjog.com>  Wed, 05 Oct 2011 18:46:04 +0200

sjrpc (13) unstable; urgency=low

  * Fixed a bug with dropped connections and async requests.
+1 −1
Original line number Diff line number Diff line
@@ -23,4 +23,4 @@ import sjrpc.core
import sjrpc.server
import sjrpc.utils

__version__ = '14~dev'
__version__ = '14'