]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote late, vote quickly.
authorPaul Querna <pquerna@apache.org>
Wed, 21 Jul 2010 18:06:21 +0000 (18:06 +0000)
committerPaul Querna <pquerna@apache.org>
Wed, 21 Jul 2010 18:06:21 +0000 (18:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@966338 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 26bb3da2d32bb3890093e837865748dcbe925e4b..ef1cfa684d22d53a3e0eb1660c7cb1de6922b11c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -86,6 +86,14 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  * core: Filter init functions are now run strictly once per request
+    before handler invocation.  The init functions are no longer run
+    for connection filters.  PR 49328.
+    Trunk version of patch:
+       http://svn.apache.org/viewcvs.cgi?rev=953311&view=rev
+    Backport version for 2.2.x of patch:
+       Trunk version of patch works
+    +1: rpluem, jim, pquerna
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -179,15 +187,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                               (newly updated to fold in r966059)
      +1: niq
 
-  * core: Filter init functions are now run strictly once per request
-    before handler invocation.  The init functions are no longer run
-    for connection filters.  PR 49328.
-    Trunk version of patch:
-       http://svn.apache.org/viewcvs.cgi?rev=953311&view=rev
-    Backport version for 2.2.x of patch:
-       Trunk version of patch works
-    +1: rpluem, jim
-
   * core: Pass the output filter information to newly created sub requests;
     as these are later on used as true requests with an internal redirect.
     This allows for mod_cache et.al. to trap the results of the redirect.