]> www.ginac.de Git - ginac.git/commitdiff
Prepare for next release 1.8.8. master
authorRichard Kreckel <kreckel@ginac.de>
Sat, 24 Aug 2024 21:07:01 +0000 (23:07 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Sat, 24 Aug 2024 21:07:01 +0000 (23:07 +0200)
SONAME change because the parser's reader_func has changed.

NEWS
ginac/version.h

diff --git a/NEWS b/NEWS
index 828b0130e9dbc02cae70f73d060937df6252d4fd..bd3ded0c77a7427e1f8dd46733c8e46593324c02 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 This file records noteworthy changes.
 
+1.8.8 (dd mm 20yy)
+* Fix a crash in the built-in expression parser.
+* Work around weird C++ RTTI behaviour on MacOS (like on Win32).
+
 1.8.7 (12 August 2023)
 * Fix series expansion of polynomial(x)^n for small and large n.
 * Fix bugs in internal parser from strings.
index d6c1381bbf2040de7b67e031ea99d9bea77730de..66632c53ca56f6091c2d3190f3533ed816ef97ad 100644 (file)
@@ -30,7 +30,7 @@
 #define GINACLIB_MINOR_VERSION 8
 
 /* Micro version of GiNaC */
-#define GINACLIB_MICRO_VERSION 7
+#define GINACLIB_MICRO_VERSION 8
 
 // GiNaC library version information. It has very little to do with GiNaC
 // version number. In particular, library version is OS dependent. 
@@ -55,9 +55,9 @@
 // TODO, when breaking the SONAME:
 //  * change matrix inverse to use default argument (twice)
 //  * check for interfaces marked as deprecated
-#define GINAC_LT_CURRENT  12
-#define GINAC_LT_REVISION 6
-#define GINAC_LT_AGE      1
+#define GINAC_LT_CURRENT  13
+#define GINAC_LT_REVISION 0
+#define GINAC_LT_AGE      0
 
 /*
  * GiNaC archive file version information.