From cvs-return-19825-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Thu Aug 26 20:55:20 2004 Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 40036 invoked from network); 26 Aug 2004 20:55:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 26 Aug 2004 20:55:20 -0000 Received: (qmail 86888 invoked by uid 500); 26 Aug 2004 20:55:19 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 86853 invoked by uid 500); 26 Aug 2004 20:55:19 -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 86840 invoked by uid 500); 26 Aug 2004 20:55:18 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 86836 invoked by uid 99); 26 Aug 2004 20:55:18 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Thu, 26 Aug 2004 13:55:18 -0700 Received: (qmail 39947 invoked by uid 1327); 26 Aug 2004 20:55:17 -0000 Date: 26 Aug 2004 20:55:17 -0000 Message-ID: <20040826205517.39946.qmail@minotaur.apache.org> From: jerenkrantz@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 CHANGES X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jerenkrantz 2004/08/26 13:55:17 Modified: . CHANGES Log: Forward-port CHANGES entry for mod_*_cache from 2.0. Revision Changes Path 1.1570 +7 -0 httpd-2.0/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-2.0/CHANGES,v retrieving revision 1.1569 retrieving revision 1.1570 diff -u -u -r1.1569 -r1.1570 --- CHANGES 26 Aug 2004 18:30:41 -0000 1.1569 +++ CHANGES 26 Aug 2004 20:55:17 -0000 1.1570 @@ -418,6 +418,13 @@ *) mod_disk_cache: Implement binary format for on-disk header files. [Brian Akins , Justin Erenkrantz] + *) mod_disk_cache: Optimize network performance of disk cache subsystem by + allowing zero-copy (sendfile) writes and other miscellaneous fixes. + [Justin Erenkrantz] + + *) mod_cache, mod_disk_cache, mod_mem_cache: Refactor cache modules, and + switch to the provider API instead of hooks. [Justin Erenkrantz] + *) mod_autoindex: Don't truncate the directory listing if a stat() call fails (for instance on a >2Gb file). PR 17357. [Joe Orton]