]> granicus.if.org Git - apache/commitdiff
* The first comment did not really hit what we do.
authorRuediger Pluem <rpluem@apache.org>
Sat, 3 Jun 2006 19:57:51 +0000 (19:57 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 3 Jun 2006 19:57:51 +0000 (19:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@411466 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 971f7168d0736d36703ae5979b35145a0265c808..18448445126f7e006df3b5eeb01df5a13e84908f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,9 +2,9 @@
 Changes with Apache 2.3.0
   [Remove entries to the current 2.0 and 2.2 section below, when backported]
 
-  *) mod_cache: Convert age of cached object to seconds before comparing it to
-     age supplied by the request when checking whether to send a Warning
-     header for a stale response. PR 39713. [Owen Taylor <otaylor redhat.com>]
+  *) mod_cache: Convert all values to seconds before comparing them when
+     checking whether to send a Warning header for a stale response.
+     PR 39713. [Owen Taylor <otaylor redhat.com>]
 
   *) mod_authnz_ldap: Fix a problem with invalid auth error detection for
      LDAP client SDKs that don't support LDAP_SECURITY_ERROR macro. PR 39529.