]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Document mod_dumpio being added. Docs to come.
authorJim Jagielski <jim@apache.org>
Tue, 14 Dec 2004 17:07:23 +0000 (17:07 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 14 Dec 2004 17:07:23 +0000 (17:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111838 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index d5233b10fb0ce87393ee8157ef38cdaceb5168b1..f99737d7595a0fe8448bfaffd9b968877a7f1dbc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@ Changes with Apache 2.1.3
 
   [Remove entries to the current 2.0 section below, when backported]
 
+  *) mod_dumpio: Added to the available module suite. Placed in
+     the (new) debug module subdirectory. mod_bucketeer moved to
+     that directory as well. [Jim Jagielski]
+
   *) core: Add support for APR_TCP_DEFER_ACCEPT to defer accepting
      of a connection until data is available.
      [Paul Querna]