perl-autovivification/perl-autovivification.changes

66 lines
3.0 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Apr 13 18:22:05 UTC 2015 - coolo@suse.com
- updated to 0.14
see /usr/share/doc/packages/perl-autovivification/Changes
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.
-------------------------------------------------------------------
Fri Oct 4 09:15:23 UTC 2013 - coolo@suse.com
- updated to 0.12
+ 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.
-------------------------------------------------------------------
Mon Sep 2 11:11:33 UTC 2013 - werner@suse.de
- Update to version 0.11
+ 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.
+ Fix : The pragma no longer vivifies the "autovivification" entry
in the hints hash %^H on perl 5.8.
-------------------------------------------------------------------
Thu Apr 14 07:46:21 UTC 2011 - coolo@opensuse.org
- initial package 0.09
* created by cpanspec 1.78.04