diff --git a/CHANGES b/CHANGES index 8b55901c85..3ff91417c3 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]