]> granicus.if.org Git - apache/commitdiff
Add lua_dbd features to CHANGES
authorDaniel Gruno <humbedooh@apache.org>
Tue, 8 Jan 2013 13:41:32 +0000 (13:41 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Tue, 8 Jan 2013 13:41:32 +0000 (13:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1430279 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 6ce0791a074463aa67138cdbe10e5f21c2634972..d3867f8c048f119577691c233d046724f73a335e 100644 (file)
--- 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.