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