ok,.. more tests and stuff
[gitmo/MooseX-Daemonize.git] / Changes
1 Revision history for MooseX-Daemonize
2
3 0.05
4     * MooseX::Daemonize
5       - Fix logic that kills process so it doens't always warn 
6         about undead process
7       - Added stop_timeout to allow user to control timings.
8       - Refactored to roles
9
10     * MooseX::Daemonize::Core
11       - the core daemonization methods are here
12         - added tests for this
13       
14     * MooseX::Daemonize::WithSignalHandling
15       - the SIG handling is here
16
17     * MooseX::Daemonize::WithPidFile
18       - the PID file handling is here, and 
19         delegates to the classes below
20
21     * MooseX::Daemonize::Pid
22       - added this package to replace the File::Pid stuff
23       
24     * MooseX::Daemonize::Pid::File
25       - added this package to replace the File::Pid stuff, it is a subclass
26         of MooseX::Daemonize::Pid (stevan)
27         - added tests for this (stevan)
28
29 0.04 2007-11-11
30     - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were stupid but I didn't realize it.
31
32 0.03 2007-10-22
33     - Add File::Slurp to dependencies so our tests pass better
34
35 0.02 Sept 19, 2007
36     - Fixed bug where sometimes the pidfile is writeable but pidbase is not --  reported by dec 
37     - Fixed bug where the pidfile wasn't being updated properly --  reported by dec 
38     - Added is_daemon attribute
39     - Added another fork to make sure we short circuit out of the daemonize process properly
40     - Switch to File::Pid
41     - Add the GetOpt prereq
42     - Adjust the kill timings
43     - Added THANKS to pod
44
45 0.0.1  Wed May 16 11:46:56 2007
46        Initial release.
47