summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-08-07 04:19:29 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-08-07 04:19:29 (GMT)
commit22f2d2efb7ffdbbd8eca8bddbeb99e970a7975e7 (patch)
treeac901d063019633a5ec7a608f19c29da4b5142d5 /Misc
parent1241c47aa2af26d90be1fdb6b0990a08bf9beafd (diff)
downloadcpython-22f2d2efb7ffdbbd8eca8bddbeb99e970a7975e7.zip
cpython-22f2d2efb7ffdbbd8eca8bddbeb99e970a7975e7.tar.gz
cpython-22f2d2efb7ffdbbd8eca8bddbeb99e970a7975e7.tar.bz2
Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 32c608f..149f2a7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -283,8 +283,8 @@ Tests
Windows
-------
-- Issue #21671, CVE-2014-0224: The bundled version of OpenSSL has been
- updated to 1.0.1h.
+- Issue #21671, #22160, CVE-2014-0224: The bundled version of OpenSSL has been
+ updated to 1.0.1i.
- Issue #10747: Use versioned labels in the Windows start menu.
Patch by Olive Kilburn.