]> granicus.if.org Git - python/commitdiff
Issue #28248: merge from 3.6
authorNed Deily <nad@python.org>
Mon, 31 Oct 2016 23:58:25 +0000 (19:58 -0400)
committerNed Deily <nad@python.org>
Mon, 31 Oct 2016 23:58:25 +0000 (19:58 -0400)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index a42b13e0068901e9700f50a942631f2375d0cc62,ea68653be31ec2d4dfe0310786968cfb54d568db..ebbe0c2f402f775bf7d937d874f555b497f52cc6
+++ b/Misc/NEWS
@@@ -374,22 -387,6 +374,22 @@@ C AP
  Build
  -----
  
- - Issue #28248: Update Windows build to use OpenSSL 1.0.2j.
 +- Issue #28444: Fix missing extensions modules when cross compiling.
 +
 +- Issue #28208: Update Windows build and OS X installers to use SQLite 3.14.2.
 +
++- Issue #28248: Update Windows build and OS X installers to use OpenSSL 1.0.2j.
 +
 +- Issue #21124: Fix building the _struct module on Cygwin by passing ``NULL``
 +  instead of ``&PyType_Type`` to PyVarObject_HEAD_INIT.  Patch by Masayuki
 +  Yamamoto.
 +
 +- Issue #13756: Fix building extensions modules on Cygwin.  Patch by Roumen
 +  Petrov, based on original patch by Jason Tishler.
 +
 +- Issue #21085: Add configure check for siginfo_t.si_band, which Cygwin does
 +  not provide.  Patch by Masayuki Yamamoto with review and rebase by Erik Bray.
 +
  - Issue #28258: Fixed build with Estonian locale (python-config and distclean
    targets in Makefile).  Patch by Arfrever Frehtes Taifersar Arahesis.