From: Bill Stoddard Date: Sun, 18 May 2003 18:59:47 +0000 (+0000) Subject: mod_expires filter patch has been ported X-Git-Tag: pre_ajp_proxy~1670 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8aa5eeb5f8a146e3c4382c9a47d817e6af723462;p=apache mod_expires filter patch has been ported git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99909 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8582c1bc86..2debfde428 100644 --- a/CHANGES +++ b/CHANGES @@ -8,9 +8,6 @@ Changes with Apache 2.1.0-dev *) Add a delete flag to htpasswd. [Thom May] - *) Make mod_expires' ExpiresByType work properly, including for - dynamically-generated documents. [Ken Coar] - *) Ensure that ssl-std.conf is generated at configure time, and switch to using the expanded config variables to work the same as httpd-std.conf PR 19611 @@ -149,6 +146,9 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.46 + *) Make mod_expires' ExpiresByType work properly, including for + dynamically-generated documents. [Ken Coar] + *) Add another check for already compressed content in mod_deflate. PR 19913. [Tsuyoshi SASAMOTO ]