]> www.ginac.de Git - ginac.git/commitdiff
Finalize 1.7.7 release.
authorRichard Kreckel <kreckel@ginac.de>
Sun, 22 Sep 2019 21:39:06 +0000 (23:39 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Sun, 22 Sep 2019 21:39:06 +0000 (23:39 +0200)
NEWS
ginac/version.h

diff --git a/NEWS b/NEWS
index feed081efc31adfa454e7b2509595429a030b16d..f3d7a14ef78b760dc5686ff83d839adefa68f26d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
 This file records noteworthy changes.
 
 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.
 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.
index 9048fc366ce55b5ffa2b2c9405ecbf13b0a82dd3..929eae299d1f475698c4dcf24653915cafd49406 100644 (file)
@@ -30,7 +30,7 @@
 #define GINACLIB_MINOR_VERSION 7
 
 /* Micro version of GiNaC */
 #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. 
 
 // 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
 //  * 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
 
 /*
 #define GINAC_LT_AGE      4
 
 /*