Commit 060d8651 authored by Antoine Millet's avatar Antoine Millet
Browse files

Released version 18

parent 21a20435
Loading
Loading
Loading
Loading
+38 −5
Original line number Diff line number Diff line
sjrpc (18~dev) unstable; urgency=low

  * Development release

 -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 18 Jun 2012 14:34:23 +0200
sjrpc (18) unstable; urgency=low

  * Logging message emitted for unknown label protoctl is now a debug message
  * Added close_endpoint_on_shutdown option on TunnelProtocol
  * Fixed bug with initial get size
  * Send ready message only when tunnel is started
  * Fixed bug in TunnelProtocol when peer doesn't want more data
  * Implemented deferred responses
  * Fixed bug on tunnel shutdown when the connection is already down
  * Fixed "dictionary changed size during iteration" on connection shutdown
  * Added wait_timeout method on TunnelProtocol
  * Replaced close method by shutdown method in TunnelProtocol
  * Call Protocol shutdown in RpcProtocol shutdown
  * Default shutdown on Protocol now unregister it from connection
  * Tunnel now use Protocol.create_watcher instead of RpcConnection.create_watcher
  * Added create_watcher method on Protocol
  * Added raise_timeout option in wait and iter methods of AsyncWatcher
  * Added pop_call method on rpc protocol
  * Refactored access to special arguments on calls
  * Reduced write size on socket
  * Fixed bug with on_close argument
  * Changed default on_close callback privacy
  * Added a feature to avoid the autostart of tunnels
  * Fixed buf with SSL sockets in writer
  * Better error management on endpoint operations
  * Added a closing feature to tunnels
  * Added a property to get the endpoint
  * Added a property to get the tunnel socket (if available, or None)
  * Fixed bug in reader dispatch
  * Fixed bug in RpcConnection writer
  * Fixed repeated calls to shutdown method on a RpcConnection
  * Fix on_disconnect callback handling.
  * Fixed bug with server's client connection management
  * Removed get_handler and set_handler from the RpcConnection
  * Unexpected socket error on read now shutdown the connection
  * Async call with callback

 -- Antoine Millet <antoine.millet@smartjog.com>  Thu, 18 Oct 2012 16:38:31 +0200

sjrpc (17) unstable; urgency=low

+1 −1
Original line number Diff line number Diff line
@@ -15,4 +15,4 @@ The library is separated into three parts:
 * **utils** package contains some helpers used in previous libraries.
"""

__version__ = '18~dev'
__version__ = '18'