diff options
author | Nick Kew <niq@apache.org> | 2009-04-21 03:29:15 +0200 |
---|---|---|
committer | Nick Kew <niq@apache.org> | 2009-04-21 03:29:15 +0200 |
commit | b3d0dfcab359a514e8a0462ab1bdf50405ecde3a (patch) | |
tree | 1f951fe7f0e8e225d071ed75561d407860349da2 /CHANGES | |
parent | update transformation (diff) | |
download | apache2-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-- | CHANGES | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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] |