]> www.ginac.de Git - ginac.git/blobdiff - NEWS
Patch by Stefan Weinzierl that fixes a bug in series expansion.
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index d78e2d04b3f1350536aeb54e291f5916b47c8e31..d92cb439b2034d04390c007f58da48a2a9ed6a24 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
 This file records noteworthy changes.
 
+1.3.8 (<date>)
+
+* Drop support of ginac-config and ginac.m4. Please use pkg-config instead.
+
+1.3.7 (05 February 2007)
+* Fixed bug in expansion of power.
+* Fixed bugs in functions S() (infinite loop), H() and zeta() (wrong results).
+* Rebuilt bison related files with bison version 2.3 (fixes parse error bugs).
+* Improved power::eval().
+* Improved libreadline detection.
+
 1.3.6 (13 December 2006)
 * Better worst case behavior in heuristic gcd.
 * Improved collecting for sparse multivariate polynomials.