You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2007/12/12 21:36:32 UTC

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

Author: niq
Date: Wed Dec 12 12:36:31 2007
New Revision: 603729

URL: http://svn.apache.org/viewvc?rev=603729&view=rev
Log:
Vote&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=603729&r1=603728&r2=603729&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed Dec 12 12:36:31 2007
@@ -85,6 +85,23 @@
      2.2.x version of the patch works
      +1 mturk, fuankg, rpluem
 
+   * core: Lower memory consumption in case that flush buckets are passed thru
+     the chunk filter as last bucket of a brigade.
+     PR: 23567
+     Trunk version of patch:
+        http://svn.apache.org/viewcvs.cgi?rev=602735&view=rev
+     Backport version for 2.2.x of patch:
+        Trunk version of patch works
+     +1: rpluem, jorton, niq
+
+   * core: Lower memory consumption of ap_r* functions by reusing the brigade
+     instead of recreating it during each filter pass.
+     Trunk version of patch:
+        http://svn.apache.org/viewcvs.cgi?rev=603227&view=rev
+     Backport version for 2.2.x of patch:
+        Trunk version of patch works
+     +1: rpluem, jorton, niq
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -104,23 +121,6 @@
                but -0 on including this as a new feature in 2.2.7.
                Better IMHO to separate releasing it from the many bugfixes
                in 2.2.7 mod_proxy.  Hence +1 for 2.2.8.
-
-   * core: Lower memory consumption in case that flush buckets are passed thru
-     the chunk filter as last bucket of a brigade.
-     PR: 23567
-     Trunk version of patch:
-        http://svn.apache.org/viewcvs.cgi?rev=602735&view=rev
-     Backport version for 2.2.x of patch:
-        Trunk version of patch works
-     +1: rpluem, jorton
-
-   * core: Lower memory consumption of ap_r* functions by reusing the brigade
-     instead of recreating it during each filter pass.
-     Trunk version of patch:
-        http://svn.apache.org/viewcvs.cgi?rev=603227&view=rev
-     Backport version for 2.2.x of patch:
-        Trunk version of patch works
-     +1: rpluem, jorton
 
 PATCHES/ISSUES THAT ARE STALLED