Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 45542 invoked from network); 24 Feb 2004 09:18:08 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 24 Feb 2004 09:18:08 -0000 Received: (qmail 85681 invoked by uid 500); 24 Feb 2004 09:17:42 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 85656 invoked by uid 500); 24 Feb 2004 09:17:41 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 85642 invoked by uid 500); 24 Feb 2004 09:17:41 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 85631 invoked from network); 24 Feb 2004 09:17:41 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 24 Feb 2004 09:17:41 -0000 Received: (qmail 45517 invoked by uid 1343); 24 Feb 2004 09:18:05 -0000 Date: 24 Feb 2004 09:18:05 -0000 Message-ID: <20040224091805.45516.qmail@minotaur.apache.org> From: striker@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 CHANGES X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N striker 2004/02/24 01:18:05 Modified: . CHANGES Log: Backported mod_auth_digest change to 2.0. Revision Changes Path 1.1409 +4 -4 httpd-2.0/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-2.0/CHANGES,v retrieving revision 1.1408 retrieving revision 1.1409 diff -u -r1.1408 -r1.1409 --- CHANGES 21 Feb 2004 18:28:29 -0000 1.1408 +++ CHANGES 24 Feb 2004 09:18:05 -0000 1.1409 @@ -35,10 +35,6 @@ *) 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 ] @@ -285,6 +281,10 @@ Apache 2.0.xx tree as documented, and except as noted, below.] 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]