]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - Changes
This is 0.18
[perl/modules/Variable-Magic.git] / Changes
diff --git a/Changes b/Changes
index c77f730e7c8bd579c0e91a68be4f6e7d6f1e7c77..f07742a178e34bf2be6c85d004328385d1ffb1d5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,41 @@
 Revision history for Variable-Magic
 
+0.18    2008-07-04 12:20 UTC
+        + Fix : Enable uvar magic when patchlevel >= 28419.
+        + Fix : Set VMG_COMPAT_ARRAY_PUSH_NOLEN for Windows ActiveState Perl
+                5.8.x.
+
+0.17    2008-05-11 09:05 UTC
+        + Fix : 5.8.4 and lower don't have mPUSHi. Gah. Yeah, I know, I should
+                use Devel::PPPort.
+
+0.16    2008-05-10 22:05 UTC
+        + Add : The samples/copy.pl script.
+        + Chg : The sv_magical() + vmg_mg_magical() combo was simplified into
+                vmg_sv_magicuvar().
+        + Tst : t/33-code.t was testing scalars, not code.
+        + Tst : is() and like() are better than ok().
+        + Tst : 100% coverage reached.
+
+0.15    2008-04-11 18:25 UTC
+        + Chg : Factor vmg_cb_call{1,2,3}() into one function.
+        + Fix : len magic is no longer called when taking the length() of a
+                magical scalar since p32969. The VMG_COMPAT_SCALAR_LENGTH_NOLEN
+                constant was added to cover this.
+        + Tst : More tests for t/22-len.t.
+
+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.