You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2016/06/28 07:55:17 UTC

svn commit: r1750454 - /httpd/httpd/branches/2.4.x/STATUS

Author: ylavic
Date: Tue Jun 28 07:55:17 2016
New Revision: 1750454

URL: http://svn.apache.org/viewvc?rev=1750454&view=rev
Log:
Vote, promote.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1750454&r1=1750453&r2=1750454&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Jun 28 07:55:17 2016
@@ -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