X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=Changes;h=a1cd1a8b9cf625ddd0286a2fa1c3d73de63e5bec;hp=f35c85441f0e9a7055cc67aeceb9dcb440c4f2d6;hb=4d65569df65cefa65e190d1659c82c1b7fe51058;hpb=bdc119d5364c7dd16c2cfd0b2627bd50cca592f0 diff --git a/Changes b/Changes index f35c854..a1cd1a8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,23 @@ Revision history for indirect +0.34 2015-04-02 19:50 UTC + + Chg : The new environment variable to enable thread tests on older + perls is PERL_FORCE_TEST_THREADS. Note that this variable + should only be turned on by authors. + + Fix : [RT #100068] : add link to historical tchrist post + The link has been added to the documentation. Thanks Olivier + Mengué for reporting. + + Fix : Segfaults when the module is loaded by several threads (or + Windows emulated processes) ran in parallel. + + Fix : Update the Windows ActivePerl + gcc 3.4 workaround for + ExtUtils::MakeMaker 7.04. Thanks Christian Walde for reporting + and feedback on this issue. + + Fix : Be really compatible with the optional OP_PARENT feature. + + Tst : $ENV{$Config{ldlibpthname}} is now preserved on all platforms, + which will address failures of t/41-threads-teardown.t and + t/50-external.t with unusual compilers (like icc) that link all + their compiled objects to their own libraries. + 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.