From: Christian Bauer Date: Thu, 22 Jan 2004 19:05:52 +0000 (+0000) Subject: finalized 1.1.6 X-Git-Tag: release_1-1-6^0 X-Git-Url: https://www.ginac.de/ginac.git/tutorial/ginac.git?a=commitdiff_plain;h=2de927cdced45c321f6f00aef67edf9b653a1b67;p=ginac.git finalized 1.1.6 --- 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.