This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump version to 5.17.4
[perl5.git] / Porting / perldelta_template.pod
CommitLineData
bc7f466f
DM
1=encoding utf8
2
57b3b745
DM
3=head1 NAME
4
e08634c5
SH
5[ this is a template for a new perldelta file. Any text flagged as XXX needs
6to be processed before release. ]
57b3b745 7
bcfe7366 8perldelta - what is new for perl v5.tXXX.cXXX
57b3b745
DM
9
10=head1 DESCRIPTION
11
e08634c5
SH
12This document describes differences between the 5.sXXX.bXXX release and the 5.tXXX.cXXX
13release.
57b3b745 14
bcfe7366 15If you are upgrading from an earlier release such as 5.rXXX.aXXX, first read
e08634c5 16L<perl5XXXdelta>, which describes differences between 5.rXXX.aXXX and 5.sXXX.bXXX.
57b3b745
DM
17
18=head1 Notice
19
20XXX Any important notices here
21
be83b7f4
DG
22=head1 Core Enhancements
23
e08634c5
SH
24XXX New core language features go here. Summarize user-visible core language
25enhancements. Particularly prominent performance optimisations could go
be83b7f4
DG
26here, but most should go in the L</Performance Enhancements> section.
27
28[ List each enhancement as a =head2 entry ]
29
30=head1 Security
31
32XXX Any security-related notices go here. In particular, any security
33vulnerabilities closed should be noted here rather than in the
34L</Selected Bug Fixes> section.
35
36[ List each security issue as a =head2 entry ]
37
57b3b745
DM
38=head1 Incompatible Changes
39
40XXX For a release on a stable branch, this section aspires to be:
41
307f4217 42 There are no changes intentionally incompatible with 5.XXX.XXX
22b2f5f8
KW
43 If any exist, they are bugs, and we request that you submit a
44 report. See L</Reporting Bugs> below.
57b3b745 45
be83b7f4 46[ List each incompatible change as a =head2 entry ]
57b3b745 47
be83b7f4 48=head1 Deprecations
57b3b745 49
e08634c5
SH
50XXX Any deprecated features, syntax, modules etc. should be listed here. In
51particular, deprecated modules should be listed here even if they are listed as
52an updated module in the L</Modules and Pragmata> section.
57b3b745 53
be83b7f4 54[ List each deprecation as a =head2 entry ]
57b3b745 55
be83b7f4
DG
56=head1 Performance Enhancements
57
e08634c5
SH
58XXX Changes which enhance performance without changing behaviour go here.
59There may well be none in a stable release.
be83b7f4
DG
60
61[ List each enhancement as a =item entry ]
62
63=over 4
64
65=item *
66
67XXX
68
69=back
57b3b745
DM
70
71=head1 Modules and Pragmata
72
42a0894d 73XXX All changes to installed files in F<cpan/>, F<dist/>, F<ext/> and F<lib/>
88e14305
DG
74go here. If Module::CoreList is updated, generate an initial draft of the
75following sections using F<Porting/corelist-perldelta.pl>, which prints stub
76entries to STDOUT. Results can be pasted in place of the '=head2' entries
77below. A paragraph summary for important changes should then be added by hand.
78In an ideal world, dual-life modules would have a F<Changes> file that could be
79cribbed.
57b3b745 80
be83b7f4
DG
81[ Within each section, list entries as a =item entry ]
82
57b3b745
DM
83=head2 New Modules and Pragmata
84
be83b7f4 85=over 4
57b3b745 86
be83b7f4 87=item *
57b3b745 88
be83b7f4 89XXX
57b3b745 90
be83b7f4 91=back
57b3b745 92
be83b7f4 93=head2 Updated Modules and Pragmata
57b3b745
DM
94
95=over 4
96
be83b7f4
DG
97=item *
98
e08634c5 99L<XXX> has been upgraded from version A.xx to B.yy.
be83b7f4
DG
100
101=back
102
103=head2 Removed Modules and Pragmata
104
105=over 4
106
107=item *
57b3b745
DM
108
109XXX
110
111=back
112
be83b7f4
DG
113=head1 Documentation
114
115XXX Changes to files in F<pod/> go here. Consider grouping entries by
116file and be sure to link to the appropriate page, e.g. L<perlfunc>.
117
be83b7f4 118=head2 New Documentation
57b3b745
DM
119
120XXX Changes which create B<new> files in F<pod/> go here.
121
6f56ac39 122=head3 L<XXX>
57b3b745 123
6f56ac39 124XXX Description of the purpose of the new file here
57b3b745 125
be83b7f4 126=head2 Changes to Existing Documentation
57b3b745
DM
127
128XXX Changes which significantly change existing files in F<pod/> go here.
be83b7f4
DG
129However, any changes to F<pod/perldiag.pod> should go in the L</Diagnostics>
130section.
57b3b745 131
6f56ac39
DG
132=head3 L<XXX>
133
be83b7f4 134=over 4
57b3b745 135
6f56ac39 136=item *
57b3b745 137
6f56ac39 138XXX Description of the change here
be83b7f4
DG
139
140=back
141
142=head1 Diagnostics
143
144The following additions or changes have been made to diagnostic output,
145including warnings and fatal error messages. For the complete list of
146diagnostic messages, see L<perldiag>.
147
e08634c5 148XXX New or changed warnings emitted by the core's C<C> code go here. Also
be83b7f4
DG
149include any changes in L<perldiag> that reconcile it to the C<C> code.
150
be83b7f4
DG
151=head2 New Diagnostics
152
e08634c5
SH
153XXX Newly added diagnostic messages go under here, separated into New Errors
154and New Warnings
57b3b745 155
18a6db11
DG
156=head3 New Errors
157
57b3b745
DM
158=over 4
159
160=item *
161
18a6db11
DG
162XXX L<message|perldiag/"message">
163
164=back
165
166=head3 New Warnings
167
168=over 4
169
170=item *
171
172XXX L<message|perldiag/"message">
57b3b745
DM
173
174=back
175
be83b7f4 176=head2 Changes to Existing Diagnostics
57b3b745 177
be83b7f4 178XXX Changes (i.e. rewording) of diagnostic messages go here
57b3b745 179
be83b7f4
DG
180=over 4
181
182=item *
57b3b745 183
18a6db11 184XXX Describe change here
57b3b745 185
be83b7f4
DG
186=back
187
188=head1 Utility Changes
189
e08634c5
SH
190XXX Changes to installed programs such as F<perlbug> and F<xsubpp> go here.
191Most of these are built within the directories F<utils> and F<x2p>.
be83b7f4 192
6f56ac39
DG
193[ List utility changes as a =head3 entry for each utility and =item
194entries for each change
195Use L<XXX> with program names to get proper documentation linking. ]
196
197=head3 L<XXX>
be83b7f4
DG
198
199=over 4
200
6f56ac39 201=item *
57b3b745
DM
202
203XXX
204
be83b7f4
DG
205=back
206
207=head1 Configuration and Compilation
208
209XXX Changes to F<Configure>, F<installperl>, F<installman>, and analogous tools
210go here. Any other changes to the Perl build process should be listed here.
211However, any platform-specific changes should be listed in the
212L</Platform Support> section, instead.
213
214[ List changes as a =item entry ].
57b3b745
DM
215
216=over 4
217
be83b7f4 218=item *
57b3b745
DM
219
220XXX
221
222=back
223
be83b7f4 224=head1 Testing
57b3b745 225
be83b7f4
DG
226XXX Any significant changes to the testing of a freshly built perl should be
227listed here. Changes which create B<new> files in F<t/> go here as do any
228large changes to the testing harness (e.g. when parallel testing was added).
e08634c5 229Changes to existing files in F<t/> aren't worth summarizing, although the bugs
be83b7f4
DG
230that they represent may be covered elsewhere.
231
232[ List each test improvement as a =item entry ]
57b3b745
DM
233
234=over 4
235
236=item *
237
238XXX
239
240=back
241
be83b7f4
DG
242=head1 Platform Support
243
244XXX Any changes to platform support should be listed in the sections below.
245
246[ Within the sections, list each platform as a =item entry with specific
247changes as paragraphs below it. ]
248
249=head2 New Platforms
57b3b745 250
be83b7f4 251XXX List any platforms that this version of perl compiles on, that previous
e08634c5 252versions did not. These will either be enabled by new files in the F<hints/>
be83b7f4
DG
253directories, or new subdirectories and F<README> files at the top level of the
254source tree.
57b3b745
DM
255
256=over 4
257
be83b7f4 258=item XXX-some-platform
57b3b745
DM
259
260XXX
261
262=back
263
be83b7f4 264=head2 Discontinued Platforms
57b3b745 265
be83b7f4 266XXX List any platforms that this version of perl no longer compiles on.
57b3b745
DM
267
268=over 4
269
be83b7f4 270=item XXX-some-platform
57b3b745
DM
271
272XXX
273
274=back
275
be83b7f4 276=head2 Platform-Specific Notes
57b3b745 277
e08634c5 278XXX List any changes for specific platforms. This could include configuration
be83b7f4
DG
279and compilation changes or changes in portability/compatibility. However,
280changes within modules for platforms should generally be listed in the
281L</Modules and Pragmata> section.
57b3b745
DM
282
283=over 4
284
be83b7f4 285=item XXX-some-platform
57b3b745
DM
286
287XXX
288
289=back
290
be83b7f4 291=head1 Internal Changes
57b3b745 292
e08634c5
SH
293XXX Changes which affect the interface available to C<XS> code go here. Other
294significant internal changes for future core maintainers should be noted as
295well.
57b3b745 296
6fdf246e 297[ List each change as a =item entry ]
57b3b745
DM
298
299=over 4
300
301=item *
302
303XXX
304
305=back
306
be83b7f4 307=head1 Selected Bug Fixes
57b3b745 308
e08634c5
SH
309XXX Important bug fixes in the core language are summarized here. Bug fixes in
310files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
57b3b745 311
be83b7f4 312[ List each fix as a =item entry ]
57b3b745
DM
313
314=over 4
315
316=item *
317
318XXX
319
320=back
321
be83b7f4 322=head1 Known Problems
57b3b745 323
e08634c5
SH
324XXX Descriptions of platform agnostic bugs we know we can't fix go here. Any
325tests that had to be C<TODO>ed for the release would be noted here. Unfixed
8ef13de7 326platform specific bugs also go here.
be83b7f4
DG
327
328[ List each fix as a =item entry ]
329
330=over 4
331
332=item *
333
334XXX
335
336=back
57b3b745 337
345e2394 338=head1 Obituary
57b3b745
DM
339
340XXX If any significant core contributor has died, we've added a short obituary
341here.
342
343=head1 Acknowledgements
344
f1c1ecab 345XXX Generate this with:
548e9a3a 346
f6b0fd83 347 perl Porting/acknowledgements.pl v5.17.4..HEAD
57b3b745 348
57b3b745
DM
349=head1 Reporting Bugs
350
e08634c5
SH
351If you find what you think is a bug, you might check the articles recently
352posted to the comp.lang.perl.misc newsgroup and the perl bug database at
353http://rt.perl.org/perlbug/ . There may also be information at
354http://www.perl.org/ , the Perl Home Page.
57b3b745 355
e08634c5
SH
356If you believe you have an unreported bug, please run the L<perlbug> program
357included with your release. Be sure to trim your bug down to a tiny but
358sufficient test case. Your bug report, along with the output of C<perl -V>,
359will be sent off to perlbug@perl.org to be analysed by the Perl porting team.
57b3b745
DM
360
361If the bug you are reporting has security implications, which make it
e08634c5
SH
362inappropriate to send to a publicly archived mailing list, then please send it
363to perl5-security-report@perl.org. This points to a closed subscription
364unarchived mailing list, which includes all the core committers, who will be
365able to help assess the impact of issues, figure out a resolution, and help
57b3b745 366co-ordinate the release of patches to mitigate or fix the problem across all
e08634c5
SH
367platforms on which Perl is supported. Please only use this address for
368security issues in the Perl core, not for modules independently distributed on
369CPAN.
57b3b745
DM
370
371=head1 SEE ALSO
372
e08634c5
SH
373The F<Changes> file for an explanation of how to view exhaustive details on
374what changed.
57b3b745
DM
375
376The F<INSTALL> file for how to build Perl.
377
378The F<README> file for general stuff.
379
380The F<Artistic> and F<Copying> files for copyright information.
381
382=cut