]> granicus.if.org Git - apache/commitdiff
Backported.
authorGraham Leggett <minfrin@apache.org>
Thu, 12 Oct 2006 22:23:00 +0000 (22:23 +0000)
committerGraham Leggett <minfrin@apache.org>
Thu, 12 Oct 2006 22:23:00 +0000 (22:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@463468 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index ad27850e3db069a96d5ada508a3aba5ae5ed5692..d3fee638e6505d47f694508921497f8b87d7b65e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -146,20 +146,6 @@ Changes with Apache 2.3.0
      and the worker used during a request as environment variables. PR 39806.
      [Brian <brectanu gmail.com>]
 
-  *) mod_isapi: Avoid double trailing slashes in HSE_REQ_MAP_URL_TO_PATH
-     support.  Also corrects the slashes for Windows.  PR 15993. [William Rowe]
-
-  *) mod_isapi: Handle "HTTP/1.1 200 OK" style status lines correctly, the
-     token parser worked while the resulting length was misinterpreted.
-     PR 29098 [Brock Bland <bbland serena.com>]
-
-  *) mod_isapi: Return 0 (failure) for more of the various ap_pass_brigade
-     attempts to stream the response at the client.  PR 30022 [William Rowe]
-
-  *) mod_isapi: Ensure we walk through all the methods the developer may have
-     employed to report their HTTP status result code.
-     PR 16637 30033 28089  [Matt Lewandowsky <matt iamcode.net>, William Rowe]
-
   *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
      configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
      The default is none as this is far greater debugging resolution than 
@@ -267,6 +253,20 @@ Changes with Apache 2.3.0
 
 Changes with Apache 2.2.4
 
+  *) mod_isapi: Avoid double trailing slashes in HSE_REQ_MAP_URL_TO_PATH
+     support.  Also corrects the slashes for Windows.  PR 15993. [William Rowe]
+
+  *) mod_isapi: Handle "HTTP/1.1 200 OK" style status lines correctly, the
+     token parser worked while the resulting length was misinterpreted.
+     PR 29098 [Brock Bland <bbland serena.com>]
+
+  *) mod_isapi: Return 0 (failure) for more of the various ap_pass_brigade
+     attempts to stream the response at the client.  PR 30022 [William Rowe]
+
+  *) mod_isapi: Ensure we walk through all the methods the developer may have
+     employed to report their HTTP status result code.
+     PR 16637 30033 28089  [Matt Lewandowsky <matt iamcode.net>, William Rowe]
+
   *) mod_echo: Fix precedence problem in if statement. PR 40658.
      [Larry Cipriani <lvc lucent.com>]