]> granicus.if.org Git - apache/commitdiff
promotes
authorJim Jagielski <jim@apache.org>
Tue, 1 Nov 2016 11:50:06 +0000 (11:50 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 1 Nov 2016 11:50:06 +0000 (11:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1767481 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d9aef729a9d11a7ecd6609cd6161c7b1ccd43727..d06d6df3ca627df63a9bd3c1c4ee9943cc57ea4a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -117,6 +117,18 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) core: avoid adding multiple subrequest filters when there are nested 
+     subrequests.  PR58292
+     trunk patch: http://svn.apache.org/r1698239
+     2.4.x patch: trunk works
+     +1: covener, ylavic, jim
+
+  *) mod_remoteip: Pick up where we left off during a subrequest rather
+     than running with the modified XFF but original TCP address. PR49839/PR60251
+     trunk patch: http://svn.apache.org/r1688399  
+     2.4.x patch: trunk works
+     +1: covener, ylavic, jim
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -189,18 +201,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              avoids a lot of "warning: 'aplog_module_index' defined but not
              used [-Wunused-const-variable=]" thanks to AP_MAYBE_UNUSED.
 
-  *) core: avoid adding multiple subrequest filters when there are nested 
-     subrequests.  PR58292
-     trunk patch: http://svn.apache.org/r1698239
-     2.4.x patch: trunk works
-     +1: covener, ylavic, jim
-
-  *) mod_remoteip: Pick up where we left off during a subrequest rather
-     than running with the modified XFF but original TCP address. PR49839/PR60251
-     trunk patch: http://svn.apache.org/r1688399  
-     2.4.x patch: trunk works
-     +1: covener, ylavic, jim
-
   *) mod_cache: Bring up-to-date w/ trunk.
      trunk patch:
         try to use the key of a possible open but stale cache entry (PR 50317)