Commit a68f8887 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

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
parent 523a1781
Loading
Loading
Loading
Loading
+4 −0
Changes for CHANGES: 4 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -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.