You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/07/31 21:59:31 UTC

svn commit: r1367735 - /httpd/httpd/trunk/CHANGES

Author: humbedooh
Date: Tue Jul 31 19:59:30 2012
New Revision: 1367735

URL: http://svn.apache.org/viewvc?rev=1367735&view=rev
Log:
Update CHANGES

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1367735&r1=1367734&r2=1367735&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Jul 31 19:59:30 2012
@@ -1,6 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) 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]