From 13f5d6b981d5b52e34863ed92ec7f1e9d2a3a89e Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Thu, 18 Apr 2013 11:35:52 -0700 Subject: [PATCH] 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