]> www.ginac.de Git - ginac.git/commitdiff
- documentation update
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Fri, 22 Aug 2003 17:13:54 +0000 (17:13 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Fri, 22 Aug 2003 17:13:54 +0000 (17:13 +0000)
- preparing for 1.1.3 release

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index bea716e05a371ec8176f593ad052a10fd54b7b1d..819a5dd5be15682137300ac870a3ce90f746a73f 100644 (file)
--- 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<T> template intended as a drop-in replacement for
+  std::map<ex, T, ex_is_less> 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.
index 7cf8539a4544fc951156bfef680e92b96a0e752b..2878bc0f179276d4ef53b1ca9623bb1a8348922e 100644 (file)
@@ -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)