]> www.ginac.de Git - cln.git/commitdiff
* prepare for release 1.1.2.
authorRichard Kreckel <kreckel@ginac.de>
Tue, 24 Jul 2001 13:09:34 +0000 (13:09 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Tue, 24 Jul 2001 13:09:34 +0000 (13:09 +0000)
ChangeLog
NEWS
README
configure.in

index d6272fcd779f824c9bcc61915cc912760889212a..6e2fd6d290b7070febda0d4993d7c7d824e0862e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
diff --git a/NEWS b/NEWS
index 8878c3807673a3c9d5d7be3bd3b37c8172defad3..2c058570c96f9cc8c826c9383049209cea652a2c 100644 (file)
--- 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 9e9793a0775eac76e6deef08e43d07a606081d0f..f8b520bf3b356be1f887cf8724989a4b1b6e673f 100644 (file)
--- 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
 
index 5ce4df06c6533311a2badd91684854210d9060f9..68ffa38404e1261367fc75cc5721f57a7dbe6f80 100644 (file)
@@ -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)