From: Jeff Trawick Date: Sat, 1 Nov 2003 16:30:18 +0000 (+0000) Subject: sync with stable branch X-Git-Tag: pre_ajp_proxy~1087 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f916fe9f0a0703f552b4f47f053086a38cf0389;p=thirdparty%2Fapache%2Fhttpd.git sync with stable branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101651 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 53bdc1b8f96..6db46db4bae 100644 --- a/CHANGES +++ b/CHANGES @@ -14,9 +14,6 @@ Changes with Apache 2.1.0-dev *) Log an error when requests for URIs which fail to map to a valid filesystem name are rejected with 403. [Jeff Trawick] - *) Fix mod_info to use the real config file name, not the default - config file name. [Aryeh Katz ] - *) Fix a couple of AIX xlc_r compiler issues in the code I just committed. [Paul J. Reder] @@ -212,6 +209,9 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.49 + *) Fix mod_info to use the real config file name, not the default + config file name. [Aryeh Katz ] + *) Set the scoreboard state to indicate logging prior to running logging hooks so that server-status will show 'L' for hung loggers instead of 'W'. [Jeff Trawick]