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.
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)