From: Thomas Jarosch Date: Fri, 20 May 2011 15:00:47 +0000 (+0200) Subject: Update README X-Git-Tag: v0.6^0 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=85248d114dd51ade7a018249566ba1d9598ae4b2 Update README --- diff --git a/ChangeLog b/ChangeLog index 6542ec2..a6b1bc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -New in 0.6 - 2011-05-XX +New in 0.6 - 2011-05-20 ----------------------- * Switch license to GPLv2 + linking exception * Don't rethrow unknown exceptions diff --git a/README b/README index 0c2608a..5ecb78b 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -libt2n version 0.5 +libt2n version 0.6 ------------------------------------------------------------------- libt2n (talk2neighbor) is a C++ IPC (inter process communication) library with an additional code generator (libt2n-codegen). @@ -16,16 +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.4 +Changes from 0.5 ---------------- -* New project home -* Fixed calls to virtual functions in constructors/destructors -* Improvements for data transfers larger than 2 GB -* Fixed uninitialized variables causing random transfer problems +* 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/en/developer/libt2n ------------------------------------------------------------------- -www.intra2net.com 2006-2009 Intra2net AG +www.intra2net.com 2006-2011 Intra2net AG -------------------------------------------------------------------