summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-03-19 23:22:14 (GMT)
committerNed Deily <nad@acm.org>2015-03-19 23:22:14 (GMT)
commitb3aa2e7ba355aa0b672bd6d21733d71df6668545 (patch)
tree932a308ee97414453031a72885257b4cc6cf2877 /Misc
parent484b9f3b9983e3c05f1d84ce9581fe95b0bf84b9 (diff)
parentf0c6cd3581831cb5f10fe8244bffb9c5f2a754b2 (diff)
downloadcpython-b3aa2e7ba355aa0b672bd6d21733d71df6668545.zip
cpython-b3aa2e7ba355aa0b672bd6d21733d71df6668545.tar.gz
cpython-b3aa2e7ba355aa0b672bd6d21733d71df6668545.tar.bz2
Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c99a1c9..33751e7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -208,7 +208,7 @@ Build
- Issue #23445: pydebug builds now use "gcc -Og" where possible, to make
the resulting executable faster.
-- Issue #23593: Update OS X 10.5 installer build to use OpenSSL 1.0.2.
+- Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.
C API
-----