diff options
author | Bill Stoddard <stoddard@apache.org> | 2004-08-26 20:30:41 +0200 |
---|---|---|
committer | Bill Stoddard <stoddard@apache.org> | 2004-08-26 20:30:41 +0200 |
commit | 8418a796c36875ce34b68fdee4d396744d69f795 (patch) | |
tree | 3af032bd47dc9bc65ecac976d45f030fc21aee25 | |
parent | fd == file descriptor. I like fs for file system for mod_disk_cache tho (diff) | |
download | apache2-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-- | CHANGES | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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] |