]> granicus.if.org Git - apache/commitdiff
make ExpiresByType work on dynamic documents
authorKen Coar <coar@apache.org>
Thu, 15 May 2003 15:18:35 +0000 (15:18 +0000)
committerKen Coar <coar@apache.org>
Thu, 15 May 2003 15:18:35 +0000 (15:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99850 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index fc197abb4fe080e7a71e24a5a0faa1647b06a060..622de9fc370736881371aba9e416a5958bd3829c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,9 @@ 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