In perl.git, the branch maint-5.24 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a2793520e837ef08bce678d70ee125dc429ab76e?hp=98efd6478293db0a847dd618ac7d38b0493e6b26>
- Log ----------------------------------------------------------------- commit a2793520e837ef08bce678d70ee125dc429ab76e Author: Steve Hay <[email protected]> Date: Mon Jan 2 21:20:05 2017 +0000 Add epigraphs for 5.22.3-RC5 and 5.24.1-RC5 (cherry picked from commit 87bac28f3c77a10cf58be33f785c2152ce564ded) M Porting/epigraphs.pod commit 79b71ebd9547ac422d3ee3e992a6e8026281bf89 Author: Steve Hay <[email protected]> Date: Mon Jan 2 19:15:45 2017 +0000 Disarm patchlevel.h and regen META.json M META.json M patchlevel.h ----------------------------------------------------------------------- Summary of changes: META.json | 2 +- Porting/epigraphs.pod | 42 ++++++++++++++++++++++++++++++++++++++++++ patchlevel.h | 1 - 3 files changed, 43 insertions(+), 2 deletions(-) diff --git a/META.json b/META.json index 220e4c30bf..86fa43ebdf 100644 --- a/META.json +++ b/META.json @@ -111,7 +111,7 @@ "vxs.inc" ] }, - "release_status" : "testing", + "release_status" : "stable", "resources" : { "bugtracker" : { "web" : "https://rt.perl.org/" diff --git a/Porting/epigraphs.pod b/Porting/epigraphs.pod index 5a0cd76165..d30e23e54c 100644 --- a/Porting/epigraphs.pod +++ b/Porting/epigraphs.pod @@ -193,6 +193,24 @@ L<Announced on 2016-05-09 by Ricardo Signes|http://www.nntp.perl.org/group/perl. To find that the utmost reward Of daring should be still to dare. +=head2 v5.24.1-RC5 - John Milton, ed. Gordon Campbell, "Paradise Regained", Book IV + +L<Announced on 2017-01-02 by Steve Hay|http://www.nntp.perl.org/group/perl.perl5.porters/2017/01/msg242016.html> + + Thus passed the night so foul, till Morning fair + Came forth with pilgrim steps, in amice grey; + Who with her radiant finger stilled the roar + Of thunder, chased the clouds, and laid the winds, + And grisly spectres, which the fiend had raised + To tempt the Son of God with terrors dire. + And now the sun with more effectual beams + Had cheered the face of earth, and dried the wet + From drooping plant, or dropping tree; the birds, + Who all things now behold more fresh and green, + After a night of storm so ruinous, + Cleared up their choicest notes in bush and spray, + To gratulate the sweet return of morn. + =head2 v5.24.1-RC4 - John Milton, ed. Gordon Campbell, "Paradise Lost", Book II L<Announced on 2016-10-12 by Steve Hay|http://www.nntp.perl.org/group/perl.perl5.porters/2016/10/msg240224.html> @@ -663,6 +681,30 @@ L<Announced on 2015-06-20 by Ricardo Signes|http://www.nntp.perl.org/group/perl. They sing while you slave and I just get bored I ain't gonna work on Maggie's farm no more +=head2 v5.22.3-RC5 - John Milton, ed. Gordon Campbell, "Paradise Regained", Book II + +L<Announced on 2017-01-02 by Steve Hay|http://www.nntp.perl.org/group/perl.perl5.porters/2017/01/msg242017.html> + + Thus wore out night; and now the herald lark + Left his ground-nest, high towering to descry + The Morn's approach, and greet her with his song; + As lightly from his grassy couch up rose + Our Saviour, and found all was but a dream; + Fasting he went to sleep, and fasting waked. + Up to a hill anon his steps he reared, + From whose high top to ken the prospect round, + If cottage were in view, sheep-cote, or herd; + But cottage, herd, or sheep-cote, none he saw -- + Only in a bottom saw a pleasant grove, + With chant of tuneful birds resounding loud; + Thither he bent his way, determined there + To rest at noon, and entered soon the shade, + High-roofed and walks beneath, and alleys brown, + That opened in the midst a woody scene; + Nature's own work it seemed (Nature taught Art), + And, to a superstitious eye, the haunt + Of wood-gods and wood-nymphs. + =head2 v5.22.3-RC4 - John Milton, ed. Gordon Campbell, "Paradise Lost", Book II L<Announced on 2016-10-12 by Steve Hay|http://www.nntp.perl.org/group/perl.perl5.porters/2016/10/msg240223.html> diff --git a/patchlevel.h b/patchlevel.h index 9f0ad1e5d1..0d8ab183f3 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -133,7 +133,6 @@ hunk. # endif static const char * const local_patches[] = { NULL - ,"RC5" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif -- Perl5 Master Repository
