]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix CHANGES file; part of what I claimed on previous commit was
authorNick Kew <niq@apache.org>
Sat, 9 Dec 2006 20:34:00 +0000 (20:34 +0000)
committerNick Kew <niq@apache.org>
Sat, 9 Dec 2006 20:34:00 +0000 (20:34 +0000)
already in there!

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@485056 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index f05b0573e00703350c0748b648d94fc50c5977f3..149d20c80fedb484b2228a45dc49e5538436d2ea 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,8 +4,8 @@ Changes with Apache 2.2.4
   *) mod_dbd: share per-request database handles across subrequests
      and internal redirects [Chris Darroch]
 
-  *) mod_dbd: key connection pools correctly to virtual hosts
-     [Graham Leggett, Nick Kew]
+  *) mod_dbd: key connection pools to virtual hosts correctly even when 
+     ServerName is unset/unavailable [Graham Leggett]
 
   *) Better detection and clean up of ldap connection that has been
      terminated by the ldap server.  PR 40878.