X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=d60708c1671abd750687a8928f1b6671433faf13;hb=refs%2Ftags%2Fv0.09;hp=171ac4f41afac3421dae578fe906f71c6917fd4c;hpb=017450c5da83c82c9149b5170c757ce03679b9a9;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Changes b/Changes index 171ac4f..d60708c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,35 @@ 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. + + 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. + + Fix : "data" test failures on 5.8.{0,2}. + + Fix : Drand01() vs rand(). + 0.05 2007-11-19 09:10 UTC + Fix : 5.10.0_RC1 compatibility fix.