From: Nick Kew Date: Wed, 26 Jul 2006 08:08:22 +0000 (+0000) Subject: Note backport X-Git-Tag: 2.3.0~2205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cac07297fd9c6d93cb2d932f250a0b193d97bad;p=thirdparty%2Fapache%2Fhttpd.git Note backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@425663 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index d70a75c79b6..bebe26749c9 100644 --- a/CHANGES +++ b/CHANGES @@ -8,10 +8,6 @@ Changes with Apache 2.3.0 In case the backend is too busy this will fail instead sending the full header. [Mladen Turk] - *) mod_dbd: Fix dependence on virtualhost configuration in - defining prepared statements (possible segfault at startup - in user modules such as mod_authn_dbd). [Nick Kew] - *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir to circumvent the symbolic link checks imposed by FollowSymLinks and SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe] @@ -179,6 +175,10 @@ Changes with Apache 2.3.0 Changes with Apache 2.2.3 + *) mod_dbd: Fix dependence on virtualhost configuration in + defining prepared statements (possible segfault at startup + in user modules such as mod_authn_dbd). [Nick Kew] + *) Worker MPM: On graceless shutdown or restart, send signals to each worker thread to wake them up if they're polling on a Keep-Alive connection. PR 38737. [Chris Darroch]