]> granicus.if.org Git - apache/commitdiff
Mention new mod_lua functions.
authorGuenter Knauf <fuankg@apache.org>
Wed, 12 Jun 2013 17:29:34 +0000 (17:29 +0000)
committerGuenter Knauf <fuankg@apache.org>
Wed, 12 Jun 2013 17:29:34 +0000 (17:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1492298 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 487336a4340884adf942f19cb89e3b6ad6f80b5a..ceb6c3434f70df32fc3925df0c9c0e95042c0556 100644 (file)
--- 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.