summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2013-03-24 21:53:04 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2013-03-24 21:53:04 (GMT)
commit5fe5b4ead3aba166b46d66f809dc5c446e3c61d9 (patch)
tree09728bbd7f0eab9261b87887915ff2731e688e0c /Misc
parent1e81b3e6556fa853a0b59802282dfbba43431400 (diff)
parent005fb742b998488bcf81cd388272d651f0428092 (diff)
downloadcpython-5fe5b4ead3aba166b46d66f809dc5c446e3c61d9.zip
cpython-5fe5b4ead3aba166b46d66f809dc5c446e3c61d9.tar.gz
cpython-5fe5b4ead3aba166b46d66f809dc5c446e3c61d9.tar.bz2
#17425: merge 3.3
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 bfbe566..4625008 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1143,6 +1143,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.