diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-01-24 14:24:46 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-01-24 14:24:46 (GMT) |
commit | e7abfd7cefc4e737eef3a4b8c2b26fec3c97fac0 (patch) | |
tree | afa3f3a4998a62a1d098305f55c3ef8bd436884e /Misc | |
parent | b8ec8a48ec519b12727cddcef196f45302886f10 (diff) | |
download | cpython-e7abfd7cefc4e737eef3a4b8c2b26fec3c97fac0.zip cpython-e7abfd7cefc4e737eef3a4b8c2b26fec3c97fac0.tar.gz cpython-e7abfd7cefc4e737eef3a4b8c2b26fec3c97fac0.tar.bz2 |
Prepare for 2.5.5c2.v2.5.5c2
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -7,12 +7,14 @@ Python News What's New in Python 2.5.5c2? ============================= -*Release date: xx-xxx-2010* +*Release date: 24-Jan-2010* Extension Modules ----------------- -- expat: Fix DoS via XML document with malformed UTF-8 sequences (CVE_2009_3560). +- expat: Fix DoS via XML document with malformed UTF-8 sequences + (CVE_2009_3560). + - expat: Fix DoS via malformed XML (CVE-2009-3720). |