]> granicus.if.org Git - python/commitdiff
Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel.
authorSteve Dower <steve.dower@microsoft.com>
Sat, 12 Mar 2016 16:39:07 +0000 (08:39 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Sat, 12 Mar 2016 16:39:07 +0000 (08:39 -0800)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index c994a0aff5d26cfd688081dc0533a368b47d72fb,b7a26176812d3f5488874521a1774a992aae600f..91193a60d4d3dffe54fecbef3928a471d927dde2
+++ b/Misc/NEWS
@@@ -811,11 -306,19 +811,14 @@@ Test
  Build
  -----
  
+ - Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by
+   Bjoern Thiel.
  - Issue #26465: Update Windows builds to use OpenSSL 1.0.2g.
  
 -- 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 #25348: Added ``--pgo`` and ``--pgo-job`` arguments to
    ``PCbuild\build.bat`` for building with Profile-Guided Optimization.  The
 -  old ``PCbuild\build_pgo.bat`` script is now deprecated, and simply calls
 -  ``PCbuild\build.bat --pgo %*``.
 +  old ``PCbuild\build_pgo.bat`` script is removed.
  
  - Issue #25827: Add support for building with ICC to ``configure``, including
    a new ``--with-icc`` flag.