summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>2003-05-15 15:18:35 +0000
committerKen Coar <coar@apache.org>2003-05-15 15:18:35 +0000
commit95e6e2bd90eef2f9b781601dce9056dabb419904 (patch)
treede52797332a13812c8c7700f99660dca3681529f /CHANGES
parent6d7c4be1ab670785867c51c169a5599000dc3d5a (diff)
downloadhttpd-95e6e2bd90eef2f9b781601dce9056dabb419904.tar.gz
make ExpiresByType work on dynamic documents
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99850 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fc197abb4f..622de9fc37 100644
--- 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