]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
promote
authorJim Jagielski <jim@apache.org>
Mon, 17 Mar 2008 14:30:16 +0000 (14:30 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 17 Mar 2008 14:30:16 +0000 (14:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@637900 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 4779e40cbd8720c7d2fb1822a14188dbe3944c15..284cffd885b4c40955c7fb12a64821ae2932b9b8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -86,6 +86,15 @@ RELEASE SHOWSTOPPERS:
 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 ]
 
@@ -207,15 +216,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       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.
    PR: 44560