From: Justin Erenkrantz Date: Thu, 26 Aug 2004 20:54:24 +0000 (+0000) Subject: Add a reflective CHANGES entry that described what went on in the backport. X-Git-Tag: STRIKER_2_0_51_RC1^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de443f3d875f4894229a62b6c16e99dbc68301ef;p=thirdparty%2Fapache%2Fhttpd.git Add a reflective CHANGES entry that described what went on in the backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104835 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b6d841cadc8..200ac997a79 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,13 @@ Changes with Apache 2.0.51 *) 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]