X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=README;h=27b5b4feec9384c0c51cf792c2d96c9afe38189f;hp=8617034acc726649832d1e40a5b1d51dc2c753e6;hb=cf902cadb87cc6f75ae92c2dc64742555dd4f0f0;hpb=d640e9d9d514beddfbe7d2a66f964742efbd6fa0 diff --git a/README b/README index 8617034..27b5b4f 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -libt2n version 0.4 +libt2n version 0.7 ------------------------------------------------------------------- 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.6 ---------------- -* 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 +* add support for external select() calls +* reset timeout if connection is active +* cmake build system and general cmake support +* prevent buffer overflow with overlong socket paths +* fix compilation with newer gcc / glibc versions You'll find the newest version of libt2n at: http://www.intra2net.com/en/developer/libt2n ------------------------------------------------------------------- -www.intra2net.com 2006-2008 Intra2net AG +www.intra2net.com 2006-2015 Intra2net AG -------------------------------------------------------------------