From: Daniel Gruno Date: Mon, 30 Jul 2012 09:12:52 +0000 (+0000) Subject: Forgot to sign it X-Git-Tag: 2.5.0-alpha~6565 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=450ebd9c867b29e8b8e287e36c36b00a28033972;p=thirdparty%2Fapache%2Fhttpd.git Forgot to sign it git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1367043 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 54c3f9823b5..b7b210e46fa 100644 --- a/CHANGES +++ b/CHANGES @@ -2,10 +2,10 @@ Changes with Apache 2.5.0 *) mod_lua: Add new directive LuaCodeCache for controlling in-memory - caching of lua scripts. + caching of lua scripts. [Daniel Gruno] *) mod_lua: Move LUA_COMPAT_ALL into the right place, so it will - activate compatibility mode for Lua 5.2. + activate compatibility mode for Lua 5.2. [Daniel Gruno] *) mod_proxy_balancer: Restore balancing after a failed worker has recovered when using lbmethod_bybusyness. PR 48735. [Jeff Trawick]