Fix perlcritic test so it doesn't bomb if Perl::Critic isn't installed
[gitmo/MooseX-Daemonize.git] / Changes
diff --git a/Changes b/Changes
index 2424740..919fcc9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
 Revision history for MooseX-Daemonize
 
 0.02 ???
+       - Fixed bug where sometimes the pidfile is writeable but pidbase is not --  reported by dec 
+    - Fixed bug where the pidfile wasn't being updated properly --  reported by dec 
+       - Added is_daemon attribute
+       - Added another fork to make sure we short circuit out of the daemonize process properly
        - Switch to File::Pid
     - Add the GetOpt prereq
        - Adjust the kill timings