ac7b3b52ad4cdb6571217a1cf1c6a24ed2a97a68
[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::WithPidFile
15       - the PID file handling is added to the core here
16         - added tests for this
17
18     * MooseX::Daemonize::Pid
19       - added this package to replace the File::Pid stuff
20       
21     * MooseX::Daemonize::Pid::File
22       - added this package to replace the File::Pid stuff, it is a subclass
23         of MooseX::Daemonize::Pid (stevan)
24         - added tests for this (stevan)
25
26 0.04 2007-11-11
27     - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were stupid but I didn't realize it.
28
29 0.03 2007-10-22
30     - Add File::Slurp to dependencies so our tests pass better
31
32 0.02 Sept 19, 2007
33     - Fixed bug where sometimes the pidfile is writeable but pidbase is not --  reported by dec 
34     - Fixed bug where the pidfile wasn't being updated properly --  reported by dec 
35     - Added is_daemon attribute
36     - Added another fork to make sure we short circuit out of the daemonize process properly
37     - Switch to File::Pid
38     - Add the GetOpt prereq
39     - Adjust the kill timings
40     - Added THANKS to pod
41
42 0.0.1  Wed May 16 11:46:56 2007
43        Initial release.
44