From: Justin Erenkrantz Date: Wed, 22 Sep 2004 18:19:35 +0000 (+0000) Subject: I think the fact that mod_cache now works reasonably better and has generated X-Git-Tag: 2.0.52~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29ddb337cc490b48c755918f266303ab1a3d4531;p=thirdparty%2Fapache%2Fhttpd.git I think the fact that mod_cache now works reasonably better and has generated 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 --- diff --git a/STATUS b/STATUS index c6fc6cb43e1..f6dc8e85eca 100644 --- 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,