From: Bill Stoddard Date: Fri, 24 Sep 2004 14:30:08 +0000 (+0000) Subject: this fix backported to 2.0 X-Git-Tag: 2.1.1~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32636041eedf8095b4091db22d9e493f4645e7b1;p=thirdparty%2Fapache%2Fhttpd.git this fix backported to 2.0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105290 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index d3dc19350c7..3502013c4cc 100644 --- a/CHANGES +++ b/CHANGES @@ -2,9 +2,6 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] - *) Alter mod_expires to run at a different filter priority to allow - proper Expires storage by mod_cache. [Justin Erenkrantz] - *) Fix a segfault in the LDAP cache purge. [Jess Holle ] *) mod_rewrite: Handle per-location rules when r->filename is unset. @@ -418,6 +415,9 @@ Changes with Apache 2.0.53 *) Fix Expires handling in mod_cache. [Justin Erenkrantz] + *) Alter mod_expires to run at a different filter priority to allow + proper Expires storage by mod_cache. [Justin Erenkrantz] + Changes with Apache 2.0.52 *) Fix the global mutex crash when the global mutex is never allocated due