X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=aba70cceb40a3a05d0a9df43ab8187647be0faad;hb=398244e85bffee464a5bf0b54a22229802033bc4;hp=bd04e426cb84d4207cf710ce9329cafbdd079eca;hpb=d402f3b58ca66e1201c1f88cd96b0dcb8a45adff;p=perl%2Fmodules%2Fautovivification.git diff --git a/Changes b/Changes index bd04e42..aba70cc 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,35 @@ Revision history for autovivification +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. + + Doc : POD tweaks and clarifications. + + Tst : Threads tests will not fail anymore if resources constraints + prevent the system from creating all the required threads. + + Tst : Author tests overhaul. + +0.10 2011-08-24 15:00 UTC + + Fix : The pragma no longer vivifies the "autovivification" entry + in the hints hash %^H on perl 5.8. + +0.09 2011-01-05 18:40 UTC + + Fix : [RT #64435] : Hangs with File::Copy in Config.pm. + This was actually a regression introduced together with the new + peephole optimizer strategy, and that caused the pragma to hang + on constructs like "for (;;) { ... }". + Thanks Michael Schilli for reporting. + +0.08 2011-01-03 21:00 UTC + + Fix : Building on Windows. + 0.07 2010-12-31 16:20 UTC + Chg : perl 5.8.3 is required. + Doc : Complements and clarifications.