From: Ruediger Pluem Date: Sat, 1 Apr 2006 08:12:45 +0000 (+0000) Subject: * Sync with 2.2.x CHANGES file X-Git-Tag: 2.3.0~2475 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4c0f9ed6d893de015deb60e0de6eda0b2aa2013;p=thirdparty%2Fapache%2Fhttpd.git * Sync with 2.2.x CHANGES file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@390616 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 54a2c428711..c34be1ad930 100644 --- a/CHANGES +++ b/CHANGES @@ -6,10 +6,6 @@ Changes with Apache 2.3.0 configurable at runtime via the 'flushpackets' and 'flushwait' worker params. [Jim Jagielski] - *) mod_proxy_http: Do send keep-alive header if the client sent - connection: keep-alive and do not close backend connection if the client - sent connection: close. PR 38524. [Ruediger Pluem, Joe Orton] - *) Event MPM: Fill in the scoreboard's tid field. PR 38736. [Chris Darroch ] @@ -63,9 +59,6 @@ Changes with Apache 2.3.0 seconds to cache a document. [Brian Akins , Ruediger Pluem] - *) If a connection is aborted while waiting for a chunked line, flag the - connection as errored out. [Justin Erenkrantz] - *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew] *) Fix typo in ProxyStatus syntax error message. @@ -112,6 +105,19 @@ Changes with Apache 2.2.1 made to ap_escape_html so we escape quotes. Reported by JPCERT. [Mark Cox] + *) mod_proxy_http: Send HTTP Keep-Alive Headers. PR 38524. + [Rüdiger Plüm, Joe Orton] + + *) mod_disk_cache: Return the correct error codes from bucket read + failures, instead of APR_EGENERAL. + [Brian Akins ] + + *) Add APR/APR-Util Compiled and Runtime Version numbers to the + output of 'httpd -V'. [William Rowe] + + *) http: If a connection is aborted while waiting for a chunked line, + flag the connection as errored out. [Justin Erenkrantz] + *) core: Reject invalid Expect header immediately. PR 38123. [Ruediger Pluem]