]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
I think the fact that mod_cache now works reasonably better and has generated
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 22 Sep 2004 18:19:35 +0000 (18:19 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 22 Sep 2004 18:19:35 +0000 (18:19 +0000)
a flood of trouble reports in my inbox should count as a regression!  I win!

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105256 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c6fc6cb43e1c17bf4b6d8f49f81628cb6d4ce379..f6dc8e85ecadad5b9f236be0aad858c3ff4f1488 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/09/22 17:17:56 $]
+Last modified at [$Date: 2004/09/22 18:19:35 $]
 
 Release:
 
@@ -76,7 +76,7 @@ PATCHES TO BACKPORT FROM 2.1
 
     *) Another ap_rgetline_core fix.
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/protocol.c?r1=1.152&r2=1.153
-       +1: jorton
+       +1: jorton, jerenkrantz
 
     *) Fix the global mutex crash when the global mutex is never allocated
        due to disabled/empty caches.
@@ -313,6 +313,11 @@ 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
+
 CURRENT RELEASE NOTES:
 
     * Backwards compatibility is expected of future Apache 2.0 releases,