From: Jens Vollinga Date: Thu, 3 Apr 2008 12:53:13 +0000 (+0200) Subject: Improved NEWS comments. X-Git-Tag: release_1-4-2 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=1ae153fe5ac8ba7a9d65fc413b9dfe7a5f0bd7df;p=ginac.git Improved NEWS comments. --- diff --git a/NEWS b/NEWS index fdd22bee..754b165c 100644 --- 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().