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 2017/05/22 20:54:41 UTC

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

Author: ylavic
Date: Mon May 22 20:54:41 2017
New Revision: 1795851

URL: http://svn.apache.org/viewvc?rev=1795851&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=1795851&r1=1795850&r2=1795851&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon May 22 20:54:41 2017
@@ -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)