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