]> www.ginac.de Git - ginac.git/commitdiff
finalized 1.1.6 release_1-1-6
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 22 Jan 2004 19:05:52 +0000 (19:05 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 22 Jan 2004 19:05:52 +0000 (19:05 +0000)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 0f2b33bac2dc6bd41a48ba0354d4f6b2ac4533ac..1335e90341345fd8e241b97188547a2836384185 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 This file records noteworthy changes.
 
-1.1.6 (<date>)
+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
index 63972c38e365dbc7ca8b9256c781a4f13f0299f8..a189a8676e84719c845ec561744ddf61b7b85b44 100644 (file)
@@ -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)
index e8c3f3e5221332b640f8458fa8786481b352cc66..742928c63c6ac63de448ab3778b2cbbf92ae1870 100644 (file)
@@ -1,3 +1,9 @@
+ginac (1.1.6-1) unstable; urgency=low
+
+  * New upstream (bugfix only) release.
+
+ -- Richard Kreckel <kreckel@ginac.de>  Thu, 22 Jan 2004 15:46:23 +0100
+
 ginac (1.1.5-1) unstable; urgency=low
 
   * New upstream (bugfix only) release.