From: Jacob Champion Date: Thu, 6 Jul 2017 15:48:51 +0000 (+0000) Subject: CHANGES: note mod_lua compatibility break X-Git-Tag: 2.4.27~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba13ce4deff742cb426c5c0bac9fc5ee4e4ef601;p=apache CHANGES: note mod_lua compatibility break git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1801074 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b3b105cfec..0cae3a357e 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,10 @@ Changes with Apache 2.4.27 *) mod_lua: Improve compatibility with Lua 5.1, 5.2 and 5.3. PR58188, PR60831, PR61245. [Rainer Jung] + + *) COMPATIBILITY: mod_lua: Remove the exported 'apr_table' global variable + when using Lua 5.2 or later. This was exported as a side effect from + luaL_register, which is no longer used as of Lua 5.2. [Rainer Jung] *) mod_http2: disable and give warning when mpm_prefork is encountered. The server will continue to work, but HTTP/2 will no longer be negotiated. [Stefan Eissing]