]> www.ginac.de Git - ginac.git/commitdiff
Preparing for release. release_1-5-4
authorJens Vollinga <jensv@nikhef.nl>
Mon, 2 Nov 2009 22:29:21 +0000 (23:29 +0100)
committerJens Vollinga <jensv@nikhef.nl>
Mon, 2 Nov 2009 22:29:21 +0000 (23:29 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ba78d89eb100586a8186cfac83dd25fa64a3cbde..0bad3c06d35b5cfa15f3d9126cdb95db76eb93f3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
 This file records noteworthy changes.
 
 This file records noteworthy changes.
 
+1.5.4 (02 November 2009)
+* Default parser now can again read in user defined classes.
+* Add mul::info() and add::info() support for numeric info_flags (GiNaC now can
+  detect that the sum or product of a number of positive expressions is again a
+  positive expression).
+* Fixed cast that caused compile error on 64bit machines.
+* Fixed incorrect uses of STL iterators.
+* Removed subdirectory debian.
+* Output LaTeX-symbols using \mathrm, instead of \mbox.
+
 1.5.3 (30 July 2009)
 * The parser now understands user-defined functions by default. The identifier
   names can now contain underscores.
 1.5.3 (30 July 2009)
 * The parser now understands user-defined functions by default. The identifier
   names can now contain underscores.
index fc0083f187d285e62677cc2911dac44bf7d81a0d..d6fb1a5961d3ea2e207cd6e90dc7cedf762aa411 100644 (file)
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 dnl GiNaC version number
 m4_define([ginac_major_version], [1])
 m4_define([ginac_minor_version], [5])
 dnl GiNaC version number
 m4_define([ginac_major_version], [1])
 m4_define([ginac_minor_version], [5])
-m4_define([ginac_micro_version], [3])
+m4_define([ginac_micro_version], [4])
 m4_define([ginac_version], [ginac_major_version.ginac_minor_version.ginac_micro_version])
 m4_define([ginac_release], [ginac_major_version.ginac_minor_version])
 
 m4_define([ginac_version], [ginac_major_version.ginac_minor_version.ginac_micro_version])
 m4_define([ginac_release], [ginac_major_version.ginac_minor_version])
 
@@ -23,7 +23,7 @@ dnl systems, the numbering is consecutive. It only guarantees that it is
 dnl increasing. This doesn't matter, though: there is not incurred cost
 dnl for numbers that are omitted, except for shrinking the available space
 dnl of leftover numbers. Not something we need to worry about yet. ;-)
 dnl increasing. This doesn't matter, though: there is not incurred cost
 dnl for numbers that are omitted, except for shrinking the available space
 dnl of leftover numbers. Not something we need to worry about yet. ;-)
-m4_define([ginac_lt_current], [0])
+m4_define([ginac_lt_current], [1])
 m4_define([ginac_lt_revision], [0])
 
 AC_INIT([GiNaC], ginac_version, [<ginac-list@ginac.de>])
 m4_define([ginac_lt_revision], [0])
 
 AC_INIT([GiNaC], ginac_version, [<ginac-list@ginac.de>])