Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 1369 invoked from network); 13 Feb 2010 16:33:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Feb 2010 16:33:41 -0000 Received: (qmail 2948 invoked by uid 500); 13 Feb 2010 16:33:40 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 2872 invoked by uid 500); 13 Feb 2010 16:33:39 -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 2857 invoked by uid 99); 13 Feb 2010 16:33:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Feb 2010 16:33:39 +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 randy.kobes@gmail.com designates 209.85.212.45 as permitted sender) Received: from [209.85.212.45] (HELO mail-vw0-f45.google.com) (209.85.212.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Feb 2010 16:33:30 +0000 Received: by vws11 with SMTP id 11so736120vws.18 for ; Sat, 13 Feb 2010 08:33:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=ZI8i+cUS8NTkFmg3gLSp/xjtCkHTPIhfbt3uYzOBfio=; b=R7nKiqiG08btTSbCEb7iVtUd+I1rQ2r/EyueuL6eDpZuRcTJLXX4sVHNwdBsQ5bHgh WkdImVVpg9WVTxLyTnox4LmQFjWDqm0JeQCBSC8IIYkRXiY8M3HVv8bC5fdBbQMzPJWj sWiaWqrdwYUaViOodoX4vlnrMFl6LhdEKDj7g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=iukKw8fxE8FMmzZi7DRzFVZZ7E8xqG8wa/CyZRAdIa9AXtsKu01O6zuuuIrszP1s+R tiRRjRxXni/s9C+xs+3H+ojxBXQWnz27ngDnNYu8b6sj/SBYLcADDoDRwYj2MMzDbm25 Ium2egPi9J5a5kqlNKXUwHP8rpVhnS/H7k2y0= Received: by 10.220.127.28 with SMTP id e28mr2008745vcs.12.1266078787378; Sat, 13 Feb 2010 08:33:07 -0800 (PST) Received: from ?192.168.1.101? (wnpgmb1303w-ad03-41-108.dynamic.mts.net [142.161.41.108]) by mx.google.com with ESMTPS id 22sm9751118vws.20.2010.02.13.08.33.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 13 Feb 2010 08:33:06 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) Subject: Re: [RELEASE CANDIDATE] Apache-Test-1.31 RC3 From: Randy Kobes In-Reply-To: Date: Sat, 13 Feb 2010 10:32:54 -0600 Content-Transfer-Encoding: 7bit Message-Id: <2E172B41-E5C1-4434-B895-BBA875548802@gmail.com> References: To: dev@httpd.apache.org X-Mailer: Apple Mail (2.1077) X-Virus-Checked: Checked by ClamAV on apache.org On 2010-02-12, at 11:13 PM, Fred Moyer wrote: > Third release candidate, a couple of small fixes from Gozer. So far > we've got positive results across the board. Please take this for a > spin if you haven't tried one of the previous release candidates. > > http://people.apache.org/~phred/Apache-Test-1.31-rc3.tar.gz > > Modify need_cgi so that it looks for cgi.c instead of cgi. This is a fix > for the case insensitive filesystem correction listed below. > [Phillipe M. Chiasson] > > t/next_available_port.t doesn't need mod_cgid, use need_cgi instead > of need_module('mod_cgi.c') > [Philippe M. Chiasson] Passes all tests on OSX/10.6 Apache/2.2.13/prefork perl-5.10. +1 -- best regards, Randy