X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=d60708c1671abd750687a8928f1b6671433faf13;hb=751094f5d7b43171afc7104e957ca7fe2d21eb34;hp=7853cffdc85f82bfd5cad4830e26564ff09da684;hpb=763ba8093427f3668368fa885741618ac6289d41;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Changes b/Changes index 7853cff..d60708c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,22 @@ Revision history for Variable-Magic +0.09 2008-02-02 11:30 UTC + + Doc : Explicitely say that uvar callbacks are safely ignored for + non-hashes. + + Doc : Document caveats and fix the usual set of typos. + + Fix : vmg_dispell() didn't check if the ext magic were ours when + counting wizards that have uvar callbacks, resulting in a + possible memory misread. + + Fix : getdata() now returns directly the data object, and no longer a + copy. This caused a leak. + + Tst : Prefix author tests by 9*-. + + Tst : New optional author test : 95-portability-files.t, that uses + Test::Portability::Files when it's present. + + Tst : New test : 14-self.t, that tests application of magic on the + wizard itself. + + Tst : Move Hash::Util::FieldHash tests out of 11-multiple.t to + 15-huf.t. + 0.08 2008-02-01 16:55 UTC + Add : copy magic for tied arrays/hashes. + Add : local magic.