You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by ph...@apache.org on 2010/02/09 08:16:34 UTC

svn commit: r907947 - /perl/Apache-DBI/trunk/RELEASE

Author: phred
Date: Tue Feb  9 07:16:34 2010
New Revision: 907947

URL: http://svn.apache.org/viewvc?rev=907947&view=rev
Log:
Update the release file for 1.09

Modified:
    perl/Apache-DBI/trunk/RELEASE

Modified: perl/Apache-DBI/trunk/RELEASE
URL: http://svn.apache.org/viewvc/perl/Apache-DBI/trunk/RELEASE?rev=907947&r1=907946&r2=907947&view=diff
==============================================================================
--- perl/Apache-DBI/trunk/RELEASE (original)
+++ perl/Apache-DBI/trunk/RELEASE Tue Feb  9 07:16:34 2010
@@ -1,9 +1,9 @@
 1) find . -type f | egrep -v '.svn|RELEASE' | \
-       xargs perl -pi -e 's,1.07-dev,1.08,g'
+       xargs perl -pi -e 's,1.09-dev,1.09,g'
 
-   Update Changes - add the date for 1.08 entry
+   Update Changes - add the date for 1.09 entry
 
-   svn ci -m "prep 1.08 release"
+   svn ci -m "prep 1.09 release"
 
 2) make distclean
 
@@ -13,16 +13,16 @@
 
 5) make dist clean
 
-6) svn copy -m "tag 1.08" \
+6) svn copy -m "tag 1.09" \
        https://svn.perl.org/modules/Apache-DBI/trunk \
-       https://svn.perl.org/modules/Apache-DBI/tags/rel_1_08
+       https://svn.perl.org/modules/Apache-DBI/tags/rel_1.09
 
 7) find . -type f | egrep -v '.svn|Changes|RELEASE' | \
-       xargs perl -pi -e 's,1.08,1.08-dev,g'
+       xargs perl -pi -e 's,1.09,1.10-dev,g'
 
-8) Add an entry to Changes for 1.08-dev
+8) Add an entry to Changes for 1.10-dev
 
-9) svn ci -m "roll on to 1.08-dev"
+9) svn ci -m "roll on to 1.10-dev"
 
 10) forward the PAUSE email with MD5 sum and Changes to 
     modperl@perl.apache.org.