X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=6e8d11b6e20634dcc2c8c845be669b3cafac805b;hb=df3c463b810bb63cbf295a8e822dc887844b9a0b;hp=a64b62b885f97bf91fcff2ae015d6043a74c2f15;hpb=92cf56b7c3fd91568e4b964319a7862fc4f1d651;p=gitmo%2FMooseX-Daemonize.git diff --git a/Changes b/Changes index a64b62b..6e8d11b 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,18 @@ Revision history for MooseX-Daemonize -0.05 +0.07 Saturday, May 24, 2008 + * MooseX::Daemonize + - 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 - Fix logic that kills process so it doens't always warn about undead process @@ -36,6 +48,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.