Replay changeset 70248:c714e2f92f63 from fubar branch. Original commit
message:
Cross-port changes for 2.6.7rc2 from the Subversion branch.
diff --git a/Misc/NEWS b/Misc/NEWS
index 980de3c..d1bbdba 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,25 @@
(editors: check NEWS.help for information about editing NEWS using ReST.)
+What's New in Python 2.6.7 rc 2?
+================================
+
+*Release date: 2011-05-20*
+
+*NOTE: Python 2.6 is in security-fix-only mode. No non-security bug fixes are
+ allowed. Python 2.6.7 and beyond will be source only releases.*
+
+
+Library
+-------
+
+- Issue #11662: Make urllib and urllib2 ignore redirections if the
+ scheme is not HTTP, HTTPS or FTP (CVE-2011-1521).
+
+- Issue #11442: Add a charset parameter to the Content-type in SimpleHTTPServer
+ to avoid XSS attacks.
+
+
What's New in Python 2.6.7 rc 1?
================================