]> granicus.if.org Git - php/commitdiff
add missing NEWS entry
authorFerenc Kovacs <tyrael@php.net>
Thu, 27 Feb 2014 00:12:17 +0000 (01:12 +0100)
committerFerenc Kovacs <tyrael@php.net>
Thu, 27 Feb 2014 00:27:52 +0000 (01:27 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 0d642e727279224feb59775f091418877fad419b..279e4a9081a21f764e6ae9d12ce6f5051018c85a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@ PHP                                                                        NEWS
 
 - Fileinfo
   . Upgraded to libmagic-5.17 (Anatol)
+  . Fixed bug #66731 (file: infinite recursion). (CVE-2014-1943) (Remi)
 
 - gd:
   . Fixed imagettftext to load the correct character map rather than the last one.