X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a64b62b885f97bf91fcff2ae015d6043a74c2f15;hb=92cf56b7c3fd91568e4b964319a7862fc4f1d651;hp=ac7b3b52ad4cdb6571217a1cf1c6a24ed2a97a68;hpb=8a4b7cfc5813b23899dd8d65eb09c1ad12f09843;p=gitmo%2FMooseX-Daemonize.git diff --git a/Changes b/Changes index ac7b3b5..a64b62b 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,19 @@ Revision history for MooseX-Daemonize about undead process - Added stop_timeout to allow user to control timings. - Refactored to roles + - removed Proc::Daemon dependency + - removed File::Pid dependency + - added exit_code and status_message to capture the + exit code and a status message :) + - refactored start/stop/restart to use these + - added tests for this + - added a &status command which returns a bool telling + you if the daemon is running or not + - added tests for this + + * Test::MooseX::Daemonize + - updated docs + - removed Proc::Daemon dependency * MooseX::Daemonize::Core - the core daemonization methods are here @@ -24,14 +37,15 @@ Revision history for MooseX-Daemonize - added tests for this (stevan) 0.04 2007-11-11 - - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were stupid but I didn't realize it. + - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were + stupid but I didn't realize it. 0.03 2007-10-22 - Add File::Slurp to dependencies so our tests pass better 0.02 Sept 19, 2007 - - 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 + - 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