From df33c1c2310576ee5f5e9b37edefe95e29b86bc3 Mon Sep 17 00:00:00 2001 From: Mark Grant Date: Sat, 22 Dec 2018 10:25:09 +0000 Subject: [PATCH] Update ChangeLog and NEWS for new release Signed-off-by: Mark Grant --- ChangeLog | 11 +++++++++++ NEWS | 11 +++++++++++ 2 files changed, 22 insertions(+) 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