diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-03-08 18:29:24 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-03-08 18:29:24 (GMT) |
commit | 43cbd05b6cac24a0e1bf13cf326766d3dc3ebea9 (patch) | |
tree | e1b747081403e91f3359daab0e33d4052d5d4831 /Misc | |
parent | 674e2d0ea05dac2dbcd7156ffb229066aa8acc17 (diff) | |
parent | 947f411b0d890925bc00ab88b120da725ab0e897 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |