]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Promote
authorJim Jagielski <jim@apache.org>
Wed, 9 Jan 2008 18:46:49 +0000 (18:46 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 9 Jan 2008 18:46:49 +0000 (18:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@610508 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f8e642f201be1b2b602d3ea3184758e3cb8b66cb..0daacf28184b539196f01ca3f4301ef6cb098446 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -80,6 +80,24 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  * core: Various memory, code cleanup and edge case optimizations for
+           ap_http_filter (HTTP_INPUT) filter
+    Trunk version of patch:
+        http://svn.apache.org/viewvc?rev=609541&view=rev
+        http://svn.apache.org/viewvc?rev=609544&view=rev
+        http://svn.apache.org/viewvc?rev=609549&view=rev
+        http://svn.apache.org/viewvc?rev=609550&view=rev
+        http://svn.apache.org/viewvc?rev=609552&view=rev
+        http://svn.apache.org/viewvc?rev=609609&view=rev
+        http://svn.apache.org/viewvc?rev=610061&view=rev
+        http://svn.apache.org/viewvc?rev=610111&view=rev
+    Backport version for 2.2.x of patch:
+        http://people.apache.org/~rpluem/patches/chunk_optimization.diff
+    +1: rpluem
+    +1: niq, but please add r610240 as agreed on-list.  Corresponding
+        2.2.x patch at http://people.apache.org/~niq/chunk_optimization.diff
+    +1: jim
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -131,24 +149,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          Trunk version of patch works
       +1: rpluem,
 
-  * core: Various memory, code cleanup and edge case optimizations for
-           ap_http_filter (HTTP_INPUT) filter
-    Trunk version of patch:
-        http://svn.apache.org/viewvc?rev=609541&view=rev
-        http://svn.apache.org/viewvc?rev=609544&view=rev
-        http://svn.apache.org/viewvc?rev=609549&view=rev
-        http://svn.apache.org/viewvc?rev=609550&view=rev
-        http://svn.apache.org/viewvc?rev=609552&view=rev
-        http://svn.apache.org/viewvc?rev=609609&view=rev
-        http://svn.apache.org/viewvc?rev=610061&view=rev
-        http://svn.apache.org/viewvc?rev=610111&view=rev
-    Backport version for 2.2.x of patch:
-        http://people.apache.org/~rpluem/patches/chunk_optimization.diff
-    +1: rpluem
-    +1: niq, but please add r610240 as agreed on-list.  Corresponding
-        2.2.x patch at http://people.apache.org/~niq/chunk_optimization.diff
-    +1: jim
-
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when