X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=Changes;h=6c6cbe8b7f4ba8555c829d7c5d14ac7a7564ecc0;hp=fdf26ce384bf742b0a16ff6dc0416e6c92b9a5a5;hb=87becaf886eef8f6bc23f318b0a94715fdcb7854;hpb=f8f57e18d37518ed81956e1bdadb5757dec206d5 diff --git a/Changes b/Changes index fdf26ce..6c6cbe8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,17 @@ Revision history for indirect +0.29 2013-03-05 01:30 UTC + + Fix : [RT #83659] : false positives + Proper method calls in string-like environments (like + "@{[ $x->new ]}" will no longer be reported as indirect. + This was a regression in 0.28. + Thanks Andrew Main for reporting. + + Fix : Broken linkage on Windows with gcc 3.4, which appears in + particular when using ActivePerl's default compiler suite. + For those setups, the indirect shared library will now be + linked against the perl dll directly (instead of the import + library). + 0.28 2013-02-26 17:05 UTC + Fix : [RT #83450] : newlines confuse indirect Perl sometimes resets the line buffer between the object and