]> www.ginac.de Git - ginac.git/commitdiff
* Bump version number. release_1-0-1
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Thu, 22 Nov 2001 19:33:58 +0000 (19:33 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Thu, 22 Nov 2001 19:33:58 +0000 (19:33 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c9a95422feda1058b2f709733d173f830a729d5f..b2ad1a42448794c5a3d80eceaaaecb0b5b38467d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
 This file records noteworthy changes.
 
+1.0.1 (22 November 2001)
+* Function sqrfree() handles a few more cases now.
+* Class relational has real canonical ordering now.
+* Handle obscene libreadline version numbers when building ginsh.
+
 1.0.0 (6 November 2001)
 * Some internal reorganization resulting in a general speed-up.
 * The last 3 evaluated expressions in ginsh are now referred to with the
index 23806ac869bf553bc9e017813f99fc62c2c6adef..bde72eb4773c22a4b9df746bd5593c151b243a97 100644 (file)
@@ -20,9 +20,9 @@ dnl (don't we all *love* M4?)...
 
 GINACLIB_MAJOR_VERSION=1
 GINACLIB_MINOR_VERSION=0
-GINACLIB_MICRO_VERSION=0
-GINACLIB_INTERFACE_AGE=0
-GINACLIB_BINARY_AGE=0
+GINACLIB_MICRO_VERSION=1
+GINACLIB_INTERFACE_AGE=1
+GINACLIB_BINARY_AGE=1
 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION
 
 AC_SUBST(GINACLIB_MAJOR_VERSION)