This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Commit b776cec188 missed these RMG steps when preparing Module::CoreList for 5.19.11
[perl5.git] / pod / perldelta.pod
index ff4e2d2..0c600f3 100644 (file)
@@ -5,15 +5,15 @@
 [ 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.19.10
+perldelta - what is new for perl v5.19.11
 
 =head1 DESCRIPTION
 
-This document describes differences between the 5.19.9 release and the 5.19.10
+This document describes differences between the 5.19.10 release and the 5.19.11
 release.
 
-If you are upgrading from an earlier release such as 5.19.8, first read
-L<perl5199delta>, which describes differences between 5.19.8 and 5.19.9.
+If you are upgrading from an earlier release such as 5.19.9, first read
+L<perl51910delta>, which describes differences between 5.19.9 and 5.19.10.
 
 =head1 Notice
 
@@ -119,7 +119,9 @@ XXX
 
 =item *
 
-L<XXX> has been upgraded from version A.xx to B.yy.
+L<Module::CoreList> has been upgraded from version 3.09 to 3.10.
+
+The list of Perl versions covered has been updated.
 
 =back
 
@@ -309,6 +311,21 @@ L</Modules and Pragmata> section.
 
 XXX
 
+=item Win32
+
+About 15 minutes of idle sleeping was removed from running C<make test> due to
+a bug in which the timeout monitor used for tests could not be cancelled once
+the test completes, and the full timeout period elapsed before running the next
+test file.
+
+On a Perl built without psuedo-fork (psuedo-fork builds were not affected by
+this bug), probably since prcess tree kill feature was implemented on Win32,
+killing a process tree with L<perlfunc/kill> and a negative signal, resulted
+in kill inverting the returned value.  This ment successfully killing
+1 process tree PID returned 0, and also passing 2 invalid PID, returned 2.
+This has been corrected so the documented behavior for return values for kill
+executes.  [perl #121230]
+
 =back
 
 =head1 Internal Changes
@@ -378,7 +395,7 @@ here.
 
 XXX Generate this with:
 
-  perl Porting/acknowledgements.pl v5.18.0..HEAD
+  perl Porting/acknowledgements.pl v5.19.10..HEAD
 
 =head1 Reporting Bugs