summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-10-17 21:26:30 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-10-17 21:26:30 (GMT)
commitbaa6d3a01f9716e96ccc8126c863a8e5916e910c (patch)
tree97ce2cb5523da39116e70f04c1fe88a22fb17bef /Misc
parentbe16d68071623cdeea9611cf8debafe10bb409c0 (diff)
downloadcpython-baa6d3a01f9716e96ccc8126c863a8e5916e910c.zip
cpython-baa6d3a01f9716e96ccc8126c863a8e5916e910c.tar.gz
cpython-baa6d3a01f9716e96ccc8126c863a8e5916e910c.tar.bz2
Issue #22644: Update the Windows build to OpenSSL 1.0.1j
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 513bdf7..80721b0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,4 +1,4 @@
-+++++++++++
++++++++++++
Python News
+++++++++++
@@ -90,6 +90,10 @@ Build
- Issue #17219: Add library build dir for Python extension cross-builds.
+Windows
+-------
+
+- Issue #22644: The bundled version of OpenSSL has been updated to 1.0.1j.
What's New in Python 3.4.2?
===========================