diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-06-06 06:13:37 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-06-06 06:13:37 (GMT) |
commit | 6b8626628db55b80353bc3452583787ac3af4526 (patch) | |
tree | e78acb8195d860ddcb945e383e6b386766b18d26 /Misc | |
parent | 90bcdd71a5802faeb2d64f1d20914d01afb2f249 (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ========================== |