summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-05-18 13:28:01 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-05-18 13:28:01 (GMT)
commit3407dfbaf90d1445af66266663fe0615ab0d6003 (patch)
tree7e7e27e1c4b50b236e6a7ebacb46b9d0154034d1 /Misc
parent0d635aef92758ae7502a5dccf449b8597ce36ba6 (diff)
downloadcpython-3407dfbaf90d1445af66266663fe0615ab0d6003.zip
cpython-3407dfbaf90d1445af66266663fe0615ab0d6003.tar.gz
cpython-3407dfbaf90d1445af66266663fe0615ab0d6003.tar.bz2
Upgrade OpenSSL to 1.0.0j
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 08d21f7..565db1b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -235,6 +235,8 @@ Tests
Build
-----
+- The Windows build now uses OpenSSL 1.0.0j and bzip2 1.0.6.
+
- Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
- Issue #14437: Fix building the _io module under Cygwin.