From: Christian Bauer Date: Fri, 13 Aug 2004 17:35:33 +0000 (+0000) Subject: finalizing 1.2.3 X-Git-Tag: release_1-2-3 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=e9aaf34e854dedd3b78273af9c0b6472bc9be87c;p=ginac.git finalizing 1.2.3 --- diff --git a/NEWS b/NEWS index 0bc29452..a188df7f 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,11 @@ This file records noteworthy changes. -1.2.3 () +1.2.3 (13 August 2004) * Added variants of dirac_trace() and color_trace() that take the trace over more than one representation label by specifying a set or list of labels. * diracgamma::contract_with() uses Chisholm identities in 4 dimensions to produce more compact results. +* Fixed a bug in the series expansion of powers. * The --enable-html-doc and --enable-ps-doc configure options are gone. Documentation in HTML, DVI, PostScript, and PDF formats is now built with "make html", "make dvi", "make ps", and "make pdf", respectively. The only diff --git a/configure.ac b/configure.ac index db0cd7ac..1d13b980 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=2 -GINACLIB_MICRO_VERSION=2 +GINACLIB_MICRO_VERSION=3 GINACLIB_INTERFACE_AGE=0 -GINACLIB_BINARY_AGE=2 +GINACLIB_BINARY_AGE=3 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 8f6c4562..22a1b28a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ginac (1.2.3-1) unstable; urgency=low + + * New upstream (bugfix only) release. + + -- Richard Kreckel Fri, 13 Aug 2004 14:11:25 +0200 + ginac (1.2.2-1) unstable; urgency=low * New upstream (bugfix only) release.