Share

JsonRpc-Cpp

File Release Notes and Changelog

Release Name: jsonrpc-cpp-0.2

Notes:


Changes: 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.