From: Richard Kreckel Date: Sun, 22 Sep 2019 21:39:06 +0000 (+0200) Subject: Finalize 1.7.7 release. X-Git-Tag: release_1-7-7~1 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=e9d15a5eb2279f4c9b153af3dbb487843cc9c048;ds=sidebyside Finalize 1.7.7 release. --- diff --git a/NEWS b/NEWS index feed081e..f3d7a14e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ This file records noteworthy changes. +1.7.7 (dd September 2019) +* Fix unarchiving empty containers. +* Remove obsolete exhashmap implementation. +* Fix issues with zeta computation. + 1.7.6 (22 April 2019) * Fix a bug in mul::series() about asymptotic order term. * Fix cl_N code generation for small negative integers. diff --git a/ginac/version.h b/ginac/version.h index 9048fc36..929eae29 100644 --- a/ginac/version.h +++ b/ginac/version.h @@ -30,7 +30,7 @@ #define GINACLIB_MINOR_VERSION 7 /* Micro version of GiNaC */ -#define GINACLIB_MICRO_VERSION 6 +#define GINACLIB_MICRO_VERSION 7 // GiNaC library version information. It has very little to do with GiNaC // version number. In particular, library version is OS dependent. @@ -53,7 +53,7 @@ // * change matrix inverse to use default argument (twice) // * remove interfaces marked as deprecated #define GINAC_LT_CURRENT 10 -#define GINAC_LT_REVISION 0 +#define GINAC_LT_REVISION 1 #define GINAC_LT_AGE 4 /*