Skip to content

Commit a470691

Browse files
committed
at: Update ChangeLog and NEWS for new release
Signed-off-by: Mark Grant <[email protected]>
1 parent 810b8a8 commit a470691

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

Diff for: ChangeLog

+43
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
2024-04-15 v1.2.0 Mark Grant <[email protected]>
2+
* build(deps): bump actions/checkout from 2 to 4
3+
dependabot[bot] (1):
4+
test-data: Add etc4 test
5+
test-data: Add etc3 test
6+
test-data: Add etc2 test
7+
test-data: Make etc etc1 to allow for more tests
8+
test-data: Include some testing instructions
9+
bash: Use default location if no log location found
10+
bash: Absence of logrotate file is not an error
11+
bash: Do not quote string to be iterated over
12+
test-data: Move to make check
13+
test-data: Update for new script options
14+
bash: Provide --log-only CLA
15+
conf: Use --verbose in logrotate control file
16+
bash: Fix conditional parenthesis
17+
conf: Check logfile location in prerotate
18+
bash: man: Always update if new logfile location
19+
bash: Silence shellcheck false positive
20+
bash: Fix incorrect parenthesis
21+
bash: Fix for loop iteration
22+
at: Update Copyright for 2024
23+
git: Update mailmap to v1.0.4
24+
git: Update gitignore to v1.0.12
25+
git: Update gitattributes to v1.0.5
26+
editors: Update editorconfig to v1.0.6
27+
bash: Correct capitalisation
28+
man: Update CL syntax
29+
at: Improve CL syntax description
30+
bash: Improve CL syntax description
31+
all: Drop.sh extension from scripts in $PATH
32+
git: Standardise gitignore format
33+
all: Remove most in-file ChangeLogs and versioning
34+
at: Upgrade bootstrap.sh to v1.6.0
35+
bash: Use $(...) AOT legacy backticks
36+
bash: Quote RHS of != to prevent glob matching
37+
bash: Declare and assign variables separately
38+
bash: Silence unreachable code warning for trap function
39+
bash: Double quote to avoid globbing and word splitting
40+
Merge pull request #2 from m-grant-prg/dependabot/github_actions/actions/checkout-4
41+
github: Add dependabot version update config
42+
Mark Grant (46):
43+
144
2023-08-02 v1.1.1 Mark Grant <[email protected]>
245
* at: Add support for ~ in version number
346
lxcu: Remove txt2man, rely on txt2manwrap dependencies

Diff for: NEWS

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release 1.2.0 2024-04-15
2+
Use default location if no log location found.
3+
Absence of a logrotate control file is not an error.
4+
Introduce a --log-only CLA.
5+
Use --verbose in logrotate control file.
6+
Check log file location in prerotate.
7+
Always update if new log location.
8+
Drop .sh extension for scripts in $PATH.
9+
Technical change information can be found in the ChangeLog.
10+
111
Release 1.1.1 2023-08-02
212
No functional changes.
313
Technical change information can be found in the ChangeLog.

0 commit comments

Comments
 (0)