convert to my plugin bundle
[gitmo/MooseX-Daemonize.git] / Changes
CommitLineData
bf15ebcc 1Revision history for {{$dist->name}}
1d85c76d 2
bf15ebcc 3{{$NEXT}}
8290606d 4
bf15ebcc 50.18 2013-05-13 19:34:52Z
f39d1775 6 - make tests a bit more tolerant of slow systems, by waiting longer for
7 processes to die (RT#85229, Chisel Wright)
8
a83c1add 90.17 2013-04-20
10 - Makefile.PL now prevents installation on MSWin32
11
61d0473c 120.16 2013-04-14
975de01f 13 - fix incompatibilities with Test::Builder 1.005+ (schwern, RT#76523)
f6bb8484 14 - add missing dependency on the version of File::Path which added
15 make_path (RT#79169, Jonathan Sailor)
c3be5936 16 - add missing test dependency on Test::Exception (RT#70382)
f453ca7b 17 - document the 'basedir' attribute and its behaviour (RT#83055)
399854a3 18 - add 'documentation' keys for public attributes, to be used when
19 displaying --help (RT#54295)
975de01f 20
f4d68418 210.15 2012-05-31
62b880da 22 - fix versions
23
f4d68418 240.14 2012-05-30
2358b232 25 - recommend Daemon::Control instead
26 - fix bug with pidbase dir not being created
27 if it doesn't already exist
28
f4d68418 290.13 2011-07-06
05b96f4d 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
f4d68418 360.12 2010-07-11
8625135b 37 - release without the .git directory in it
38
f4d68418 390.11 2010-07-10
2ecc2ccb 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
f4d68418 480.10 2010-04-17
1d85c76d 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
f4d68418 560.09 2009-10-05
69186a48 57 * s/no_plan => 1/'no_plan'/g (Dave Rolsky)
58 * Synchronize Version numbers
a4952679 59
f4d68418 600.08 2008-09-07
f4896eec 61 * t/
62 - Removed usage of Cwd in favour of a temporary dir to prevent test fails
63 when running in an unwritable dir
91e059f2 64 - patch to ensure that t/01.filecreate.t passes (thanks to Jose Luis Rey)
f4896eec 65
f4d68418 660.07 2008-05-24
b38ab84f 67 * MooseX::Daemonize
1d85c76d 68 - Made default pidbase '/var/run' rather
df3c463b 69 than './var/run'
1d85c76d 70
df3c463b 71 * t/
1d85c76d 72 - Small fixups to pidfile testing in
df3c463b 73 t/31.with_pid_file_and_poe.t
74
75 ~ Removed the Build.PL since Module::Install
76 has removed their support
b38ab84f 77
f4d68418 780.06 2007-12-21
2eced271 79 * MooseX::Daemonize
1d85c76d 80 - Fix logic that kills process so it doens't always warn
8ac4733f 81 about undead process
2eced271 82 - Added stop_timeout to allow user to control timings.
8ac4733f 83 - Refactored to roles
fe0eeebc 84 - removed Proc::Daemon dependency
85 - removed File::Pid dependency
1d85c76d 86 - added exit_code and status_message to capture the
92cf56b7 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
1d85c76d 93
fe0eeebc 94 * Test::MooseX::Daemonize
1d85c76d 95 - updated docs
fe0eeebc 96 - removed Proc::Daemon dependency
8ac4733f 97
98 * MooseX::Daemonize::Core
99 - the core daemonization methods are here
100 - added tests for this
8ac4733f 101
102 * MooseX::Daemonize::WithPidFile
8a4b7cfc 103 - the PID file handling is added to the core here
104 - added tests for this
8ac4733f 105
106 * MooseX::Daemonize::Pid
107 - added this package to replace the File::Pid stuff
1d85c76d 108
d8985b7d 109 * MooseX::Daemonize::Pid::File
8ac4733f 110 - added this package to replace the File::Pid stuff, it is a subclass
111 of MooseX::Daemonize::Pid (stevan)
2eced271 112 - added tests for this (stevan)
b916501e 113
f4d68418 1140.05 2007-11-18
1d85c76d 115 - Fix logic that kills process so it doens't always warn
2a0d9919 116 about undead process
117 - Added stop_timeout to allow user to control timings.
118
f4d68418 1190.04 2007-11-11
1d85c76d 120 - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were
fe0eeebc 121 stupid but I didn't realize it.
b916501e 122
f4d68418 1230.03 2007-10-22
b916501e 124 - Add File::Slurp to dependencies so our tests pass better
125
f4d68418 1260.02 2007-09-19
1d85c76d 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
b916501e 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
7ada91b8 132 - Add the GetOpt prereq
b916501e 133 - Adjust the kill timings
134 - Added THANKS to pod
7ada91b8 135
f4d68418 1360.0.1 2007-05-16
a4952679 137 Initial release.
138