summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-01-21 17:41:47 (GMT)
committerMatthias Klose <doko@ubuntu.com>2010-01-21 17:41:47 (GMT)
commit166f80860e09697d49969fe88bcf0b598eb98ef4 (patch)
treea1397b1d9750dd46a1d668daa047012061fa8daf /Misc
parent8cd94b4306279959dc6deb73b7e27ab437c71b22 (diff)
downloadcpython-166f80860e09697d49969fe88bcf0b598eb98ef4.zip
cpython-166f80860e09697d49969fe88bcf0b598eb98ef4.tar.gz
cpython-166f80860e09697d49969fe88bcf0b598eb98ef4.tar.bz2
- Fix DoS via XML document with malformed UTF-8 sequences (CVE_2009_3560).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c17d770..638d8e7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,17 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
+What's New in Python 2.5.5c2?
+=============================
+
+*Release date: xx-xxx-2010*
+
+Extension Modules
+-----------------
+
+- Fix DoS via XML document with malformed UTF-8 sequences (CVE_2009_3560).
+
+
What's New in Python 2.5.5c1?
=============================