From 2cebc3f5dc9d08cd2367ade086b633f9ea977e1d Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sun, 2 May 2004 19:54:10 +0000 Subject: [PATCH] * Version 1.1.7 released. --- ChangeLog | 4 ++++ NEWS | 14 ++++++++++++++ configure.ac | 4 ++-- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 78a1ce6..05d7c46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-05-02 Richard B. Kreckel + + * Version 1.1.7 released. + 2004-05-02 Richard B. Kreckel * examples/pi.cc and examples/pi.1: New files. diff --git a/NEWS b/NEWS index 52639dd..55d208e 100644 --- a/NEWS +++ b/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 ------------------ diff --git a/configure.ac b/configure.ac index d6ba968..0ac6a45 100644 --- a/configure.ac +++ b/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)