0.08
[gitmo/MooseX-Daemonize.git] / Changes
diff --git a/Changes b/Changes
index 3493290..5a13539 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,22 @@
 Revision history for MooseX-Daemonize
 
+0.08 Sunday, Sept. 7, 2008
+    * t/
+      - Removed usage of Cwd in favour of a temporary dir to prevent test fails
+        when running in an unwritable dir
+      - patch to ensure that t/01.filecreate.t passes (thanks to Jose Luis Rey)
+
+0.07 Saturday, May 24, 2008
     * MooseX::Daemonize
-      - Made default pidbase '/var/run' rather than './var/run'
-      - Small fixups to pidfile testing in t/31.with_pid_file_and_poe.t
+      - Made default pidbase '/var/run' rather 
+        than './var/run'
+      
+    * t/
+      - Small fixups to pidfile testing in 
+        t/31.with_pid_file_and_poe.t
+
+    ~ Removed the Build.PL since Module::Install
+      has removed their support
 
 0.06 Fri. Dec. 21, 2007
     * MooseX::Daemonize