]> www.ginac.de Git - ginac.git/commitdiff
finalized 1.1.2 release_1-1-2
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Mon, 11 Aug 2003 17:54:22 +0000 (17:54 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Mon, 11 Aug 2003 17:54:22 +0000 (17:54 +0000)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 32a4f95172af6418e14a7dbe4a9017e8d65ccd2c..876d4d59036457e3c2f2484e5c4495563e851055 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,11 @@
 This file records noteworthy changes.
 
-1.1.2 (<date>)
+1.1.2 (11 August 2003)
 * Fixed a bug in the unarchiving of sums and products: terms were not
   reordered in a canonical way.
 * Fixed a bug in normal()/numer_denom(): denominator was not made unit
   normal if it was a simple number
+* Improved the speed of subs() in some cases.
 
 1.1.1 (18 June 2003)
 * lst (and exprseq) provide iterators for read-only element access. For
index b9a3307019b3901445c12de538d797dfc82fc226..7cf8539a4544fc951156bfef680e92b96a0e752b 100644 (file)
@@ -20,9 +20,9 @@ dnl (don't we all *love* M4?)...
 
 GINACLIB_MAJOR_VERSION=1
 GINACLIB_MINOR_VERSION=1
-GINACLIB_MICRO_VERSION=1
+GINACLIB_MICRO_VERSION=2
 GINACLIB_INTERFACE_AGE=0
-GINACLIB_BINARY_AGE=1
+GINACLIB_BINARY_AGE=2
 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION
 
 AC_SUBST(GINACLIB_MAJOR_VERSION)
index 1965fa352dad3f692e0b96fc3b38913e522a12df..f2c0595a1ede27a8422553ffe20598f446dd2529 100644 (file)
@@ -1,3 +1,9 @@
+ginac (1.1.2-1) unstable; urgency=low
+
+  * New upstream (bugfix only) release.
+
+ -- Christian Bauer <cbauer@ginac.de>  Mon, 11 Aug 2003 15:54:24 +0200
+
 ginac (1.1.1-1) unstable; urgency=low
 
   * New upstream (bugfix only) release.