From cvs-return-16735-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Thu Jul 31 23:50:31 2003 Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 26137 invoked by uid 500); 31 Jul 2003 23:50:31 -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 26120 invoked by uid 500); 31 Jul 2003 23:50:30 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 31 Jul 2003 23:50:45 -0000 Message-ID: <20030731235045.83059.qmail@minotaur.apache.org> From: nd@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 nd 2003/07/31 16:50:45 Modified: . CHANGES Log: sync Revision Changes Path 1.1245 +7 -7 httpd-2.0/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-2.0/CHANGES,v retrieving revision 1.1244 retrieving revision 1.1245 diff -u -r1.1244 -r1.1245 --- CHANGES 30 Jul 2003 17:30:20 -0000 1.1244 +++ CHANGES 31 Jul 2003 23:50:45 -0000 1.1245 @@ -17,13 +17,6 @@ *) mod_ssl: Fix segfaults after renegotiation failure. PR 21370 [Hartmut Keil ] - *) ab: Overlong credentials given via command line no longer clobber - the buffer. [André Malo] - - *) mod_rewrite: Ignore RewriteRules in .htaccess files if the directory - containing the .htaccess file is requested without a trailing slash. - PR 20195. [André Malo] - *) mod_autoindex: If a directory contains a file listed in the DirectoryIndex directive, the folder icon is no longer replaced by the icon of that file. PR 9587. @@ -196,6 +189,13 @@ Apache 2.0.xx tree as documented, and except as noted, below.] Changes with Apache 2.0.48 + + *) mod_rewrite: Ignore RewriteRules in .htaccess files if the directory + containing the .htaccess file is requested without a trailing slash. + PR 20195. [André Malo] + + *) ab: Overlong credentials given via command line no longer clobber + the buffer. [André Malo] *) mod_deflate: Don't attempt to hold all of the response until we're done. [Justin Erenkrantz]