summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2013-03-24 21:45:50 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2013-03-24 21:45:50 (GMT)
commitcc0b927b7400c67ebe4c87c86c8b0a1c5bf1ddbc (patch)
treeb6aefe3695823a5626e69053ef506564e03c9a61 /Misc/NEWS
parent710f0c39cd6605ce9a8b9cc0ec9fd02d47b8f5d3 (diff)
downloadcpython-cc0b927b7400c67ebe4c87c86c8b0a1c5bf1ddbc.zip
cpython-cc0b927b7400c67ebe4c87c86c8b0a1c5bf1ddbc.tar.gz
cpython-cc0b927b7400c67ebe4c87c86c8b0a1c5bf1ddbc.tar.bz2
Issue #17425: Build with openssl 1.0.1d on Windows.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 00faf34..2c496dd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -811,6 +811,8 @@ Tests
Build
-----
+- Issue #17425: Build with openssl 1.0.1d on Windows.
+
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of
SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.