Return-Path: Delivered-To: apmail-perl-test-commits-archive@www.apache.org Received: (qmail 67734 invoked from network); 21 Oct 2005 02:04:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Oct 2005 02:04:33 -0000 Received: (qmail 97587 invoked by uid 500); 21 Oct 2005 02:04:33 -0000 Mailing-List: contact test-commits-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-commits@perl.apache.org Received: (qmail 97573 invoked by uid 99); 21 Oct 2005 02:04:33 -0000 X-ASF-Spam-Status: No, hits=-9.4 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.29) with SMTP; Thu, 20 Oct 2005 19:04:33 -0700 Received: (qmail 67645 invoked by uid 65534); 21 Oct 2005 02:04:13 -0000 Message-ID: <20051021020413.67644.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r327074 - in /perl/Apache-Test/trunk: Changes RELEASE lib/Apache/Test.pm Date: Fri, 21 Oct 2005 02:04:12 -0000 To: test-commits@perl.apache.org From: pgollucci@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: pgollucci Date: Thu Oct 20 19:04:09 2005 New Revision: 327074 URL: http://svn.apache.org/viewcvs?rev=327074&view=rev Log: start 1.28-dev cycle Modified: perl/Apache-Test/trunk/Changes perl/Apache-Test/trunk/RELEASE perl/Apache-Test/trunk/lib/Apache/Test.pm Modified: perl/Apache-Test/trunk/Changes URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/Changes?rev=327074&r1=327073&r2=327074&view=diff ============================================================================== --- perl/Apache-Test/trunk/Changes (original) +++ perl/Apache-Test/trunk/Changes Thu Oct 20 19:04:09 2005 @@ -6,6 +6,9 @@ =over 3 +=item 1.28-dev + + =item 1.27 - October 20, 2005 localize ScriptSock directive to always point to t/logs/cgisock Modified: perl/Apache-Test/trunk/RELEASE URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/RELEASE?rev=327074&r1=327073&r2=327074&view=diff ============================================================================== --- perl/Apache-Test/trunk/RELEASE (original) +++ perl/Apache-Test/trunk/RELEASE Thu Oct 20 19:04:09 2005 @@ -4,7 +4,7 @@ etc. Now test this generated package (not svn) with as many configurations as possible on as many platforms as possible. Note, in step 3a, removing the "-dev" line changes the package version - name. i.e. (1.27-dev to 1.27) + name. i.e. (1.28-dev to 1.28) a. nuke any preinstalled Apache-Test libs and run 'make test' @@ -56,7 +56,7 @@ 5. Announce the package a. post ... to the modperl, announce lists - Subject: [ANNOUNCE] Apache-Test 1.27 + Subject: [ANNOUNCE] Apache-Test 1.28 include - MD5 sig (as it comes from CPAN upload announce). - the latest Changes @@ -68,16 +68,16 @@ b. edit ./Changes: - start a new item with incremented version + '-dev' - =item 1.28-dev + =item 1.29-dev c. bump up version numbers in this file to make it easier to do the next release. - perl -pi -e 's/\.28/.29/g' RELEASE perl -pi -e 's/\.27/.28/g' RELEASE + perl -pi -e 's/\.26/.27/g' RELEASE now reload this file and bump up the last number of the first command. d. commit Changes - % svn ci -m "start 1.27-dev cycle" Changes RELEASE lib/Apache/Test.pm + % svn ci -m "start 1.28-dev cycle" Changes RELEASE lib/Apache/Test.pm Modified: perl/Apache-Test/trunk/lib/Apache/Test.pm URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/lib/Apache/Test.pm?rev=327074&r1=327073&r2=327074&view=diff ============================================================================== --- perl/Apache-Test/trunk/lib/Apache/Test.pm (original) +++ perl/Apache-Test/trunk/lib/Apache/Test.pm Thu Oct 20 19:04:09 2005 @@ -24,7 +24,7 @@ use vars qw(@ISA @EXPORT %EXPORT_TAGS $VERSION %SubTests @SkipReasons); -$VERSION = '1.27'; +$VERSION = '1.28'; my @need = qw(need_lwp need_http11 need_cgi need_access need_auth need_module need_apache need_min_apache_version