X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ac7b3b52ad4cdb6571217a1cf1c6a24ed2a97a68;hb=43d819aadfa20bc9f450971a57b092da28736e1b;hp=1b90f347bd95aec2e502641aea3cc69a97a45fde;hpb=2eced27121e8557fe773f6f8804786f29f5660c1;p=gitmo%2FMooseX-Daemonize.git diff --git a/Changes b/Changes index 1b90f34..ac7b3b5 100644 --- a/Changes +++ b/Changes @@ -2,12 +2,25 @@ Revision history for MooseX-Daemonize 0.05 * MooseX::Daemonize - - Fix logic that kills process so it doens't always warn about undead - process + - Fix logic that kills process so it doens't always warn + about undead process - Added stop_timeout to allow user to control timings. - - * MooseX::Daemonize::PidFile - - added this package to replace the File::Pid stuff (stevan) + - Refactored to roles + + * MooseX::Daemonize::Core + - the core daemonization methods are here + - added tests for this + + * MooseX::Daemonize::WithPidFile + - the PID file handling is added to the core here + - added tests for this + + * MooseX::Daemonize::Pid + - added this package to replace the File::Pid stuff + + * MooseX::Daemonize::Pid::File + - added this package to replace the File::Pid stuff, it is a subclass + of MooseX::Daemonize::Pid (stevan) - added tests for this (stevan) 0.04 2007-11-11