]> www.ginac.de Git - ginac.git/commitdiff
finalizing 1.2.4
authorJens Vollinga <vollinga@thep.physik.uni-mainz.de>
Tue, 12 Oct 2004 17:29:56 +0000 (17:29 +0000)
committerJens Vollinga <vollinga@thep.physik.uni-mainz.de>
Tue, 12 Oct 2004 17:29:56 +0000 (17:29 +0000)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 914c986ae343d99d913f201e4c2b555145f4c748..4ae5d3933b6dab4d867c9ca7b10c058f02164390 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,12 @@
 This file records noteworthy changes.
 
-1.2.4 (<date>)
+1.2.4 (12 October 2004)
 * binomial(n, k) evaluates for non-integer arguments n.
 * Fixed another bug in the series expansion of powers.
+* Li(2,x) now evaluates for +-I.
+* Fixed bug in Li(n,x) (if Li(2,x) was calculated with high precision the
+  enlargement of the look-up table caused a segmentation fault).
+* Optimized Li(2,x).
 
 1.2.3 (13 August 2004)
 * Added variants of dirac_trace() and color_trace() that take the trace over
index 1d13b9804b0196d6ff73d5acac59e04bce01c227..d1e49363cda13874b048a3bfe149d5108dc0d37c 100644 (file)
@@ -20,9 +20,9 @@ dnl (don't we all *love* M4?)...
 
 GINACLIB_MAJOR_VERSION=1
 GINACLIB_MINOR_VERSION=2
-GINACLIB_MICRO_VERSION=3
-GINACLIB_INTERFACE_AGE=0
-GINACLIB_BINARY_AGE=3
+GINACLIB_MICRO_VERSION=4
+GINACLIB_INTERFACE_AGE=1
+GINACLIB_BINARY_AGE=4
 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION
 
 AC_SUBST(GINACLIB_MAJOR_VERSION)
index 22a1b28af5306e8eb4b3fe0c82c390d0abe8d9a8..355d3128e472c228b01138e389e7d33d8925a677 100644 (file)
@@ -1,3 +1,9 @@
+ginac (1.2.4-1) unstable; urgency=low
+
+  * New upstream (bugfix only) release.
+
+ -- Richard Kreckel <kreckel@ginac.de>  Tue, 12 Oct 2004 15:30:13 +0200
+
 ginac (1.2.3-1) unstable; urgency=low
 
   * New upstream (bugfix only) release.