]> www.ginac.de Git - ginac.git/commitdiff
Reflect version number 0.7.2 and update Cint status.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sat, 17 Feb 2001 21:06:07 +0000 (21:06 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sat, 17 Feb 2001 21:06:07 +0000 (21:06 +0000)
INSTALL
NEWS
configure.in

diff --git a/INSTALL b/INSTALL
index b942af29fe4199436173f00803543292ff8e5345..551b5995236ddb6fea8a433f0e0e17d1d30a2591 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -112,3 +112,5 @@ to compile, install and work properly:
  < 5.14.39    | `VERBOTEN' by license (please bite your favorite lawyer)
  < 5.14.60    | since GiNaC version 0.7, these do not compile any more
    5.14.62-72 | compiles fine, works well with GCC 2.95.x.  GCC3 no go.
  < 5.14.39    | `VERBOTEN' by license (please bite your favorite lawyer)
  < 5.14.60    | since GiNaC version 0.7, these do not compile any more
    5.14.62-72 | compiles fine, works well with GCC 2.95.x.  GCC3 no go.
+   5.14.74    | requires defining -DG__LONGBUF in SYSMACRO and OTHMACRO.
+   5.14.75-76 | compiles fine, works well with GCC 2.95.x.  GCC3 no go.
diff --git a/NEWS b/NEWS
index 19c647ca933e864abccb7f17dd25a30bb78f8928..e38cb62df71cce50f8869d56438864f73900a132 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 This file records noteworthy changes.
 
 This file records noteworthy changes.
 
+0.7.2 (17 February 2001)
+* Several bugfixes in power series expansion, one of them critical.
+
 0.7.1 (7 February 2001)
 * Fix problems with Cint that were caused by CLN's overloaded operator new.
 * Fix compilation errors with GCC3.
 0.7.1 (7 February 2001)
 * Fix problems with Cint that were caused by CLN's overloaded operator new.
 * Fix compilation errors with GCC3.
index f3c3eb00a0e80c3763a0858cb997f008e7a1d249..dd4b32c035ba4acf8b0451c65c1b13640b37fe77 100644 (file)
@@ -19,9 +19,9 @@ dnl (don't we all *love* M4?)...
 
 GINACLIB_MAJOR_VERSION=0
 GINACLIB_MINOR_VERSION=7
 
 GINACLIB_MAJOR_VERSION=0
 GINACLIB_MINOR_VERSION=7
-GINACLIB_MICRO_VERSION=1
-GINACLIB_INTERFACE_AGE=1
-GINACLIB_BINARY_AGE=1
+GINACLIB_MICRO_VERSION=2
+GINACLIB_INTERFACE_AGE=2
+GINACLIB_BINARY_AGE=2
 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION
 
 AC_SUBST(GINACLIB_MAJOR_VERSION)
 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION
 
 AC_SUBST(GINACLIB_MAJOR_VERSION)