This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
eliminate PL_reg_maxiter, PL_reg_leftiter
[perl5.git] / Porting / release_schedule.pod
1 =encoding utf8
2
3 =head1 NAME
4
5 release_schedule - Perl 5 release schedule
6
7 =head1 STABLE RELEASE SCHEDULE
8
9 This schedule lists the projected or historical development and
10 release schedules for the next, current and previous stable versions
11 of Perl.  Dates with all question marks will only be releases if
12 deemed necessary by the Pumpking.
13
14 =head2 Perl 5.18
15
16 Code freezes (which happen in the 5.17.X series)
17
18   2013-01-20  5.17.8    Contentious changes freeze
19   2013-02-20  5.17.9    User-visible changes freeze
20   2013-03-20  5.17.10   Full code freeze
21
22 Release schedule (with release manager):
23
24   2013-04-??  5.18.0-RC0      Ricardo Signes
25   ...(interim RC releases)...
26   2013-05-18  5.18.0 (final)  Ricardo Signes
27
28 (RC0 will be released once we think that all the blockers have been
29 addressed.  This typically means some time in April or May.)
30
31 =head2 Perl 5.16
32
33 Release schedule (with release managers):
34
35   2012-05-20  5.16.0 ✓        Ricardo Signes
36   2012-08-08  5.16.1 ✓        Ricardo Signes
37   2012-11-01  5.16.2 ✓        Ricardo Signes
38   2013-03-11  5.16.3 ✓        Ricardo Signes
39   ????-??-??  5.16.4          ??
40
41 =head2 Perl 5.14
42
43 Release schedule (with release managers):
44
45   2011-05-14  5.14.0 (final)  Jesse Vincent
46   2011-06-16  5.14.1 ✓        Jesse Vincent
47   2011-09-14  5.14.2 ✓        Florian Ragwitz
48   2012-10-12  5.14.3 ✓        Dominic Hargreaves
49   2013-03-10  5.14.4 ✓        David Mitchell
50
51 =head1 DEVELOPMENT RELEASE SCHEDULE
52
53 This schedule lists the release engineers for at least the next
54 four months of releases of bleadperl. If there are fewer than
55 four months listed as you make a release, it's important
56 that you extend the schedule AND B<identify the next release engineer>.
57
58 Before adding a release engineer, you B<must> contact them and they
59 B<must> consent to ship the release.
60
61 When shipping a release, you should include the schedule for (at least)
62 the next four releases. If a stable version of Perl is released,
63 you should reset the version numbers to the next blead series.
64
65 =head2 Perl 5.17
66
67   2012-05-26  5.17.0  ✓       Zefram
68   2012-06-20  5.17.1  ✓       Jesse Luehrs
69   2012-07-20  5.17.2  ✓       Tony Cook
70   2012-08-20  5.17.3  ✓       Steve Hay
71   2012-09-20  5.17.4  ✓       Florian Ragwitz
72   2012-10-20  5.17.5  ✓       Florian Ragwitz
73   2012-11-20  5.17.6  ✓       Ricardo Signes
74   2012-12-18  5.17.7  ✓       Dave Rolsky
75   2013-01-20  5.17.8  ✓       Aaron Crane
76   2013-02-20  5.17.9  ✓       Chris Williams
77   2013-03-20  5.17.10         Max Maischein
78   2013-04-20  5.17.11
79
80 =head2 Perl 5.19
81
82   2013-05-20  5.19.0          Ricardo Signes
83   2013-06-20  5.19.1          David Golden
84   2013-07-20  5.19.2          Aristotle Pagaltzis
85   2013-08-20  5.19.3          Steve Hay
86   2013-09-20  5.19.4
87   2013-10-20  5.19.5
88   2013-11-20  5.19.6
89   2013-12-20  5.19.7
90
91 =head1 VICTIMS
92
93 The following porters have all consented to do at least
94 one release of bleadperl.  If you can't do a release
95 and can't find a substitute amongst this list, mail p5p.
96
97 (Please do not add any names to this list without prior
98 consent of the Pumpking.)
99
100 Jesse Vincent <jesse@cpan.org>
101 Leon Brocard <acme@astray.com>
102 Yves Orton <demerphq@gmail.com>
103 Ricardo Signes <rjbs@cpan.org>
104 Steve Hay <steve.m.hay@googlemail.com>
105 Ask Bjørn Hansen <ask@perl.org>
106 David Golden <dagolden@cpan.org>
107 Philippe Bruhat <book@cpan.org>
108 Matt Trout <mst@shadowcat.co.uk>
109 Florian Ragwitz <rafl@debian.org>
110 Tatsuhiko Miyagawa <miyagawa@bulknews.net>
111 Chris Williams <bingos@cpan.org>
112 Zefram <zefram@fysh.org>
113 Ævar Arnfjörð Bjarmason <avar@cpan.org>
114 Stevan Little <stevan.little@iinteractive.com>
115 Dave Rolsky <autarch@urth.org>
116 Abigail <abigail@abigail.be>
117 Max Maischein <corion@cpan.org>
118 Dave Cross <dave@perlhacks.com>
119 Jesse Luehrs <doy@cpan.org>
120 Tony Cook <tony@develop-help.com>
121
122 =head1 AUTHOR
123
124 Jesse Vincent <jesse@cpan.org>
125
126 =cut