From: William A. Rowe Jr Date: Thu, 23 Sep 2010 19:56:45 +0000 (+0000) Subject: Another user identifiable change, new behavior feature. X-Git-Tag: 2.3.9~438 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c24acffb7b2f6709946937f0d6353773ed77f045;p=apache Another user identifiable change, new behavior feature. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1000596 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 676dd6a5cf..2c64dcb58f 100644 --- a/CHANGES +++ b/CHANGES @@ -8,7 +8,12 @@ Changes with Apache 2.3.9 overridden together as desired using PassEnv etc; see mod_env. [William Rowe] - *) mod_rewrite: introduce <=, >= string comparison operators, and integer + *) mod_cache: Introduce CacheStoreExpired, to allow administrators to + capture a stale backend response, perform If-Modified-Since requests + against the backend, and serving from the cache all 304 responses. + This restores pre-2.2.4 cache behavior. [William Rowe] + + *) mod_rewrite: Introduce <=, >= string comparison operators, and integer comparators -lt, -le, -eq, -ge, and -gt. To help bash users and drop the ambiguity of the symlink test "-ltest", introduce -h or -L as symlink test operators. [William Rowe]