From 45f9e0c93c81d44ee42e490068d1336bcc36d63d Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Thu, 16 Aug 2001 05:11:04 +0000 Subject: [PATCH] Merge in changes from 2.0.23 branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90190 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index cfa4b26b02..5cdcc89739 100644 --- a/CHANGES +++ b/CHANGES @@ -49,6 +49,9 @@ Changes with Apache 2.0.23 *) Use the prefork MPM by default on Unix. [various] + *) Added a systray icon monitor application for Win32. + [Mladen Turk ] + *) mod_rewrite: Fix the line ending on some non-Unix systems for messages written to the rewrite log. [Richard Labennett ] @@ -71,23 +74,23 @@ Changes with Apache 2.0.23 caused #if, #elif, and #else expressions containing backslashes to be improperly evaluated. [Cliff Woolley] - *) Introduced new mod_autoindex IndexOptions flags; SuppressIcon to + *) Introduced new mod_autoindex IndexOptions flags: SuppressIcon to drop the icon column, SuppressRules to drop the
elements, and HTMLTable to create rudimentary HTML table listings (implies FancyIndexing). [William Rowe] - *) Re-Introduced the mod_autoindex IndexOptions flag TrackModified + *) Re-introduced the mod_autoindex IndexOptions flag TrackModified from Apache 1.3.15. This is needed for two reasons, first, given multiple machines within a server farm, ETags and Last-Modified stamps won't correspond from machine to machine, and second, many Unixes don't capture changes to the date or time stamp of existing files, since these don't modify the dirent itself. [William Rowe] - *) Re-Introduced the mod_autoindex InextOptions flag FoldersFirst + *) Re-introduced the mod_autoindex IndexOptions flag FoldersFirst and DirectoryWidth options from Apache 1.3.10. [William Rowe, Ken Coar] - *) Eliminated FancyIndexing directive, depricated early in Apache + *) Eliminated FancyIndexing directive, deprecated early in Apache 1.3 by the IndexOptions FancyIndexing syntax. [William Rowe] *) mod_autoindex now excludes any file names that would result in -- 2.40.0