]> git.vpit.fr Git - perl/modules/Thread-Cleanup.git/blobdiff - Changes
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/Thread-Cleanup.git] / Changes
diff --git a/Changes b/Changes
index 25ffe957f954bd2d610a0c46afc3e620610f66e6..592cf4d0f9af90af075b7df40d60b46d24d00371 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,15 @@
 Revision history for Thread-Cleanup
 
+0.07    2014-10-01 17:50 UTC
+        + Fix : Make sure the hooks are executed after all END blocks
+                (including the global ones) at the end of a pseudo-fork.
+
+0.06    2014-09-28 15:40 UTC
+        + Doc : Updates and clarifications.
+        + Fix : The hooks registered by this module will now be reliably
+                triggered when pseudo-forks (e.g. processes spawn on Windows
+                for the fork() emulation) terminate.
+
 0.05    2013-09-01 16:50 UTC
         This is a maintenance release. The code contains no functional change.
         Satisfied users of version 0.04 can skip this update.