X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=b4d14af2c24cf31c527a9267382303666e44af96;hb=a8d75011f6169928695d9fda6cf5e8ebc1cc6e92;hp=c77f730e7c8bd579c0e91a68be4f6e7d6f1e7c77;hpb=a86e3e47a167afadf7de1231d6401a1139330ad0;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Changes b/Changes index c77f730..b4d14af 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,17 @@ 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.