]> granicus.if.org Git - apache/commitdiff
note backport
authorGeoffrey Young <geoff@apache.org>
Mon, 12 Jul 2004 17:04:40 +0000 (17:04 +0000)
committerGeoffrey Young <geoff@apache.org>
Mon, 12 Jul 2004 17:04:40 +0000 (17:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104254 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 7fbc8c2b41945562b7afe58bc85969538fc106e6..6465d7a58191bff03e42b62a982af08ec4bda178 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -136,10 +136,6 @@ Changes with Apache 2.1.0-dev
   *) mod_usertrack: Escape the cookie name before pasting into the
      regexp.  [AndrĂ© Malo]
 
-  *) Enable special ErrorDocument value 'default' which restores the
-     canned server response for the scope of the directive.
-     [Geoffrey Young]
-
   *) Allow Digest providers to return AUTH_DENIED to propagate a 401
      status and terminate the provider chain prior to checking the password.
      [Geoffrey Young]
@@ -405,6 +401,10 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.51
 
+  *) Enable special ErrorDocument value 'default' which restores the
+     canned server response for the scope of the directive.
+     [Geoffrey Young, Andre Malo]
+
   *) work around MSIE Digest auth bug - if AuthDigestEnableQueryStringHack
      is set in r->subprocess_env allow mismatched query strings to pass.
      PR 27758.  [Paul Querna, Geoffrey Young]