This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add MAYBE_DEREF_GV macro
[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          Florian Ragwitz
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          Stevan Little
67   2011-10-20  5.15.4          Florian Ragwitz
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          Max Maischein (User-visible code freeze)
72   2012-03-20  5.15.9          Abigail (Full code freeze)
73   2012-04-20  5.17.0          Dave Cross
74   2012-05-20  5.17.1
75   2012-06-20  5.17.2
76   2012-07-20  5.17.3
77
78
79
80 =head1 VICTIMS
81
82 The following porters have all consented to do at least
83 one release of bleadperl.  If you can't do a release
84 and can't find a substitute amongst this list, mail p5p.
85
86 (Please do not add any names to this list without prior
87 consent of the Pumpking.)
88
89 Jesse Vincent <jesse@cpan.org>
90 Leon Brocard <acme@astray.com>
91 Yves Orton <demerphq@gmail.com>
92 Ricardo Signes <rjbs@cpan.org>
93 Steve Hay <steve.m.hay@googlemail.com>
94 Ask Bjørn Hansen <ask@perl.org>
95 David Golden <dagolden@cpan.org>
96 Philippe Bruhat <book@cpan.org>
97 Matt Trout <mst@shadowcat.co.uk>
98 Florian Ragwitz <rafl@debian.org>
99 Tatsuhiko Miyagawa <miyagawa@bulknews.net>
100 Chris Williams <bingos@cpan.org>
101 Zefram <zefram@fysh.org>
102 Ævar Arnfjörð Bjarmason <avar@cpan.org>
103 Stevan Little <stevan.little@iinteractive.com>
104 Dave Rolsky <autarch@urth.org>
105 Abigail <abigail@abigail.be>
106 Max Maischein <corion@cpan.org>
107 Dave Cross <dave@perlhacks.com>
108
109 =head2 Reticent victims
110
111 These folks have said that they'd be willing to release Perl but would
112 prefer that others have the opportunity before they pitch in:
113
114 (none at this time)
115
116 =head1 AUTHOR
117
118 Jesse Vincent <jesse@cpan.org>
119
120 =cut