]> granicus.if.org Git - apache/commitdiff
Backported mod_auth_digest change to 2.0.
authorSander Striker <striker@apache.org>
Tue, 24 Feb 2004 09:18:05 +0000 (09:18 +0000)
committerSander Striker <striker@apache.org>
Tue, 24 Feb 2004 09:18:05 +0000 (09:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102759 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index b4858ae16bafb2cb18e6b62f88285d6dcf8a7302..b012cf9e9b70ec111211db2251548946c691bec0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -35,10 +35,6 @@ Changes with Apache 2.1.0-dev
   *) Delete some make-generated files in the server directory during 
      "make clean" processing.  PR 26552.  [Jeff Trawick]
 
-  *) Allow mod_auth_digest to work with sub-requests with different
-     methods than the original request.  PR 25040.
-     [Josh Dady <jpd indecisive.com>]
-
   *) Fixed file extensions for real media files and removed rpm extension
      from mime.types. PR 26079.  [Allan Sandfeld <kde carewolf.com>]
 
@@ -286,6 +282,10 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.49
 
+  *) Allow mod_auth_digest to work with sub-requests with different
+     methods than the original request.  PR 25040.
+     [Josh Dady <jpd indecisive.com>]
+
   *) mod_auth_ldap: Fix some segfaults in the cache logic.  PR 18756.
      [Matthieu Estrade <apache moresecurity.org>, Brad Nicholes]