]> www.ginac.de Git - ginac.git/commitdiff
* Huh, huh...
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 19 Dec 2001 19:16:48 +0000 (19:16 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 19 Dec 2001 19:16:48 +0000 (19:16 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 7ca5aeb93c2703655dd941594c694637fe120e5c..eacd442e217caa0c11fbdf48cd16c6abd832a633 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,14 @@
 This file records noteworthy changes.
 
-1.0.2 (<date>)
-* 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.
index bde72eb4773c22a4b9df746bd5593c151b243a97..873a05244a561ddbcca7fad933d2001907c9ccfd 100644 (file)
@@ -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)