]> granicus.if.org Git - apache/commitdiff
mod_expires filter patch has been ported
authorBill Stoddard <stoddard@apache.org>
Sun, 18 May 2003 18:59:47 +0000 (18:59 +0000)
committerBill Stoddard <stoddard@apache.org>
Sun, 18 May 2003 18:59:47 +0000 (18:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99909 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 8582c1bc86b74132df208981a7f35eed6d6b65ab..2debfde428c0f277cbf916b0f50a2919ac784651 100644 (file)
--- 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 <nazonazo@super.win.ne.jp>]