You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2007/02/20 18:10:43 UTC

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

Author: jim
Date: Tue Feb 20 09:10:42 2007
New Revision: 509661

URL: http://svn.apache.org/viewvc?view=rev&rev=509661
Log:
Move up

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?view=diff&rev=509661&r1=509660&r2=509661
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue Feb 20 09:10:42 2007
@@ -77,6 +77,11 @@
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_proxy_http: Handle request bodies larger than 2 GB by converting
+     the Content-Length header of the request correctly.
+       PR: 40883
+     http://svn.apache.org/viewvc?view=rev&revision=486320
+     +1: trawick, rpluem, jim
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
@@ -165,12 +170,6 @@
      http://svn.apache.org/viewvc?rev=490156&view=rev
      http://svn.apache.org/viewvc?rev=499567&view=rev
      +1: niq, rpluem
-
-   * mod_proxy_http: Handle request bodies larger than 2 GB by converting
-     the Content-Length header of the request correctly.
-       PR: 40883
-     http://svn.apache.org/viewvc?view=rev&revision=486320
-     +1: trawick, rpluem, jim
 
    * mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
      http://svn.apache.org/viewvc?view=rev&rev=509237