]> granicus.if.org Git - apache/commitdiff
* CHANGES
authorSander Striker <striker@apache.org>
Sat, 27 Sep 2003 18:18:12 +0000 (18:18 +0000)
committerSander Striker <striker@apache.org>
Sat, 27 Sep 2003 18:18:12 +0000 (18:18 +0000)
  Update to account for backport.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101327 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index c785c339f07a673c1be1d1e71e951d22a69dad44..b4ff6f98c8b613816329ad79ac47e808c77cf083 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -12,12 +12,6 @@ Changes with Apache 2.1.0-dev
   *) Fix mod_info to use the real config file name, not the default
      config file name.  [Aryeh Katz <aryeh@secured-services.com>]
 
-  *) This fixes the cache code so that responses can be cached
-     if they have an Expires header but no Etag or Last-Modified
-     headers. PR 23130.
-     [Submitted by: <bjorn@exoweb.net>]
-     [Reviewed by: Paul J. Reder]
-
   *) Fix a couple of AIX xlc_r compiler issues in the code I just
      committed. [Paul J. Reder]
 
@@ -243,6 +237,11 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.48
 
+  *) mod_cache: Fix the cache code so that responses can be cached
+     if they have an Expires header but no Etag or Last-Modified
+     headers. PR 23130.
+     [bjorn@exoweb.net]
+
   *) Modify ap_get_client_block() to note if it has seen EOS.
      [Justin Erenkrantz]