Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 36654 invoked from network); 13 Sep 2003 04:05:40 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 13 Sep 2003 04:05:40 -0000 Received: (qmail 39312 invoked by uid 500); 13 Sep 2003 04:05:19 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 39281 invoked by uid 500); 13 Sep 2003 04:05:19 -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 39268 invoked by uid 500); 13 Sep 2003 04:05:19 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 39265 invoked from network); 13 Sep 2003 04:05:18 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 13 Sep 2003 04:05:18 -0000 Received: (qmail 36637 invoked by uid 1402); 13 Sep 2003 04:05:38 -0000 Date: 13 Sep 2003 04:05:38 -0000 Message-ID: <20030913040538.36636.qmail@minotaur.apache.org> From: brianp@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 STATUS X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N brianp 2003/09/12 21:05:38 Modified: . Tag: APACHE_2_0_BRANCH STATUS Log: votes Revision Changes Path No revision No revision 1.751.2.464 +6 -6 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.751.2.463 retrieving revision 1.751.2.464 diff -u -r1.751.2.463 -r1.751.2.464 --- STATUS 12 Sep 2003 23:38:49 -0000 1.751.2.463 +++ STATUS 13 Sep 2003 04:05:37 -0000 1.751.2.464 @@ -69,7 +69,7 @@ Expires header but no Etag or Last-Modified headers. This submitted patch (by bjorn@exoweb.net) resolves PR 23130. http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/mod_cache.c.diff?r1=1.76&r2=1.77 - +1: rederpj, fielding + +1: rederpj, fielding, brianp * Modifies the cache code to be header-location agnostic. Also fixes a number of other cache code bugs related to PR 15852 @@ -294,11 +294,11 @@ potentially destabilizing and may take some iterations in 2.1-dev before it is ready for prime time. support/ab.c: r1.128 - +1: trawick, stoddard + +1: trawick, stoddard, brianp More fixes support/ab.c: r1.129, r1.130 - +1: trawick + +1: trawick, brianp * mod_rewrite: more or less cosmetic fix. If a .htaccess in DocumentRoot configures: @@ -375,13 +375,13 @@ * Fix include_cmd in mod_cgid, not to treat the cmd output (partially) as CGI output. modules/generators/mod_cgid.c: r1.153 - +1: nd, trawick + +1: nd, trawick, brianp * Fix inconsistency in generated expression parse tree. (2.0 + 1.3) There's also a practical advantage; it saves some CPU cycles, since the tree walk is shorter. modules/filters/mod_include.c: r1.261 - +1: nd + +1: nd, brianp * mod_include's expression tokenizer: don't skip the first character of a string, it may be a backslash. (2.0 + 1.3)