Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 40186 invoked from network); 24 Sep 2004 14:30:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Sep 2004 14:30:24 -0000 Received: (qmail 33596 invoked by uid 500); 24 Sep 2004 14:32:19 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 33489 invoked by uid 500); 24 Sep 2004 14:32:14 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 33343 invoked by uid 500); 24 Sep 2004 14:32:13 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 33312 invoked by uid 99); 24 Sep 2004 14:32:12 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 24 Sep 2004 07:32:11 -0700 Received: (qmail 39849 invoked by uid 1088); 24 Sep 2004 14:30:08 -0000 Date: 24 Sep 2004 14:30:08 -0000 Message-ID: <20040924143008.39848.qmail@minotaur.apache.org> From: stoddard@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 CHANGES X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N stoddard 2004/09/24 07:30:08 Modified: . CHANGES Log: this fix backported to 2.0 Revision Changes Path 1.1600 +3 -3 httpd-2.0/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-2.0/CHANGES,v retrieving revision 1.1599 retrieving revision 1.1600 diff -u -r1.1599 -r1.1600 --- CHANGES 24 Sep 2004 13:10:48 -0000 1.1599 +++ CHANGES 24 Sep 2004 14:30:08 -0000 1.1600 @@ -2,9 +2,6 @@ [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. @@ -417,6 +414,9 @@ *) mod_disk_cache: Fix races in saving responses. [Justin Erenkrantz] *) 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