commit | 3407dfbaf90d1445af66266663fe0615ab0d6003 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri May 18 15:28:01 2012 +0200 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri May 18 15:28:01 2012 +0200 |
tree | 7e7e27e1c4b50b236e6a7ebacb46b9d0154034d1 | |
parent | 0d635aef92758ae7502a5dccf449b8597ce36ba6 [diff] [blame] |
Upgrade OpenSSL to 1.0.0j
diff --git a/Misc/NEWS b/Misc/NEWS index 08d21f7..565db1b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -235,6 +235,8 @@ 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.