From: Bradley Nicholes Date: Mon, 26 Apr 2004 22:05:44 +0000 (+0000) Subject: Sync the change logs X-Git-Tag: pre_ajp_proxy~306 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8ebfb21a178e38ed22260213674572659a4fda2;p=apache Sync the change logs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103536 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 6521725414..8151cc2879 100644 --- a/CHANGES +++ b/CHANGES @@ -353,6 +353,11 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.50 + *) Update the bind credentials for the cached LDAP connection to + reflect the last bind. This prevents util_ldap from creating + unnecessary connections rather than reusing cached connections. + [Brad Nicholes] + *) mod_isapi: GetServerVariable returned improperly terminated header fields given "ALL_HTTP" or "ALL_RAW". PR 20656. [Jesse Pelton ]