]> www.ginac.de Git - ginac.git/commitdiff
finalizing 1.2.3 release_1-2-3
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Fri, 13 Aug 2004 17:35:33 +0000 (17:35 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Fri, 13 Aug 2004 17:35:33 +0000 (17:35 +0000)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 0bc2945209d5995f1c0fe5aa8fe065480c17f4b7..a188df7f2ac95f295cd1f9d883d2bc3986e86b1c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,11 @@
 This file records noteworthy changes.
 
-1.2.3 (<date>)
+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
index db0cd7aceea6964edada248a1f54a5225f98e1f1..1d13b9804b0196d6ff73d5acac59e04bce01c227 100644 (file)
@@ -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)
index 8f6c456251736268bb9284107bd5d6bd80824dcb..22a1b28af5306e8eb4b3fe0c82c390d0abe8d9a8 100644 (file)
@@ -1,3 +1,9 @@
+ginac (1.2.3-1) unstable; urgency=low
+
+  * New upstream (bugfix only) release.
+
+ -- Richard Kreckel <kreckel@ginac.de>  Fri, 13 Aug 2004 14:11:25 +0200
+
 ginac (1.2.2-1) unstable; urgency=low
 
   * New upstream (bugfix only) release.