]> granicus.if.org Git - php/commitdiff
- add CVE
authorPierre Joye <pajoye@php.net>
Tue, 7 Dec 2010 01:22:23 +0000 (01:22 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 7 Dec 2010 01:22:23 +0000 (01:22 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 63964c7281341e6ab66f7d170a880403436aa653..e129507f6e3ae44aa6a84bc91227f238ac78ff42 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,7 @@
   . Fixed bug #46587 (mt_rand() does not check that max is greater than min).
     (Ilia)  
   . Fixed #53409 (sleep() returns NULL on Windows). (Pierre)
+  . Fixed #29085 (bad default include_path on Windows). (Pierre)
 
 - cURL extension:
   . Fixed bug #52828 (curl_setopt does not accept persistent streams).
@@ -40,7 +41,7 @@
     words). (Ilia)
     
 - Intl extension:
-  . Fixed crashes on invalid parameters in intl extension. (Stas, Maksymilian
+  . Fixed crashes on invalid parameters in intl extension. (CVE-2010-4409). (Stas, Maksymilian
     Arciemowicz)
   . Added support for formatting the timestamp stored in a DateTime object.
     (Stas)