X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FThread-Cleanup.git;a=blobdiff_plain;f=Changes;h=592cf4d0f9af90af075b7df40d60b46d24d00371;hp=635a6fa16d32566fd71db5f6fa1a7298eebfd63a;hb=HEAD;hpb=18ca8e7e1c58e37648ec69edcac6d04ff371fa71 diff --git a/Changes b/Changes index 635a6fa..592cf4d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,25 @@ 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.