summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-06-06 06:13:37 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-06-06 06:13:37 (GMT)
commit6b8626628db55b80353bc3452583787ac3af4526 (patch)
treee78acb8195d860ddcb945e383e6b386766b18d26 /Misc
parent90bcdd71a5802faeb2d64f1d20914d01afb2f249 (diff)
downloadcpython-6b8626628db55b80353bc3452583787ac3af4526.zip
cpython-6b8626628db55b80353bc3452583787ac3af4526.tar.gz
cpython-6b8626628db55b80353bc3452583787ac3af4526.tar.bz2
Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0c526df..6b5b455 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -73,6 +73,12 @@ Tests
- Issue #20635: Added tests for Tk geometry managers.
+Windows
+-------
+
+- Issue #21671, CVE-2014-0224: The bundled version of OpenSSL has been
+ updated to 1.0.1h.
+
What's New in Python 2.7.7
==========================