X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/ac61699357a71f9f4507bf32546c2f3f856ce3b5..0056d3d2cdb91158e01fe2553a4aded819936ad6:/pod/perldelta.pod diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 04f2254..db5a96d 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -5,16 +5,16 @@ [ this is a template for a new perldelta file. Any text flagged as XXX needs to be processed before release. ] -perldelta - what is new for perl v5.15.6 +perldelta - what is new for perl v5.15.7 =head1 DESCRIPTION -This document describes differences between the 5.15.5 release and -the 5.15.6 release. +This document describes differences between the 5.15.6 release and +the 5.15.7 release. -If you are upgrading from an earlier release such as 5.15.4, first read -L, which describes differences between 5.15.4 and -5.15.5. +If you are upgrading from an earlier release such as 5.15.5, first read +L, which describes differences between 5.15.5 and +5.15.6. =head1 Notice @@ -28,6 +28,12 @@ here, but most should go in the L section. [ List each enhancement as a =head2 entry ] +=head2 C no longer needed for C<\N{I}> + +The C module is now automatically loaded when needed as if +the C<:full> and C<:short> options had been specified. See +L. + =head1 Security XXX Any security-related notices go here. In particular, any security @@ -41,7 +47,8 @@ L section. XXX For a release on a stable branch, this section aspires to be: There are no changes intentionally incompatible with 5.XXX.XXX - If any exist, they are bugs and reports are welcome. + If any exist, they are bugs, and we request that you submit a + report. See L below. [ List each incompatible change as a =head2 entry ] @@ -96,72 +103,7 @@ XXX =item * -L has been upgraded from version 1.80 to version 1.82. - -Adjustments to handle files >8gb (>0777777777777 octal) and a feature to -return the MD5SUM of files in the archive. - -=item * - -L has been upgraded from version 5.71 to version 5.72. - -=item * - -L has been upgraded from version 1.16 to version 1.17. - -=item * - -L has been upgraded from version 2.042 to version 2.045. - -=item * - -L has been upgraded from version 2.042 to version 2.045. - -=item * - -L has been upgraded from version 3.05 to version 3.07. - -=item * - -L has been upgraded from version 2.042 to version 2.045. - -Added zipdetails utility. - -=item * - -L has been upgraded from version 3.18 to version 3.20. - -The code2XXX, XXX2code, all_XXX_codes, and all_XXX_names functions now support retired codes. -All codesets may be specified by a constant or by their name now. Previously, -they were specified only by a constant. -The alias_code function exists for backward compatibility. It has been replaced by rename_country_code. -The alias_code function will be removed sometime after September, 2013. -All work is now done in the central module (Locale::Codes). Previously, some was still done in the -wrapper modules (Locale::Codes::*) but that is gone now. -Added Language Family codes (langfam) as defined in ISO 639-5. - -=item * - -L has been uprgaded from version 0.06 to version 0.08. - -=item * - -L has been upgraded from version 0.59 to version 0.60. - -Added another LaTeX escape: --- => -{}-{}- - -Pod::LaTeX doesn't handle -- in PODs specially, passing it directly to -LaTeX, which then proceeds to replace it with a single -. This patch -replaces ----- with -{}-{}-{}-{}- - -=item * - -L has been upgraded from version 0.85 to version 0.87. - -Tailored compatibility ideographs as well as unified ideographs for -the locales: ja, ko, zh__big5han, zh__gb2312han, zh__pinyin, zh__stroke. - -Now Locale/*.pl files are searched in @INC. +L has been upgraded from version 0.69 to version 0.70. =back @@ -266,14 +208,13 @@ here. Most of these are built within the directories F and F. entries for each change Use L with program names to get proper documentation linking. ] -=head3 L +=head3 L =over 4 =item * -L displays information about the internal record structure of the zip file. -It is not concerned with displaying any details of the compressed data stored in the zip file. +XXX =back @@ -290,9 +231,7 @@ L section, instead. =item * -F is now build by F, instead of being shipped -with the distribution. Its list of manpages is now generated (and therefore -current). See also RT #103202 for an unresolved related issue. +XXX =back @@ -423,7 +362,7 @@ here. XXX Generate this with: - perl Porting/acknowledgements.pl v5.15.5..HEAD + perl Porting/acknowledgements.pl v5.15.6..HEAD =head1 Reporting Bugs