Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 17666 invoked from network); 1 Oct 2004 16:15:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Oct 2004 16:15:37 -0000 Received: (qmail 81000 invoked by uid 500); 1 Oct 2004 16:15:28 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 80850 invoked by uid 500); 1 Oct 2004 16:15:25 -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 80716 invoked by uid 500); 1 Oct 2004 16:15:24 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 80669 invoked by uid 99); 1 Oct 2004 16:15:23 -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 09:15:19 -0700 Received: (qmail 17376 invoked by uid 1327); 1 Oct 2004 16:15:17 -0000 Date: 1 Oct 2004 16:15:17 -0000 Message-ID: <20041001161517.17375.qmail@minotaur.apache.org> From: jerenkrantz@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 jerenkrantz 2004/10/01 09:15:17 Modified: . Tag: APACHE_2_0_BRANCH STATUS Log: "Five backports in search of an exit." Revision Changes Path No revision No revision 1.751.2.1096 +14 -13 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.751.2.1095 retrieving revision 1.751.2.1096 diff -u -u -r1.751.2.1095 -r1.751.2.1096 --- STATUS 1 Oct 2004 15:16:49 -0000 1.751.2.1095 +++ STATUS 1 Oct 2004 16:15:16 -0000 1.751.2.1096 @@ -76,13 +76,14 @@ identify exactly what the proposed changes are! ] *) apxs: fix handling of -Wc/-Wl and "-o mod_foo.so". - http://cvs.apache.org/viewcvs.cgi/httpd-2.0/support/apxs.in?r1=1.64&r2=1.62 + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/support/apxs.in?r1=1.62&r2=1.64 PR: 31448 - +1: jorton + +1: jorton, jerenkrantz *) Fix ap_save_brigade's handling of ENOTIMPL setaside functions. http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/util_filter.c?r1=1.100&r2=1.101 PR: 31247 + jerenkrantz comments: This needs the final patch posted to dev@httpd? +1: jorton *) Fix mod_disk_cache race conditions in storing the response body. @@ -91,22 +92,22 @@ *) Correctly store cache content type. PR 30278 modules/experimental/mod_disk_cache.c?r1=1.62&r2=1.63 - +1: stoddard + +1: stoddard, jerenkrantz - *) 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. + *) Do not store aborted content. PR 21492. + modules/experimental/mod_disk_cache.c?r1=1.63&r2=1.64 + +1: stoddard, jerenkrantz + + *) 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 + +1: stoddard, jerenkrantz *) mod_rewrite: Fix 0 bytes write into random memory position. PR 31036. (2.0 + 1.3) @@ -123,7 +124,7 @@ Previously this would segfault or simply not match as expected, depending on the platform. modules/mappers/mod_rewrite.c: r1.260 - +1: trawick geoff + +1: trawick, geoff, jerenkrantz *) mod_headers: Support {...}s tag for SSL variable lookup. http://www.apache.org/~jorton/mod_headers-2.0-ssl.diff