summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2009-04-21 03:29:15 +0200
committerNick Kew <niq@apache.org>2009-04-21 03:29:15 +0200
commitb3d0dfcab359a514e8a0462ab1bdf50405ecde3a (patch)
tree1f951fe7f0e8e225d071ed75561d407860349da2 /CHANGES
parentupdate transformation (diff)
downloadapache2-b3d0dfcab359a514e8a0462ab1bdf50405ecde3a.tar.xz
apache2-b3d0dfcab359a514e8a0462ab1bdf50405ecde3a.zip
mod_dbd: add DBDInitSQL command. PR 46827
Patch by Marko Kevac. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@766938 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 0fb733fc34..0186d45929 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,13 +2,17 @@
Changes with Apache 2.3.3
- *) mod_cgid: Improve handling of long AF_UNIX socket names (ScriptSock).
- PR 47037. [Jeff Trawick]
-
*) SECURITY: CVE-2008-5519 (cve.mitre.org)
mod_proxy_ajp: Avoid delivering content from a previous request which
failed to send a request body. PR 46949 [Ruediger Pluem]
+ *) mod_dbd: add DBDInitSQL directive to enable SQL statements to
+ be run when a connection is opened. PR 46827
+ [Marko Kevac <mkevac gmail.com>]
+
+ *) mod_cgid: Improve handling of long AF_UNIX socket names (ScriptSock).
+ PR 47037. [Jeff Trawick]
+
*) mod_proxy_ajp: Check more strictly that the backend follows the AJP
protocol. [Mladen Turk]