From: Ferenc Kovacs Date: Thu, 27 Feb 2014 00:19:08 +0000 (+0100) Subject: add missing NEWS entry X-Git-Tag: php-5.6.0alpha3~1^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95e0de7cfa3f988fab84d0579691d172ca23cbe4;p=php add missing NEWS entry --- diff --git a/NEWS b/NEWS index 279e4a9081..8f3ce5b21e 100644 --- a/NEWS +++ b/NEWS @@ -19,9 +19,10 @@ PHP NEWS . Upgraded to libmagic-5.17 (Anatol) . Fixed bug #66731 (file: infinite recursion). (CVE-2014-1943) (Remi) -- gd: +- GD: . Fixed imagettftext to load the correct character map rather than the last one. (Scott) + . Fixed bug #66714 ( imageconvolution breakage). (Brad Daily) - JSON: . Fixed bug #65753 (JsonSerializeable couldn't implement on module extension)