summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-02-27 01:19:08 +0100
committerFerenc Kovacs <tyrael@php.net>2014-02-27 01:27:52 +0100
commit95e0de7cfa3f988fab84d0579691d172ca23cbe4 (patch)
treed76e1ddccbcebcd1b544e002b5a1218ea84e2542
parentb59831bc30a5f8ff74be4c892a77f53a28aa02b3 (diff)
downloadphp-git-95e0de7cfa3f988fab84d0579691d172ca23cbe4.tar.gz
add missing NEWS entry
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
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)