]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Forward-port CHANGES entry for mod_*_cache from 2.0.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 26 Aug 2004 20:55:17 +0000 (20:55 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 26 Aug 2004 20:55:17 +0000 (20:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104836 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index d7f3b35061e827d98a90bc0e481677b093c00029..ec75fb6f9f6e13abd3fbb6fb24641006701896b8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -418,6 +418,13 @@ Changes with Apache 2.0.51
   *) mod_disk_cache: Implement binary format for on-disk header files.
      [Brian Akins <bakins web.turner.com>, 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]