summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-03-06 01:34:24 (GMT)
committerNed Deily <nad@acm.org>2015-03-06 01:34:24 (GMT)
commitac677f3fed61bf57252ecbde0094daeaf0af607e (patch)
tree658b30777194dd745d5d076aed811e814d617902 /Misc
parent7bcf9a558817a4fce48b81cd9696aff9b961d978 (diff)
downloadcpython-ac677f3fed61bf57252ecbde0094daeaf0af607e.zip
cpython-ac677f3fed61bf57252ecbde0094daeaf0af607e.tar.gz
cpython-ac677f3fed61bf57252ecbde0094daeaf0af607e.tar.bz2
Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 29c6214..fccf846 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,6 +71,8 @@ Build
- Issue #23445: pydebug builds now use "gcc -Og" where possible, to make
the resulting executable faster.
+- Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2.
+
What's New in Python 3.4.3?
===========================