]> granicus.if.org Git - apache/commitdiff
more meat re: lua compatibility "break"
authorJim Jagielski <jim@apache.org>
Thu, 6 Jul 2017 16:12:52 +0000 (16:12 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 6 Jul 2017 16:12:52 +0000 (16:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1801079 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 0cae3a357e87a2534a65e20e8a1a46b634fbfde9..7513efdf269bc5d173f9330eddeaa26d0c17da6a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,12 +2,14 @@
 
 Changes with Apache 2.4.27
 
+  *) COMPATIBILITY: mod_lua: Remove the undocumented 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 supported as of
+     Lua 5.2 which deprecates pollution of the global namespace.
+     [Rainer Jung]
+
   *) 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]