]> www.ginac.de Git - ginac.git/commitdiff
ChangeLog: mention cvs log (must be non-empty for Debian)
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 7 Feb 2001 19:15:51 +0000 (19:15 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 7 Feb 2001 19:15:51 +0000 (19:15 +0000)
INSTALL: update cint-status
configure.in, NEWS: Prepare for release

ChangeLog
INSTALL
NEWS
configure.in

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..fe9063112bf18172d9323db50e1c0f9311567753 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,6 @@
+This file is not yet operational.  Eventually it should record all changes.
+Till then, you are advised to resort to our CVS server where all changes are
+logged.  This is how to get anonymous read-only access:
+$ cvs -d :pserver:anoncvs@cvsthep.physik.uni-mainz.de:/home/cvs login
+enter the password `anoncvs'
+$ cvs -d :pserver:anoncvs@cvsthep.physik.uni-mainz.de:/home/cvs -z 9 co GiNaC
diff --git a/INSTALL b/INSTALL
index b995423f833b2385837d0f4eb31ae55b95f75bda..b942af29fe4199436173f00803543292ff8e5345 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -111,4 +111,4 @@ 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-71 | compiles fine, works well with GCC 2.95.x.  GCC3 no go.
+   5.14.62-72 | compiles fine, works well with GCC 2.95.x.  GCC3 no go.
diff --git a/NEWS b/NEWS
index a70766bacd463f7c6c1cd1badae179d8bf1f68d1..19c647ca933e864abccb7f17dd25a30bb78f8928 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,12 @@
 This file records noteworthy changes.
 
-0.7.1 (--date--)
+0.7.1 (7 February 2001)
 * Fix problems with Cint that were caused by CLN's overloaded operator new.
 * Fix compilation errors with GCC3.
 * normal() handles large sums of fractions better and normalizes the exponent
   of power expressions.
 * expand() always expands the exponent and transforms x^(a+b) -> x^a*x^b.
+* Some bugfixes of series expansion around branch cuts of special functions.
 
 0.7.0 (15 December 2000)
 * Requires CLN 1.1 now.  Class numeric doesn't use an indirect pointer to the
index 5b39ccbcc08b5d59974e49450541e3e5757551b3..f3c3eb00a0e80c3763a0858cb997f008e7a1d249 100644 (file)
@@ -19,9 +19,9 @@ dnl (don't we all *love* M4?)...
 
 GINACLIB_MAJOR_VERSION=0
 GINACLIB_MINOR_VERSION=7
-GINACLIB_MICRO_VERSION=0
-GINACLIB_INTERFACE_AGE=0
-GINACLIB_BINARY_AGE=0
+GINACLIB_MICRO_VERSION=1
+GINACLIB_INTERFACE_AGE=1
+GINACLIB_BINARY_AGE=1
 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION
 
 AC_SUBST(GINACLIB_MAJOR_VERSION)
@@ -175,7 +175,7 @@ if test "x$with_cint" != "xno"; then
     cd ..)
     GINACCINTDIR="cint"
   else
-    AC_MSG_ERROR([Cannot configure GiNaC-cint])
+    GINAC_WARNING([I could not find cint and makecint (needed for building GiNaC-cint).])
   fi
 fi
 AC_SUBST(CINTSYSDIR)