summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-03-08 18:29:24 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-03-08 18:29:24 (GMT)
commit43cbd05b6cac24a0e1bf13cf326766d3dc3ebea9 (patch)
treee1b747081403e91f3359daab0e33d4052d5d4831 /Misc
parent674e2d0ea05dac2dbcd7156ffb229066aa8acc17 (diff)
parent947f411b0d890925bc00ab88b120da725ab0e897 (diff)
downloadcpython-43cbd05b6cac24a0e1bf13cf326766d3dc3ebea9.zip
cpython-43cbd05b6cac24a0e1bf13cf326766d3dc3ebea9.tar.gz
cpython-43cbd05b6cac24a0e1bf13cf326766d3dc3ebea9.tar.bz2
Issue #26465: Update Windows builds to use OpenSSL 1.0.2g.
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 cb04c90..205891b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -793,6 +793,8 @@ Tests
Build
-----
+- Issue #26465: Update Windows builds to use OpenSSL 1.0.2g.
+
- Issue #25348: Added ``--pgo`` and ``--pgo-job`` arguments to
``PCbuild\build.bat`` for building with Profile-Guided Optimization. The
old ``PCbuild\build_pgo.bat`` script is removed.