]> granicus.if.org Git - apache/commitdiff
Note backport
authorNick Kew <niq@apache.org>
Wed, 26 Jul 2006 08:08:22 +0000 (08:08 +0000)
committerNick Kew <niq@apache.org>
Wed, 26 Jul 2006 08:08:22 +0000 (08:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@425663 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index d70a75c79b654af8343267617966ff52673601be..bebe26749c91e86470fa99702e7c8ea06b6fdd2e 100644 (file)
--- 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]