From: William A. Rowe Jr Date: Tue, 9 Oct 2001 02:40:56 +0000 (+0000) Subject: Uhmm... time for a note about this. X-Git-Tag: 2.0.26~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a150a0ff1b217282d9c02cca4f5741929adcf028;p=thirdparty%2Fapache%2Fhttpd.git Uhmm... time for a note about this. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91377 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f62573b1aea..f93f64c13c8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,12 @@ Changes with Apache 2.0.26-dev + *) Introduce ap_directory_walk rewrite (with further optimizations + required) to adapt to the ap_process_request_internal() changes. + Optimized so subrequests and redirects now reuse previous section + merges, until we mismatch with the original directory_walk, and + precomputed r->finfo results will cause directory_walk to skip + the most expensive phases of the function. [William Rowe] + *) Allow ApacheMonitor to connect to and control Apache on other WinNT/2K machines. [Mladen Turk ]