]> granicus.if.org Git - apache/commitdiff
Vote, promote.
authorYann Ylavic <ylavic@apache.org>
Sat, 25 Jun 2016 20:40:10 +0000 (20:40 +0000)
committerYann Ylavic <ylavic@apache.org>
Sat, 25 Jun 2016 20:40:10 +0000 (20:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1750224 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e377ab90bf06ffacc3d1972ad22d2c4708f7bb98..1f2ba3b334a535a47d4aa72136507a17872ef4f5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -116,6 +116,18 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) configure: Do not treat dependency exceptions with --enable-modules
+     of only 'few' or 'none' as fatal, but continue the ./configure
+     Submitted by: trawick [Add to CHANGES credit]
+     trunk patch: http://svn.apache.org/r1396440 [only the acinclude.m4 edit]
+     2.4.x: trunk patch to acinclude.m4 works (modules/arch/unix patch is N/A)
+     +1: wrowe, rpluem, ylavic
+
+  *) mod_watchdog: Enable at --enable-modules=most for mod_proxy_hcheck
+     trunk patch: http://svn.apache.org/viewvc?rev=1749924&view=rev
+     2.4.x: trunk patch works
+     +1: wrowe, rpluem, ylavic
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -151,18 +163,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x: trunk patch works
      +1: jailletc36
 
-  *) configure: Do not treat dependency exceptions with --enable-modules
-     of only 'few' or 'none' as fatal, but continue the ./configure
-     Submitted by: trawick [Add to CHANGES credit]
-     trunk patch: http://svn.apache.org/r1396440 [only the acinclude.m4 edit]
-     2.4.x: trunk patch to acinclude.m4 works (modules/arch/unix patch is N/A)
-     +1: wrowe, rpluem
-
-  *) mod_watchdog: Enable at --enable-modules=most for mod_proxy_hcheck
-     trunk patch: http://svn.apache.org/viewvc?rev=1749924&view=rev
-     2.4.x: trunk patch works
-     +1: wrowe, 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