X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=Changes;h=f35c85441f0e9a7055cc67aeceb9dcb440c4f2d6;hp=6c6cbe8b7f4ba8555c829d7c5d14ac7a7564ecc0;hb=66fbc02a67af759ab45aef7e8c6ac5d659551311;hpb=87becaf886eef8f6bc23f318b0a94715fdcb7854 diff --git a/Changes b/Changes index 6c6cbe8..f35c854 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,36 @@ Revision history for indirect +0.33 2014-09-29 20:20 UTC + + Fix : [RT #99083] : Breaks eval in an END block in Win32 pseudo-forks. + Thanks Graham Knop for reporting. + + Fix : Segfaults during global destruction of a thread or a + pseudo-fork. + +0.32 2014-09-21 20:15 UTC + + Add : Support for the PERL_OP_PARENT optional feature introduced in + perl 5.21.2. + + Fix : [RT #92806] : Tests that use run_perl() fail on Android + Thanks Brian Fraser for the patch. + + Fix : indirect constructs will no longer segfault while inside + the empty package on perl 5.8.x. This fix may also prevent + some segfaults during global destruction. + +0.31 2013-09-05 16:45 UTC + + Fix : [RT #88428] : no indirect in eval can trigger for direct calls + on __PACKAGE__ + Thanks Graham Knop for reporting. + + Tst : Author tests are no longer bundled with this distribution. + They are only made available to authors in the git repository. + +0.30 2013-05-16 15:55 UTC + + Fix : [RT #83806] : false positives with Devel::Declare + [RT #83839] : false positive using ? : syntax + Thanks Andrew Main for the patch. + However, please note that the reason this patch seems to fix + thinks has not been explained. + + Fix : [RT #84649] : incorrect RT link in metadata + Thanks Karen Etheridge for reporting. + 0.29 2013-03-05 01:30 UTC + Fix : [RT #83659] : false positives Proper method calls in string-like environments (like