]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add two changes entries based on r156306 and r156330.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 7 Mar 2005 07:23:52 +0000 (07:23 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 7 Mar 2005 07:23:52 +0000 (07:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@156404 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index b7c2d801bc0e06dda650e2cc77a4ca4b41b1ef16..a27be68a795fccbdd03501beb23acd7d80c6d265 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,12 @@ Changes with Apache 2.1.4
   *) mod_cache: Fix error where incoming Cache-Control would be ignored.
      [Justin Erenkrantz]
 
+  *) mod_cache: Correctly handle originally conditional requests.
+     [Sander Striker]
+
+  *) mod_disk_cache: Correctly update cached headers on revalidated responses.
+     [Sander Striker, Justin Erenkrantz]
+
   *) worker MPM/mod_status: Support per-worker tracking of pid and
      generation in the scoreboard so that mod_status can accurately
      represent workers in processes which are gracefully terminating.