]> granicus.if.org Git - apache/commitdiff
vote/promote remote_ip
authorEric Covener <covener@apache.org>
Sat, 15 Feb 2014 17:48:21 +0000 (17:48 +0000)
committerEric Covener <covener@apache.org>
Sat, 15 Feb 2014 17:48:21 +0000 (17:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1568645 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index bbf80036b6080e0ad23a05c3d5d6df43e5f84523..12cf8bc31d0c2f05b52a5f8c2452a2caaf008eae 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -98,6 +98,11 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_remoteip: Use the correct IP addresses to populate the proxy_ips field.
+                   PR55972
+     trunk patch: https://svn.apache.org/r1564475
+     2.4.x patch: trunk works
+     +1: mrumph, jim, covener
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -201,13 +206,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    * mod_remoteip: Correct the trusted proxy match test. PR54651
      trunk patch: https://svn.apache.org/r1564052
      2.4.x patch: trunk works
-     +1: mrumph
-
-   * mod_remoteip: Use the correct IP addresses to populate the proxy_ips field.
-                   PR55972
-     trunk patch: https://svn.apache.org/r1564475
-     2.4.x patch: trunk works
-     +1: mrumph, jim
+     +1: mrumph, covener
 
    * mod_proxy_fcgi: Fix error message when an unexpected protocol version
      number is received from the application.  PR 56110.