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