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

CHANGES

diff --git a/CHANGES b/CHANGES
index d3fee638e6505d47f694508921497f8b87d7b65e..c6670d8b14d96760147f438beca0367d9c5f1c79 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -88,9 +88,6 @@ Changes with Apache 2.3.0
      parameter in the URL correctly. PR 40400.
      [Ruediger Pluem, Tomokazu Harada <harada sysrdc.ns-sol.co.jp>]
 
-  *) mod_ext_filter: Handle filter names which include capital letters.
-     PR 40323.  [Jeff Trawick]
-
   *) mod_deflate: Rework inflate output and deflate output filter to fix several
      issues: Incorrect handling of flush buckets, potential memory leaks,
      excessive memory usage in inflate output filter for large compressed
@@ -253,6 +250,9 @@ Changes with Apache 2.3.0
 
 Changes with Apache 2.2.4
 
+  *) mod_ext_filter: Handle filter names which include capital letters.
+     PR 40323.  [Jeff Trawick]
+  
   *) mod_isapi: Avoid double trailing slashes in HSE_REQ_MAP_URL_TO_PATH
      support.  Also corrects the slashes for Windows.  PR 15993. [William Rowe]