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-Tag: pre_ajp_proxy~2095 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1282208d30039bab5631af1141b673acd56db8b8;p=apache 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 db73b46bbf..434aa29715 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]