]> granicus.if.org Git - apache/commitdiff
account for a fix merged into 2.0.45-dev (mod_dav lock-related)
authorJeff Trawick <trawick@apache.org>
Sat, 22 Feb 2003 01:04:06 +0000 (01:04 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 22 Feb 2003 01:04:06 +0000 (01:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98749 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index db73b46bbf67938cedbac9a9e0e4e064e2c048ff..434aa2971591b99b49562abd4a10e4ab621cf07c 100644 (file)
--- 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]