From: Jeff Trawick Date: Sat, 22 Feb 2003 01:04:06 +0000 (+0000) Subject: account for a fix merged into 2.0.45-dev (mod_dav lock-related) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4033eb74612addc97cb0c132a2d096f4407a92ea;p=thirdparty%2Fapache%2Fhttpd.git account for a fix merged into 2.0.45-dev (mod_dav lock-related) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98749 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index db73b46bbf6..434aa297159 100644 --- a/CHANGES +++ b/CHANGES @@ -80,9 +80,6 @@ Changes with Apache 2.1.0-dev *) Allow mod_dav to do weak entity comparison functions. [Justin Erenkrantz] - *) Fix If header parsing when a non-mod_dav lock token is passed to it. - PR 16452. [Justin Erenkrantz] - *) mod_negotiation: Introduce "prefer-language" environment variable, which allows to influence the negotiation process on request basis to prefer a certain language. [André Malo] @@ -142,6 +139,9 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.45 + *) Fix If header parsing when a non-mod_dav lock token is passed to it. + PR 16452. [Justin Erenkrantz] + *) mod_auth_digest no longer tries to guess AuthDigestDomain, if it's not specified. Now it assumes "/" as already documented. PR 16937. [André Malo]