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