summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBill Stoddard <stoddard@apache.org>2002-03-20 02:05:43 +0000
committerBill Stoddard <stoddard@apache.org>2002-03-20 02:05:43 +0000
commite9ec908a0191d0527c945063aea48611a5f21d31 (patch)
tree2b3bbb7e3441d819f426c90154dc2b4208b633f8 /CHANGES
parent470edb9dd87afbdb66ed0fd36bce7c97c2889086 (diff)
downloadhttpd-e9ec908a0191d0527c945063aea48611a5f21d31.tar.gz
Final commit to add ap_rset_content_type accessor. Add AddOutputFiltersbyType
filters during call to ap_rset_content_type() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94028 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 68499a7e64..a52c6bbdc5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,9 @@
Changes with Apache 2.0.34-dev
+ *) Add accessor function to set r->content_type. From now on,
+ ap_rset_content_type() should be used to set r->content_type.
+ This change is required to properly implement the
+ AddOutputFilterByType configuration directive.
+ [Bill Stoddard, Sander Striker, Ryan Bloom]
*) Add new M_FOO symbols for the WebDAV/DeltaV methods specified by
RFC 3253. Improved the method name/number mapping functions.