Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 26763 invoked from network); 30 Oct 2009 12:18:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Oct 2009 12:18:45 -0000 Received: (qmail 68857 invoked by uid 500); 30 Oct 2009 12:18:44 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 68768 invoked by uid 500); 30 Oct 2009 12:18:43 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 68759 invoked by uid 99); 30 Oct 2009 12:18:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Oct 2009 12:18:43 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of poirier@pobox.com designates 64.74.157.63 as permitted sender) Received: from [64.74.157.63] (HELO sasl.smtp.pobox.com) (64.74.157.63) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Oct 2009 12:18:32 +0000 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by b-pb-sasl-sd.pobox.com (Postfix) with ESMTP id C85F07EFC6 for ; Fri, 30 Oct 2009 08:18:09 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=sasl; bh=u8PvF6dGS28q2AgTUFBHpr+pwnA=; b=KJO5QS Uk95paZytJO9KCf5NxBW26MZthON+0SYcnVvq5KitgI/vSyrIaSAfKfmlDKNUwA5 RB7GftE6lUq3TIUuUfJ0cenVOf9ekKAtJy7lE6XnEXYonkPaOFQHItuG7eL9+x6i BFITg5fO/veDkqIpXy3rM9LQeFthEEeUL40wQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :in-reply-to:references:date:message-id:mime-version :content-type; q=dns; s=sasl; b=g/vKjd0eRzrOblaubwdnq43Snz3r3mZt 7JzuyoBkaxhODvNbQIZC26+GTAPQsQWVMqs7QmgL50JjgTwVFVUVLfOYIA66N7fN Jkl1vwuF4H4hXwAumjTZZgrrcgqY4Cd/y2Q8vlQlRd6CI8KjZwvp0ilDc6bP/5Rn D+B+qc+tpfc= Received: from b-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by b-pb-sasl-sd.pobox.com (Postfix) with ESMTP id C561A7EFC5 for ; Fri, 30 Oct 2009 08:18:09 -0400 (EDT) Received: from slappy.mynet (unknown [76.182.90.71]) by b-pb-sasl-sd.pobox.com (Postfix) with ESMTPA id 411537EFC3 for ; Fri, 30 Oct 2009 08:18:08 -0400 (EDT) From: Dan Poirier To: dev@httpd.apache.org Subject: Re: svn commit: r831031 - in /httpd/httpd/branches/2.2.x: ./ CHANGES STATUS docs/manual/caching.xml modules/cache/mod_cache.c In-Reply-To: (Jeff Trawick's message of "Fri, 30 Oct 2009 07:58:46 -0400") References: <20091029170616.7C1AC2388865@eris.apache.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (darwin) Date: Fri, 30 Oct 2009 08:18:07 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Pobox-Relay-ID: 496AC1BE-C54E-11DE-8D84-A58FA4293987-25076293!b-pb-sasl-sd.pobox.com X-Virus-Checked: Checked by ClamAV on apache.org Jeff Trawick writes: > On Thu, Oct 29, 2009 at 1:06 PM, wrote: >> Author: poirier >> Date: Thu Oct 29 17:06:15 2009 >> New Revision: 831031 >> >> URL: http://svn.apache.org/viewvc?rev=831031&view=rev >> Log: >> Merge r823536, r823563 from trunk: ... >> Reviewed by: poirier > > The value for "Reviewed by" should be the two or more people in this > list other than the author: > > +1: poirier, sf, covener Makes sense; fixed. I used http://people.apache.org/~jorton/svn.merge to do this backport merge, which is where the "Reviewed by: poirier" came from. Is there an updated version of that or another script for doing the routine work of a backport? Dan