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