summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8e5fb3a..caf6c18 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -484,8 +484,6 @@ Build
- Issue #21037: Add a build option to enable AddressSanitizer support.
-- The Windows build now includes OpenSSL 1.0.1g
-
- Issue #19962: The Windows build process now creates "python.bat" in the
root of the source tree, which passes all arguments through to the most
recently built interpreter.
@@ -607,6 +605,12 @@ Tools/Demos
- Issue #20535: PYTHONWARNING no longer affects the run_tests.py script.
Patch by Arfrever Frehtes Taifersar Arahesis.
+Windows
+-------
+
+- Issue #21671, CVE-2014-0224: The bundled version of OpenSSL has been
+ updated to 1.0.1h.
+
What's New in Python 3.4.0?
===========================