]> www.ginac.de Git - cln.git/commitdiff
* configure.in: adjust lt-versions, taking into account that a cln_1-1-1
authorRichard Kreckel <kreckel@ginac.de>
Thu, 31 May 2001 20:00:51 +0000 (20:00 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Thu, 31 May 2001 20:00:51 +0000 (20:00 +0000)
          change in prototype breaks compatibility in C++.  :-(
        * INSTALL: sync compiler options with doc/cln.tex.
        * NEWS: adjust date.

ChangeLog
INSTALL
NEWS
configure.in

index 7d485b608fc42c30a017ad6141d02026db3ad275..d1e7202a4ee7b3a9b4763273751e73250e05a83a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-31  Richard Kreckel  <kreckel@ginac.de>
+
+        * Version 1.1.1 released.
+
 2001-05-28  Richard Kreckel  <kreckel@ginac.de>
 
         * cln/cln.tex: documented problems with shared library on Sparc
diff --git a/INSTALL b/INSTALL
index 46a9cb1226d5e57aa1b6995fb3082c12ee41342f..329d20a9d64298a90c9e9e95265d0d94a6d7d093 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -29,9 +29,11 @@ to the CXXFLAGS. This will likely generate better code.
 
 If you use g++ from gcc-2.95.x on Sparc, add either "-O", "-O1" or
 "-O2 -fno-schedule-insns" to the CXXFLAGS. With full "-O2", g++ miscompiles
-the division routines. Also, on OSF/1 or Tru64 using gcc-2.95.x, you should
-specify --disable-shared because of linker problems with duplicate symbols
-in shared libraries.
+the division routines. If you use g++ older than 2.95.3 on Sparc you should
+also specify --disable-shared because of bad code produced in the shared
+library. Also, on OSF/1 or Tru64 using gcc-2.95.x, you should specify
+--disable-shared because of linker problems with duplicate symbols in shared
+libraries.
 
 More detailed installation instructions can be found in the documentation,
 in the doc/ directory.
diff --git a/NEWS b/NEWS
index 68ed33a4a737e38b1e931f6e90626597195efd7b..8878c3807673a3c9d5d7be3bd3b37c8172defad3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-2001-05-26, version 1.1.1
+2001-05-31, version 1.1.1
 =========================
 
 Implementation changes
index 2af8fc7f09d2098d6abbb8fc72fe9cd3c03ac768..0da2f3d00c0046fae8eab57e830f2601d96b8b04 100644 (file)
@@ -78,9 +78,9 @@ dnl * if any functions/classes have been added, removed or changed, increment
 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=1
-CL_REVISION=1
-CL_AGE=1
+CL_CURRENT=2
+CL_REVISION=0
+CL_AGE=0
 dnl make substitutions
 AC_SUBST(CL_CURRENT)
 AC_SUBST(CL_REVISION)