]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote and promote
authorEric Covener <covener@apache.org>
Fri, 14 Mar 2008 17:11:54 +0000 (17:11 +0000)
committerEric Covener <covener@apache.org>
Fri, 14 Mar 2008 17:11:54 +0000 (17:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@637162 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 85a4c07e068fdd74b5334dc50c62f47101030326..f7a40da0e4eeb441610eafeb3f91f5fb2151558a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -86,6 +86,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+ * mod_cache: Revalidate cache entities which have Cache-Control: no-cache
+              set in their response headers. PR44511
+   Trunk version of patch:
+       http://svn.apache.org/viewcvs.cgi?rev=632749&view=rev
+   Backport version for 2.2.x of patch:
+       Trunk version of patch works
+   +1: rpluem, jim, covener
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -208,14 +215,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       http://people.apache.org/~jim/patches/proxy-ssl-44026-patch.txt
    +1: jim, rpluem
 
- * mod_cache: Revalidate cache entities which have Cache-Control: no-cache
-              set in their response headers. PR44511
-   Trunk version of patch:
-       http://svn.apache.org/viewcvs.cgi?rev=632749&view=rev
-   Backport version for 2.2.x of patch:
-       Trunk version of patch works
-   +1: rpluem, jim
-
  * mod_include: Set aside buckets that remain unprocessed in the filter 
    context for the next filter pass. 
    PR: 44447