summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-02-22 10:08:51 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-02-22 10:08:51 (GMT)
commit6fe57ad229d46516c1ead1d37c015824b2428746 (patch)
tree4a9478521f27892bd3d6414bb0f29d2652e02b17 /Misc
parent16f164e9b8b25b4c3e203249be44e910b0ee5827 (diff)
downloadcpython-6fe57ad229d46516c1ead1d37c015824b2428746.zip
cpython-6fe57ad229d46516c1ead1d37c015824b2428746.tar.gz
cpython-6fe57ad229d46516c1ead1d37c015824b2428746.tar.bz2
Issue #26268: Update Windows builds to use OpenSSL 1.0.2f
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 53dbcce..6155edd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -258,7 +258,8 @@ Build
- Issue #25696: Fix installation of Python on UNIX with make -j9.
-- Issue #26268: Update OS X 10.5 installer to use OpenSSL 1.0.2f.
+- Issue #26268: Update OS X 10.5 installer and Windows builds to use
+ OpenSSL 1.0.2f.
Windows
-------