+2000-07-24 Richard Kreckel <kreckel@ginac.de>
+
+ * src/base/hash/cl_hash.h: declare _cl_hashtable_iterator<htentry> a
+ friend of cl_heap_hashtable<htentry>.
+
2000-07-22 Richard Kreckel <kreckel@ginac.de>
* src/float/base/cl_ieee.cc: try to do magic to the FPU only if
+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
=========================
Class Library for Numbers
-Copyright (c) Bruno Haible 1988-2000
+Copyright (c) Bruno Haible 1988-2001
GPL
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)
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)