]> granicus.if.org Git - python/commitdiff
News item for SF bug 1112549.
authorGuido van Rossum <guido@python.org>
Thu, 10 Aug 2006 17:42:50 +0000 (17:42 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 10 Aug 2006 17:42:50 +0000 (17:42 +0000)
Misc/NEWS

index d7f17a45f5c8c9e4ab784776e69f2b0c913f56b0..6df8b0b59628cac0ddc4666f30bb9e4f30d955d6 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,10 +4,10 @@ Python News
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
-What's New in Python 2.5 release candidate 1?
-=============================================
+What's New in Python 2.5 beta 3?
+================================
 
-*Release date: XX-AUG-2006*
+*Release date: 18-AUG-2006*
 
 Core and builtins
 -----------------
@@ -38,6 +38,8 @@ Core and builtins
 Library
 -------
 
+- Bug #1112549, DoS attack on cgi.FieldStorage.
+
 - Bug #1531405, format_exception no longer raises an exception if
   str(exception) raised an exception.