This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 41ef2c66e0da, 902d16915db2
authorTony Cook <tony@develop-help.com>
Thu, 16 Apr 2015 00:24:24 +0000 (10:24 +1000)
committerTony Cook <tony@develop-help.com>
Thu, 16 Apr 2015 00:24:24 +0000 (10:24 +1000)
pod/perldelta.pod

index e3bf3d5..b700445 100644 (file)
@@ -148,6 +148,12 @@ Updated to cover the latest releases of Perl.
 
 =item *
 
+L<perl5db.pl> has been upgraded from 1.48 to 1.49.
+
+The debugger would cause an assertion failure.  [perl #124127]
+
+=item *
+
 L<PerlIO::mmap> has been upgraded from version 0.013 to 0.014.
 
 =item *
@@ -390,6 +396,12 @@ either overwrite the zero-initialized padding, or bypass the
 initialized buffer entirely.  This caused F<op/pack.t> to fail.  [perl
 #123971]
 
+=item *
+
+Extending an array cloned from a parent thread could result in
+"Modification of a read-only value attempted" errors when attempting
+to modify the new elements. [perl #124127]
+
 =back
 
 =head1 Known Problems