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