From 6b8a1fbef5c592b14c5e9b93afeb4fc60b2958e0 Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Tue, 16 Apr 2013 12:31:58 -0700 Subject: [PATCH 1/5] changelog refers to true version numbers used in releases --- Changes | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Changes b/Changes index 7ea0252..6048e0e 100644 --- a/Changes +++ b/Changes @@ -4,17 +4,17 @@ * include the date and module version in the generated init file (Karen Etheridge) -0.0.9 2012-19-04 SymKat +0.000009 2012-19-04 SymKat * Stole Moo's MANIFEST.SKIP -0.0.8 2012-19-04 SymKat +0.000008 2012-19-04 SymKat * Added Makefile to MANIFEST.SKIP -0.0.7 2012-15-04 SymKat +0.000007 2012-15-04 SymKat * Added user and group accessors to set uid/gid based on names * Updated docs. -0.0.6 2012-15-04 SymKat +0.000006 2012-15-04 SymKat * PID file will be deleted on do_stop * PID file will be created by the target user when ->uid set * uid() and gid() now take strings as well (doherty) @@ -23,22 +23,22 @@ * Typo fixes * Mike Doherty (doherty) added to contrib (Thank you!) -0.0.5 2012-18-02 SymKat +0.000005 2012-18-02 SymKat * Fixed an issue with the inital PID being invalid. * Added directory accessor to support chdir before exec. * Minor documentation changes -0.0.4 2012-18-02 SymKat +0.000004 2012-18-02 SymKat * First release to cpan. * Refactoring and review by Matt S. Trout * I really changed the version this time! -0.0.3 2012-18-02 SymKat +0.000003 2012-18-02 SymKat * Test added for show_warnings. * Documentation updated for 0.0.2 changes. * Version changed this time. -0.0.2 2012-18-02 SymKat +0.000002 2012-18-02 SymKat * Default fork mode changed to double. * Added show_warnings command instead of alerting about DWIM actions. @@ -48,5 +48,5 @@ * redirect_before_fork added (default 1) * With a code ref, $self is passed (can $control->redriect_filehandles) -0.0.1 2012-02-02 SymKat +0.000001 2012-02-02 SymKat * Inital Commit From 4ff370c279d5111dc60252fd9c390f0fe183106f Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Tue, 16 Apr 2013 12:35:19 -0700 Subject: [PATCH 2/5] fix dates so they conform to ISO8601 (YYYY-MM-DD) --- Changes | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Changes b/Changes index 6048e0e..ad0d14f 100644 --- a/Changes +++ b/Changes @@ -4,17 +4,17 @@ * include the date and module version in the generated init file (Karen Etheridge) -0.000009 2012-19-04 SymKat +0.000009 2012-04-19 SymKat * Stole Moo's MANIFEST.SKIP -0.000008 2012-19-04 SymKat +0.000008 2012-04-19 SymKat * Added Makefile to MANIFEST.SKIP -0.000007 2012-15-04 SymKat +0.000007 2012-04-15 SymKat * Added user and group accessors to set uid/gid based on names * Updated docs. -0.000006 2012-15-04 SymKat +0.000006 2012-04-15 SymKat * PID file will be deleted on do_stop * PID file will be created by the target user when ->uid set * uid() and gid() now take strings as well (doherty) @@ -23,22 +23,22 @@ * Typo fixes * Mike Doherty (doherty) added to contrib (Thank you!) -0.000005 2012-18-02 SymKat +0.000005 2012-02-18 SymKat * Fixed an issue with the inital PID being invalid. * Added directory accessor to support chdir before exec. * Minor documentation changes -0.000004 2012-18-02 SymKat +0.000004 2012-02-18 SymKat * First release to cpan. * Refactoring and review by Matt S. Trout * I really changed the version this time! -0.000003 2012-18-02 SymKat +0.000003 2012-02-18 SymKat * Test added for show_warnings. * Documentation updated for 0.0.2 changes. * Version changed this time. -0.000002 2012-18-02 SymKat +0.000002 2012-02-18 SymKat * Default fork mode changed to double. * Added show_warnings command instead of alerting about DWIM actions. From 54e7b3c3020e580d4b41668a71c4bf7f52392f7b Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Tue, 16 Apr 2013 12:35:43 -0700 Subject: [PATCH 3/5] add missing version entry for most recent release --- Changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes b/Changes index ad0d14f..f73e9f0 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + +0.001000 2013-02-26 SymKat * fixed a warning on "uninitialized value $called_with in substitution" (Kromg) From 13f5d6b981d5b52e34863ed92ec7f1e9d2a3a89e Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Thu, 18 Apr 2013 11:35:52 -0700 Subject: [PATCH 4/5] document some other important changes in the last release --- Changes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changes b/Changes index f73e9f0..888d019 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,14 @@ * include the date and module version in the generated init file (Karen Etheridge) + * warn is used rather than printing to STDERR + * new options: kill_timeout, reload, umask, init_code, do_help + * new functions: do_help, trace + * pid file is now written as the current user, then chowned to the target user + * pid file is now written when single-forking + * gid is calculated when not provided but the uid is, avoiding some + warnings + 0.000009 2012-04-19 SymKat * Stole Moo's MANIFEST.SKIP From c9e0768e77ebeabd30eb67507b9a56518e98d847 Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Thu, 18 Apr 2013 11:36:16 -0700 Subject: [PATCH 5/5] done_testing requires Test::More 0.88 --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index e07a086..4642e6a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,6 +14,6 @@ requires 'POSIX' => '0'; requires 'Cwd' => '0'; requires 'File::Path' => '2.08'; -test_requires 'Test::More' => '0.42'; +test_requires 'Test::More' => '0.88'; WriteAll;