]> granicus.if.org Git - python/commitdiff
Issue #26465: merge from 3.5
authorNed Deily <nad@python.org>
Tue, 8 Mar 2016 06:11:14 +0000 (01:11 -0500)
committerNed Deily <nad@python.org>
Tue, 8 Mar 2016 06:11:14 +0000 (01:11 -0500)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index f470f660440d8207c63e671d8df69c3ba26c4a50,3043456cdae4b9d3552ac1a303ca8a7ee5c940dc..734c967aca3735881abf55655048f5f4fb6a8a16
+++ b/Misc/NEWS
@@@ -799,15 -305,10 +799,17 @@@ Buil
  
  - Issue #25696: Fix installation of Python on UNIX with make -j9.
  
- - Issue #26268: Update OS X 10.5 installer and Windows builds to use
-   OpenSSL 1.0.2f.
 +- Issue #24986: It is now possible to build Python on Windows without errors
 +  when external libraries are not available.
 +
 +- Issue #24421: Compile Modules/_math.c once, before building extensions.
 +  Previously it could fail to compile properly if the math and cmath builds
 +  were concurrent.
 +
+ - Issue #26465: Update OS X 10.5+ 32-bit-only installer to build
+   and link with OpenSSL 1.0.2g.
+ - Issue #26268: Update Windows builds to use OpenSSL 1.0.2f.
  
  - Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries.