From: William A. Rowe Jr Date: Wed, 13 Feb 2002 03:08:10 +0000 (+0000) Subject: Spell out some changes X-Git-Tag: 2.0.33~285 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86d75cbb0173537bc8f3f9f80420c01264a269fc;p=apache Spell out some changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93384 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 4c763d8551..47dcf80a2d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,11 +1,25 @@ Changes with Apache 2.0.32-dev + *) mod_negotiation: ForceLanguagePriority now uses 'Prefer' as the + default if the directive is not specified. This mirrors older + behavior without changes to the httpd.conf. [William Rowe] + + *) Win32: solve the win32 service problems in 2.0.31-alpha, by fixing + the service, mpm and logging code, and bugs in apr_file_open_stderr + and apr_file_dup2 functions. Win2K/XP services have no handles + associated for stdin/out/err, which caused unpredictable behavior + in the prior release. [William Rowe, Bill Stoddard] + + *) Win32: simplify the Application Event Log messages, since there isn't + likely to be 'more information in the error log' before an error log + has been opened. [William Rowe] + + *) Win32: substantial cleanup to the mpm_winnt code for legibility and + to follow the program flow of other MPMs. [Ryan Bloom, William Rowe] + *) Win32: apache -k shutdown now behaves like apache -k stop. [Bill Stoddard] - *) Win32: Get apache -k restart -n apache2 working reliably again. - [Bill Stoddard] - *) Remove all signals from the worker MPM's child process. Instead, the parent uses the Pipe of Death for all communication with the child processes. [Ryan Bloom]