From: Jeff Trawick Date: Wed, 30 Mar 2005 09:46:29 +0000 (+0000) Subject: sync with 2.0.54-dev X-Git-Tag: 2.1.5~254 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d6f0c47d84f2e4f7d54cc2d353782ae65e654c8;p=apache sync with 2.0.54-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159471 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 1cd4ecd5cd..2bfe02b503 100644 --- a/CHANGES +++ b/CHANGES @@ -157,9 +157,6 @@ Changes with Apache 2.1.2 *) mod_proxy: Respect errors reported by pre_connection hooks. [Jeff Trawick] - *) worker MPM: Fix a problem which could cause httpd processes to - remain active after shutdown. [Jeff Trawick] - *) core: Error out on sections that are missing an argument instead of silently consuming the section. PR 25460. [Geoffrey Young, Paul Querna] @@ -228,9 +225,6 @@ Changes with Apache 2.1.1 *) mod_rewrite: Removed the MaxRedirects option in favor of the core LimitInternalRecursion directive. [André Malo] - *) Unix MPMs: Shut down the server more quickly when child processes are - slow to exit. [Joe Orton, Jeff Trawick] - *) mod_info: Added listing of the Request Hooks and added more build information like 'httpd -V' contains. Changed output to XHTML. [Paul Querna] @@ -627,6 +621,12 @@ Changes with Apache 2.1.1 Changes with Apache 2.0.54 + *) worker MPM: Fix a problem which could cause httpd processes to + remain active after shutdown. [Jeff Trawick] + + *) Unix MPMs: Shut down the server more quickly when child processes are + slow to exit. [Joe Orton, Jeff Trawick] + *) Remove formatting characters from ap_log_error() calls. These were escaped as fallout from CAN-2003-0020. [Eric Covener ]