summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2017-03-03 22:07:37 (GMT)
committerGitHub <noreply@github.com>2017-03-03 22:07:37 (GMT)
commitdd2000cbe475da48fdc94e8f05618e9f460077fd (patch)
tree469ef53597de7548cf1703d03f195c700ec70091 /Misc/NEWS
parent6e965d9e78b278f2f720a932e7b149cb7d88bd72 (diff)
downloadcpython-dd2000cbe475da48fdc94e8f05618e9f460077fd.zip
cpython-dd2000cbe475da48fdc94e8f05618e9f460077fd.tar.gz
cpython-dd2000cbe475da48fdc94e8f05618e9f460077fd.tar.bz2
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-443)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b17ad90..47e3d05 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -127,6 +127,11 @@ Tests
determine the candidate encoding for the test regex (allowing it to correctly
skip the test when the default locale encoding is a multi-byte encoding)
+Build
+-----
+
+- bpo-29572: Update Windows build and OS X installers to use OpenSSL 1.0.2k.
+
What's New in Python 3.5.3?
===========================