Browse Source

* Version 1.1.7 released.

master
Richard Kreckel 21 years ago
parent
commit
2cebc3f5dc
  1. 4
      ChangeLog
  2. 14
      NEWS
  3. 4
      configure.ac

4
ChangeLog

@ -1,3 +1,7 @@
2004-05-02 Richard B. Kreckel <kreckel@ginac.de>
* Version 1.1.7 released.
2004-05-02 Richard B. Kreckel <kreckel@ginac.de>
* examples/pi.cc and examples/pi.1: New files.

14
NEWS

@ -1,4 +1,18 @@
2004-05-02, version 1.1.7
=========================
Implementation changes
----------------------
* Fixed two corner case bugs in cl_LF multiplication and sqrt.
* Workaround GCC 3.[123] compiler bug.
* Parallel build should work reliably now.
2004-01-01, version 1.1.6
=========================
Functional changes
------------------

4
configure.ac

@ -79,7 +79,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=3
CL_REVISION=0
CL_REVISION=1
CL_AGE=0
dnl make substitutions
AC_SUBST(CL_CURRENT)
@ -88,7 +88,7 @@ AC_SUBST(CL_AGE)
dnl release version
CL_VERSION_MAJOR=1
CL_VERSION_MINOR=1
CL_VERSION_PATCHLEVEL=6
CL_VERSION_PATCHLEVEL=7
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