From: Christophe Jaillet Date: Sun, 4 Dec 2016 07:12:29 +0000 (+0000) Subject: Missing CHNAGES for r1772489 X-Git-Tag: 2.5.0-alpha~954 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18f608895c178ceb8294c86966059de79145ab71;p=thirdparty%2Fapache%2Fhttpd.git Missing CHNAGES for r1772489 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1772504 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ccb724486f3..bb840c0edde 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_lua: Fix default value of LuaInherit directive. It should be + 'parent-first' instead of 'none', as per documentation. PR 60419 + [Christophe Jaillet] + *) mod_ratelimit: Allow for initial "burst" amount at full speed before throttling: PR 60145 [Andy Valencia , Jim Jagielski]