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