From: Richard Kreckel Date: Wed, 18 Sep 2002 20:01:50 +0000 (+0000) Subject: * Finalize version 1.0.11. X-Git-Tag: release_1-0-11^0 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=e0909883f133a031a8931a0280f465e3c4d6ffea;ds=sidebyside * Finalize version 1.0.11. --- diff --git a/NEWS b/NEWS index 46bed92e..764bcd04 100644 --- 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. diff --git a/configure.ac b/configure.ac index 020fb7f1..5052d1d0 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=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) diff --git a/debian/changelog b/debian/changelog index acb733e8..e31317b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ginac (1.0.11-1) unstable; urgency=low + + * New upstream (bugfix only) release. + + -- Richard Kreckel Wed, 18 Sep 2002 16:45:05 +0200 + ginac (1.0.10-1) unstable; urgency=low * New upstream (bugfix only) release.