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