Mailing List Archive

svn commit: r1678483 - in /perl/Apache-Reload/trunk: Changes RELEASE lib/Apache/Reload.pm lib/Apache2/Reload.pm
Author: stevehay
Date: Sat May 9 12:12:47 2015
New Revision: 1678483

URL: http://svn.apache.org/r1678483
Log:
start 0.14-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=1678483&r1=1678482&r2=1678483&view=diff
==============================================================================
--- perl/Apache-Reload/trunk/Changes (original)
+++ perl/Apache-Reload/trunk/Changes Sat May 9 12:12:47 2015
@@ -6,6 +6,8 @@ Changes - Apache::Reload change logfile

=over 1

+=item 0.14-dev
+
=item 0.13 May 09, 2015

Fix reload.t. Reported in CPAN RT#96656.

Modified: perl/Apache-Reload/trunk/RELEASE
URL: http://svn.apache.org/viewvc/perl/Apache-Reload/trunk/RELEASE?rev=1678483&r1=1678482&r2=1678483&view=diff
==============================================================================
--- perl/Apache-Reload/trunk/RELEASE (original)
+++ perl/Apache-Reload/trunk/RELEASE Sat May 9 12:12:47 2015
@@ -41,7 +41,7 @@ Instructions for Apache-Reload Release M
o dev/perl.apache.org
o modperl/perl.apache.org

- Subject: [RELEASE CANDIDATE] Apache-Reload 0.13 RC\d+
+ Subject: [RELEASE CANDIDATE] Apache-Reload 0.14 RC\d+

(or maybe longer to give most people a chance to catch up). no need
to tag this package
@@ -76,7 +76,7 @@ Instructions for Apache-Reload Release M
5. Announce the package

a. post ... to the modperl, announce lists
- Subject: [ANNOUNCE] Apache-Reload 0.13
+ Subject: [ANNOUNCE] Apache-Reload 0.14
include
- MD5 sig (as it comes from CPAN upload announce).
- the latest Changes
@@ -88,7 +88,7 @@ Instructions for Apache-Reload Release M
b. edit ./Changes:
- start a new item with incremented version + '-dev'

- =item 0.14-dev
+ =item 0.15-dev

c. bump up version numbers in this file to make it easier to do the
next release.
@@ -98,5 +98,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.13-dev cycle" Changes RELEASE \
+ % svn ci -m "start 0.14-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=1678483&r1=1678482&r2=1678483&view=diff
==============================================================================
--- perl/Apache-Reload/trunk/lib/Apache/Reload.pm (original)
+++ perl/Apache-Reload/trunk/lib/Apache/Reload.pm Sat May 9 12:12:47 2015
@@ -17,7 +17,7 @@ package Apache::Reload;

use strict;

-$Apache::Reload::VERSION = '0.13';
+$Apache::Reload::VERSION = '0.14';

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=1678483&r1=1678482&r2=1678483&view=diff
==============================================================================
--- perl/Apache-Reload/trunk/lib/Apache2/Reload.pm (original)
+++ perl/Apache-Reload/trunk/lib/Apache2/Reload.pm Sat May 9 12:12:47 2015
@@ -18,7 +18,7 @@ package Apache2::Reload;
use strict;
use warnings FATAL => 'all';

-our $VERSION = '0.13';
+our $VERSION = '0.14';

use Apache2::Const -compile => qw(OK);