summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorIan Holsman <ianh@apache.org>2002-08-30 16:08:03 +0000
committerIan Holsman <ianh@apache.org>2002-08-30 16:08:03 +0000
commitbd056e1dc7dfb1ae3e9c42f2955973d4f75bc111 (patch)
tree2c59eb07ba308401ceb14f12a42b24f82d2f2708 /CHANGES
parent0e65ce8e9fe3c62f264b2f354f57e3b09b39ef53 (diff)
downloadhttpd-bd056e1dc7dfb1ae3e9c42f2955973d4f75bc111.tar.gz
deflate's filter removal was reversed for non-html files, resulting
in it never being applied for non-html files Submitted by: Kris Verbeeck <Kris.Verbeeck@ubizen.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96588 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index af32a05ec3..bbba4e82b4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes with Apache 2.0.41
+ *) Fix Logic on non-html file removal in mod_deflate
+ [Kris Verbeeck <Kris.Verbeeck@ubizen.com>]
+
*) Fix "ab -g"'s truncated year: the last digit was cut off.
[Leon Brocard <acme@astray.com>]