]> granicus.if.org Git - apache/commitdiff
Another user identifiable change, new behavior feature.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Sep 2010 19:56:45 +0000 (19:56 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Sep 2010 19:56:45 +0000 (19:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1000596 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 676dd6a5cf94695203470f172fdab395e6108409..2c64dcb58fefc3225361d901b8335aea5257284c 100644 (file)
--- 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]