Skip to content
Snippets Groups Projects
Select Git revision
  • 21a204357011338fccb5614043fb8a487bb8ac37
  • master default protected
  • v19
  • v18
  • v17
  • v16
  • v15
  • v14
  • v3
  • v13
  • v12
  • v2
  • v1
  • v11
  • v10
  • v9
  • v8
  • v7
  • v6
  • v5
  • v4
21 results

changelog

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    changelog 4.40 KiB
    sjrpc (18~dev) unstable; urgency=low
    
      * Development release
    
     -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 18 Jun 2012 14:34:23 +0200
    
    sjrpc (17) unstable; urgency=low
    
      * Changed license from GPLv2 to LGPLv3.
      * Fixed bug in socket reader function.
    
     -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 21 Nov 2011 11:17:27 +0100
    
    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).
    
     -- Antoine Millet <antoine.millet@smartjog.com>  Thu, 06 Oct 2011 15:04:16 +0200
    
    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.
    
     -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 02 May 2011 10:59:17 +0200
    
    sjrpc (12) unstable; urgency=low
    
      * [bug#4062] Added usage of SO_KEEPALIVE flag on sjrpc sockets.
    
     -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 21 Mar 2011 14:49:56 +0100
    
    sjrpc (11) unstable; urgency=low
    
      * [bug#3961] New argument appeared to set a global call timeout.
      * Fixed bug with ssl error handling.
    
     -- Antoine Millet <antoine.millet@smartjog.com>  Wed, 16 Feb 2011 18:38:12 +0100
    
    sjrpc (10) unstable; urgency=low
    
      * Logging of sjrpc now use only "debug" verbosity.
      * Calls now raise an exception if RpcConnection is disconnected from its peer.
      * Fixed logging calls with format string.
      * Code cleanup with the help of pylint.
    
     -- Antoine Millet <antoine.millet@smartjog.com>  Tue, 08 Feb 2011 13:24:56 +0100
    
    sjrpc (9) unstable; urgency=low
    
      * Fixed the uuid bug
      * Fixed a lot of bugs (disconnection, HUP, shutdown)
      * Added feature to embed data on asynchronous calls
      * Added timeout feature on (remote) call method
    
     -- Antoine Millet <antoine.millet@smartjog.com>  Wed, 02 Feb 2011 11:43:07 +0100
    
    sjrpc (8) unstable; urgency=low
    
      * Added a shutdown_client method on SimpleRpcServer manager to disconnect a
        client before to calling the disconnection callback.
      * Added getpeername method on RpcConnection class.
      * Removed exception name in RpcError.__str__ result.
    
     -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 10 Jan 2011 18:33:36 +0100
    
    sjrpc (7) unstable; urgency=low
    
      * Added retrieval of a proxified method by getitem.
      * Fixed bug with polling object.
    
     -- Antoine Millet <antoine.millet@smartjog.com>  Thu, 30 Dec 2010 11:46:38 +0100
    
    sjrpc (6-1) unstable; urgency=low
    
      * Added connection timeout
    
     -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 27 Dec 2010 12:08:52 +0100
    
    sjrpc (5-1) unstable; urgency=low
    
      * Fixed bugs
    
     -- Antoine Millet <antoine.millet@smartjog.com>  Wed, 22 Dec 2010 16:59:14 +0100
    
    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
    
    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