]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
port complete
authorBill Stoddard <stoddard@apache.org>
Fri, 24 Sep 2004 14:29:26 +0000 (14:29 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 24 Sep 2004 14:29:26 +0000 (14:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105289 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS

diff --git a/CHANGES b/CHANGES
index 1968c87b1441bc17563003e05596bb2e94ca5595..b6944fad7ab3b7732b942818aeaa139d4857eb12 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,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
 
   *) Use HTML 2.0 <hr> for error pages. PR 30732 [AndrĂ© Malo]
diff --git a/STATUS b/STATUS
index 6728f8df454ee9ae40c5e4bd5c3248cb4bb54c49..d5a42ebe9915555d9b743530981d42be19623679 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/09/24 13:11:35 $]
+Last modified at [$Date: 2004/09/24 14:29:26 $]
 
 Release:
 
@@ -301,11 +301,6 @@ PATCHES TO BACKPORT FROM 2.1
       which integrates the two rounds of changes)
       +1 concept: trawick, nd, stoddard
 
-    * mod_expires: Allow mod_cache to properly cache Expire responses by making
-      ExpiresFilter run before mod_cache's cache_save_filter.
-      modules/metadata/mod_expires.c: r1.55
-      +1: jerenkrantz, trawick, stoddard
-
 CURRENT RELEASE NOTES:
 
     * Backwards compatibility is expected of future Apache 2.0 releases,