Return-Path: Delivered-To: apmail-perl-test-dev-archive@www.apache.org Received: (qmail 94058 invoked from network); 16 Nov 2007 16:52:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Nov 2007 16:52:30 -0000 Received: (qmail 9338 invoked by uid 500); 16 Nov 2007 16:52:18 -0000 Mailing-List: contact test-dev-help@perl.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: test-dev@perl.apache.org Delivered-To: mailing list test-dev@perl.apache.org Received: (qmail 9326 invoked by uid 99); 16 Nov 2007 16:52:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Nov 2007 08:52:17 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [69.36.240.28] (HELO taperfriendlymusic.org) (69.36.240.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Nov 2007 16:52:07 +0000 Received: (qmail 1123 invoked by uid 1005); 16 Nov 2007 08:51:45 -0800 Received: from Unknown (HELO pooky.redhotpenguin.com) (12.6.150.3) (smtp-auth username fred@redhotpenguin.com, mechanism plain) by www.redhotpenguin.com (qpsmtpd/0.32) with ESMTP; Fri, 16 Nov 2007 08:51:43 -0800 Message-ID: <473DCAAB.1070200@taperfriendlymusic.org> Date: Fri, 16 Nov 2007 08:51:55 -0800 From: Fred Moyer User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: test-dev@perl.apache.org Subject: [RELEASE CANDIDATE] Apache-Test-1.30 RC1 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Check-By: www.redhotpenguin.com X-Old-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,RDNS_NONE Greetings, A release candidate for Apache::Test is now available: http://people.apache.org/~phred/Apache-Test-1.30-RC1.tar.gz Please take a moment to download, build, and report test failures or success back to the list. Thanks! Summary of changes in this version: Added t_write_test_lib for temporary testing packages [Fred Moyer ] Fix syntax error in generated PHP files t/conf/*.php.in [Philippe M. Chiasson] Add bwshare.so to the list of modules to not inherit b/c it rate limits requests to less then that of a test suite. PR: 25548 [imacat ] Add EXTRA_CFLAGS to c-module building if defined in the environment [Geoffrey Young]