You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2007/10/01 10:08:23 UTC

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

Author: rpluem
Date: Mon Oct  1 01:08:22 2007
New Revision: 580886

URL: http://svn.apache.org/viewvc?rev=580886&view=rev
Log:
* Promote a patch.

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=580886&r1=580885&r2=580886&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Oct  1 01:08:22 2007
@@ -79,6 +79,11 @@
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_deflate: initialise inflate-out filter correctly when the
+     first brigade contains no data buckets.
+     PR 43512
+     http://svn.apache.org/viewvc?view=rev&revision=580598
+     +1: niq, wrowe, rpluem
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -230,12 +235,6 @@
      http://svn.apache.org/viewvc?view=rev&revision=580457
      +1: niq
      +0: rpluem says: Please give struct foo a meaningful name first.
-
-   * mod_deflate: initialise inflate-out filter correctly when the
-     first brigade contains no data buckets.
-     PR 43512
-     http://svn.apache.org/viewvc?view=rev&revision=580598
-     +1: niq, wrowe, rpluem
 
    * mod_proxy_http: Remove Warning headers with wrong date
      PR 16138