From: Daniel Gruno Date: Tue, 8 Jan 2013 13:41:32 +0000 (+0000) Subject: Add lua_dbd features to CHANGES X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62a3a7929421b6f8159cbf693a79a36a78e51577;p=thirdparty%2Fapache%2Fhttpd.git Add lua_dbd features to CHANGES git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1430279 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 6ce0791a074..d3867f8c048 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_lua: Add bindings for apr_dbd/mod_dbd database access + [Daniel Gruno] + *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache: Cache the result of the most recent password hash verification for every keep-alive connection. This saves some expensive calculations.