You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2008/03/14 18:11:55 UTC

svn commit: r637162 - /httpd/httpd/branches/2.2.x/STATUS

Author: covener
Date: Fri Mar 14 10:11:54 2008
New Revision: 637162

URL: http://svn.apache.org/viewvc?rev=637162&view=rev
Log:
vote and promote

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=637162&r1=637161&r2=637162&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Mar 14 10:11:54 2008
@@ -86,6 +86,13 @@
 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 ]
@@ -207,14 +214,6 @@
     Backport version for 2.2.x of patch:
       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.