From: Jim Jagielski Date: Tue, 14 Dec 2004 17:07:23 +0000 (+0000) Subject: Document mod_dumpio being added. Docs to come. X-Git-Tag: 2.1.3~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98c91ed2737d58ef3e3a2c468fb76975a6c77b14;p=thirdparty%2Fapache%2Fhttpd.git Document mod_dumpio being added. Docs to come. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111838 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index d5233b10fb0..f99737d7595 100644 --- 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]