RT#85229 - wait longer for processes to die, when needed
[gitmo/MooseX-Daemonize.git] / Changes
CommitLineData
a4952679 1Revision history for MooseX-Daemonize
1d85c76d 2
a83c1add 30.17 2013-04-20
4 - Makefile.PL now prevents installation on MSWin32
5
61d0473c 60.16 2013-04-14
975de01f 7 - fix incompatibilities with Test::Builder 1.005+ (schwern, RT#76523)
f6bb8484 8 - add missing dependency on the version of File::Path which added
9 make_path (RT#79169, Jonathan Sailor)
c3be5936 10 - add missing test dependency on Test::Exception (RT#70382)
f453ca7b 11 - document the 'basedir' attribute and its behaviour (RT#83055)
399854a3 12 - add 'documentation' keys for public attributes, to be used when
13 displaying --help (RT#54295)
975de01f 14
f4d68418 150.15 2012-05-31
62b880da 16 - fix versions
17
f4d68418 180.14 2012-05-30
2358b232 19 - recommend Daemon::Control instead
20 - fix bug with pidbase dir not being created
21 if it doesn't already exist
22
f4d68418 230.13 2011-07-06
05b96f4d 24 - adding docs related to closing all
25 filehandles and the issues that can
26 cause with things like Log::Log4Perl
27 (thanks to Maik Hentsche via RT #67016)
28 - updating copyright dates
29
f4d68418 300.12 2010-07-11
8625135b 31 - release without the .git directory in it
32
f4d68418 330.11 2010-07-10
2ecc2ccb 34 * MooseX::Daemonize::Core
35 - make the options to daemonize()
36 into proper attributes but still
37 retained back-compat (Thanks to Magnus Erixzon)
38 - adjusted docs and tests
39
40 - removed the pod.t and pod-coverage.t tests
41
f4d68418 420.10 2010-04-17
1d85c76d 43 - updated copyrights
44 - removed the POE test because it was causing
45 random failures when installing from CPAN
46 and not adding enough value to keep around
47 - applied POD corrections from RT #50091
48 (thanks to Kostyuk Oleg)
49
f4d68418 500.09 2009-10-05
69186a48 51 * s/no_plan => 1/'no_plan'/g (Dave Rolsky)
52 * Synchronize Version numbers
a4952679 53
f4d68418 540.08 2008-09-07
f4896eec 55 * t/
56 - Removed usage of Cwd in favour of a temporary dir to prevent test fails
57 when running in an unwritable dir
91e059f2 58 - patch to ensure that t/01.filecreate.t passes (thanks to Jose Luis Rey)
f4896eec 59
f4d68418 600.07 2008-05-24
b38ab84f 61 * MooseX::Daemonize
1d85c76d 62 - Made default pidbase '/var/run' rather
df3c463b 63 than './var/run'
1d85c76d 64
df3c463b 65 * t/
1d85c76d 66 - Small fixups to pidfile testing in
df3c463b 67 t/31.with_pid_file_and_poe.t
68
69 ~ Removed the Build.PL since Module::Install
70 has removed their support
b38ab84f 71
f4d68418 720.06 2007-12-21
2eced271 73 * MooseX::Daemonize
1d85c76d 74 - Fix logic that kills process so it doens't always warn
8ac4733f 75 about undead process
2eced271 76 - Added stop_timeout to allow user to control timings.
8ac4733f 77 - Refactored to roles
fe0eeebc 78 - removed Proc::Daemon dependency
79 - removed File::Pid dependency
1d85c76d 80 - added exit_code and status_message to capture the
92cf56b7 81 exit code and a status message :)
82 - refactored start/stop/restart to use these
83 - added tests for this
84 - added a &status command which returns a bool telling
85 you if the daemon is running or not
86 - added tests for this
1d85c76d 87
fe0eeebc 88 * Test::MooseX::Daemonize
1d85c76d 89 - updated docs
fe0eeebc 90 - removed Proc::Daemon dependency
8ac4733f 91
92 * MooseX::Daemonize::Core
93 - the core daemonization methods are here
94 - added tests for this
8ac4733f 95
96 * MooseX::Daemonize::WithPidFile
8a4b7cfc 97 - the PID file handling is added to the core here
98 - added tests for this
8ac4733f 99
100 * MooseX::Daemonize::Pid
101 - added this package to replace the File::Pid stuff
1d85c76d 102
d8985b7d 103 * MooseX::Daemonize::Pid::File
8ac4733f 104 - added this package to replace the File::Pid stuff, it is a subclass
105 of MooseX::Daemonize::Pid (stevan)
2eced271 106 - added tests for this (stevan)
b916501e 107
f4d68418 1080.05 2007-11-18
1d85c76d 109 - Fix logic that kills process so it doens't always warn
2a0d9919 110 about undead process
111 - Added stop_timeout to allow user to control timings.
112
f4d68418 1130.04 2007-11-11
1d85c76d 114 - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were
fe0eeebc 115 stupid but I didn't realize it.
b916501e 116
f4d68418 1170.03 2007-10-22
b916501e 118 - Add File::Slurp to dependencies so our tests pass better
119
f4d68418 1200.02 2007-09-19
1d85c76d 121 - Fixed bug where sometimes the pidfile is writeable but pidbase is not -- reported by dec
122 - Fixed bug where the pidfile wasn't being updated properly -- reported by dec
b916501e 123 - Added is_daemon attribute
124 - Added another fork to make sure we short circuit out of the daemonize process properly
125 - Switch to File::Pid
7ada91b8 126 - Add the GetOpt prereq
b916501e 127 - Adjust the kill timings
128 - Added THANKS to pod
7ada91b8 129
f4d68418 1300.0.1 2007-05-16
a4952679 131 Initial release.
132