]> granicus.if.org Git - apache/commitdiff
Spell out some changes
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 13 Feb 2002 03:08:10 +0000 (03:08 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 13 Feb 2002 03:08:10 +0000 (03:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93384 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 4c763d85511c91c77a595cfee24bc9ae675f2ee3..47dcf80a2d7c03516d8be197c5aebcf35fb835e1 100644 (file)
--- 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]