From: Justin Erenkrantz Date: Fri, 4 Feb 2005 00:15:46 +0000 (+0000) Subject: Sync CHANGES with 2.0.x. X-Git-Tag: 2.1.3~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7e069bb794596220ed3a76818287d2be7913362;p=thirdparty%2Fapache%2Fhttpd.git Sync CHANGES with 2.0.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151267 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 65402d23194..67e48d33c39 100644 --- a/CHANGES +++ b/CHANGES @@ -16,15 +16,9 @@ Changes with Apache 2.1.3 *) mod_proxy: Fix incorrect decoding/unescaping for reverse proxies. PR 32459, 15207. [Jim Jagielski] - *) Start keeping track of time-taken-to-process-request again for - mod_status if ExtendedStatus is enabled. [Jim Jagielski] - *) mod_cache: Add CacheStorePrivate and CacheStoreNoStore directive. [Justin Erenkrantz] - *) Remove compiled-in upper limit on LimitRequestFieldSize. - [Bill Stoddard] - *) mod_ldap: Added the directive LDAPConnectionTimeout to configure the ldap socket connection timeout value. [Brad Nicholes] @@ -47,9 +41,6 @@ Changes with Apache 2.1.3 as supported by Netware, OpenLDAP and Netscape/Mozilla. [Graham Leggett] - *) mod_proxy: Handle client-aborted connections correctly. PR 32443. - [Janne Hietamäki, Joe Orton] - *) mod_cache: Remove unimplemented CacheForceCompletion directive. [Justin Erenkrantz] @@ -95,10 +86,6 @@ Changes with Apache 2.1.3 of a connection until data is available. [Paul Querna] - *) conf: Remove AddDefaultCharset from the default configuration because - setting a site-wide default does more harm than good. PR 23421. - [Roy Fielding] - Changes with Apache 2.1.2 *) mod_proxy: Respect errors reported by pre_connection hooks. @@ -577,6 +564,26 @@ Changes with Apache 2.1.1 Changes with Apache 2.0.53 + *) Win32 MPM: Correct typo in debugging output. [William Rowe] + + *) conf: Remove AddDefaultCharset from the default configuration because + setting a site-wide default does more harm than good. PR 23421. + [Roy Fielding] + + *) Add charset to example CGI scripts. [Roy Fielding] + + *) mod_ssl: fail quickly if SSL connection is aborted rather than + making many doomed ap_pass_brigade calls. PR 32699. [Joe Orton] + + *) Remove compiled-in upper limit on LimitRequestFieldSize. + [Bill Stoddard] + + *) Start keeping track of time-taken-to-process-request again for + mod_status if ExtendedStatus is enabled. [Jim Jagielski] + + *) mod_proxy: Handle client-aborted connections correctly. PR 32443. + [Janne Hietamäki, Joe Orton] + *) Fix handling of files >2Gb on all platforms (or builds) where apr_off_t is larger than apr_size_t. PR 28898. [Joe Orton]