From 8543e5c0e24a6c24cfbae61f1c335eda00a04546 Mon Sep 17 00:00:00 2001 From: Jens Vollinga Date: Tue, 12 Oct 2004 17:29:56 +0000 Subject: [PATCH] finalizing 1.2.4 --- NEWS | 6 +++++- configure.ac | 6 +++--- debian/changelog | 6 ++++++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 914c986a..4ae5d393 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,12 @@ This file records noteworthy changes. -1.2.4 () +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 diff --git a/configure.ac b/configure.ac index 1d13b980..d1e49363 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=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) diff --git a/debian/changelog b/debian/changelog index 22a1b28a..355d3128 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ginac (1.2.4-1) unstable; urgency=low + + * New upstream (bugfix only) release. + + -- Richard Kreckel Tue, 12 Oct 2004 15:30:13 +0200 + ginac (1.2.3-1) unstable; urgency=low * New upstream (bugfix only) release. -- 2.49.0