This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add comment explaining where terrible code comes from
[perl5.git] / Porting / release_schedule.pod
1 =encoding utf8
2
3 =head1 STABLE RELEASE SCHEDULE
4
5 This schedule lists the projected or historical development and
6 release schedules for the next, current and previous stable versions
7 of Perl.  Dates with all question marks will only be releases if
8 deemed necessary by the Pumpking.
9
10 =head2 Perl 5.16
11
12 Code freezes (which happen in the 5.15.X series)
13
14   2011-12-20  5.15.6    Contentious changes freeze
15   2012-02-20  5.15.8    User-visible changes freeze
16   2012-03-20  5.15.9    Full code freeze
17
18 Release schedule (with release manager):
19
20   2012-04-01  5.16.0-RC0      Jesse Vincent?
21   ...(interim RC releases)...
22   2012-05-16  5.16.0 (final)  Jesse Vincent
23
24 =head2 Perl 5.14
25
26 Release schedule (with release managers):
27
28   2011-05-14  5.14.0 (final)  Jesse Vincent
29   2011-06-16  5.14.1          Jesse Vincent
30   2011-09-14  5.14.2          ??
31   2011-12-14  5.14.3          ??
32   ????-??-??  5.14.4          ??
33
34 =head2 Perl 5.12
35
36 Release schedule (with release managers):
37
38  2010-04-12   5.12.0          Jesse Vincent
39  2010-05-16   5.12.1          Jesse Vincent
40  2010-09-06   5.12.2          Jesse Vincent
41  2011-01-21   5.12.3          Ricardo Signes
42  2011-06-20   5.12.4          Leon Brocard
43  ????-??-??   5.12.5          ??
44
45 =head1 DEVELOPMENT RELEASE SCHEDULE
46
47 This schedule lists the release engineers for at least the next
48 four months of releases of bleadperl. If there are fewer than 
49 four months listed as you make a release, it's important
50 that you extend the schedule AND B<identify the next release engineer>.
51
52 Before adding a release engineer, you B<must> contact them and they
53 B<must> consent to ship the release.
54
55 When shipping a release, you should include the schedule for (at least)
56 the next four releases. If a stable version of Perl is released,
57 you should reset the version numbers to the next blead series.
58
59 =head2 Perl 5.15
60
61 Release schedule (with release managers and code freeze points):
62
63   2011-06-20  5.15.0          David Golden
64   2011-07-20  5.15.1          Zefram
65   2011-08-20  5.15.2          Ricardo Signes
66   2011-09-20  5.15.3          Florian Ragwitz
67   2011-10-20  5.15.4          Stevan Little
68   2011-11-20  5.15.5          Steve Hay
69   2011-12-20  5.15.6          Dave Rolsky (Contentious code freeze)
70   2012-01-20  5.15.7          Chris Williams
71   2012-02-20  5.15.8          ??? (User-visible code freeze)
72   2012-03-20  5.15.9          ??? (Full code freeze)
73
74 =head1 VICTIMS
75
76 The following porters have all consented to do at least
77 one release of bleadperl.  If you can't do a release
78 and can't find a substitute amongst this list, mail p5p.
79
80 (Please do not add any names to this list without prior
81 consent of the Pumpking.)
82
83 Jesse Vincent <jesse@cpan.org>
84 Leon Brocard <acme@astray.com>
85 Yves Orton <demerphq@gmail.com>
86 Ricardo Signes <rjbs@cpan.org>
87 Steve Hay <steve.m.hay@googlemail.com>
88 Ask Bjørn Hansen <ask@perl.org>
89 David Golden <dagolden@cpan.org>
90 Philippe Bruhat <book@cpan.org>
91 Matt Trout <mst@shadowcat.co.uk>
92 Florian Ragwitz <rafl@debian.org>
93 Tatsuhiko Miyagawa <miyagawa@bulknews.net>
94 Chris Williams <bingos@cpan.org>
95 Zefram <zefram@fysh.org>
96 Ævar Arnfjörð Bjarmason <avar@cpan.org>
97 Stevan Little <stevan.little@iinteractive.com>
98 Dave Rolsky <autarch@urth.org>
99
100 =head2 Reticent victims
101
102 These folks have said that they'd be willing to release Perl but would
103 prefer that others have the opportunity before they pitch in:
104
105 (none at this time)
106
107 =head1 AUTHOR
108
109 Jesse Vincent <jesse@cpan.org>
110
111 =cut