Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 67166 invoked from network); 1 Oct 2004 15:07:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Oct 2004 15:07:53 -0000 Received: (qmail 75313 invoked by uid 500); 1 Oct 2004 15:07:52 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 75239 invoked by uid 500); 1 Oct 2004 15:07:51 -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 75226 invoked by uid 500); 1 Oct 2004 15:07:51 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 75221 invoked by uid 99); 1 Oct 2004 15:07:51 -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, 01 Oct 2004 08:07:50 -0700 Received: (qmail 67142 invoked by uid 1088); 1 Oct 2004 15:07:49 -0000 Date: 1 Oct 2004 15:07:49 -0000 Message-ID: <20041001150749.67141.qmail@minotaur.apache.org> From: stoddard@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 STATUS X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N stoddard 2004/10/01 08:07:49 Modified: . Tag: APACHE_2_0_BRANCH STATUS Log: propose backports Revision Changes Path No revision No revision 1.751.2.1094 +20 -1 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.751.2.1093 retrieving revision 1.751.2.1094 diff -u -r1.751.2.1093 -r1.751.2.1094 --- STATUS 1 Oct 2004 14:54:55 -0000 1.751.2.1093 +++ STATUS 1 Oct 2004 15:07:49 -0000 1.751.2.1094 @@ -89,6 +89,25 @@ modules/experimental/mod_disk_cache.c?r1=1.61&r2=1.62 +1: jerenkrantz, stoddard + *) Correctly store cache content type. PR 30278 + modules/experimental/mod_disk_cache.c?r1=1.62&r2=1.63 + +1: stoddard + + *) Do not store aborted content + modules/experimental/mod_disk_cache.c?r1=1.63&r2=1.64 + +1: stoddard + + *) Try to correctly follow RFC 2616 13.3 on validating stale cache responses by + teaching mod_cache's cache_select_url and cache_save_filter how to deal with + this corner case. + modules/experimental/cache_storage.c?r1=1.39&r2=1.40 + modules/experimental/cache_util.c?r1=1.34&r2=1.35 + modules/experimental/mod_cache.c?r1=1.91&r2=1.92 + modules/experimental/mod_cache.h?r1=1.50&r2=1.51 + modules/experimental/mod_disk_cache.c?r1=1.64&r2=1.65 + modules/experimental/mod_mem_cache.c?r1=1.117&r2=1.118 + +1: stoddard + *) mod_rewrite: Fix 0 bytes write into random memory position. PR 31036. (2.0 + 1.3) http://www.apache.org/~nd/dbmmap_1.3.patch