]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
this fix backported to 2.0
authorBill Stoddard <stoddard@apache.org>
Fri, 24 Sep 2004 14:30:08 +0000 (14:30 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 24 Sep 2004 14:30:08 +0000 (14:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105290 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index d3dc19350c73db9f0ab07e1d2bc8f39376735a2b..3502013c4ccf90a64c737009d863718f9c0b90d0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,9 +2,6 @@ Changes with Apache 2.1.0-dev
 
   [Remove entries to the current 2.0 section below, when backported]
 
-  *) Alter mod_expires to run at a different filter priority to allow
-     proper Expires storage by mod_cache.  [Justin Erenkrantz]
-
   *) Fix a segfault in the LDAP cache purge. [Jess Holle <jessh ptc.com>]
 
   *) mod_rewrite: Handle per-location rules when r->filename is unset.
@@ -418,6 +415,9 @@ Changes with Apache 2.0.53
 
   *) Fix Expires handling in mod_cache.  [Justin Erenkrantz]
 
+  *) Alter mod_expires to run at a different filter priority to allow
+     proper Expires storage by mod_cache.  [Justin Erenkrantz]
+
 Changes with Apache 2.0.52
 
   *) Fix the global mutex crash when the global mutex is never allocated due