MooseX::Daemonize::Core i think is done
[gitmo/MooseX-Daemonize.git] / Changes
CommitLineData
a4952679 1Revision history for MooseX-Daemonize
2
2eced271 30.05
4 * MooseX::Daemonize
5 - Fix logic that kills process so it doens't always warn about undead
6 process
7 - Added stop_timeout to allow user to control timings.
8
9 * MooseX::Daemonize::PidFile
10 - added this package to replace the File::Pid stuff (stevan)
11 - added tests for this (stevan)
b916501e 12
130.04 2007-11-11
14 - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were stupid but I didn't realize it.
15
160.03 2007-10-22
17 - Add File::Slurp to dependencies so our tests pass better
18
190.02 Sept 19, 2007
20 - Fixed bug where sometimes the pidfile is writeable but pidbase is not -- reported by dec
e7a196e7 21 - Fixed bug where the pidfile wasn't being updated properly -- reported by dec
b916501e 22 - Added is_daemon attribute
23 - Added another fork to make sure we short circuit out of the daemonize process properly
24 - Switch to File::Pid
7ada91b8 25 - Add the GetOpt prereq
b916501e 26 - Adjust the kill timings
27 - Added THANKS to pod
7ada91b8 28
a4952679 290.0.1 Wed May 16 11:46:56 2007
30 Initial release.
31