Merge branch 'create-pidbase-dir'
[gitmo/MooseX-Daemonize.git] / Changes
CommitLineData
a4952679 1Revision history for MooseX-Daemonize
1d85c76d 2
05b96f4d 30.13 Wed. July 6, 2011
4 - adding docs related to closing all
5 filehandles and the issues that can
6 cause with things like Log::Log4Perl
7 (thanks to Maik Hentsche via RT #67016)
8 - updating copyright dates
9
8625135b 100.12 Sun. July 11, 2010
11 - release without the .git directory in it
12
2ecc2ccb 130.11 Sat. July 10, 2010
14 * MooseX::Daemonize::Core
15 - make the options to daemonize()
16 into proper attributes but still
17 retained back-compat (Thanks to Magnus Erixzon)
18 - adjusted docs and tests
19
20 - removed the pod.t and pod-coverage.t tests
21
1d85c76d 220.10 Sat. April 17, 2010
23 - updated copyrights
24 - removed the POE test because it was causing
25 random failures when installing from CPAN
26 and not adding enough value to keep around
27 - applied POD corrections from RT #50091
28 (thanks to Kostyuk Oleg)
29
69186a48 300.09 2009-10-05
31 * s/no_plan => 1/'no_plan'/g (Dave Rolsky)
32 * Synchronize Version numbers
a4952679 33
91247669 340.08 Sunday, Sept. 7, 2008
f4896eec 35 * t/
36 - Removed usage of Cwd in favour of a temporary dir to prevent test fails
37 when running in an unwritable dir
91e059f2 38 - patch to ensure that t/01.filecreate.t passes (thanks to Jose Luis Rey)
f4896eec 39
df3c463b 400.07 Saturday, May 24, 2008
b38ab84f 41 * MooseX::Daemonize
1d85c76d 42 - Made default pidbase '/var/run' rather
df3c463b 43 than './var/run'
1d85c76d 44
df3c463b 45 * t/
1d85c76d 46 - Small fixups to pidfile testing in
df3c463b 47 t/31.with_pid_file_and_poe.t
48
49 ~ Removed the Build.PL since Module::Install
50 has removed their support
b38ab84f 51
2a0d9919 520.06 Fri. Dec. 21, 2007
2eced271 53 * MooseX::Daemonize
1d85c76d 54 - Fix logic that kills process so it doens't always warn
8ac4733f 55 about undead process
2eced271 56 - Added stop_timeout to allow user to control timings.
8ac4733f 57 - Refactored to roles
fe0eeebc 58 - removed Proc::Daemon dependency
59 - removed File::Pid dependency
1d85c76d 60 - added exit_code and status_message to capture the
92cf56b7 61 exit code and a status message :)
62 - refactored start/stop/restart to use these
63 - added tests for this
64 - added a &status command which returns a bool telling
65 you if the daemon is running or not
66 - added tests for this
1d85c76d 67
fe0eeebc 68 * Test::MooseX::Daemonize
1d85c76d 69 - updated docs
fe0eeebc 70 - removed Proc::Daemon dependency
8ac4733f 71
72 * MooseX::Daemonize::Core
73 - the core daemonization methods are here
74 - added tests for this
8ac4733f 75
76 * MooseX::Daemonize::WithPidFile
8a4b7cfc 77 - the PID file handling is added to the core here
78 - added tests for this
8ac4733f 79
80 * MooseX::Daemonize::Pid
81 - added this package to replace the File::Pid stuff
1d85c76d 82
d8985b7d 83 * MooseX::Daemonize::Pid::File
8ac4733f 84 - added this package to replace the File::Pid stuff, it is a subclass
85 of MooseX::Daemonize::Pid (stevan)
2eced271 86 - added tests for this (stevan)
b916501e 87
2a0d9919 880.05 2007-11-18
1d85c76d 89 - Fix logic that kills process so it doens't always warn
2a0d9919 90 about undead process
91 - Added stop_timeout to allow user to control timings.
92
b916501e 930.04 2007-11-11
1d85c76d 94 - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were
fe0eeebc 95 stupid but I didn't realize it.
b916501e 96
970.03 2007-10-22
98 - Add File::Slurp to dependencies so our tests pass better
99
1000.02 Sept 19, 2007
1d85c76d 101 - Fixed bug where sometimes the pidfile is writeable but pidbase is not -- reported by dec
102 - Fixed bug where the pidfile wasn't being updated properly -- reported by dec
b916501e 103 - Added is_daemon attribute
104 - Added another fork to make sure we short circuit out of the daemonize process properly
105 - Switch to File::Pid
7ada91b8 106 - Add the GetOpt prereq
b916501e 107 - Adjust the kill timings
108 - Added THANKS to pod
7ada91b8 109
a4952679 1100.0.1 Wed May 16 11:46:56 2007
111 Initial release.
112