X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=blobdiff_plain;f=Changes;h=4ad0f49fb3584999e7a7fc6fd1e3c0517ef1bbe3;hp=7f9cb3e8a405be3548f9eb7765706a710219c3a9;hb=1676b9c5dcfd3a398710ce5476bcff3bf5d83a8f;hpb=bf312200eadacf72b88d138784777e8a9c7be40c diff --git a/Changes b/Changes index 7f9cb3e..4ad0f49 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for Variable-Magic +0.50 2012-06-24 23:00 UTC + + Fix : Less memory is leaked when a wizard is freed during global + destruction, or when an exception is thrown from a 'free' + callback. + + Fix : [RT #77991] : t/17-ctl.t fails on perl 5.14 and 5.16. + This was actually an issue with ActivePerl, and this test + has learned to cope with it. + Thanks Gisle Aas for reporting. + + Tst : t/35-stash.t has been taught about perl 5.17.1. + + Doc : Many clarifications. + 0.49 2012-06-05 21:40 UTC This is a maintenance release. The code contains no functional change. Satisfied users of version 0.48 can skip this update.