Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@www.apache.org Received: (qmail 59217 invoked from network); 23 Dec 2004 23:01:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Dec 2004 23:01:15 -0000 Received: (qmail 5254 invoked by uid 500); 23 Dec 2004 23:01:14 -0000 Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 5220 invoked by uid 500); 23 Dec 2004 23:01:14 -0000 Mailing-List: contact test-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-cvs@httpd.apache.org Received: (qmail 5207 invoked by uid 99); 23 Dec 2004 23:01:14 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 23 Dec 2004 15:01:14 -0800 Received: (qmail 59192 invoked by uid 65534); 23 Dec 2004 23:01:13 -0000 Date: 23 Dec 2004 23:01:13 -0000 Message-ID: <20041223230113.59188.qmail@minotaur.apache.org> From: gozer@apache.org To: test-cvs@httpd.apache.org Subject: svn commit: r123242 - /httpd/test/trunk/perl-framework/Apache-Test/Changes /httpd/test/trunk/perl-framework/Apache-Test/RELEASE /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: gozer Date: Thu Dec 23 15:01:12 2004 New Revision: 123242 URL: http://svn.apache.org/viewcvs?view=rev&rev=123242 Log: Begin the 1.19-dev cycle Modified: httpd/test/trunk/perl-framework/Apache-Test/Changes httpd/test/trunk/perl-framework/Apache-Test/RELEASE httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm Modified: httpd/test/trunk/perl-framework/Apache-Test/Changes Url: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/Changes?view=diff&rev=123242&p1=httpd/test/trunk/perl-framework/Apache-Test/Changes&r1=123241&p2=httpd/test/trunk/perl-framework/Apache-Test/Changes&r2=123242 ============================================================================== --- httpd/test/trunk/perl-framework/Apache-Test/Changes (original) +++ httpd/test/trunk/perl-framework/Apache-Test/Changes Thu Dec 23 15:01:12 2004 @@ -5,6 +5,8 @@ =head1 CHANGES =over 3 + +=item 1.19-dev =item 1.18 - December 23, 2004 Modified: httpd/test/trunk/perl-framework/Apache-Test/RELEASE Url: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/RELEASE?view=diff&rev=123242&p1=httpd/test/trunk/perl-framework/Apache-Test/RELEASE&r1=123241&p2=httpd/test/trunk/perl-framework/Apache-Test/RELEASE&r2=123242 ============================================================================== --- httpd/test/trunk/perl-framework/Apache-Test/RELEASE (original) +++ httpd/test/trunk/perl-framework/Apache-Test/RELEASE Thu Dec 23 15:01:12 2004 @@ -47,7 +47,7 @@ 5. Announce the package a. post ... to the modperl, announce lists - Subject: [ANNOUNCE] Apache-Test 1.18 + Subject: [ANNOUNCE] Apache-Test 1.19 include - MD5 sig (as it comes from CPAN upload announce). - the latest Changes @@ -59,13 +59,13 @@ b. edit ./Changes: - start a new item with incremented version + '-dev' - =item 1.19-dev + =item 1.20-dev c. bump up version numbers in this file to make it easier to do the next release. + perl -pi -e 's/\.20/.21/g' RELEASE perl -pi -e 's/\.19/.20/g' RELEASE - perl -pi -e 's/\.18/.19/g' RELEASE now reload this file and bump up the last number of the first command. Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm Url: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm?view=diff&rev=123242&p1=httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm&r1=123241&p2=httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm&r2=123242 ============================================================================== --- httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm (original) +++ httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm Thu Dec 23 15:01:12 2004 @@ -23,7 +23,7 @@ use vars qw(@ISA @EXPORT %EXPORT_TAGS $VERSION %SubTests @SkipReasons); -$VERSION = '1.18'; +$VERSION = '1.19'; my @need = qw(need_lwp need_http11 need_cgi need_access need_auth need_module need_apache need_min_apache_version