libt2n: (reinhard) bugfix in example configure.in. update some informational files.
authorReinhard Pfau <reinhard.pfau@intra2net.com>
Fri, 6 Jun 2008 10:47:33 +0000 (10:47 +0000)
committerReinhard Pfau <reinhard.pfau@intra2net.com>
Fri, 6 Jun 2008 10:47:33 +0000 (10:47 +0000)
AUTHORS
ChangeLog
README
examples-codegen/example1/configure.in
examples-codegen/example2/configure.in

diff --git a/AUTHORS b/AUTHORS
index dd5adfd..af75604 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,4 +5,4 @@ Main developers:
 Contributors in alphabetical order,
 see Changelog for full details:
 
-  Nobody contributed yet :-)
+  Robert Huitl <robert@huitl.de>
index b91212f..ff74356 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ New in 0.4
 ----------
 * 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 in 0.3
diff --git a/README b/README
index dec61cf..ca202d2 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 -------------------------------------------------------------------
-libt2n version 0.3
+libt2n version 0.4
 -------------------------------------------------------------------
 libt2n (talk2neighbor) is a C++ IPC (inter process communication) library
 with an additional code generator (libt2n-codegen).
@@ -18,8 +18,11 @@ The complete manual is generated by doxygen in the doc directory.
 
 Changes
 -------
-* Fixed a bug in the automatic code generator
-* Updated autoconf suite
+* 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
 
 You'll find the newest version of libt2n at:
 http://www.intra2net.com/de/produkte/opensource/libt2n/
index e578787..87ff775 100644 (file)
@@ -5,6 +5,6 @@ AC_PROG_CXX
 AM_PROG_LIBTOOL
 
 dnl check for libt2n (library and code generator)
-LIBT2N_CHECK(libt2n = 0.2)
+LIBT2N_CHECK(libt2n >= 0.2)
 
 AC_OUTPUT(Makefile)
index 0e9473f..7b1ae02 100644 (file)
@@ -6,6 +6,6 @@ AC_LANG_CPLUSPLUS
 AC_PROG_CXX
 AM_PROG_LIBTOOL
 
-LIBT2N_CHECK(libt2n = 0.2)
+LIBT2N_CHECK(libt2n >= 0.2)
 
 AC_OUTPUT(Makefile)