]> git.vpit.fr Git - perl/modules/Thread-Cleanup.git/blob - Changes
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/Thread-Cleanup.git] / Changes
1 Revision history for Thread-Cleanup
2
3 0.07    2014-10-01 17:50 UTC
4         + Fix : Make sure the hooks are executed after all END blocks
5                 (including the global ones) at the end of a pseudo-fork.
6
7 0.06    2014-09-28 15:40 UTC
8         + Doc : Updates and clarifications.
9         + Fix : The hooks registered by this module will now be reliably
10                 triggered when pseudo-forks (e.g. processes spawn on Windows
11                 for the fork() emulation) terminate.
12
13 0.05    2013-09-01 16:50 UTC
14         This is a maintenance release. The code contains no functional change.
15         Satisfied users of version 0.04 can skip this update.
16         + Doc : C++ compilers are officially NOT supported.
17         + Doc : POD headings are now properly linkable.
18         + Tst : Author tests are no longer bundled with this distribution.
19                 They are only made available to authors in the git repository.
20         + Tst : Threads tests will not fail anymore if resources constraints
21                 prevent the system from creating all the required threads.
22
23 0.04    2010-05-31 22:55 UTC
24         + Fix : Compatibility with perl 5.13.1.
25
26 0.03    2010-01-06 23:30 UTC
27         + Fix : Named scopes with debugging blead.
28         + Fix : Work around Kwalitee test misfailures.
29
30 0.02    2009-06-04 21:35 UTC
31         + Doc : Typos and nits.
32         + Fix : Dieing inside a Thread::Cleanup callback no longer causes the
33                 whole process to exit.
34         + Tst : Test that detached threads destructors don't fire before END.
35
36 0.01    2009-03-16 00:30 UTC
37         First version, released on an unsuspecting world.
38