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