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
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)
+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.