From: Daniel Gruno Date: Sun, 5 Aug 2012 19:59:06 +0000 (+0000) Subject: Document changes to mod_lua (yes, I'm always late with these :( ) X-Git-Tag: 2.5.0-alpha~6501 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=122e67c2f46c603c14e076320ea08809cbc3af73;p=thirdparty%2Fapache%2Fhttpd.git Document changes to mod_lua (yes, I'm always late with these :( ) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369657 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index c1340535747..16331d4606e 100644 --- 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]