X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=635a6fa16d32566fd71db5f6fa1a7298eebfd63a;hb=3b18f02197b39a66ea8779d68d1c90d790cf8031;hp=21d16353506e01a3766f98d0344c1d59e3c96092;hpb=15b9171b2fc61b12e0dcc123369fc2b66fe87012;p=perl%2Fmodules%2FThread-Cleanup.git diff --git a/Changes b/Changes index 21d1635..635a6fa 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,18 @@ Revision history for Thread-Cleanup +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 + whole process to exit. + + Tst : Test that detached threads destructors don't fire before END. + 0.01 2009-03-16 00:30 UTC First version, released on an unsuspecting world.