From: Paul Querna Date: Fri, 5 Dec 2008 09:26:11 +0000 (+0000) Subject: Add a note that the ratelimit module was added X-Git-Tag: 2.3.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=778042daaa63f44dba3d7079b4fc26f01628364d;p=thirdparty%2Fapache%2Fhttpd.git Add a note that the ratelimit module was added git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@723682 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 603b15acb86..c8a1fb8739d 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,8 @@ Changes with Apache 2.3.0 [ When backported to 2.2.x, remove entry from this file ] + *) mod_ratelimit: New module to do bandwidth rate limiting. [Paul Querna] + *) Remove X-Pad header which was added as a work around to a bug in Netscape 2.x to 4.0b2. [Takashi Sato ]