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