X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=fbbc9ddd3b5eac93100d4c460e6d743f8a70e49c;hb=6d26a1552b4f00bf007551c7106c699eb0266a60;hp=93ec114b01c278e119f8db73eab65d091402e204;hpb=77703cbca17f4b66ac947798093ffa7d05db93a8;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Changes b/Changes index 93ec114..fbbc9dd 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,19 @@ Revision history for Variable-Magic +0.21_01 2008-09-22 13:25 UTC + + Chg : Shrink the context data. + + Fix : Enable thread safety features for perls that just lack + MY_CXT_CLONE. + + Tst : Output threads and threads::shared versions in threads tests. + +0.20 2008-09-20 23:35 UTC + + Fix : The module is now thread safe. You can test if it had been + built with thread safety features enabled through the + VMG_THREADSAFE constant. + + Fix : Correct backtrace when wizard() croaks. + + Fix : 'cast $a, undef' should throw an 'invalid wizard' error instead + of an 'invalid signature'. + 0.19 2008-07-05 15:05 UTC + Add : The patchlevel with which the module has been built is now exported with the VMG_PERL_PATCHLEVEL constant.