From: Graham Leggett Date: Thu, 12 Oct 2006 22:36:38 +0000 (+0000) Subject: Backported. X-Git-Tag: 2.3.0~2071 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7770a0dbc49f1c3f0937056a26ca6b6ad7e7cbb1;p=thirdparty%2Fapache%2Fhttpd.git Backported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@463478 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index d3fee638e65..c6670d8b14d 100644 --- 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 ] - *) 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]