diff --git a/ChangeLog b/ChangeLog index 94a8c97..6520788 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2018-12-15 v 1.0.7 Mark Grant + * Update man page for post-rotate and setup CLAs + Update logrotate file to run script with -p CLA + Add setup function to write log location + If trace is true force verbose true + Refactor postrotate code into function and add CLA + Add function to retrieve the current log location + Follow dnsmasq rules for conf-file and conf-dir + Add missing option -v --verbose to the man page + Refactor Command Line processing into a function + Make relevant variables readonly + Adopt C-like loop coding style + Adopt if ... then on same line convention + Make variable verbose a proper boolean + Do not hard code variable outputprefix content + Refactor help text into function + 2018-11-08 v 1.0.6 Mark Grant * In the AutoTools installation section of README add an instruction to edit the first line of the logrotate file after installation to reflect diff --git a/NEWS b/NEWS index ce57732..665959a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +Release 1.0.7 2018-12-15 +Update man page for post-rotate and setup CLAs +Update logrotate file to run script with -p CLA +Add setup function to write log location +If trace is true force verbose true +Refactor postrotate code into function and add CLA +Add function to retrieve the current log location +Follow dnsmasq rules for conf-file and conf-dir +Add missing option -v --verbose to the man page +Refactor Command Line processing into a function +Make relevant variables readonly +Adopt C-like loop coding style +Adopt if ... then on same line convention +Make variable verbose a proper boolean +Do not hard code variable outputprefix content +Refactor help text into function + Release 1.0.6 2018-11-08 In the AutoTools installation section of README add an instruction to edit the first line of the logrotate file after installation to reflect