]> www.ginac.de Git - ginac.git/blobdiff - NEWS
- stamp-vti, version.texi: bumped up version to 0.6.2.
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index 0489cb5b66b7aa5ba56633b3ba59c5f9a794d511..d40d12b856122889de5cb25fc5e7713357ccc40f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
 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.
+
 0.6.0 (11 May 2000)
 * IMPORTANT: Several interface changes make programs written with GiNaC 
   much clearer but break compatibility with older versions:
@@ -16,6 +26,8 @@ This file records noteworthy changes.
 * ex::to_rational() provides a way to extend the domain of functions like
   gcd() and divide() that only work on polynomials or rational functions (the
   good old ex::subs() method reverses this process)
+* Calling diff() on a function that has no derivative defined returns the
+  inert derivative function "Derivative".
 * Several new timings in the check target.  Some of them may be rather rude 
   at your machine, feel free to interrupt them.