]> www.ginac.de Git - ginac.git/commitdiff
Finalize 1.7.9 release. release_1-7-9
authorRichard Kreckel <kreckel@ginac.de>
Fri, 10 Apr 2020 23:20:22 +0000 (01:20 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Fri, 10 Apr 2020 23:20:22 +0000 (01:20 +0200)
NEWS
ginac/version.h

diff --git a/NEWS b/NEWS
index cccbdc8ba8fa783f50e9b09b8e20b1ca414f0d94..d5d634bc2ef9befa23a17e15cdce820568f4c2ba 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 This file records noteworthy changes.
 
 This file records noteworthy changes.
 
+1.7.9 (11 April 2020)
+* Fix unarchiving of overloaded functions.
+* Fix MinGW64 build.
+
 1.7.8 (7 October 2019)
 * Fix pseries::evalf(), broken since 1.7.0.
 * Fix a corner-case bug in H_evalf().
 1.7.8 (7 October 2019)
 * Fix pseries::evalf(), broken since 1.7.0.
 * Fix a corner-case bug in H_evalf().
index a99d831b5c0f000e7a3da2a15018c9de0a8459cf..abf1024ec0944ca344f9571d6741b592ec04f0c8 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 8
+#define GINACLIB_MICRO_VERSION 9
 
 // 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 2
+#define GINAC_LT_REVISION 3
 #define GINAC_LT_AGE      4
 
 /*
 #define GINAC_LT_AGE      4
 
 /*