]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote, promote.
authorYann Ylavic <ylavic@apache.org>
Mon, 22 May 2017 20:54:41 +0000 (20:54 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 22 May 2017 20:54:41 +0000 (20:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1795851 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0974ffcbeaae35e1ed3ae88f3b11b948895d369e..95fa4fef9e809acd8ade92e35013241c134b8dc8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -126,12 +126,18 @@ RELEASE SHOWSTOPPERS:
 
       trunk patch: https://svn.apache.org/r1795830
       2.4.x patch: trunk works
-      +1: jchampion
+      +1: jchampion, ylavic
 
 
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) core: evaluate nested If/ElseIf/Else sections rather than silently ignore
+     them.
+     trunk patch: http://svn.apache.org/r1792589
+     2.4.x patch: trunk works (modulo CHANGES)
+     +1: elukey, jim, yalvic
+
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -197,12 +203,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch:  svn merge -c 1776463 1776708 ^/httpd/httpd/trunk .
      +1: covener, jim
 
-  *) core: evaluate nested If/ElseIf/Else sections rather than silently ignore
-     them.
-     trunk patch: http://svn.apache.org/r1792589
-     2.4.x patch: trunk works (modulo CHANGES)
-     +1: elukey, jim
-
   *) mod_rewrite: allow users to workaround the over-agressive backreference
                   escaping by selecting the characters to escape
      mod_rewrite: add BNP flag (backrefnoplus)