Author: stevehay Date: Sun Aug 6 11:00:04 2023 New Revision: 1911485 URL: http://svn.apache.org/viewvc?rev=1911485&view=rev Log: start 0.15-dev cycle
Modified: perl/Apache-Reload/trunk/Changes perl/Apache-Reload/trunk/RELEASE perl/Apache-Reload/trunk/lib/Apache/Reload.pm perl/Apache-Reload/trunk/lib/Apache2/Reload.pm Modified: perl/Apache-Reload/trunk/Changes URL: http://svn.apache.org/viewvc/perl/Apache-Reload/trunk/Changes?rev=1911485&r1=1911484&r2=1911485&view=diff ============================================================================== --- perl/Apache-Reload/trunk/Changes (original) +++ perl/Apache-Reload/trunk/Changes Sun Aug 6 11:00:04 2023 @@ -6,6 +6,8 @@ Changes - Apache::Reload change logfile =over 1 +=item 0.15-dev + =item 0.14 August 06, 2023 Fix unnecessary FAIL reports on CPAN Testers by checking for mod_perl or Modified: perl/Apache-Reload/trunk/RELEASE URL: http://svn.apache.org/viewvc/perl/Apache-Reload/trunk/RELEASE?rev=1911485&r1=1911484&r2=1911485&view=diff ============================================================================== --- perl/Apache-Reload/trunk/RELEASE (original) +++ perl/Apache-Reload/trunk/RELEASE Sun Aug 6 11:00:04 2023 @@ -26,7 +26,7 @@ Instructions for Apache-Reload Release M - change -dev to -rc\d+ starting with -rc1 b. commit Changes - % svn ci -m "0.14 rc1" Changes + % svn ci -m "0.15 rc1" Changes c. nuke any preinstalled Apache-Reload libs and run 'make test' @@ -45,7 +45,7 @@ Instructions for Apache-Reload Release M (or maybe longer to give most people a chance to catch up). no need to tag this package - Subject: [RELEASE CANDIDATE] Apache-Reload 0.14 RC\d+ + Subject: [RELEASE CANDIDATE] Apache-Reload 0.15 RC\d+ a. if problems are detected during stage 2, repeat stages 1 and 2. @@ -62,7 +62,7 @@ Instructions for Apache-Reload Release M % make -n tag c. commit Changes - % svn ci -m "0.14 release" Changes + % svn ci -m "0.15 release" Changes d. tag % make tag @@ -80,7 +80,7 @@ Instructions for Apache-Reload Release M o modperl/perl.apache.org - Subject: [ANNOUNCE] Apache-Reload 0.14 + Subject: [ANNOUNCE] Apache-Reload 0.15 include: - MD5 sig (as it comes from CPAN upload announce). @@ -93,7 +93,7 @@ Instructions for Apache-Reload Release M b. edit ./Changes: - start a new item with incremented version + '-dev' - =item 0.15-dev + =item 0.16-dev c. bump up version numbers in this file to make it easier to do the next release. @@ -102,5 +102,5 @@ Instructions for Apache-Reload Release M (undo the change to the PAUSE menu item number in item 0d. above) d. commit Changes - % svn ci -m "start 0.14-dev cycle" Changes RELEASE \ + % svn ci -m "start 0.15-dev cycle" Changes RELEASE \ lib/Apache/Reload.pm lib/Apache2/Reload.pm Modified: perl/Apache-Reload/trunk/lib/Apache/Reload.pm URL: http://svn.apache.org/viewvc/perl/Apache-Reload/trunk/lib/Apache/Reload.pm?rev=1911485&r1=1911484&r2=1911485&view=diff ============================================================================== --- perl/Apache-Reload/trunk/lib/Apache/Reload.pm (original) +++ perl/Apache-Reload/trunk/lib/Apache/Reload.pm Sun Aug 6 11:00:04 2023 @@ -17,7 +17,7 @@ package Apache::Reload; use strict; -$Apache::Reload::VERSION = '0.14'; +$Apache::Reload::VERSION = '0.15'; use vars qw(%INCS %Stat $TouchTime %UndefFields %Ignore); Modified: perl/Apache-Reload/trunk/lib/Apache2/Reload.pm URL: http://svn.apache.org/viewvc/perl/Apache-Reload/trunk/lib/Apache2/Reload.pm?rev=1911485&r1=1911484&r2=1911485&view=diff ============================================================================== --- perl/Apache-Reload/trunk/lib/Apache2/Reload.pm (original) +++ perl/Apache-Reload/trunk/lib/Apache2/Reload.pm Sun Aug 6 11:00:04 2023 @@ -18,7 +18,7 @@ package Apache2::Reload; use strict; use warnings FATAL => 'all'; -our $VERSION = '0.14'; +our $VERSION = '0.15'; use Apache2::Const -compile => qw(OK);