]> www.ginac.de Git - ginac.git/commitdiff
Improved NEWS comments. release_1-4-2
authorJens Vollinga <jensv@nikhef.nl>
Thu, 3 Apr 2008 12:53:13 +0000 (14:53 +0200)
committerJens Vollinga <jensv@nikhef.nl>
Thu, 3 Apr 2008 12:53:13 +0000 (14:53 +0200)
NEWS

diff --git a/NEWS b/NEWS
index fdd22beecf91e274f703a86e0844c1330a4bb665..754b165c7ff23fc70361f7a94198fe310e1e0c47 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,12 +2,12 @@ This file records noteworthy changes.
 
 1.4.2 (03 April 2008)
 * Fixed VPATH building of documentation.
-* Fixed issues with GCC 4.3.
 * Fixed bug in numerical evaluation of multiple polylogarithms for arguments
   equal to certain roots of unity (thanks to Jianqiang Zhao).
 * Fixed check for memory leakage in parser.
+* Made internal function coerce() standard compliant.
 * Improved lsolve() of systems containing non-numeric coefficients.
-* Improved automatic test programs.
+* Improved automatic test programs. Now they work on MinGW and Cygwin as well.
 
 1.4.1 (21 November 2007)
 * Fixed memory leak in ginac_yylex().