X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=4ad0f49fb3584999e7a7fc6fd1e3c0517ef1bbe3;hb=4817a150722f1900424bd23dc474f399ed647c3c;hp=7f9cb3e8a405be3548f9eb7765706a710219c3a9;hpb=02f11dff4858109f73a7c12ca146b9e33c9e229b;p=perl%2Fmodules%2FVariable-Magic.git 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.