X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=7489b0faf7c15ab7c0466434f186cf3920a343b2;hb=c2237219516974eb5eba3b1a71a4b1e49d72c4e0;hp=86a9de36e847efb12afbe5c90b88dded37dd2137;hpb=657fc8fb598f0e7aa7d0ffcef45a95522e302b0c;p=perl%2Fmodules%2Fautovivification.git diff --git a/Changes b/Changes index 86a9de3..7489b0f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,33 @@ Revision history for autovivification +0.13 2014-10-04 16:55 UTC + This release contains a change that, while being very likely to be safe, + can potentially cause freezes during code compilation. Every release + should be carefully tested before being put in production, but this is + especially true for this one. + + Add : Support for the PERL_OP_PARENT optional feature introduced in + perl 5.21.2. + + Doc : The CAVEATS section now warns about the global slowdown during + compilation caused by this pragma. + + Fix : [RT #97703] : Android support + t/51-threads-teardown.t will no longer fail on Android. + Thanks Brian Fraser for reporting. + + Fix : Segfaults in eval in an END block of a Win32 pseudo-fork. + + Fix : Segfaults during global destruction of a thread or a + pseudo-fork. + + Opt : The global slowdown caused by this module has been greatly + reduced. + Thanks Ævar Arnfjörð Bjarmason for reporting and testing the + change. + +0.12 2013-09-05 17:20 UTC + + Fix : Check functions are now replaced and restored in a thread-safe + manner, either by using the wrap_op_checker() function from perl + when it is available (starting from perl 5.16) or by taking the + OP_REFCNT mutex on older perls. + + Tst : Author tests are no longer bundled with this distribution. + They are only made available to authors in the git repository. + 0.11 2013-02-08 19:25 UTC This is a maintenance release. The code contains no functional change. Satisfied users of version 0.10 can skip this update.