]> granicus.if.org Git - apache/commitdiff
Sync with 2.2.4-dev. Add entry since it's a PR fix.
authorJim Jagielski <jim@apache.org>
Sat, 9 Dec 2006 14:16:36 +0000 (14:16 +0000)
committerJim Jagielski <jim@apache.org>
Sat, 9 Dec 2006 14:16:36 +0000 (14:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@484983 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index f01a10f82f82f787981a98fd85120bee512fcc30..ee782852b78aeec2bc8c6847cf3ec9e6534d83e7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -237,6 +237,10 @@ Changes with Apache 2.3.0
 
 Changes with Apache 2.2.4
 
+  *) Better detection and clean up of ldap connection that has been
+     terminated by the ldap server.  PR 40878.
+     [Rob Baily <rbaily servicebench com>]
+
   *) mod_mem_cache: Convert mod_mem_cache to use APR memory pool functions
      by creating a root pool for object persistence across requests. This
      also eliminates the need for custom serialization code.