diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-05-18 13:28:01 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-05-18 13:28:01 (GMT) |
commit | 3407dfbaf90d1445af66266663fe0615ab0d6003 (patch) | |
tree | 7e7e27e1c4b50b236e6a7ebacb46b9d0154034d1 /Misc | |
parent | 0d635aef92758ae7502a5dccf449b8597ce36ba6 (diff) | |
download | cpython-3407dfbaf90d1445af66266663fe0615ab0d6003.zip cpython-3407dfbaf90d1445af66266663fe0615ab0d6003.tar.gz cpython-3407dfbaf90d1445af66266663fe0615ab0d6003.tar.bz2 |
Upgrade OpenSSL to 1.0.0j
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |