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