diff --git a/ChangeLog b/ChangeLog index 6520788..f8f76a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2018-12-22 v 1.0.8 Mark Grant + * configure.ac Add checks for echo, printf and find + Update Errors section of man page + Use EX_NOINPUT for missing logrotate file + Introduce more meaningful exit codes + Propogate exit code as function argument + Replace echo with more standardised printf + Fine tune new configure.ac format + Add non-Makefiles with AC_CONFIG_FILES comment + Re-format configure.ac to new standard format + 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 diff --git a/NEWS b/NEWS index 665959a..a11d4f9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Release 1.0.8 2018-12-22 +configure.ac Add checks for echo, printf and find +Update Errors section of man page +Use EX_NOINPUT for missing logrotate file +Introduce more meaningful exit codes +Propogate exit code as function argument +Replace echo with more standardised printf +Fine tune new configure.ac format +Add non-Makefiles with AC_CONFIG_FILES comment +Re-format configure.ac to new standard format + 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