From: Bill Stoddard Date: Thu, 26 Aug 2004 18:33:44 +0000 (+0000) Subject: credit where credit is due and a bit easier to understand when browsing CHANGES entries X-Git-Tag: STRIKER_2_0_51_RC1^2~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78be696ff9e979b65e7fde4c5b151e3107d8a20b;p=thirdparty%2Fapache%2Fhttpd.git credit where credit is due and a bit easier to understand when browsing CHANGES entries git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104829 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a827867c124..b6d841cadc8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ Changes with Apache 2.0.51 - *) Backport all mod_cache, mod_mem_cache, mod_disk_cache and - related cache utilities from the Apache 2.1 branch. - [Bill Stoddard] + + *) mod_disk_cache: Implement binary format for on-disk header files. + [Brian Akins , Justin Erenkrantz] *) mod_autoindex: Don't truncate the directory listing if a stat() call fails (for instance on a >2Gb file). PR 17357.