Menu

[r74]: / trunk / ChangeLog  Maximize  Restore  History

Download this file

50 lines (33 with data), 2.0 kB

2015-07-27  Sebastien Vincent <sebastien.vincent@cppextrem.com>

  * Version 0.6      : - Uses poll() instead of select();
                       - Drop MS Windows build support.
	
2014-07-27  Sebastien Vincent <sebastien.vincent@cppextrem.com>

  * Version 0.5      : - Refactoring to use entity/value/resources patterns;
                       - Autotools support (contributed by Hugo Mildenberger);
                       - Minor fixes.

2012-02-22  Sebastien Vincent <sebastien.vincent@cppextrem.com>

  * Version 0.4     : - HTTP JSON-RPC client (contributed by Brian Panneton);
                      - Bugs fixes.

2011-05-06  Sebastien Vincent <sebastien.vincent@cppextrem.com>

  * Version 0.3     : - Thread and mutex support;
                      - Switch to LGPLv3 license.

2009-05-27  Sebastien Vincent <sebastien.vincent@cppextrem.com>

  * Version 0.2     : - Batched call support;
                      - Possibility to compile with debug symbols;
                      - Add NetstringException class;
                      - Add simple JSON-RPC TCP and UDP client examples;
                      - Add unit tests (with CppUnit);
                      - Add scons help documentation (scons -h);
                      - Add JsonRpc-Cpp version in jsonrpc.h;
                      - Support for MS Windows (MinGW only);
                      - Add JsonCpp installation howto.

2009-03-10  Sebastien Vincent <sebastien.vincent@cppextrem.com>

  * Version 0.1.3   : - Port to MacOS X;
                      - Fix a valgrind error;
                      - Scons doxygen target is always built.

2008-11-17  Sebastien Vincent <sebastien.vincent@cppextrem.com>

  * Version 0.1.2   : - Fix undecoded netstring in TcpServer;
                      - Fix "system.describe" response structure ("result" field);
                      - Add doxygen command for scons.

2008-09-22  Sebastien Vincent <sebastien.vincent@cppextrem.com>
  
  * Initial version.