From 2de927cdced45c321f6f00aef67edf9b653a1b67 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Thu, 22 Jan 2004 19:05:52 +0000 Subject: [PATCH] finalized 1.1.6 --- NEWS | 4 +++- configure.ac | 4 ++-- debian/changelog | 6 ++++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 0f2b33ba..1335e903 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ This file records noteworthy changes. -1.1.6 () +1.1.6 (22 January 2004) * Added a function option "dummy()" which means "no options". This simplifies the implementation of symbolic functions which are not to be further evaluated. @@ -8,6 +8,8 @@ This file records noteworthy changes. to hang for certain parameter combinations. * Fixed a bug in the calculation of hash values for indices that could lead to wrong results or bogus error messages from simplify_indexed(). +* Fixed a bug in the evaluation of harmonic polylogarithms for complex + arguments with positive imaginary part. 1.1.5 (5 November 2003) * Harmonic polylogarithms now numerically evaluate for arbitrary arguments diff --git a/configure.ac b/configure.ac index 63972c38..a189a867 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=1 -GINACLIB_MICRO_VERSION=5 +GINACLIB_MICRO_VERSION=6 GINACLIB_INTERFACE_AGE=0 -GINACLIB_BINARY_AGE=5 +GINACLIB_BINARY_AGE=6 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 e8c3f3e5..742928c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ginac (1.1.6-1) unstable; urgency=low + + * New upstream (bugfix only) release. + + -- Richard Kreckel Thu, 22 Jan 2004 15:46:23 +0100 + ginac (1.1.5-1) unstable; urgency=low * New upstream (bugfix only) release. -- 2.44.0