]> granicus.if.org Git - php/commitdiff
Update NEWS for 5.5.7 release
authorJulien Pauli <jpauli@php.net>
Thu, 12 Dec 2013 16:15:43 +0000 (17:15 +0100)
committerJulien Pauli <jpauli@php.net>
Thu, 12 Dec 2013 16:16:13 +0000 (17:16 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 12132d16b47a9abaf434f89cb81a994444f4e6f5..861a948d92df38beb20d9d06768016d7e8e4074f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -41,7 +41,7 @@ PHP                                                                        NEWS
   . Fixed bug #49634 (Segfault throwing an exception in a XSL registered
     function). (Mike)
 
-?? ??? 2013, PHP 5.5.7
+12 Dec 2013, PHP 5.5.7
 
 - CLI server:
   . Added some MIME types to the CLI web server (Chris Jones)
@@ -62,6 +62,10 @@ PHP                                                                        NEWS
 - readline
   . Fixed Bug #65714 (PHP cli forces the tty to cooked mode). (Remi)
 
+- Openssl:
+  . Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420).
+    (Stefan Esser).
+
 14 Nov 2013, PHP 5.5.6
 
 - Core: