In perl.git, the branch maint-5.10 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/cadfb47f21a9e60723e4e83c5cf07b040a9e4ae8?hp=5f50a0fc60cfdca83708ad194d9f671b8a81a3ea>
- Log ----------------------------------------------------------------- commit cadfb47f21a9e60723e4e83c5cf07b040a9e4ae8 Author: David Mitchell <[email protected]> Date: Tue Aug 18 22:41:27 2009 +0100 bump version to RC2 M patchlevel.h commit 39a0a2c83ab7904243027f8a8818c5c9658dbff5 Author: David Mitchell <[email protected]> Date: Tue Aug 18 22:40:36 2009 +0100 add new release to perlhist M pod/perlhist.pod ----------------------------------------------------------------------- Summary of changes: patchlevel.h | 1 + pod/perlhist.pod | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/patchlevel.h b/patchlevel.h index 4442407..01c3306 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -129,6 +129,7 @@ hunk. # endif static const char * const local_patches[] = { NULL + ,"RC2" PERL_GIT_UNPUSHED_COMMITS /* do not remove this line */ PERL_GIT_UNCOMMITTED_CHANGES /* do not remove this line */ ,NULL diff --git a/pod/perlhist.pod b/pod/perlhist.pod index fbc4e00..5d84bf5 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -400,6 +400,7 @@ the strings?). 5.10.0-RC2 2007-Nov-25 5.10.0 2007-Dec-18 David 5.10.1-RC1 2009-Aug-06 + 5.10.1-RC2 2009-Aug-18 =head2 SELECTED RELEASE SIZES -- Perl5 Master Repository
