]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
start a backport vote for a mod_cache fix.
authorPaul Querna <pquerna@apache.org>
Mon, 18 Oct 2004 00:53:58 +0000 (00:53 +0000)
committerPaul Querna <pquerna@apache.org>
Mon, 18 Oct 2004 00:53:58 +0000 (00:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105511 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a642d15f38ddcfc0077fb8f8939436ed7eb33235..520d8a2b908496dc969fccd1df2f274f3f9a1f2a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/10/14 19:20:21 $]
+Last modified at [$Date: 2004/10/18 00:53:58 $]
 
 Release:
 
@@ -75,6 +75,12 @@ PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    *) mod_cache: use the correct struct for CacheDisable.
+       Currently any use of CacheDisable disables all caching. 
+       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/mod_cache.c?r1=1.93&r2=1.94
+       PR: 31128
+       +1: pquerna
+
     *) mod_ldap: Fix format strings to use %APR_PID_T_FMT instead of %d.
          modules/ldap/util_ldap.c: 1.16
        +1: minfrin, pquerna, bnicholes