From: Bradley Nicholes Date: Wed, 29 Sep 2004 17:45:30 +0000 (+0000) Subject: backport ldap issue X-Git-Tag: 2.1.1~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb0cf95107ea944ae185fe8989fcacd2290dd07c;p=thirdparty%2Fapache%2Fhttpd.git backport ldap issue git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105344 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8b55901c85e..3ff91417c3f 100644 --- a/CHANGES +++ b/CHANGES @@ -11,8 +11,6 @@ Changes with Apache 2.1.0-dev *) mod_disk_cache: Correctly store cached content type. PR 30278. [Rüdiger Plüm ] - *) Fix a segfault in the LDAP cache purge. [Jess Holle ] - *) mod_rewrite: Handle per-location rules when r->filename is unset. Previously this would segfault or simply not match as expected, depending on the platform. [Jeff Trawick] @@ -420,6 +418,9 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.53 + *) Fix the re-linking issue when purging elements from the LDAP cache + PR 24801 [Jess Holle ] + *) mod_disk_cache: Fix races in saving responses. [Justin Erenkrantz] *) Fix Expires handling in mod_cache. [Justin Erenkrantz]