X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=e7978e5b4f06fb357a49b82cc138bf91b53bfce8;hb=8ac4733fe6918fb1449262f56b5c371315c6cfb8;hp=1b90f347bd95aec2e502641aea3cc69a97a45fde;hpb=2eced27121e8557fe773f6f8804786f29f5660c1;p=gitmo%2FMooseX-Daemonize.git diff --git a/Changes b/Changes index 1b90f34..e7978e5 100644 --- a/Changes +++ b/Changes @@ -2,12 +2,28 @@ 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::WithSignalHandling + - the SIG handling is here + + * MooseX::Daemonize::WithPidFile + - the PID file handling is here, and + delegates to the classes below + + * 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