]> granicus.if.org Git - apache/commitdiff
Now in 2.2.7
authorJim Jagielski <jim@apache.org>
Tue, 20 Nov 2007 15:13:09 +0000 (15:13 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 20 Nov 2007 15:13:09 +0000 (15:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@596713 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index c4a1e952a5e93f6f1bdd09c27bca308baf88ec24..8cac46df66b94786a0d71930d4eb46b020e97ec3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -11,16 +11,8 @@ Changes with Apache 2.3.0
   *) core: Handle unrecognised transfer-encodings.
      PR 43882 [Nick Kew]
 
-  *) core: Avoid some unexpected connection closes by telling the client
-     that the connection is not persistent if the MPM process handling
-     the request is already exiting when the response header is built.
-     [Jeff Trawick] 
-
   *) mod_serf: New module for Reverse Proxying. [Paul Querna]
 
-  *) mod_autoindex: Generate valid XHTML output by adding the xhtml
-     namespace. PR 43649 [Jose Kahan <jose w3.org>]
-
   *) core: Add the option to keep aside a request body up to a certain
      size that would otherwise be discarded, to be consumed by filters
      such as mod_include. When enabled for a directory, POST requests
@@ -38,17 +30,10 @@ Changes with Apache 2.3.0
      lengths and which only vary with the last several characters.
      [Jim Jagielski]
 
-  *) mod_proxy: add "nocanon" keyword to ProxyPass, to suppress
-     URI-canonicalisation in a reverse proxy.
-     PR 41798 [Nick Kew]
-
   *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
      from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
      provide the unusual legacy lookup.  [William Rowe]
 
-  *) mod_proxy_http: Don't escape/unescape forward-proxied URLs
-     PR 42592 [Nick Kew]
-
   *) mpm winnt: fix null pointer dereference
      PR 42572 [Davi Arnaut]