libt2n-git Archives

Subject: C++ inter-process communication library branch, master, updated. v0.6-25-gcf902ca

From: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Tue, 5 May 2015 10:33:54 +0200 (CEST)
The branch, master has been updated
       via  cf902cadb87cc6f75ae92c2dc64742555dd4f0f0 (commit)
      from  a8f4c12d9f1736b038eb1f63bd5e2a07058cddd1 (commit)


- Log -----------------------------------------------------------------
commit cf902cadb87cc6f75ae92c2dc64742555dd4f0f0
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Tue May 5 10:33:52 2015 +0200

    Prepare libt2n 0.7 release

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt |    2 +-
 ChangeLog      |    8 ++++++++
 README         |   14 +++++++-------
 3 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index bc8e913..4505940 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
 # Project
 project(libt2n)
-set(VERSION 0.6)
+set(VERSION 0.7)
 set(PROTOCOL_VERSION 1) # protocol version used (integers, increase version if 
incompatible)
 set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}")
 
diff --git a/ChangeLog b/ChangeLog
index a6b1bc1..f839482 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+New in 0.7 - 2015-05-05
+-----------------------
+* 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
+
 New in 0.6 - 2011-05-20
 -----------------------
 * Switch license to GPLv2 + linking exception
diff --git a/README b/README
index 4835c18..27b5b4f 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 -------------------------------------------------------------------
-libt2n version 0.6
+libt2n version 0.7
 -------------------------------------------------------------------
 libt2n (talk2neighbor) is a C++ IPC (inter process communication) library
 with an additional code generator (libt2n-codegen).
@@ -16,13 +16,13 @@ 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.5
+Changes from 0.6
 ----------------
-* 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
+* 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


hooks/post-receive
-- 
C++ inter-process communication library

--
libt2n-git - see http://www.intra2net.com/en/developer/libt2n for details.
To unsubscribe send a mail to libt2n-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • C++ inter-process communication library branch, master, updated. v0.6-25-gcf902ca, libt2n-git <=