From: Ruediger Pluem Date: Sat, 3 Jun 2006 19:57:51 +0000 (+0000) Subject: * The first comment did not really hit what we do. X-Git-Tag: 2.3.0~2360 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f4c77ef29ab814b28cd51ec6c1bb9b9677486d9;p=apache * The first comment did not really hit what we do. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@411466 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 971f7168d0..1844844512 100644 --- 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 ] + *) 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 ] *) 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.