You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2006/12/13 15:05:42 UTC

svn commit: r486657 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_dumpio.xml

Author: jim
Date: Wed Dec 13 06:05:41 2006
New Revision: 486657

URL: http://svn.apache.org/viewvc?view=rev&rev=486657
Log:
Sync with 2.2.4 changes

Modified:
    httpd/httpd/trunk/CHANGES
    httpd/httpd/trunk/docs/manual/mod/mod_dumpio.xml

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?view=diff&rev=486657&r1=486656&r2=486657
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Wed Dec 13 06:05:41 2006
@@ -59,9 +59,6 @@
 
   *) 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 <nikke acc.umu.se>]
 
@@ -240,6 +237,9 @@
      [Martin Kraemer, David Reid]
 
 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]

Modified: httpd/httpd/trunk/docs/manual/mod/mod_dumpio.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dumpio.xml?view=diff&rev=486657&r1=486656&r2=486657
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dumpio.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dumpio.xml Wed Dec 13 06:05:41 2006
@@ -95,7 +95,7 @@
 <syntax>DumpIOLogLevel <var>level</var></syntax>
 <default>DumpIOLogLevel debug</default>
 <contextlist><context>server config</context></contextlist>
-<compatibility>DumpIOLogLevel is only available in Apache 2.3.x and 
+<compatibility>DumpIOLogLevel is only available in Apache 2.2.4 and 
 later.</compatibility>
 
 <usage>