X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=3493290208375489a928276482774a091af5502e;hb=b38ab84f7a1b83212eefcb2e7f876c42b8dbfb24;hp=5706f0bdb95a77ca3067a4023203b924a6579eae;hpb=fe0eeebc050311829e0f93a2d86018be78598d47;p=gitmo%2FMooseX-Daemonize.git diff --git a/Changes b/Changes index 5706f0b..3493290 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,10 @@ Revision history for MooseX-Daemonize -0.05 + * 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 + +0.06 Fri. Dec. 21, 2007 * MooseX::Daemonize - Fix logic that kills process so it doens't always warn about undead process @@ -8,6 +12,13 @@ Revision history for MooseX-Daemonize - 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 @@ -29,6 +40,11 @@ Revision history for MooseX-Daemonize of MooseX::Daemonize::Pid (stevan) - added tests for this (stevan) +0.05 2007-11-18 + - Fix logic that kills process so it doens't always warn + about undead process + - Added stop_timeout to allow user to control timings. + 0.04 2007-11-11 - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were stupid but I didn't realize it.