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