Changes with Apache 2.0.53
+ *) mod_cache: CacheDisable will only disable the URLs it was meant to
+ disable, not all caching. PR 31128.
+ [Edward Rudd <eddie omegaware.com>, Paul Querna]
+
*) mod_cache: Try to correctly follow RFC 2616 13.3 on validating stale
cache responses. [Justin Erenkrantz]
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/10/22 19:00:37 $]
+Last modified at [$Date: 2004/10/23 13:40:10 $]
Release:
[ 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, stoddard, jerenkrantz
-
*) 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