summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2010-07-22 23:54:39 +0200
committerNick Kew <niq@apache.org>2010-07-22 23:54:39 +0200
commitec0051094afadc3d7e822f75fc255e15250a14ec (patch)
treed975f51a6d8e279cf823c8137e08a2a556b555ff /CHANGES
parentRemoved compiler switch -relax_pointers since no longer needed. (diff)
downloadapache2-ec0051094afadc3d7e822f75fc255e15250a14ec.tar.xz
apache2-ec0051094afadc3d7e822f75fc255e15250a14ec.zip
Move AddOutputFilterByType implementation from core to mod_filter.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@966869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 96d99b42d5..66a3d15b2f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -46,6 +46,11 @@ Changes with Apache 2.3.7
*) Update SSL cipher suite and add example for SSLHonorCipherOrder.
[Lars Eilebrecht, Rainer Jung]
+ *) move AddOutputFilterByType from core to mod_filter. This should
+ fix nasty side-effects that happen when content_type is set
+ more than once in processing a request, and make it fully
+ compatible with dynamic and proxied contents. [Nick Kew]
+
Changes with Apache 2.3.6
*) SECURITY: CVE-2009-3555 (cve.mitre.org)