From: Jim Jagielski Date: Wed, 13 Dec 2006 14:05:41 +0000 (+0000) Subject: Sync with 2.2.4 changes X-Git-Tag: 2.3.0~1968 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12ba7f65dca3c256542a0397a94d9bf485464cbb;p=apache Sync with 2.2.4 changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@486657 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 66f8cff37e..afd4b49acd 100644 --- a/CHANGES +++ b/CHANGES @@ -59,9 +59,6 @@ Changes with Apache 2.3.0 *) mod_proxy_fcgi: Added win32 build. [Mladen Turk] - *) Allow mod_dumpio to log at other than DEBUG levels via - the new DumpIOLogLevel directive. [Jim Jagielski] - *) mod_disk_cache: Implement read-while-caching. [Niklas Edmundsson ] @@ -241,6 +238,9 @@ Changes with Apache 2.3.0 Changes with Apache 2.2.4 + *) Allow mod_dumpio to log at other than DEBUG levels via + the new DumpIOLogLevel directive. [Jim Jagielski] + *) rotatelogs: Improve error message for open failures. PR 39487. [Joe Orton] diff --git a/docs/manual/mod/mod_dumpio.xml b/docs/manual/mod/mod_dumpio.xml index fc51a51b0f..47b23f8d70 100644 --- a/docs/manual/mod/mod_dumpio.xml +++ b/docs/manual/mod/mod_dumpio.xml @@ -95,7 +95,7 @@ later. DumpIOLogLevel level DumpIOLogLevel debug server config -DumpIOLogLevel is only available in Apache 2.3.x and +DumpIOLogLevel is only available in Apache 2.2.4 and later.