summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Stoddard <stoddard@apache.org>2004-08-26 20:30:41 +0200
committerBill Stoddard <stoddard@apache.org>2004-08-26 20:30:41 +0200
commit8418a796c36875ce34b68fdee4d396744d69f795 (patch)
tree3af032bd47dc9bc65ecac976d45f030fc21aee25
parentfd == file descriptor. I like fs for file system for mod_disk_cache tho (diff)
downloadapache2-8418a796c36875ce34b68fdee4d396744d69f795.tar.xz
apache2-8418a796c36875ce34b68fdee4d396744d69f795.zip
Give Brian and Justin credit for code backported into 2.0. Is this really the only CHANGES entry in 2.1 for cache?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104828 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 2b41c7147a..d7f3b35061 100644
--- a/CHANGES
+++ b/CHANGES
@@ -41,9 +41,6 @@ Changes with Apache 2.1.0-dev
*) Added proxy_ajp.c module for proxy support to ajp:// backends.
[Jean Frederic Clere]
- *) mod_disk_cache: Implement binary format for on-disk header files.
- [Brian Akins <bakins web.turner.com>, Justin Erenkrantz]
-
*) Fixes the build of proxy on Windows. Since the proxy_module is declared
as extern using AP_MODULE_DECLARE_DATA that expands to dllexport, there
is a LNK2001 error when building proxy_http. [Mladen Turk]
@@ -418,6 +415,9 @@ Changes with Apache 2.1.0-dev
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_autoindex: Don't truncate the directory listing if a stat()
call fails (for instance on a >2Gb file). PR 17357.
[Joe Orton]