summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-07-04 06:43:22 (GMT)
committerNed Deily <nad@acm.org>2015-07-04 06:43:22 (GMT)
commit704dde196c9cfe327bd6c40c576158d5c09545cd (patch)
treeb9135f9ea02e1991adde3bf227bb4a4b8aa44f44 /Misc
parentf92673c25419d85e96b2aac084682bc109b68635 (diff)
parent0454d48e0213d0187e63f78673b31639e3ea94ea (diff)
downloadcpython-704dde196c9cfe327bd6c40c576158d5c09545cd.zip
cpython-704dde196c9cfe327bd6c40c576158d5c09545cd.tar.gz
cpython-704dde196c9cfe327bd6c40c576158d5c09545cd.tar.bz2
Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.
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 3d9671c..12eb821 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,7 +103,8 @@ Documentation
Build
-----
-- Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.
+- Issue #24432: Update Windows builds and OS X 10.5 installer to use OpenSSL
+ 1.0.2c.
What's New in Python 3.5.0 beta 2?