From: Richard Kreckel Date: Wed, 19 Dec 2001 19:16:48 +0000 (+0000) Subject: * Huh, huh... X-Git-Tag: release_1-0-2~3 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=115e9a522b24939c2ae5df8c409fdb7e70f2c605 * Huh, huh... --- diff --git a/NEWS b/NEWS index 7ca5aeb9..eacd442e 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,14 @@ This file records noteworthy changes. -1.0.2 () -* Input parser recognizes "sqrt()", which is also used in the output +1.0.2 (19 December 2001) +* Input parser recognizes "sqrt()", which is also used in the output. * divide(a,b,q) only modifies q if the division succeeds; also, divide(a,b,a) - works now + works now. * Fixed small bug in dummy index renaming which could cause it to not - recognize renamable indices in some cases + recognize renamable indices in some cases. * power::degree() and power::ldegree() throw an exception when encountering - a non-integer exponent + a non-integer exponent. +* Add output-support for Python bindings. 1.0.1 (22 November 2001) * Function sqrfree() handles a few more cases now. diff --git a/configure.ac b/configure.ac index bde72eb4..873a0524 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=1 -GINACLIB_INTERFACE_AGE=1 -GINACLIB_BINARY_AGE=1 +GINACLIB_MICRO_VERSION=2 +GINACLIB_INTERFACE_AGE=0 +GINACLIB_BINARY_AGE=2 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION AC_SUBST(GINACLIB_MAJOR_VERSION)