]> granicus.if.org Git - php/commitdiff
update NEWS to reflect what makes into 5.6.0 final
authorFerenc Kovacs <tyrael@php.net>
Wed, 27 Aug 2014 02:07:37 +0000 (04:07 +0200)
committerFerenc Kovacs <tyrael@php.net>
Wed, 27 Aug 2014 02:07:37 +0000 (04:07 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 2d91d1c6af707c8b41409fc844f842dd323114b3..38674b035c7dcb4fb5d543a600c5962a39a9202c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,22 +1,27 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2014, PHP 5.6.0 ???
+
+?? ??? 2014, PHP 5.6.1
 
 - Core:
   . Fixed bug #67878 (program_prefix not honoured in man pages). (Remi)
 
-- Fileinfo:
-  . Fixed bug #67716 (Segfault in cdf.c). (CVE-2014-3587) (Remi)
-
 - GD
   . Made fontFetch's path parser thread-safe. (Sara)
-  . Fixed bug #67730 (Null byte injection possible with imagexxx functions).
-    (CVE-2014-5120) (Ryan Mauger)
 
 - OpenSSL
   . Fixed bug #67850 (extension won't build if openssl compiled without SSLv3)
     (Daniel Lowrey)
 
+28 Aug 2014, PHP 5.6.0
+
+- Fileinfo:
+  . Fixed bug #67716 (Segfault in cdf.c). (CVE-2014-3587) (Remi)
+
+- GD
+  . Fixed bug #67730 (Null byte injection possible with imagexxx functions).
+    (CVE-2014-5120) (Ryan Mauger)
+
 - Zlib:
   . Fixed bug #67865 (internal corruption phar error). Mike