]> www.ginac.de Git - ginac.git/commitdiff
Preparing for release 1.6.2. release_1-6-2
authorJens Vollinga <jens.vollinga@googlemail.com>
Sun, 6 Nov 2011 14:10:50 +0000 (15:10 +0100)
committerJens Vollinga <jens.vollinga@googlemail.com>
Sun, 6 Nov 2011 14:10:50 +0000 (15:10 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 5afeae8e6403623fd0f4e00dad0373b49f65081b..bd495b3fff426ddeaf7557c6bb5c23c47238faab 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 This file records noteworthy changes.
 
+1.6.2 (6 November 2011)
+* Fixed the parser to read GiNaC::lst again.
+* Fixed a compile warning (relevant to openSUSE build).
+* Fixed a bug concerning the subsitutions in indexed expressions
+  (subs_options::no_index_renaming was ignored).
+
 1.6.1 (18 July 2011)
 * Fixed several internal assertions for the debug version of GiNaC.
 * More verbose report of (auto-)configuration problems.
index ad20b407aa10a74b51edda87bcf8c8e3a8ef7add..d5b3af5991326861b84bd1b35d50ca7008d90dae 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], [6])
-m4_define([ginac_micro_version], [1])
+m4_define([ginac_micro_version], [2])
 m4_define([ginac_version], [ginac_major_version.ginac_minor_version.ginac_micro_version])
 m4_define([ginac_release], [ginac_major_version.ginac_minor_version])
 
@@ -24,9 +24,9 @@ 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. ;-)
-m4_define([ginac_lt_current], [2])
-m4_define([ginac_lt_revision], [1])
-m4_define([ginac_lt_age], [0])
+m4_define([ginac_lt_current], [3])
+m4_define([ginac_lt_revision], [0])
+m4_define([ginac_lt_age], [1])
 
 AC_INIT([GiNaC], ginac_version, [ginac-list@ginac.de], [ginac], [http://www.ginac.de/])
 AC_PREREQ(2.59)