X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=5706f0bdb95a77ca3067a4023203b924a6579eae;hb=fe0eeebc050311829e0f93a2d86018be78598d47;hp=60458f293ab183d1a773b118c3c149c75aa18fea;hpb=d8985b7d3e86e39f0f78636e58019504b805adac;p=gitmo%2FMooseX-Daemonize.git diff --git a/Changes b/Changes index 60458f2..5706f0b 100644 --- a/Changes +++ b/Changes @@ -2,23 +2,43 @@ 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. - + - Refactored to roles + - removed Proc::Daemon dependency + - removed File::Pid dependency + + * Test::MooseX::Daemonize + - updated docs + - removed Proc::Daemon dependency + + * 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 (stevan) + - 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 - - 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