You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2008/03/05 16:44:06 UTC

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

Author: jim
Date: Wed Mar  5 07:43:57 2008
New Revision: 633884

URL: http://svn.apache.org/viewvc?rev=633884&view=rev
Log:
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=633884&r1=633883&r2=633884&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed Mar  5 07:43:57 2008
@@ -81,6 +81,14 @@
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+ * mod_rewrite: Stat all files for DBM maps (PR41190)
+    Trunk version of patch: 
+      http://svn.apache.org/viewvc?rev=632730&view=rev
+      http://svn.apache.org/viewvc?rev=633791&view=rev
+    Backport version for 2.2.x of patch:
+      Trunk version of patch should work (modulo CHANGES).
+   +1: nikke, rpluem, jim
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -201,14 +209,6 @@
     Backport version for 2.2.x of patch:
       http://people.apache.org/~jim/patches/proxy-ssl-44026-patch.txt
    +1: jim, rpluem
-
- * mod_rewrite: Stat all files for DBM maps (PR41190)
-    Trunk version of patch: 
-      http://svn.apache.org/viewvc?rev=632730&view=rev
-      http://svn.apache.org/viewvc?rev=633791&view=rev
-    Backport version for 2.2.x of patch:
-      Trunk version of patch should work (modulo CHANGES).
-   +1: nikke, rpluem, jim
 
  * mod_cache: Revalidate cache entities which have Cache-Control: no-cache
               set in their response headers. PR44511