You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jc...@apache.org on 2017/07/06 15:48:51 UTC

svn commit: r1801074 - /httpd/httpd/branches/2.4.x/CHANGES

Author: jchampion
Date: Thu Jul  6 15:48:51 2017
New Revision: 1801074

URL: http://svn.apache.org/viewvc?rev=1801074&view=rev
Log:
CHANGES: note mod_lua compatibility break

Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1801074&r1=1801073&r2=1801074&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Thu Jul  6 15:48:51 2017
@@ -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]