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