X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=README;h=4835c18b41a3343d63d89514c85d32bb13167cec;hp=00c06ea43d9286bd0d36a161dac971e4cb1a47dc;hb=a8f4c12d9f1736b038eb1f63bd5e2a07058cddd1;hpb=9a5d7790b094439b9a6f16983e20493c0e43ee02 diff --git a/README b/README index 00c06ea..4835c18 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -libt2n version 0.4 +libt2n version 0.6 ------------------------------------------------------------------- libt2n (talk2neighbor) is a C++ IPC (inter process communication) library with an additional code generator (libt2n-codegen). @@ -16,21 +16,17 @@ shared memory or other mechanisms. Serializing all the complex objects is done with Boost serialization. The complete manual is generated by doxygen in the doc directory. -Changes from 0.3 +Changes from 0.5 ---------------- -* Add Client-Wrappers, see examples-codegen/example1-client-wrapper how to - use them -* API-incompatible change: - command_client now takes a client_connection pointer instead of a reference -* Fix build of documentation for "out of tree" builds -* Fixed a bug with nested namespaces -* Fixed a bug with incomplete writes (Robert Huitl) -* Provide access to buffer/block sizes of socket handler -* Updated documentation +* Switch license to GPLv2 + linking exception +* Don't rethrow unknown exceptions +* Migrate to Boost unit test framework +* gccxml wrapper: Filter -pthread from newer gcc versions +* rpm package: Build in parallel You'll find the newest version of libt2n at: -http://www.intra2net.com/de/produkte/opensource/libt2n/ +http://www.intra2net.com/en/developer/libt2n ------------------------------------------------------------------- -www.intra2net.com 2006-2008 Intra2net AG +www.intra2net.com 2006-2015 Intra2net AG -------------------------------------------------------------------