]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Ummm... is that all I accomplished :-?
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 28 Jun 2001 04:11:12 +0000 (04:11 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 28 Jun 2001 04:11:12 +0000 (04:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89465 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 53d90fa82764437a64d435dc0e2c73531588755a..891e32d8b21fc8550e6a734cf1e9ced85b386f1f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
 Changes with Apache 2.0.19-dev
 
+  *) modified mod_negotiation and mod_autoindex to speed up by almost a
+     factor of two on apr_dir_read()-enhanced platforms, such as Win32
+     and OS2, by calling ap_sub_request_lookup_dirent() with the results
+     already provided by apr_dir_read().  [William Rowe]
+
   *) mod_file_cache is now more robust to filtering and serves requests
      slightly more efficiently.  [Cliff Woolley]