From: Richard Kreckel Date: Sun, 27 Jan 2002 20:59:12 +0000 (+0000) Subject: * Bump up versions to 1.0.5, adjust dates. X-Git-Tag: release_1-0-6~7 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=7682d7a967d5df4e3d45fd47b4b96ee33daa48bf * Bump up versions to 1.0.5, adjust dates. --- diff --git a/NEWS b/NEWS index bd43d5aa..a86ac596 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,14 @@ This file records noteworthy changes. -1.0.5 () +1.0.5 (27 January 2002) * (l)degree(s), coeff(s, n) and collect(s) were extended to accept expressions of any class (except add/mul/ncmul/numeric) for "s". They should even work if "s" is a "power" object, as long as the exponent is non-integer, but with some limitations. For example, you can "collect(a*2^x+b*2^x, 2^x)" to get "(a+b)*2^x", but "degree(2^(3*x), 2^x)" yields 0 instead of 3). +* Fixed a small output bug. -1.0.4 (24 January 2001) +1.0.4 (24 January 2002) * Speedup in expand(). * Faster Bernoulli numbers (Markus Nullmeier). * Some minor bugfixes and documentation updates. diff --git a/configure.ac b/configure.ac index a964af10..3bc8fb8f 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=0 -GINACLIB_MICRO_VERSION=4 -GINACLIB_INTERFACE_AGE=2 -GINACLIB_BINARY_AGE=4 +GINACLIB_MICRO_VERSION=5 +GINACLIB_INTERFACE_AGE=3 +GINACLIB_BINARY_AGE=5 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 eb5d4f59..9b49f369 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ginac (1.0.5-1) unstable; urgency=low + + * New upstream (bugfix only) release. + + -- Richard Kreckel Sun, 27 Jan 2002 19:41:32 +0100 + ginac (1.0.4-1) unstable; urgency=low * New upstream (bugfix only) release.