0.10 release
[gitmo/MooseX-Daemonize.git] / Changes
1 Revision history for MooseX-Daemonize
2
3 0.10 Sat. April 17, 2010
4     - updated copyrights
5     - removed the POE test because it was causing
6       random failures when installing from CPAN
7       and not adding enough value to keep around
8     - applied POD corrections from RT #50091
9       (thanks to Kostyuk Oleg)
10
11 0.09 2009-10-05
12         * s/no_plan => 1/'no_plan'/g (Dave Rolsky)
13         * Synchronize Version numbers
14
15 0.08 Sunday, Sept. 7, 2008
16     * t/
17       - Removed usage of Cwd in favour of a temporary dir to prevent test fails
18         when running in an unwritable dir
19       - patch to ensure that t/01.filecreate.t passes (thanks to Jose Luis Rey)
20
21 0.07 Saturday, May 24, 2008
22     * MooseX::Daemonize
23       - Made default pidbase '/var/run' rather
24         than './var/run'
25
26     * t/
27       - Small fixups to pidfile testing in
28         t/31.with_pid_file_and_poe.t
29
30     ~ Removed the Build.PL since Module::Install
31       has removed their support
32
33 0.06 Fri. Dec. 21, 2007
34     * MooseX::Daemonize
35       - Fix logic that kills process so it doens't always warn
36         about undead process
37       - Added stop_timeout to allow user to control timings.
38       - Refactored to roles
39         - removed Proc::Daemon dependency
40         - removed File::Pid dependency
41       - added exit_code and status_message to capture the
42         exit code and a status message :)
43         - refactored start/stop/restart to use these
44         - added tests for this
45       - added a &status command which returns a bool telling
46         you if the daemon is running or not
47         - added tests for this
48
49     * Test::MooseX::Daemonize
50       - updated docs
51       - removed Proc::Daemon dependency
52
53     * MooseX::Daemonize::Core
54       - the core daemonization methods are here
55         - added tests for this
56
57     * MooseX::Daemonize::WithPidFile
58       - the PID file handling is added to the core here
59         - added tests for this
60
61     * MooseX::Daemonize::Pid
62       - added this package to replace the File::Pid stuff
63
64     * MooseX::Daemonize::Pid::File
65       - added this package to replace the File::Pid stuff, it is a subclass
66         of MooseX::Daemonize::Pid (stevan)
67         - added tests for this (stevan)
68
69 0.05 2007-11-18
70     - Fix logic that kills process so it doens't always warn
71       about undead process
72     - Added stop_timeout to allow user to control timings.
73
74 0.04 2007-11-11
75     - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were
76       stupid but I didn't realize it.
77
78 0.03 2007-10-22
79     - Add File::Slurp to dependencies so our tests pass better
80
81 0.02 Sept 19, 2007
82     - Fixed bug where sometimes the pidfile is writeable but pidbase is not -- reported by dec
83     - Fixed bug where the pidfile wasn't being updated properly -- reported by dec
84     - Added is_daemon attribute
85     - Added another fork to make sure we short circuit out of the daemonize process properly
86     - Switch to File::Pid
87     - Add the GetOpt prereq
88     - Adjust the kill timings
89     - Added THANKS to pod
90
91 0.0.1  Wed May 16 11:46:56 2007
92        Initial release.
93