]> granicus.if.org Git - apache/commitdiff
Update to document a completed backport
authorPaul J. Reder <rederpj@apache.org>
Mon, 29 Sep 2003 21:13:27 +0000 (21:13 +0000)
committerPaul J. Reder <rederpj@apache.org>
Mon, 29 Sep 2003 21:13:27 +0000 (21:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101352 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 43394cbe915433ea3eaafd2cee847ad456fd72ee..121341b6fa6d91804e3875ce2b784a973ff68d3b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -92,10 +92,6 @@ Changes with Apache 2.1.0-dev
   *) mod_ext_filter: Add the ability to filter request bodies.
      [Philipp Reisner <philipp.reisner@linbit.com>]
 
-  *) Correct the code in ap_check_cache_feshness to check max_age,
-     smax_age, and expires correctly. Patch submitted by Thomas
-     Castelle [Paul J. Reder]
-
   *) mod_cgid: Restart the cgid daemon if it crashes.  PR 19849
      [Glenn Nielsen <glenn@apache.org>]
 
@@ -220,6 +216,9 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.48
 
+  *) cache_util: Fix ap_check_cache_feshness to check max_age, smax_age, and
+     expires as directed in RFC 2616. [Thomas Castelle tcastelle@generali.fr]
+
   *) Ensure that ssl-std.conf is generated at configure time, and switch
      to using the expanded config variables to work the same as
      httpd-std.conf PR 19611