From: Nick Kew Date: Sat, 9 Dec 2006 20:34:00 +0000 (+0000) Subject: Fix CHANGES file; part of what I claimed on previous commit was X-Git-Tag: 2.2.4~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00b329c3e4238609583cef52a048ef5af5230b61;p=thirdparty%2Fapache%2Fhttpd.git Fix CHANGES file; part of what I claimed on previous commit was already in there! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@485056 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f05b0573e00..149d20c80fe 100644 --- 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.