]> granicus.if.org Git - apache/commitdiff
imistakenly
authorJim Jagielski <jim@apache.org>
Fri, 27 Mar 2015 12:18:34 +0000 (12:18 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 27 Mar 2015 12:18:34 +0000 (12:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1669553 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f88db9a3ca4818aea58759e0156372b45fa19f7d..c9873619c3995404d9f4d92d7fb642452e92a83f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -106,16 +106,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-   * mod_proxy: Add ap_proxy_define_match_worker() and use it for ProxyPassMatch
-     and ProxyMatch section to distinguish between normal workers and workers
-     with regex substitutions in the name. Implement handling of such workers
-     in ap_proxy_get_worker(). Fixes the bug when regex workers were not
-     matched and used for request. PR 43513.
-     trunk patch: http://svn.apache.org/r1609680
-                  http://svn.apache.org/r1641381
-     2.4.x patch: trunk works
-     +1: jkaluza, ylavic, jim
-
   *) mod_deflate: A misplaced check prevents limiting small bodies with the
      new inflate limits.  PR56872.
      trunk patch: http://svn.apache.org/r1619383
@@ -152,6 +142,17 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
+   * mod_proxy: Add ap_proxy_define_match_worker() and use it for ProxyPassMatch
+     and ProxyMatch section to distinguish between normal workers and workers
+     with regex substitutions in the name. Implement handling of such workers
+     in ap_proxy_get_worker(). Fixes the bug when regex workers were not
+     matched and used for request. PR 43513.
+     trunk patch: http://svn.apache.org/r1609680
+                  http://svn.apache.org/r1641381
+     2.4.x patch: trunk works
+     +1: jkaluza, ylavic
+
+
    * mod_buffer: Forward flushed input data immediately and avoid (unlikely)
                  access to freed memory.
      trunk patch: http://svn.apache.org/r1632742