Skip to content
changelog 1.35 KiB
Newer Older
Antoine Millet's avatar
Antoine Millet committed
sjrpc (5-1) unstable; urgency=low

  * Fixed bugs

 -- Antoine Millet <antoine.millet@smartjog.com>  Wed, 22 Dec 2010 16:59:14 +0100

Antoine Millet's avatar
Antoine Millet committed
sjrpc (4-1) unstable; urgency=low

  * Added a new constructor "from_sock" to SimpleRpcClient class.
  * Added a new constructor "from_addr" to SimpleRpcClient class.
  * /!\ API MODIFICATION /!\ The SimpleRpcClient constructor now takes 
    an RpcConnection object instead of directly a socket object.
  * New method start on ConnectionManager allow to run the main loop in a new thread.
  * Threaded caller now execute the thread as a daemon thread.
  * Added a new constructor "from_addr" to RpcConnection class.

 -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 20 Dec 2010 14:04:06 +0100

Antoine Millet's avatar
Antoine Millet committed
sjrpc (3-1) unstable; urgency=low

  * Fixed a bug that disallow to send a large amound of
    data in a single message.

 -- Antoine Millet <antoine.millet@smartjog.com>  Thu, 16 Dec 2010 12:47:05 +0100

sjrpc (2-1) unstable; urgency=low

  * Added is_running method on ConnectionManager
  * Added get_handler method on ConnectionManager
  * Compatibility with SSL sockets (added SimpleSslRpcServer
    to handle ssl clients)

 -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 13 Dec 2010 18:56:12 +0100

sjrpc (1-1) unstable; urgency=low

  * Initial release.

 -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 06 Dec 2010 14:42:27 +0100