summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2016-12-04 08:12:29 +0100
committerChristophe Jaillet <jailletc36@apache.org>2016-12-04 08:12:29 +0100
commit18f608895c178ceb8294c86966059de79145ab71 (patch)
treec43532a9da18f1827bbf7796532e544df1447eaf /CHANGES
parentFix some style issue. (diff)
downloadapache2-18f608895c178ceb8294c86966059de79145ab71.tar.xz
apache2-18f608895c178ceb8294c86966059de79145ab71.zip
Missing CHNAGES for r1772489
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1772504 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ccb724486f..bb840c0edd 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 <ajv-etradanalhos vsta.org>,
Jim Jagielski]