[Apache-dispatch-devel] SF.net SVN: apache-dispatch:[77] trunk
Brought to you by:
geoffrey_young,
phred_moyer
|
From: <phr...@us...> - 2009-04-25 22:51:26
|
Revision: 77
http://apache-dispatch.svn.sourceforge.net/apache-dispatch/?rev=77&view=rev
Author: phred_moyer
Date: 2009-04-25 22:51:15 +0000 (Sat, 25 Apr 2009)
Log Message:
-----------
start 0.12 dev cycle
Modified Paths:
--------------
trunk/Changes
trunk/RELEASE
trunk/lib/Apache/Dispatch/Util.pm
Modified: trunk/Changes
===================================================================
--- trunk/Changes 2009-04-25 22:46:21 UTC (rev 76)
+++ trunk/Changes 2009-04-25 22:51:15 UTC (rev 77)
@@ -1,5 +1,7 @@
Revision history for Perl extension Apache::Dispatch
+0.12-dev
+
0.11 04.25.2009 14:32 PST
- remove t/TEST.PL (it is not needed)
- put version in Apache::Dispatch::Util to avoid issue with Apache2::Module
Modified: trunk/RELEASE
===================================================================
--- trunk/RELEASE 2009-04-25 22:46:21 UTC (rev 76)
+++ trunk/RELEASE 2009-04-25 22:51:15 UTC (rev 77)
@@ -6,8 +6,8 @@
a. edit ./Changes:
- find lib -type f -name "*.pm" | \
- xargs perl -pi -e 's,0.11-dev,0.11-RC1,g'
- - perl -pi -e 's,0.11-dev,0.11-RC1,g' Changes
+ xargs perl -pi -e 's,0.12-dev,0.12-RC1,g'
+ - perl -pi -e 's,0.12-dev,0.12-RC1,g' Changes
- don't commit these (see dev@ archives)
@@ -26,7 +26,7 @@
o dev/perl.apache.org
o modperl/perl.apache.org
- Subject: [RELEASE CANDIDATE] Apache-Dispatch 0.11 RC\d+
+ Subject: [RELEASE CANDIDATE] Apache-Dispatch 0.12 RC\d+
(or maybe longer to give most people a chance to catch up). no need
to tag this package
@@ -61,7 +61,7 @@
5. Announce the package
a. post ... to the modperl, announce lists
- Subject: [ANNOUNCE] Apache-Dispatch 0.11
+ Subject: [ANNOUNCE] Apache-Dispatch 0.12
include
- MD5 sig (as it comes from CPAN upload announce).
- the latest Changes
@@ -81,4 +81,4 @@
$ perl -pi -e 's/(\d+)\.(\d+)/join(".", $1, $2+1)/eg' RELEASE
d. commit Changes
- % svn ci -m "start 0.12-dev cycle" Changes RELEASE lib/Apache/Dispatch.pm
+ % svn ci -m "start 0.13-dev cycle" Changes RELEASE lib/Apache/Dispatch.pm
Modified: trunk/lib/Apache/Dispatch/Util.pm
===================================================================
--- trunk/lib/Apache/Dispatch/Util.pm 2009-04-25 22:46:21 UTC (rev 76)
+++ trunk/lib/Apache/Dispatch/Util.pm 2009-04-25 22:51:15 UTC (rev 77)
@@ -3,7 +3,7 @@
use strict;
use warnings;
-our $VERSION = 0.11;
+our $VERSION = 0.12-dev;
=head1 NAME
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|