From: Sander Striker Date: Tue, 24 Feb 2004 09:18:05 +0000 (+0000) Subject: Backported mod_auth_digest change to 2.0. X-Git-Tag: pre_ajp_proxy~629 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bba569d68190052f25ba4d2121b2294fdf5a7ed4;p=apache Backported mod_auth_digest change to 2.0. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102759 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b4858ae16b..b012cf9e9b 100644 --- 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 ] - *) Fixed file extensions for real media files and removed rpm extension from mime.types. PR 26079. [Allan Sandfeld ] @@ -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 ] + *) mod_auth_ldap: Fix some segfaults in the cache logic. PR 18756. [Matthieu Estrade , Brad Nicholes]