]> www.ginac.de Git - ginac.git/commitdiff
- configure, configure.in: Bumped version up to 0.6.2.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Thu, 22 Jun 2000 00:08:09 +0000 (00:08 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Thu, 22 Jun 2000 00:08:09 +0000 (00:08 +0000)
- INSTALL, NEWS: Mention new launcher for ginaccint.bin.

INSTALL
NEWS
configure
configure.in

diff --git a/INSTALL b/INSTALL
index e4da1d79c0c79be1a0d4933d9d287f2529b07354..3730e91c0489aaf8c329e6bbb316ecc0fbf2cc0e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -101,13 +101,15 @@ try to export that variable and type
  $ ./configure --with-cint
 or specify it directly on the command line by saying
  $ ./configure --with-cint=/my/path/to/cintsysdir
+This variable does not have to be exported for running the installed
+binary: since the actual program is started by a launcher that sets it.
 Enjoy!
 
-Here is an overview to gives you an idea if you can expect GiNaCcint 
+Here is an overview to gives you an idea if you can expect GiNaC-cint
 to compile, install and work properly:
 
- Cint version |   is known to work with   |  is known not to work with
---------------+---------------------------+-------------------------------
- < 5.14.39    | `verboten' by license (please bite your favorite lawyer)
- < 5.14.39,40 | egcs 1.1.1, gcc 2.95.2    | COMPILES BUT DOES NOT WORK OK
-   5.14.41    | We all wait for it...
+ Cint version | how it works
+--------------+----------------------------------------------------------
+ < 5.14.39    | `VERBOTEN' by license (please bite your favorite lawyer)
+ < 5.14.39,40 | compiles but does not feel happy at all (inconsistent!)
+   5.14.41    | tested on egcs 1.1.1, gcc 2.95.2: only minor weirdnesses
diff --git a/NEWS b/NEWS
index b247fd55d5f840448c62638605dd6fe6d2819083..d40d12b856122889de5cb25fc5e7713357ccc40f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 This file records noteworthy changes.
 
+0.6.2 (21 June 2000)
+* ginaccint.bin is now launched by a binary program instead of by a scripts.
+  This allows us to write #!-scripts.  A small test suite for GiNaC-cint was
+  added.
+* Several minor bugfixes.
+
 0.6.1 (18 May 2000)
 * Cleanup in the interface to Cint.  The required version is now Cint 5.14.38.
 * Several bugfixes in target install.
index 578329507ed33926b40916450036d0f176d9afb7..efc04bd6c9ed1cb4c1dae890fa888a4816ebeda8 100755 (executable)
--- a/configure
+++ b/configure
@@ -545,9 +545,9 @@ fi
 
 GINACLIB_MAJOR_VERSION=0
 GINACLIB_MINOR_VERSION=6
-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
 
 
index a9c3f3bb2c77f45e16976d5a8c1db636986f541f..f10abf961e35195c27f98bf0dad2cd81feafe9ab 100644 (file)
@@ -19,9 +19,9 @@ dnl (don't we all *love* M4?)...
 
 GINACLIB_MAJOR_VERSION=0
 GINACLIB_MINOR_VERSION=6
-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)