Cmake helper: Fix configure_file invocation
[libt2n] / README
diff --git a/README b/README
index 0c2608a..27b5b4f 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 -------------------------------------------------------------------
-libt2n version 0.5
+libt2n version 0.7
 -------------------------------------------------------------------
 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.6
 ----------------
-* 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
+* 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-2009 Intra2net AG
+www.intra2net.com                            2006-2015 Intra2net AG
 -------------------------------------------------------------------