X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=b4d14af2c24cf31c527a9267382303666e44af96;hb=refs%2Ftags%2Fv0.14;hp=0d1b8c27271db4614818b4786605f6f18b0fd557;hpb=9e65e9bfbd5fa2ee747e865d1471b26ec229383c;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Changes b/Changes index 0d1b8c2..b4d14af 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,29 @@ Revision history for Variable-Magic +0.14 2008-03-24 12:35 UTC + + Fix : t/16-huf.t failures on Solaris and FreeBSD caused by not + updating mg->mg_ptr after Renew-ing it on dispell. + + Fix : Undefining MGf_DUP caused the wizard's magic to be wrongly + initialized. MGf_DUP now appears as true from the user point of + view, but the dup callback isn't actually set. + + Fix : Warnings with blead due to copy callbacks now taking an I32 (API + change #33256). + + Fix : vmg_svt_val() and vmg_uvar_del() aren't required if no uvar + magic is available. + + Tst : Tests now output the version of optional modules loaded. + +0.13 2008-03-19 14:35 UTC + + Doc : Link to coverage report. + + Fix : Correct dependencies listing in META.yml. + + Tst : Improved test coverage. + + Tst : Print the patchlevel as a comment. + + Tst : Use is() where it's relevant. + + Tst : t/16-huf.t now really tests interaction with H::U::FH. + +0.12 2008-02-07 18:15 UTC + + Fix : POD error. Thanks to Chris Williams (BinGOs) for the quick + feedback. + 0.11 2008-02-07 17:55 UTC + Add : Copy callbacks now receive the current key/index in $_[2]. The current value/element is now in $_[3].