blob: c5c111f27da18715fed09f800ad0efd5094bba01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
=encoding utf8
=head1 NAME
release_schedule - Perl 5 release schedule
=head1 STABLE RELEASE SCHEDULE
This schedule lists the projected or historical development and
release schedules for the next, current and previous stable versions
of Perl. Dates with two or more question marks will only be releases if
deemed necessary by the Pumpking.
=head2 Perl 5.32
Code freezes (which happen in the 5.31.X series)
2020-01-20 5.31.8 ✓ Contentious changes freeze
2020-02-20 5.31.9 ✓ User-visible changes to correctly
functioning programs freeze
2020-03-20 5.31.10 ✓ Full code freeze
2020-04-28 5.31.11 ✓ Full code freeze (clearing BBCs)
2020-05-20 5.32.0 Stable release! (Hopefully)
=head2 Perl 5.30
2019-05-22 5.30.0 ✓ Sawyer X
2019-11-10 5.30.1 ✓ Steve Hay
2020-03-14 5.30.2 ✓ Steve Hay
=head2 Perl 5.28
2018-05-20 5.28.0 ✓ Sawyer X
2018-11-29 5.28.1 ✓ Steve Hay
2019-04-19 5.28.2 ✓ Steve Hay
=head2 Perl 5.26
2017-05-30 5.26.0 ✓ Sawyer X
2017-09-22 5.26.1 ✓ Steve Hay
2018-04-14 5.26.2 ✓ Steve Hay
2018-11-29 5.26.3 ✓ Steve Hay
=head1 DEVELOPMENT RELEASE SCHEDULE
This schedule lists the release engineers for at least the next
four months of releases of bleadperl. If there are fewer than
four months listed as you make a release, it's important
that you extend the schedule AND B<identify the next release engineer>.
Before adding a release engineer, you B<must> contact them and they
B<must> consent to ship the release.
When shipping a release, you should include the schedule for (at least)
the next four releases. If a stable version of Perl is released,
you should reset the version numbers to the next blead series.
=head2 Perl 5.31
2019-05-23 5.31.0 ✓ Sawyer X
2019-06-20 5.31.1 ✓ Karen Etheridge
2019-07-20 5.31.2 ✓ Steve Hay
2019-08-20 5.31.3 ✓ Tom Hukins
2019-09-20 5.31.4 ✓ Max Maischein
2019-10-20 5.31.5 ✓ Steve Hay
2019-11-20 5.31.6 ✓ BinGOs
2019-12-20 5.31.7 ✓ Atoomic
2020-01-20 5.31.8 ✓ Matthew Horsfall
2020-02-20 5.31.9 ✓ Renee Bäcker
2020-03-20 5.31.10 ✓ Sawyer X
2020-04-28 5.31.11 ✓ Sawyer X
(RC0 for 5.32.0 will be released once we think that all the blockers have been
addressed. This typically means some time in April or May.)
=head1 VICTIMS
The following porters have all consented to do at least
one release of bleadperl. If you can't do a release
and can't find a substitute amongst this list, mail p5p.
(Please do not add any names to this list without prior
consent of the Pumpking.)
Abigail <abigail@abigail.be>
Aristotle Pagaltzis <pagaltzis@gmx.de>
Ask Bjørn Hansen <ask@perl.org>
Chris Williams <bingos@cpan.org>
Dave Cross <dave@perlhacks.com>
Dave Rolsky <autarch@urth.org>
David Golden <dagolden@cpan.org>
Florian Ragwitz <rafl@debian.org>
Jesse Luehrs <doy@cpan.org>
Jesse Vincent <jesse@cpan.org>
Leon Brocard <acme@astray.com>
Matt Trout <mst@shadowcat.co.uk>
Matthew Horsfall <wolfsage@gmail.com>
Max Maischein <corion@cpan.org>
Peter Martini <petercmartini@gmail.com>
Philippe Bruhat <book@cpan.org>
Ricardo Signes <rjbs@cpan.org>
Stevan Little <stevan@cpan.org>
Steve Hay <steve.m.hay@googlemail.com>
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
Tony Cook <tony@develop-help.com>
Yves Orton <demerphq@gmail.com>
Zefram <zefram@fysh.org>
Ævar Arnfjörð Bjarmason <avar@cpan.org>
=head1 AUTHOR
Jesse Vincent <jesse@cpan.org>
=cut
|