Merged revisions 76990-76991 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76990 | martin.v.loewis | 2009-12-21 20:27:15 +0100 (Mo, 21 Dez 2009) | 1 line
Switch to OpenSSL 0.9.8l.
........
r76991 | martin.v.loewis | 2009-12-21 20:29:59 +0100 (Mo, 21 Dez 2009) | 1 line
Add NEWS for OpenSSL changes.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 1e76e10..f735526 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -490,6 +490,8 @@
Build
-----
+- Switch to OpenSSL 0.9.8l on Windows.
+
- Issue #5792: Extend the short float repr support to x86 systems using
icc or suncc.