]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add in mod_cache.c r1.91 to the backport of the mod_cache Expires fix.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 23 Sep 2004 16:58:17 +0000 (16:58 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 23 Sep 2004 16:58:17 +0000 (16:58 +0000)
 (Technically, it invalidates FirstBill's vote; but I'll let it slide...)

Also propose the mod_disk_cache race condition fix.

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

STATUS

diff --git a/STATUS b/STATUS
index ea40616dea815896a4a972bfdf614a63b93a8ac3..58cb4d3e2585c1967e647fbfe559cbd795d04fd5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/09/23 16:55:35 $]
+Last modified at [$Date: 2004/09/23 16:58:17 $]
 
 Release:
 
@@ -78,10 +78,15 @@ PATCHES TO BACKPORT FROM 2.1
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/
          cache_util.c?r1=1.33&r2=1.34
          mod_cache.h?r1=1.49&r2=1.50
+         mod_cache.c?r1=1.89&r2=1.90
          mod_mem_cache.c?r1=1.116&r2=1.117
          mod_disk_cache.c?r1=1.60&r2=1.61
          cache_storage.c?r1=1.36&r2=1.37
-       +1: stoddard
+       +1: stoddard, jerenkrantz
+
+    *) Fix mod_disk_cache race conditions in storing the response body.
+       modules/experimental/mod_disk_cache.c: 1.61
+       +1: jerenkrantz
 
     *) Another ap_rgetline_core fix.
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/protocol.c?r1=1.152&r2=1.153