Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 633c012

Browse files
committed
Finalize 5.28.0-RC1
1 parent 2de48ae commit 633c012

File tree

4 files changed

+29
-26
lines changed

4 files changed

+29
-26
lines changed

Porting/release_schedule.pod

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,19 @@ release schedules for the next, current and previous stable versions
1111
of Perl. Dates with two or more question marks will only be releases if
1212
deemed necessary by the Pumpking.
1313

14-
=head2 Perl 5.28
14+
=head2 Perl 5.30
1515

16-
Code freezes (which happen in the 5.27.X series)
16+
Code freezes (which happen in the 5.29.X series)
1717

18-
2018-02-20 5.27.9 Contentious changes freeze
19-
2018-03-20 5.27.10 User-visible changes to correctly
18+
2019-02-20 5.29.8 Contentious changes freeze
19+
2019-03-20 5.29.9 User-visible changes to correctly
2020
functioning programs freeze
21-
2018-04-20 5.27.11 Full code freeze
22-
2018-05-20 5.28.0 Stable release!
21+
2019-04-20 5.29.10 Full code freeze
22+
2019-05-20 5.30.0 Stable release!
23+
24+
=head2 Perl 5.28
25+
26+
2018-05-20 5.28.0 ✓ Sawyer X
2327

2428
=head2 Perl 5.26
2529

@@ -57,20 +61,19 @@ When shipping a release, you should include the schedule for (at least)
5761
the next four releases. If a stable version of Perl is released,
5862
you should reset the version numbers to the next blead series.
5963

60-
=head2 Perl 5.27
61-
62-
2017-05-31 5.27.0 ✓ Sawyer X
63-
2017-06-20 5.27.1 ✓ Eric Herman
64-
2017-07-20 5.27.2 ✓ Aaron Crane
65-
2017-08-20 5.27.3 ✓ Matthew Horsfall
66-
2017-09-20 5.27.4 ✓ John Anderson
67-
2017-10-20 5.27.5 ✓ Steve Hay
68-
2017-11-20 5.27.6 ✓ Karen Etheridge
69-
2017-12-20 5.27.7 ✓ BinGOs
70-
2018-01-20 5.27.8 ✓ Abigail
71-
2018-02-20 5.27.9 ✓ Renee Bäcker
72-
2018-03-20 5.27.10 ✓ Todd Rinaldo
73-
2018-04-20 5.27.11 Sawyer X
64+
=head2 Perl 5.29
65+
66+
2018-06-26 5.29.0 ✓ Sawyer X
67+
2018-07-20 5.29.1 ✓ Steve Hay
68+
2018-08-20 5.29.2 ✓ Chris BinGOs Williams
69+
2018-09-20 5.29.3 John Anderson
70+
2018-10-20 5.29.4 Aaron Crane
71+
2018-11-20 5.29.5
72+
2018-12-20 5.29.6 Abigail
73+
2019-01-20 5.29.7 Abigail
74+
2019-02-20 5.29.8
75+
2019-03-20 5.29.9
76+
2019-04-20 5.29.10
7477

7578
(RC0 for 5.28.0 will be released once we think that all the blockers have been
7679
addressed. This typically means some time in April or May.)

dist/Module-CoreList/lib/Module/CoreList.pm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta );
55

66
use version;
7-
our $VERSION = '5.20180829c';
7+
our $VERSION = '5.20180910c';
88
$VERSION =~ s/c$//;
99

1010
sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# }
@@ -360,7 +360,7 @@ sub changes_between {
360360
5.026002 => '2018-04-14',
361361
5.027011 => '2018-04-20',
362362
5.028000 => '2018-06-22',
363-
'5.028000c' => '2018-09-03',
363+
'5.028000c' => '2018-09-10',
364364
);
365365

366366
sub version_sort {
@@ -17158,8 +17158,8 @@ for my $version ( sort { version_sort($a, $b) } keys %released ) {
1715817158
delta_from => '5.027002c',
1715917159
changed => {
1716017160
'B::Op_private' => '5.027003',
17161-
'Module::CoreList' => '5.20180622c',
17162-
'Module::CoreList::Utils'=> '5.20180622c',
17161+
'Module::CoreList' => '5.20180910c',
17162+
'Module::CoreList::Utils'=> '5.20180910c',
1716317163
'Archive::Tar' => '2.30',
1716417164
'Archive::Tar::Constant' => '2.30',
1716517165
'Archive::Tar::File' => '2.30',

dist/Module-CoreList/lib/Module/CoreList/Utils.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
use warnings;
55
use Module::CoreList;
66

7-
our $VERSION = '5.20180829c';
7+
our $VERSION = '5.20180910c';
88
$VERSION =~ s/c$//;
99
our %utilities;
1010

pod/perlhist.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ the strings?).
680680
Sawyer X 5.28.0-RC4 2018-Jun-19
681681
Sawyer X 5.28.0 2018-Jun-22
682682

683-
rurban 5.28.0c-RC1 2018-Aug-29
683+
rurban 5.28.0c-RC1 2018-Sep-10
684684

685685

686686
=head2 SELECTED RELEASE MEMORY USAGE

0 commit comments

Comments
 (0)