From: Guenter Knauf Date: Wed, 12 Jun 2013 17:29:34 +0000 (+0000) Subject: Mention new mod_lua functions. X-Git-Tag: 2.4.5~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79e079e9c0182579d2706b1669645b4d7941bfb9;p=apache Mention new mod_lua functions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1492298 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 487336a434..ceb6c3434f 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,10 @@ 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:rmdir(), + 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.