From: Daniel Gruno Date: Sat, 28 Jul 2012 12:00:14 +0000 (+0000) Subject: Add a note about LUA_COMPAT_ALL. X-Git-Tag: 2.5.0-alpha~6577 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9c8dd5fab3f0e8cab58db8393edbd7cc0b0ab92;p=apache Add a note about LUA_COMPAT_ALL. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1366655 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ff79d4c51d..9b04938295 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_lua: Move LUA_COMPAT_ALL into the right place, so it will + activate compatibility mode for Lua 5.2. + *) mod_proxy_balancer: Restore balancing after a failed worker has recovered when using lbmethod_bybusyness. PR 48735. [Jeff Trawick]