]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Per request, add a short description of the module in CHANGES
authorJim Jagielski <jim@apache.org>
Thu, 16 Dec 2004 14:12:07 +0000 (14:12 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 16 Dec 2004 14:12:07 +0000 (14:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122552 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index c68c80fc5e37d1d66709c2638b0635a97fedd9e3..fec58d3a1943fb2f0cd6a87b768f2c4b31478e46 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,9 +6,10 @@ Changes with Apache 2.1.3
      for the proxy BalancerMember weighting. loadfactors (lbfactors)
      are now normalized with respect to each other. [Jim Jagielski]
 
-  *) 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]
+  *) mod_dumpio: Added to the available module suite; it is an
+     I/O logging/dumping module. 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.