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