]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - Changes
Ignore MYMETA.json
[perl/modules/autovivification.git] / Changes
diff --git a/Changes b/Changes
index bd04e426cb84d4207cf710ce9329cafbdd079eca..97a9c82e8da5e6358f9fa9558f1738412014f33e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,15 @@
 Revision history for autovivification
 
+0.09    2011-01-05 18:40 UTC
+        + Fix : [RT #64435] : Hangs with File::Copy in Config.pm.
+                This was actually a regression introduced together with the new
+                peephole optimizer strategy, and that caused the pragma to hang
+                on constructs like "for (;;) { ... }".
+                Thanks Michael Schilli for reporting.
+
+0.08    2011-01-03 21:00 UTC
+        + Fix : Building on Windows.
+
 0.07    2010-12-31 16:20 UTC
         + Chg : perl 5.8.3 is required.
         + Doc : Complements and clarifications.