]> granicus.if.org Git - apache/commitdiff
* These have been backported.
authorRuediger Pluem <rpluem@apache.org>
Sun, 2 Sep 2007 09:58:10 +0000 (09:58 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 2 Sep 2007 09:58:10 +0000 (09:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@571937 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index a0c281c8d5eef87debe5b3ed9cc7606260baf730..0c8cc971af29dddaa7ebb71813c661983e488e0e 100644 (file)
--- 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 <christian_boitel yahoo.fr>, 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]