From 8cfc9af613d5c73745f210535cf8921067507306 Mon Sep 17 00:00:00 2001 From: Abigail Date: Mon, 19 Mar 2012 11:14:15 +0100 Subject: More work on perldelta --- pod/perldelta.pod | 99 +++++++++---------------------------------------------- 1 file changed, 15 insertions(+), 84 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 0041461e31..6ada4878a5 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -26,26 +26,15 @@ features (which is likely to be a pretty special-purpose request, since it presumably won't match any named set of semantics) you can now write C<< no feature ':all' >>. - -[ List each enhancement as a =head2 entry ] - =head1 Security -XXX Any security-related notices go here. In particular, any security -vulnerabilities closed should be noted here rather than in the -L section. - -[ List each security issue as a =head2 entry ] +There have been no security related fixed between 5.15.8 and 5.15.9. =head1 Incompatible Changes -XXX For a release on a stable branch, this section aspires to be: +=head2 C<< no feature; >> - There are no changes intentionally incompatible with 5.XXX.XXX - 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 ] +C now means reset to default. =head1 Deprecations @@ -121,32 +110,8 @@ XXX =head1 Documentation -XXX Changes to files in F go here. Consider grouping entries by -file and be sure to link to the appropriate page, e.g. L. - -=head2 New Documentation - -XXX Changes which create B files in F go here. - -=head3 L - -XXX Description of the purpose of the new file here - -=head2 Changes to Existing Documentation - -XXX Changes which significantly change existing files in F go here. -However, any changes to F should go in the L -section. - -=head3 L - -=over 4 - -=item * - -XXX Description of the change here - -=back +There has been no significant change in the documentation between +5.15.8 and 5.15.9. =head1 Diagnostics @@ -213,37 +178,8 @@ C had been closed. =head1 Platform Support -XXX Any changes to platform support should be listed in the sections below. - -[ Within the sections, list each platform as a =item entry with specific -changes as paragraphs below it. ] - -=head2 New Platforms - -XXX List any platforms that this version of perl compiles on, that previous -versions did not. These will either be enabled by new files in the F -directories, or new subdirectories and F files at the top level of the -source tree. - -=over 4 - -=item XXX-some-platform - -XXX - -=back - -=head2 Discontinued Platforms - -XXX List any platforms that this version of perl no longer compiles on. - -=over 4 - -=item XXX-some-platform - -XXX - -=back +There have been no changes to Perl's support of various platforms between +5.15.8 and 5.15.9. =head2 Platform-Specific Notes @@ -332,27 +268,22 @@ C<< Term::ReadLine >> now uses AnyEvent instead of Tk for an event loop. =head1 Known Problems -XXX Descriptions of platform agnostic bugs we know we can't fix go here. Any -tests that had to be Ced for the release would be noted here, unless -they were specific to a particular platform (see below). - This is a list of some significant unfixed bugs, which are regressions -from either 5.XXX.XXX or 5.XXX.XXX. - -[ List each fix as a =item entry ] +from either 5.14.0 or 5.15.8. =over 4 -=item * +=item C is broken on Windows [perl #109718] -XXX +This is a known test failure to be fixed before 5.16.0. -=back +=item C<< Pod-Html >> test failures on Windows. -=head1 Obituary +A number of tests for C<< Pod::Html >> fail under Windows, due to an +incorrect assumption by the test scripts about capitalization of the +network drive. -XXX If any significant core contributor has died, we've added a short obituary -here. +=back =head1 Acknowledgements -- cgit v1.2.1