summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-10-11 03:11:12 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-10-11 03:11:12 (GMT)
commitfd28cbef4b1a1b85f8fc6d936a8916302abdf171 (patch)
tree40c1657b88a6aa9df76135058adbdf4cdeab158f /Misc
parentd2a584b47b30f2e8189730201c4d19d51cdd0e89 (diff)
parent068534ab037236aa80d489383aded87c28553eb0 (diff)
downloadcpython-fd28cbef4b1a1b85f8fc6d936a8916302abdf171.zip
cpython-fd28cbef4b1a1b85f8fc6d936a8916302abdf171.tar.gz
cpython-fd28cbef4b1a1b85f8fc6d936a8916302abdf171.tar.bz2
Issue #28248: Merge with 3.4
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 d71a41b..44e63d4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -464,6 +464,8 @@ Windows
Build
-----
+- Issue #28248: Update Windows build to use OpenSSL 1.0.2j.
+
- Issue #28258: Fixed build with Estonian locale (python-config and distclean
targets in Makefile). Patch by Arfrever Frehtes Taifersar Arahesis.