summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-08-07 04:21:03 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-08-07 04:21:03 (GMT)
commitb40cf1f80490c48b087a50a83bcaa032ce6cdbd6 (patch)
tree948eba1348d55e180a6ec28116a1ab6e4055a4c7 /Misc
parent2897d07623c95de6a99e8fb2d64cec970b9444c7 (diff)
downloadcpython-b40cf1f80490c48b087a50a83bcaa032ce6cdbd6.zip
cpython-b40cf1f80490c48b087a50a83bcaa032ce6cdbd6.tar.gz
cpython-b40cf1f80490c48b087a50a83bcaa032ce6cdbd6.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 4a3ebd5..749e2ae 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -925,8 +925,8 @@ Windows
- Issue #21907: Improved the batch scripts provided for building Python.
-- 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.