diff options
author | Paul Querna <pquerna@apache.org> | 2004-10-18 00:53:58 +0000 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2004-10-18 00:53:58 +0000 |
commit | 80847c1aea238eed2955714df0aa122ba6aa809f (patch) | |
tree | d8b0b8ef906ee782485097e4e388162874aca477 /STATUS | |
parent | d2e03afb1a01dab63400230a4e07984ed2fba0d1 (diff) | |
download | httpd-80847c1aea238eed2955714df0aa122ba6aa809f.tar.gz |
start a backport vote for a mod_cache fix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105511 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |