X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=db672621501da22197d720ca636a97ca075057e7;hb=f4d6841847eb4d6292a5f09d9b0572103b2ac0d2;hp=f23605d71ddcff2fbae4009f83e18828ec2335a7;hpb=45b2dbae89e36c43903a81c0fb16555f06a41e9a;p=gitmo%2FMooseX-Daemonize.git diff --git a/Changes b/Changes index f23605d..db67262 100644 --- a/Changes +++ b/Changes @@ -8,25 +8,25 @@ Revision history for MooseX-Daemonize - add 'documentation' keys for public attributes, to be used when displaying --help (RT#54295) -0.15 Thurs. May 31, 2012 +0.15 2012-05-31 - fix versions -0.14 Wed. May 30, 2012 +0.14 2012-05-30 - recommend Daemon::Control instead - fix bug with pidbase dir not being created if it doesn't already exist -0.13 Wed. July 6, 2011 +0.13 2011-07-06 - adding docs related to closing all filehandles and the issues that can cause with things like Log::Log4Perl (thanks to Maik Hentsche via RT #67016) - updating copyright dates -0.12 Sun. July 11, 2010 +0.12 2010-07-11 - release without the .git directory in it -0.11 Sat. July 10, 2010 +0.11 2010-07-10 * MooseX::Daemonize::Core - make the options to daemonize() into proper attributes but still @@ -35,7 +35,7 @@ Revision history for MooseX-Daemonize - removed the pod.t and pod-coverage.t tests -0.10 Sat. April 17, 2010 +0.10 2010-04-17 - updated copyrights - removed the POE test because it was causing random failures when installing from CPAN @@ -43,17 +43,17 @@ Revision history for MooseX-Daemonize - applied POD corrections from RT #50091 (thanks to Kostyuk Oleg) -0.09 2009-10-05 +0.09 2009-10-05 * s/no_plan => 1/'no_plan'/g (Dave Rolsky) * Synchronize Version numbers -0.08 Sunday, Sept. 7, 2008 +0.08 2008-09-07 * t/ - Removed usage of Cwd in favour of a temporary dir to prevent test fails when running in an unwritable dir - patch to ensure that t/01.filecreate.t passes (thanks to Jose Luis Rey) -0.07 Saturday, May 24, 2008 +0.07 2008-05-24 * MooseX::Daemonize - Made default pidbase '/var/run' rather than './var/run' @@ -65,7 +65,7 @@ Revision history for MooseX-Daemonize ~ Removed the Build.PL since Module::Install has removed their support -0.06 Fri. Dec. 21, 2007 +0.06 2007-12-21 * MooseX::Daemonize - Fix logic that kills process so it doens't always warn about undead process @@ -101,19 +101,19 @@ Revision history for MooseX-Daemonize of MooseX::Daemonize::Pid (stevan) - added tests for this (stevan) -0.05 2007-11-18 +0.05 2007-11-18 - Fix logic that kills process so it doens't always warn about undead process - Added stop_timeout to allow user to control timings. -0.04 2007-11-11 +0.04 2007-11-11 - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were stupid but I didn't realize it. -0.03 2007-10-22 +0.03 2007-10-22 - Add File::Slurp to dependencies so our tests pass better -0.02 Sept 19, 2007 +0.02 2007-09-19 - Fixed bug where sometimes the pidfile is writeable but pidbase is not -- reported by dec - Fixed bug where the pidfile wasn't being updated properly -- reported by dec - Added is_daemon attribute @@ -123,6 +123,6 @@ Revision history for MooseX-Daemonize - Adjust the kill timings - Added THANKS to pod -0.0.1 Wed May 16 11:46:56 2007 +0.0.1 2007-05-16 Initial release.