From 85248d114dd51ade7a018249566ba1d9598ae4b2 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 20 May 2011 17:00:47 +0200 Subject: [PATCH] Update README --- ChangeLog | 2 +- README | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) 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 ------------------------------------------------------------------- -- 1.7.1