]> granicus.if.org Git - apache/commitdiff
promote mod_rewrite fix
authorMike Rumph <mrumph@apache.org>
Sat, 8 Feb 2014 14:36:27 +0000 (14:36 +0000)
committerMike Rumph <mrumph@apache.org>
Sat, 8 Feb 2014 14:36:27 +0000 (14:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1566022 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d19a0acc036fe24bdee5b50d4706eae42c2b2bdf..318584bed066eb9e2acfe7e10b34242b26bd60fe 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -98,6 +98,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_rewrite: Add %{CONN_REMOTE_ADDR} to mod_rewrite PR56094
+     trunk patch: https://svn.apache.org/r1563418
+     2.4.x patch: trunk works
+     +1: covener, jim, mrumph
+     mrumph: Verified the change against comment 1 in PR 55886.
+             Also, verified the source change against log_remote_address()
+             in modules/loggers/mod_log_config.c in both trunk and 2.4.x.
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -193,14 +200,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: https://people.apache.org/~kbrand/mod_ssl-2.4.x-certkeyfile-v3.diff
      +1: kbrand
 
-   * mod_rewrite: Add %{CONN_REMOTE_ADDR} to mod_rewrite PR56094
-     trunk patch: https://svn.apache.org/r1563418
-     2.4.x patch: trunk works
-     +1: covener, jim, mrumph
-     mrumph: Verified the change against comment 1 in PR 55886.
-             Also, verified the source change against log_remote_address()
-             in modules/loggers/mod_log_config.c in both trunk and 2.4.x.
-
    * mod_ssl: enable auto curve selection for ECDHE / OpenSSL 1.0.2
      trunk patch: https://svn.apache.org/r1563420
      2.4.x patch: trunk patch works