From 1450c0649dc1f1414fd8e051b8d452f4adcb4b24 Mon Sep 17 00:00:00 2001 From: Reinhard Pfau Date: Fri, 6 Jun 2008 10:47:33 +0000 Subject: [PATCH 1/1] libt2n: (reinhard) bugfix in example configure.in. update some informational files. --- AUTHORS | 2 +- ChangeLog | 2 ++ README | 9 ++++++--- examples-codegen/example1/configure.in | 2 +- examples-codegen/example2/configure.in | 2 +- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index dd5adfd..af75604 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,4 +5,4 @@ Main developers: Contributors in alphabetical order, see Changelog for full details: - Nobody contributed yet :-) + Robert Huitl diff --git a/ChangeLog b/ChangeLog index b91212f..ff74356 100644 --- 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 --- 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/ diff --git a/examples-codegen/example1/configure.in b/examples-codegen/example1/configure.in index e578787..87ff775 100644 --- a/examples-codegen/example1/configure.in +++ b/examples-codegen/example1/configure.in @@ -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) diff --git a/examples-codegen/example2/configure.in b/examples-codegen/example2/configure.in index 0e9473f..7b1ae02 100644 --- a/examples-codegen/example2/configure.in +++ b/examples-codegen/example2/configure.in @@ -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) -- 1.7.1