From a470691b6f56f6a66fc16df43a05513e8591e36d Mon Sep 17 00:00:00 2001 From: Mark Grant Date: Mon, 15 Apr 2024 10:05:03 +0100 Subject: [PATCH] at: Update ChangeLog and NEWS for new release Signed-off-by: Mark Grant --- ChangeLog | 43 +++++++++++++++++++++++++++++++++++++++++++ NEWS | 10 ++++++++++ 2 files changed, 53 insertions(+) diff --git a/ChangeLog b/ChangeLog index 976822a..2946380 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2024-04-15 v1.2.0 Mark Grant + * build(deps): bump actions/checkout from 2 to 4 + dependabot[bot] (1): + test-data: Add etc4 test + test-data: Add etc3 test + test-data: Add etc2 test + test-data: Make etc etc1 to allow for more tests + test-data: Include some testing instructions + bash: Use default location if no log location found + bash: Absence of logrotate file is not an error + bash: Do not quote string to be iterated over + test-data: Move to make check + test-data: Update for new script options + bash: Provide --log-only CLA + conf: Use --verbose in logrotate control file + bash: Fix conditional parenthesis + conf: Check logfile location in prerotate + bash: man: Always update if new logfile location + bash: Silence shellcheck false positive + bash: Fix incorrect parenthesis + bash: Fix for loop iteration + at: Update Copyright for 2024 + git: Update mailmap to v1.0.4 + git: Update gitignore to v1.0.12 + git: Update gitattributes to v1.0.5 + editors: Update editorconfig to v1.0.6 + bash: Correct capitalisation + man: Update CL syntax + at: Improve CL syntax description + bash: Improve CL syntax description + all: Drop.sh extension from scripts in $PATH + git: Standardise gitignore format + all: Remove most in-file ChangeLogs and versioning + at: Upgrade bootstrap.sh to v1.6.0 + bash: Use $(...) AOT legacy backticks + bash: Quote RHS of != to prevent glob matching + bash: Declare and assign variables separately + bash: Silence unreachable code warning for trap function + bash: Double quote to avoid globbing and word splitting + Merge pull request #2 from m-grant-prg/dependabot/github_actions/actions/checkout-4 + github: Add dependabot version update config + Mark Grant (46): + 2023-08-02 v1.1.1 Mark Grant * at: Add support for ~ in version number lxcu: Remove txt2man, rely on txt2manwrap dependencies diff --git a/NEWS b/NEWS index ca2023f..5ab7e5b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Release 1.2.0 2024-04-15 +Use default location if no log location found. +Absence of a logrotate control file is not an error. +Introduce a --log-only CLA. +Use --verbose in logrotate control file. +Check log file location in prerotate. +Always update if new log location. +Drop .sh extension for scripts in $PATH. +Technical change information can be found in the ChangeLog. + Release 1.1.1 2023-08-02 No functional changes. Technical change information can be found in the ChangeLog.