]> www.ginac.de Git - ginac.git/commitdiff
* Finalize version 1.0.11. release_1-0-11
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 18 Sep 2002 20:01:50 +0000 (20:01 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 18 Sep 2002 20:01:50 +0000 (20:01 +0000)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 46bed92ed6dcb2c629d470719020362c301ee3ca..764bcd04589c34493769b1118c4a3845bd709e90 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ This file records noteworthy changes.
   delta or metric tensors.
 * Computing the derivative of a power series object with respect to a symbol
   that is not the expansion variable now works correctly.
+* Several bugfixes in code generation.
 
 1.0.10 (24 July 2002)
 * Powers of indexed objects are now parenthesized correctly in LaTeX output.
index 020fb7f138d39fee11b19ba4c7d566466c8127cd..5052d1d099b5a568f9765df6f929d7a70c36a561 100644 (file)
@@ -20,9 +20,9 @@ dnl (don't we all *love* M4?)...
 
 GINACLIB_MAJOR_VERSION=1
 GINACLIB_MINOR_VERSION=0
-GINACLIB_MICRO_VERSION=10
+GINACLIB_MICRO_VERSION=11
 GINACLIB_INTERFACE_AGE=0
-GINACLIB_BINARY_AGE=10
+GINACLIB_BINARY_AGE=11
 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION
 
 AC_SUBST(GINACLIB_MAJOR_VERSION)
index acb733e86a648d58b336c4edc271548d53b35cf4..e31317b3abf398eb49227d742051a03a609b06f9 100644 (file)
@@ -1,3 +1,9 @@
+ginac (1.0.11-1) unstable; urgency=low
+
+  * New upstream (bugfix only) release.
+
+ -- Richard Kreckel <kreckel@ginac.de>  Wed, 18 Sep 2002 16:45:05 +0200
+
 ginac (1.0.10-1) unstable; urgency=low
 
   * New upstream (bugfix only) release.