From: Jeff Trawick Date: Mon, 9 Apr 2007 20:57:15 +0000 (+0000) Subject: sync with 2.2.x branch X-Git-Tag: 2.3.0~1840 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a59a74f0a821291e810e906ac1618bd914d8da16;p=thirdparty%2Fapache%2Fhttpd.git sync with 2.2.x branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@526914 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 255c9d49569..cb322e0a436 100644 --- a/CHANGES +++ b/CHANGES @@ -76,10 +76,6 @@ Changes with Apache 2.3.0 and merge function. Use ap_log_error() wherever possible. [Chris Darroch, Nick Kew] - *) mod_proxy_http: Handle request bodies larger than 2 GB by converting - the Content-Length header of the request correctly. PR 40883. - [Ruediger Pluem, toadie ] - *) core: Do not replace a Date header set by a proxied backend server. PR 40232. [Ruediger Pluem] @@ -276,6 +272,13 @@ Changes with Apache 2.3.0 Changes with Apache 2.2.5 + *) core: Correct a regression since 2.0.x in the handling of AllowOverride + Options. PR 41829. [Torsten Förtsch ] + + *) mod_proxy_http: Handle request bodies larger than 2 GB by converting + the Content-Length header of the request correctly. PR 40883. + [Ruediger Pluem, toadie ] + *) mod_proxy: Fix some proxy setting inheritance problems (eg: ProxyTimeout). PR 11540. [Stuart Children ]