From: Ruediger Pluem Date: Sun, 2 Sep 2007 09:58:10 +0000 (+0000) Subject: * These have been backported. X-Git-Tag: 2.3.0~1472 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b0f62f1f896bdfad92637ee16043b5e69617956;p=apache * These have been backported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@571937 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a0c281c8d5..0c8cc971af 100644 --- a/CHANGES +++ b/CHANGES @@ -11,10 +11,6 @@ Changes with Apache 2.3.0 parameters to the environment. Improve portability to EBCDIC machines by using apr_toupper(). [Martin Kraemer] - *) mod_deflate: fix content_encoding detection in inflate_out filter - when it's not in response headers table. - PR 42993 [Nick Kew] - *) mod_proxy: Improve network performance by setting APR_TCP_NODELAY (disable Nagle algorithm) on sockets if implemented. PR 42871 [Christian BOITEL , Jim Jagielski] @@ -36,14 +32,6 @@ Changes with Apache 2.3.0 *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna] - *) mod_cache: Correctly handle HEAD requests on expired cache content. - PR 41230. [Niklas Edmundsson] - - *) mod_so: Solve dev's confusion by reporting expected/seen module - magic signatures when failing with a 'garbled' message, and solve - user's confusion by pointing out 'perhaps compiled for a different - version of apache?'. [William Rowe] - *) mod_substitute: Added a new experimental output filter, which performs inline response content pattern matching (including regex) and substitution. [Jim Jagielski]