X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=README;h=00c06ea43d9286bd0d36a161dac971e4cb1a47dc;hp=dec61cfa009f11476c314524e7200ce94ef23d1a;hb=ef51c848bee7f082b2fc42e4e3802c1155edf550;hpb=53d607438c3824a6f1e540d06f5716148f6496a5 diff --git a/README b/README index dec61cf..00c06ea 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -libt2n version 0.3 +libt2n version 0.4 ------------------------------------------------------------------- libt2n (talk2neighbor) is a C++ IPC (inter process communication) library with an additional code generator (libt2n-codegen). @@ -16,10 +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 -------- -* Fixed a bug in the automatic code generator -* Updated autoconf suite +Changes from 0.3 +---------------- +* 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 You'll find the newest version of libt2n at: http://www.intra2net.com/de/produkte/opensource/libt2n/