X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=d60708c1671abd750687a8928f1b6671433faf13;hb=751094f5d7b43171afc7104e957ca7fe2d21eb34;hp=5fa00d267fc33d15e06d82ce219b3a2e17c4f6e6;hpb=183e73e0590b46550dfa6fdd4b6cf3280c1a5877;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Changes b/Changes index 5fa00d2..d60708c 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,29 @@ Revision history for Variable-Magic -0.07 2007-12-27 - + Add : copy, dup & local 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. + + Add : uvar magics : fetch, store, exists, delete for hashes. + +0.07_* 2008-01 + Internal development versions. 0.06 2007-11-20 10:10 UTC + Chg : 5.7.3 is now officially required.