]> granicus.if.org Git - php/commitdiff
- crypt entry
authorPierre Joye <pajoye@php.net>
Mon, 22 Feb 2010 00:39:55 +0000 (00:39 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 22 Feb 2010 00:39:55 +0000 (00:39 +0000)
NEWS

diff --git a/NEWS b/NEWS
index bc4ac675638fe22466e8fa8b88f84527f6a2f1d5..d98a700ec64861e0ec48bc27102e5dae1be83030 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,14 @@ PHP                                                                        NEWS
 - Added stream filter support to mcrypt extension (ported from 
   mcrypt_filter). (Stas)
 
+- Improved crypt support for edge cases (UFC compatibility) (Solar Designer,
+  Joey, Pierre)
+
+- Fixed crypt's blowfish sanity check of the "setting" string, to reject iteration
+  counts encoded as 36 through 39. (Solar Designer)
+- Fixed #51059 (crypt crashes when invalid salt are given). (Pierre)
+
 ?? ??? 20??, PHP 5.3.2
 - Upgraded bundled sqlite to version 3.6.22. (Ilia)
 - Upgraded bundled libmagic to version 5.03. (Mikko)