From: Christian Bauer Date: Fri, 22 Aug 2003 17:13:54 +0000 (+0000) Subject: - documentation update X-Git-Tag: release_1-1-3~2 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=9d6d5879c249a7ef352a8270998e9388fe1bbe63;p=ginac.git - documentation update - preparing for 1.1.3 release --- diff --git a/NEWS b/NEWS index bea716e0..819a5dd5 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ This file records noteworthy changes. +1.1.3 (22 August 2003) +* Added new symbolic functions for better integration with nestedsums: + (multiple) polylogarithm Li(), Nielsen's generalized polylogarithm S(), + harmonic polylogarithm H(), and multiple zeta value mZeta(). +* New exhashmap template intended as a drop-in replacement for + std::map using GiNaC's hashing algorithms. + 1.1.2 (11 August 2003) * Fixed a bug in the unarchiving of sums and products: terms were not reordered in a canonical way. diff --git a/configure.ac b/configure.ac index 7cf8539a..2878bc0f 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=2 +GINACLIB_MICRO_VERSION=3 GINACLIB_INTERFACE_AGE=0 -GINACLIB_BINARY_AGE=2 +GINACLIB_BINARY_AGE=3 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION AC_SUBST(GINACLIB_MAJOR_VERSION)