]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Promote one patch
authorRuediger Pluem <rpluem@apache.org>
Mon, 7 May 2007 15:28:30 +0000 (15:28 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 7 May 2007 15:28:30 +0000 (15:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535902 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e387e2a1996bc0a8773f1e9a8616ccbd02f85f3c..a2edae02d01e574f53d8e9185580bf5ddaaa5380 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -77,6 +77,15 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_cache: Correctly cache objects whose URL query string has been
+     modified by mod_rewrite.
+        PR: 40805
+     Trunk version of patch:
+       http://svn.apache.org/viewvc?view=rev&revision=476625
+     2.2.x version of patch:
+       Trunk version works
+     +1: rpluem, jim, sctemme
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
@@ -133,15 +142,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
           I'll +1 it when that's done.
      wrowe: ditto's - good concept.
 
-   * mod_cache: Correctly cache objects whose URL query string has been
-     modified by mod_rewrite.
-        PR: 40805
-     Trunk version of patch:
-       http://svn.apache.org/viewvc?view=rev&revision=476625
-     2.2.x version of patch:
-       Trunk version works
-     +1: rpluem, jim, sctemme
-
    * mod_cache: While serving a cached entity ensure that filters that have
      been applied to this cached entity before saving it to the cache are not
      applied again.