Browse Source

* prepare for release 1.1.2.

master
Richard Kreckel 24 years ago
parent
commit
beb66cf351
  1. 5
      ChangeLog
  2. 9
      NEWS
  3. 2
      README
  4. 4
      configure.in

5
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

9
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
=========================

2
README

@ -1,6 +1,6 @@
Class Library for Numbers
Copyright (c) Bruno Haible 1988-2000
Copyright (c) Bruno Haible 1988-2001
GPL

4
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)

Loading…
Cancel
Save