From: William A. Rowe Jr Date: Thu, 28 Jun 2001 04:11:12 +0000 (+0000) Subject: Ummm... is that all I accomplished :-? X-Git-Tag: 2.0.19~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10bf5d1952cbac760cb366dd29135eabddc4b3b9;p=thirdparty%2Fapache%2Fhttpd.git Ummm... is that all I accomplished :-? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89465 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 53d90fa8276..891e32d8b21 100644 --- 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]