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