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/30 11:12:52 UTC

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

Author: humbedooh
Date: Mon Jul 30 09:12:52 2012
New Revision: 1367043

URL: http://svn.apache.org/viewvc?rev=1367043&view=rev
Log:
Forgot to sign it

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1367043&r1=1367042&r2=1367043&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon Jul 30 09:12:52 2012
@@ -2,10 +2,10 @@
 Changes with Apache 2.5.0
 
   *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
-     caching of lua scripts.
+     caching of lua scripts. [Daniel Gruno]
 
   *) mod_lua: Move LUA_COMPAT_ALL into the right place, so it will
-     activate compatibility mode for Lua 5.2.
+     activate compatibility mode for Lua 5.2. [Daniel Gruno]
 
   *) mod_proxy_balancer: Restore balancing after a failed worker has
      recovered when using lbmethod_bybusyness.  PR 48735.  [Jeff Trawick]