summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2001-11-21 22:26:07 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2001-11-21 22:26:07 +0000
commitc43e86197c150fe6608179643e1e114f9287230f (patch)
treef580bbb37dccf4416a12bcbb5e55e9aba28443fe /CHANGES
parent1ea11e594c3e7e425cd6bd36e1a13a3e1d8bccbb (diff)
downloadhttpd-c43e86197c150fe6608179643e1e114f9287230f.tar.gz
Add mod_deflate (formerly known as mod_gz) to experimental. mod_deflate
supports gzip transfer-encoding as an output filter. Initially coded by Ian, but Justin made a number of improvements to the coding style and its use of filters. We have 7 binding +1s and no vetos in STATUS for addition. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92108 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 a5ac206df3..ae896c9568 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes with Apache 2.0.29-dev
+ *) Add mod_deflate to experimental.
+ [Ian Holsman, Justin Erenkrantz]
+
*) Bail out at configure time if an invalid MPM was specified.
[jean-frederic clere <jfrederic.clere@fujitsu-siemens.com>]