From: Christian Bauer Date: Mon, 11 Aug 2003 17:54:22 +0000 (+0000) Subject: finalized 1.1.2 X-Git-Tag: release_1-1-2^0 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=fc09410c67dad2f4aab7310aeec4f02d72fb6fa1;p=ginac.git finalized 1.1.2 --- diff --git a/NEWS b/NEWS index 32a4f951..876d4d59 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,11 @@ This file records noteworthy changes. -1.1.2 () +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 diff --git a/configure.ac b/configure.ac index b9a33070..7cf8539a 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/debian/changelog b/debian/changelog index 1965fa35..f2c0595a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ginac (1.1.2-1) unstable; urgency=low + + * New upstream (bugfix only) release. + + -- Christian Bauer Mon, 11 Aug 2003 15:54:24 +0200 + ginac (1.1.1-1) unstable; urgency=low * New upstream (bugfix only) release.