Commit a7bfb6bc authored by Yann Ylavic's avatar Yann Ylavic
Browse files

Vote, promote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1750454 13f79535-47bb-0310-9956-ffa450edef68
parent 97df2d3d
Loading
Loading
Loading
Loading
+26 −26
Original line number Diff line number Diff line
@@ -116,6 +116,32 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]

  *) mod_sed: Fix 'x' command processing
     trunk patch: http://svn.apache.org/r1749401
                  http://svn.apache.org/r1749404 (CHANGES entry)
     2.4.x: trunk patch works
     +1: jailletc36, rpluem, ylavic

  *) mod_proxy: Replace the logic for selecting proxy sub-modules, retaining
     the 2.4.x legacy behavior, by elevating the module selection to 'most'
     through all proxy_* sub-module configuration tests, and apply the same
     static or shared linkage of mod_proxy to each sub-module not otherwise
     explicitly marked static or shared. By dropping the default 'yes' toggle,
     this patch ensures we will no longer abort the configuration when failing
     to enable a module for missing dependencies.
     trunk patch: http://svn.apache.org/r1750043
     2.4.x: https://raw.githubusercontent.com/wrowe/patches/master/proxy-noforce-2.4.x.patch
     +1: wrowe, rpluem, ylavic

  *) Account for explicit enable- cases of 'shared', 'few', 'all', 'reallyall',
     ensure all unrecognized --enable-foo=values mean *no*.
     Backport: r1750335, r1750407, r1750420
     Trunk patch: http://svn.apache.org/r1750335
                  http://svn.apache.org/r1750407
                  http://svn.apache.org/r1750420
     2.4.x patch: Trunk applies
     +1: wrowe, rpluem, ylavic


PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]
@@ -145,38 +171,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x: trunk patch works
     +1: elukey

  *) mod_sed: Fix 'x' command processing
     trunk patch: http://svn.apache.org/r1749401
                  http://svn.apache.org/r1749404 (CHANGES entry)
     2.4.x: trunk patch works
     +1: jailletc36, rpluem

  *) mpm_event/worker: fix MaxSpareThreads lower bound (follow up to /
     consistent with MinSpareThreads' change in r1748336 from 2.4.21)
     trunk patch: http://svn.apache.org/r1750218
     2.4.x: trunk works
     +1: ylavic, rpluem

  *) mod_proxy: Replace the logic for selecting proxy sub-modules, retaining
     the 2.4.x legacy behavior, by elevating the module selection to 'most'
     through all proxy_* sub-module configuration tests, and apply the same
     static or shared linkage of mod_proxy to each sub-module not otherwise
     explicitly marked static or shared. By dropping the default 'yes' toggle,
     this patch ensures we will no longer abort the configuration when failing
     to enable a module for missing dependencies.
     trunk patch: http://svn.apache.org/r1750043
     2.4.x: https://raw.githubusercontent.com/wrowe/patches/master/proxy-noforce-2.4.x.patch
     +1: wrowe, rpluem

  *) Account for explicit enable- cases of 'shared', 'few', 'all', 'reallyall',
     ensure all unrecognized --enable-foo=values mean *no*.
     Backport: r1750335, r1750407, r1750420
     Trunk patch: http://svn.apache.org/r1750335
                  http://svn.apache.org/r1750407
                  http://svn.apache.org/r1750420
     2.4.x patch: Trunk applies
     +1: wrowe, rpluem


PATCHES/ISSUES THAT ARE BEING WORKED