From beb66cf351617bb599db7da5535fe10f4e776f5c Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Tue, 24 Jul 2001 13:09:34 +0000 Subject: [PATCH] * prepare for release 1.1.2. --- ChangeLog | 5 +++++ NEWS | 9 +++++++++ README | 2 +- configure.in | 4 ++-- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d6272fc..6e2fd6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-07-24 Richard Kreckel + + * src/base/hash/cl_hash.h: declare _cl_hashtable_iterator a + friend of cl_heap_hashtable. + 2000-07-22 Richard Kreckel * src/float/base/cl_ieee.cc: try to do magic to the FPU only if diff --git a/NEWS b/NEWS index 8878c38..2c05857 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +2001-07-xx, version 1.1.2 + +Implementation changes +---------------------- + +* Minor cleanups and portability issues. + (No need to upgrade if you have been happy so far.) + + 2001-05-31, version 1.1.1 ========================= diff --git a/README b/README index 9e9793a..f8b520b 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Class Library for Numbers -Copyright (c) Bruno Haible 1988-2000 +Copyright (c) Bruno Haible 1988-2001 GPL diff --git a/configure.in b/configure.in index 5ce4df0..68ffa38 100644 --- a/configure.in +++ b/configure.in @@ -80,7 +80,7 @@ dnl CL_CURRENT and set CL_REVISION to 0, dnl * if any functions/classes have been added, increment CL_AGE, dnl * if backwards compatibility has been broken, set CL_AGE to 0. CL_CURRENT=2 -CL_REVISION=0 +CL_REVISION=1 CL_AGE=0 dnl make substitutions AC_SUBST(CL_CURRENT) @@ -89,7 +89,7 @@ AC_SUBST(CL_AGE) dnl release version CL_VERSION_MAJOR=1 CL_VERSION_MINOR=1 -CL_VERSION_PATCHLEVEL=1 +CL_VERSION_PATCHLEVEL=2 dnl release version for cln/config.h, so it can be tested by the preprocessor AC_DEFINE_UNQUOTED(CL_VERSION_MAJOR, $CL_VERSION_MAJOR) AC_DEFINE_UNQUOTED(CL_VERSION_MINOR, $CL_VERSION_MINOR)