X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FThread-Cleanup.git;a=blobdiff_plain;f=Changes;h=592cf4d0f9af90af075b7df40d60b46d24d00371;hp=f48cc4c4a135a47c165003bc864507faf470f039;hb=HEAD;hpb=304a9193803510a3d58e86df7b93eea52d62337c diff --git a/Changes b/Changes index f48cc4c..592cf4d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,32 @@ Revision history for Thread-Cleanup +0.07 2014-10-01 17:50 UTC + + Fix : Make sure the hooks are executed after all END blocks + (including the global ones) at the end of a pseudo-fork. + +0.06 2014-09-28 15:40 UTC + + Doc : Updates and clarifications. + + Fix : The hooks registered by this module will now be reliably + triggered when pseudo-forks (e.g. processes spawn on Windows + for the fork() emulation) terminate. + +0.05 2013-09-01 16:50 UTC + This is a maintenance release. The code contains no functional change. + Satisfied users of version 0.04 can skip this update. + + Doc : C++ compilers are officially NOT supported. + + Doc : POD headings are now properly linkable. + + Tst : Author tests are no longer bundled with this distribution. + They are only made available to authors in the git repository. + + Tst : Threads tests will not fail anymore if resources constraints + prevent the system from creating all the required threads. + +0.04 2010-05-31 22:55 UTC + + Fix : Compatibility with perl 5.13.1. + +0.03 2010-01-06 23:30 UTC + + Fix : Named scopes with debugging blead. + + Fix : Work around Kwalitee test misfailures. + 0.02 2009-06-04 21:35 UTC + Doc : Typos and nits. + Fix : Dieing inside a Thread::Cleanup callback no longer causes the