]> granicus.if.org Git - apache/commitdiff
Document changes to mod_lua (yes, I'm always late with these :( )
authorDaniel Gruno <humbedooh@apache.org>
Sun, 5 Aug 2012 19:59:06 +0000 (19:59 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sun, 5 Aug 2012 19:59:06 +0000 (19:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369657 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index c134053574706070f0aa9ccc9083a26bdc787a3b..16331d4606e247b7754fdfda4904003ccb3ee324 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) mod_lua: Add a server scope for Lua states, which creates a pool of
+     states with managable minimum and maximum size. [Daniel Gruno]
+
   *) htpasswd: Use correct file mode for checking if file is writable.
      PR 45923. [Stefan Fritsch]