From c06c3bd06e86e41ec5905b3fce42ba148b9fd85b Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Wed, 7 Feb 2001 19:15:51 +0000 Subject: [PATCH] ChangeLog: mention cvs log (must be non-empty for Debian) INSTALL: update cint-status configure.in, NEWS: Prepare for release --- ChangeLog | 6 ++++++ INSTALL | 2 +- NEWS | 3 ++- configure.in | 8 ++++---- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index e69de29b..fe906311 100644 --- 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 b995423f..b942af29 100644 --- 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 a70766ba..19c647ca 100644 --- 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 diff --git a/configure.in b/configure.in index 5b39ccbc..f3c3eb00 100644 --- a/configure.in +++ b/configure.in @@ -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) -- 2.44.0