From ea26ef5ea82220443051952422a1ff08b2bdaa7b Mon Sep 17 00:00:00 2001 From: Mark Grant Date: Tue, 24 Sep 2019 09:15:08 +0100 Subject: [PATCH] Update ChangeLog and NEWS for new release Signed-off-by: Mark Grant --- ChangeLog | 29 +++++++++++++++++++++++++++++ NEWS | 4 ++++ 2 files changed, 33 insertions(+) diff --git a/ChangeLog b/ChangeLog index b789587..07fe949 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2019-09-24 v1.1.0 Mark Grant + * at: Update bootstrap.sh to v1.4.5 + travis: Initial project setup + at: Set configure args for distcheck in top makefile + git: Update project root gitignore to v1.0.2 + README: Update bootstrap.sh section + README: Add copyright statement + README: Make package install references generic + bash: Use bash path from configure in shebang + at: Add standard AMFLAGS statement to top level + at: Remove useless shebangs from Makefile.ams + at: Install standard GNU files eg AUTHOR etc + at: Change source tarball name to equal GitHub + at: Remove v from package version string + at: configure.ac: Re-vamp to new standard format + bash: Ensure script_exit() defined before use + bash: Use more meaningful exit codes + bash: Use (( ... )) for numerics + bash: Refactor CL processing into function + bash: Use printf AOT echo + bash: Standardise trap handling + bash: Standardise script_exit() and std_cmd_err_handler() + bash: Standadrise output() + Refactor help output into a function + Adopt C shape for if, for, while etc statements + Better define version variables + Do not hardcode outputprefix + agmaint script now at v1.1.0 + 2018-10-31 v 1.0.21 Mark Grant * srctarball to use -src- in filename agmaint script still at v1.0.8 diff --git a/NEWS b/NEWS index 35f2605..134dee7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Release 1.1.0 2019-09-24 +No fnctional changes. +Technical change information can be found in the ChangeLog file. + Release 1.0.21 2018-10-31 srctarball to use -src- in filename