From: Jim Jagielski Date: Sat, 9 Dec 2006 14:16:36 +0000 (+0000) Subject: Sync with 2.2.4-dev. Add entry since it's a PR fix. X-Git-Tag: 2.3.0~1976 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1e415fe167359fb87cdce34013243dbca4fbc5b;p=apache Sync with 2.2.4-dev. Add entry since it's a PR fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@484983 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f01a10f82f..ee782852b7 100644 --- 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 ] + *) 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.