]> granicus.if.org Git - apache/commitdiff
Vote, move.
authorYann Ylavic <ylavic@apache.org>
Tue, 28 Mar 2017 21:24:21 +0000 (21:24 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 28 Mar 2017 21:24:21 +0000 (21:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1789241 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2cd1bf6e0c438befde509948e2a53ada1af79996..62b1ed771ae81ca15d619ce9ea8eb49c253d552c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -118,6 +118,14 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) core: Add %{REMOTE_PORT} to the expression parser. PR59938
+     trunk patch: http://svn.apache.org/r1776459
+                  http://svn.apache.org/r1788508
+     2.4.x patch: trunk works
+     +1: covener, ylavic, jchampion
+     jchampion: Trunk patches don't apply cleanly for me. The patch I used to
+                test is at https://home.apache.org/~jchampion/patches/2.4.x-expr-REMOTE_PORT.patch
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -187,14 +195,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1: covener, ylavic
 
-  *) core: Add %{REMOTE_PORT} to the expression parser. PR59938
-     trunk patch: http://svn.apache.org/r1776459
-                  http://svn.apache.org/r1788508
-     2.4.x patch: trunk works
-     +1: covener, ylavic, jchampion
-     jchampion: Trunk patches don't apply cleanly for me. The patch I used to
-                test is at https://home.apache.org/~jchampion/patches/2.4.x-expr-REMOTE_PORT.patch
-
   *) Easy patches: synch 2.4.x and trunk
      - cache: Use apr_pstrmemdup instead of apr_pstrndup when applicable
      - cache: Remove a useless break + tiny style fix (missing space)
@@ -207,7 +207,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1777594
                   http://svn.apache.org/r1783056
      2.4.x patch: trunk patches work
-     +1: jailletc36
+     +1: jailletc36, ylavic
 
   *) core: Disallow multiple Listen on the same IP:port when listener buckets
      are configured (ListenCoresBucketsRatio > 0), consistently with the single