Release libt2n 0.5 v0.5
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Sat, 7 Feb 2009 10:12:47 +0000 (11:12 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Sat, 7 Feb 2009 10:12:47 +0000 (11:12 +0100)
ChangeLog
README
configure.in
libt2n.spec.in

index ff74356..7ef96e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+New in 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
+
 New in 0.4
 ----------
 * Fix build of documentation for "out of tree" builds
diff --git a/README b/README
index 8617034..0c2608a 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 -------------------------------------------------------------------
-libt2n version 0.4
+libt2n version 0.5
 -------------------------------------------------------------------
 libt2n (talk2neighbor) is a C++ IPC (inter process communication) library
 with an additional code generator (libt2n-codegen).
@@ -16,21 +16,16 @@ 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.4
 ----------------
-* 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
+* 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
 
 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-2009 Intra2net AG
 -------------------------------------------------------------------
index ed1eb1e..1d2bad1 100644 (file)
@@ -2,7 +2,7 @@ AC_INIT(configure.in)
 
 AM_CONFIG_HEADER(config.h)
 dnl AC_CONFIG_HEADERS([config.h:config.h.in])
-AM_INIT_AUTOMAKE(libt2n, 0.4)
+AM_INIT_AUTOMAKE(libt2n, 0.5)
 
 AC_DEFINE(PROTOCOL_VERSION, 1, [protocol version used (integers, increase version if incompatible)])
 
index 82e0634..36a9c27 100644 (file)
@@ -1,7 +1,7 @@
 Summary:   talk2neighbor - C++ IPC library
 Name:      libt2n
 Version:   @VERSION@
-Release:   2
+Release:   1
 Copyright: LGPL
 Group:     Intranator
 Vendor:    Intra2net AG