0.08
[gitmo/MooseX-Daemonize.git] / Changes
1 Revision history for MooseX-Daemonize
2
3 0.08
4     * t/
5       - Removed usage of Cwd in favour of a temporary dir to prevent test fails
6         when running in an unwritable dir
7       - patch to ensure that t/01.filecreate.t passes (thanks to Jose Luis Rey)
8
9 0.07 Saturday, May 24, 2008
10     * MooseX::Daemonize
11       - Made default pidbase '/var/run' rather 
12         than './var/run'
13       
14     * t/
15       - Small fixups to pidfile testing in 
16         t/31.with_pid_file_and_poe.t
17
18     ~ Removed the Build.PL since Module::Install
19       has removed their support
20
21 0.06 Fri. Dec. 21, 2007
22     * MooseX::Daemonize
23       - Fix logic that kills process so it doens't always warn 
24         about undead process
25       - Added stop_timeout to allow user to control timings.
26       - Refactored to roles
27         - removed Proc::Daemon dependency
28         - removed File::Pid dependency
29       - added exit_code and status_message to capture the 
30         exit code and a status message :)
31         - refactored start/stop/restart to use these
32         - added tests for this
33       - added a &status command which returns a bool telling
34         you if the daemon is running or not
35         - added tests for this
36       
37     * Test::MooseX::Daemonize
38       - updated docs 
39       - removed Proc::Daemon dependency
40
41     * MooseX::Daemonize::Core
42       - the core daemonization methods are here
43         - added tests for this
44
45     * MooseX::Daemonize::WithPidFile
46       - the PID file handling is added to the core here
47         - added tests for this
48
49     * MooseX::Daemonize::Pid
50       - added this package to replace the File::Pid stuff
51       
52     * MooseX::Daemonize::Pid::File
53       - added this package to replace the File::Pid stuff, it is a subclass
54         of MooseX::Daemonize::Pid (stevan)
55         - added tests for this (stevan)
56
57 0.05 2007-11-18
58     - Fix logic that kills process so it doens't always warn 
59       about undead process
60     - Added stop_timeout to allow user to control timings.
61
62 0.04 2007-11-11
63     - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were 
64       stupid but I didn't realize it.
65
66 0.03 2007-10-22
67     - Add File::Slurp to dependencies so our tests pass better
68
69 0.02 Sept 19, 2007
70     - Fixed bug where sometimes the pidfile is writeable but pidbase is not -- reported by dec 
71     - Fixed bug where the pidfile wasn't being updated properly -- reported by dec 
72     - Added is_daemon attribute
73     - Added another fork to make sure we short circuit out of the daemonize process properly
74     - Switch to File::Pid
75     - Add the GetOpt prereq
76     - Adjust the kill timings
77     - Added THANKS to pod
78
79 0.0.1  Wed May 16 11:46:56 2007
80        Initial release.
81