]> 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 af36279d1a133004b690947524e4cdaf0d87befa..d92cb439b2034d04390c007f58da48a2a9ed6a24 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,17 @@
 This file records noteworthy changes.
 
-1.3.6 (12 December 2006)
+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.
 * Improved collect_common_factors.