X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=d84c19235a0615d89db772e6ce263ff3706371b8;hb=32f02f03f98df22086b067e5e81be90c1f83d030;hp=aba70cceb40a3a05d0a9df43ab8187647be0faad;hpb=9ef6276ffc1c3943d1b167876079649480efafd7;p=perl%2Fmodules%2Fautovivification.git diff --git a/Changes b/Changes index aba70cc..d84c192 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,36 @@ Revision history for autovivification +0.14 2014-11-01 22:25 UTC + + Fix : [RT #99458] : AnyEvent::Loop hangs if autovivification 0.13 is + loaded + [RT #99904] : 'no autovivification' breaks Lingua::EN::Inflect + from a distance + This was a regression in 0.13 which caused the peephole + optimizer to loop infinitely on "... while 1" constructs. + However, the Lingua::EN::Inflect problem only occured in perl + 5.20 and above. + Thanks Toshio Ito and Kent Fredric for reporting. + +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