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