From: Yann Ylavic Date: Tue, 28 Jun 2016 07:55:17 +0000 (+0000) Subject: Vote, promote. X-Git-Tag: 2.4.23~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8426998df5e9563b43f044b017b440c1d5f8a93;p=apache Vote, promote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1750454 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 2e7bdb7f13..adb55aa8cc 100644 --- a/STATUS +++ b/STATUS @@ -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