]> granicus.if.org Git - apache/commitdiff
- Move mod_lua items from trunk CHANGES to 2.4.
authorRainer Jung <rjung@apache.org>
Fri, 28 Jun 2013 05:22:38 +0000 (05:22 +0000)
committerRainer Jung <rjung@apache.org>
Fri, 28 Jun 2013 05:22:38 +0000 (05:22 +0000)
- Group mod_lua items in 2.4.4 CHANGES part.
- Remove redundant parts of the short sync with
  trunk notice.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1497648 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index f2119ba0ea98a1489807d966cae18d376d958d22..a6edf941f58672d48a33b657e89eb11b2aeb449d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -29,15 +29,6 @@ Changes with Apache 2.4.5
 
   *) mod_remoteip: close file in error path. [Christophe Jaillet]
 
-  *) mod_lua: Add some new functions: r:htpassword(), r:mkdir(), r:mkrdir(),
-     r:rmdir(), r:touch(), r:get_direntries(), r.date_parse_rfc().
-     [Guenter Knauf]
-
-  *) mod_lua: Sync 2.4 branch with trunk. This includes (but is not limited to)
-     Server pools, new apr functions for the request_rec table, input/output
-     filters, LuaCodeCache, LuaMapHandler and multipart form data handling.
-     [Daniel Gruno]
-
   *) core: make the "default" parameter of the "ErrorDocument" option case
      insensitive. PR 54419 [Tianyin Xu <tixu cs ucsd edu>]
 
@@ -211,6 +202,40 @@ Changes with Apache 2.4.5
   *) mod_include: Use new ap_expr for 'elif', like 'if', 
      if legacy parser is not specified.  PR 54548 [Tom Donovan]
 
+  *) mod_lua: Add some new functions: r:htpassword(), r:mkdir(), r:mkrdir(),
+     r:rmdir(), r:touch(), r:get_direntries(), r.date_parse_rfc().
+     [Guenter Knauf]
+
+  *) mod_lua: Add multipart form data handling. [Daniel Gruno]
+
+  *) mod_lua: If a LuaMapHandler doesn't return any value, log a warning
+     and treat it as apache2.OK. [Eric Covener]
+
+  *) mod_lua: Add bindings for apr_dbd/mod_dbd database access
+     [Daniel Gruno]
+
+  *) mod_lua: Add LuaInputFilter/LuaOutputFilter for creating content
+     filters in Lua [Daniel Gruno]
+
+  *) mod_lua: Allow scripts handled by the lua-script handler to return
+     a status code to the client (such as a 302 or a 500) [Daniel Gruno]
+
+  *) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
+     rather than throwing an internal server error. [Daniel Gruno]
+
+  *) mod_lua: Add functions r:flush and r:sendfile as well as additional
+     request information to the request_rec structure. [Daniel Gruno]
+
+  *) mod_lua: Add a server scope for Lua states, which creates a pool of
+     states with managable minimum and maximum size. [Daniel Gruno]
+
+  *) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping
+     URIs to Lua scripts and functions using regular expressions.
+     [Daniel Gruno]
+
+  *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
+     caching of lua scripts. [Daniel Gruno]
+
 Changes with Apache 2.4.4
 
   *) SECURITY: CVE-2012-3499 (cve.mitre.org)