From: Chris Darroch Date: Thu, 20 Mar 2008 19:21:21 +0000 (+0000) Subject: *) mod_authn_dbd: Disambiguate and tidy database authentication X-Git-Tag: 2.3.0~862 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=484a86fef32c693fd17a61ef9fb905ce59d7b255;p=apache *) mod_authn_dbd: Disambiguate and tidy database authentication error messages. PR 43210, committed in r639079. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@639417 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 16da3b1f83..a30eb5c1f4 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ Changes with Apache 2.3.0 [ When backported to 2.2.x, remove entry from this file ] + *) mod_authn_dbd: Disambiguate and tidy database authentication + error messages. PR 43210. [Chris Darroch, Phil Endecott + ] + *) mod_cache: Handle If-Range correctly if the cached resource was stale. PR 44579 [Ruediger Pluem]