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/17 15:30:31 UTC

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

Author: jim
Date: Mon Mar 17 07:30:16 2008
New Revision: 637900

URL: http://svn.apache.org/viewvc?rev=637900&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=637900&r1=637899&r2=637900&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Mar 17 07:30:16 2008
@@ -86,6 +86,15 @@
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+ * mod_include: Set aside buckets that remain unprocessed in the filter 
+   context for the next filter pass. 
+   PR: 44447
+   Trunk version of patch: 
+       http://svn.apache.org/viewvc?rev=629456&view=rev
+   Backport version for 2.2.x of patch:
+       Trunk version of patch works
+   +1: covener, rpluem, jim
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -206,15 +215,6 @@
     Backport version for 2.2.x of patch:
       http://people.apache.org/~jim/patches/proxy-ssl-44026-patch.txt
    +1: jim, rpluem
-
- * mod_include: Set aside buckets that remain unprocessed in the filter 
-   context for the next filter pass. 
-   PR: 44447
-   Trunk version of patch: 
-       http://svn.apache.org/viewvc?rev=629456&view=rev
-   Backport version for 2.2.x of patch:
-       Trunk version of patch works
-   +1: covener, rpluem, jim
 
  * mod_ldap: Correctly return all requested attribute values
    when some attributes have a null value.