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