X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=blobdiff_plain;f=Changes;h=9c8033d467b51d2576cbe75cd5b8668157f09f1e;hp=d84c19235a0615d89db772e6ce263ff3706371b8;hb=HEAD;hpb=1d452c50d9e19dc4e8ff7a29bc478376a85f600a diff --git a/Changes b/Changes index d84c192..9c8033d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,43 @@ Revision history for autovivification +0.18 2017-11-04 15:30 UTC + + Fix : [RT #123411] : Compatibility with CV-in-stash optimisation + Thanks Father Chrysostomos for reporting and contributing a + patch. + + Fix : [RT #122956] : strict/warn flags seem to simply do nothing + The documentation has been amended to clarify how these two + options are supposed to be used. + Thanks Christian Walde for reporting. + +0.17 2017-07-31 17:15 UTC + + Chg : A large chunk of boilerplate XS code, which is also used in + other XS modules, has been factored out of the main .xs file + to a collection of .h files in the xsh subdirectory. + + Fix : The new optimization in perl 5.27.3 for scalar(keys(%$hashref)) + is now correcty supported. + +0.16 2015-07-01 14:30 UTC + + Fix : Broken linkage on Windows. + +0.15 2015-05-14 20:35 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 : The module has been taught about the new multideref + optimization, and will function properly on perl 5.21.11 and + above. + + Fix : The module will no longer crash or behave erratically when it + 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/43-peep.t and + t/51-threads-teardown.t with unusual compilers (like icc) that + link all their compiled objects to their own libraries. + 0.14 2014-11-01 22:25 UTC + Fix : [RT #99458] : AnyEvent::Loop hangs if autovivification 0.13 is loaded