-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
143 lines (127 loc) · 4.95 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
2024-04-28 v1.3.2 Mark Grant <m.grant.prg@gmail.com>
* git: Correct reasoning in some gitignore files
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
git: Standardise non-root gitignore file format
at: Upgrade bootstrap.sh to v1.6.0
2023-10-17 v1.3.1 Mark Grant <m.grant.prg@gmail.com>
* build(deps): bump actions/checkout from 2 to 4
dependabot[bot] (1):
bash: Bump dosab version to v1.3.0
at: Bump configure version to v1.3.0
at: Note - configure syntax from ./configure --help
man: Update CL syntax
bash: Update CL help
bash: man: Drop .sh extension from scripts in $PATH
all: Remove most in-file ChangeLogs and versioning
at: Upgrade bootstrap.sh to v1.5.7
Merge pull request #1 from m-grant-prg/dependabot/github_actions/actions/checkout-4
github: Add dependabot version update config
actions: Remove txt2man, rely on txt2manwrap dependencies
actions: Run on jammy
lxcu: Remove txt2man, rely on txt2manwrap dependencies
Mark Grant (13):
2023-07-06 v1.3.0 Mark Grant <m.grant.prg@gmail.com>
* at: Allow for v1.1.1~rc1 version numbering
bash: Suppress shellcheck warning 2181
bash: Double quote to prevent globbing and word splitting
lxcu: Add in-file help text
2023-03-30 v1.2.1 Mark Grant <m.grant.prg@gmail.com>
* actions: Run on ubuntu-latest
at: Update Copyright for 2023
at: Upgrade bootstrap.sh to v1.5.6
git: Update mailmap to v1.0.3
git: Update gitignore to v1.0.11
git: Update gitattributes to v1.0.4
editors: Update editorconfig to v1.0.4
at: Use AC_MSG_CHECKING where appropriate
at: Use AC_CONFIG_AUX_DIR
2021-11-26 v1.1.7 Mark Grant <m.grant.prg@gmail.com>
* at: Add AC_COPYRIGHT macro
all: Tighten SPDX tags
at: Upgrade bootstrap.sh to v1.4.10
git: Update mailmap to v1.0.2
git: Update gitignore tp v1.0.7
git: Update gitattributes to v1.0.2
at: Use git to enhance package version
lxcu: Add openSUSE
lxcu: Add Fedora
2021-08-30 v1.1.6 Mark Grant <m.grant.prg@gmail.com>
* at: Add subdir misc to DIST
at: Correct systemd action ordering
git: Upgrade .gitignore to v1.0.3
at: Upgrade bootstrap.sh to v1.4.9
git: Add gitattributes file
git: Add mailmap file
travis: Stop using Travis
actions: Initial build action setup
at: lxcu: Add lxc test build setup
travis: Bionic is the new minimum release
at: README: Correct git command
dosab.sh script still at v1.1.3
2020-02-23 v1.1.5 Mark Grant <m.grant.prg@gmail.com>
* at: Add program check for ping
at: Sort program checks alphabetically
at: Update bootstrap.sh to v1.4.7
bash: Move script_exit() before it is used
bash: Move std_cmd_err_handler() before it is used
dosab.sh script now at v1.1.3
2019-09-13 v1.1.4 Mark Grant <m.grant.prg@gmail.com>
* travis: Reinstate default build environment
at: Update bootstrap.sh to v1.4.5
at: configure.ac: Add header comments for --enable
at: configure.ac: Correct ARG_ENABLE message
at: configure.ac: Correct ARG_ENABLE help text
dosab.sh script still at v1.1.2
2019-06-21 v 1.1.3 Mark Grant <m.grant.prg@gmail.com>
* Initial setup for Travis CI build tests
README: point bootstrap.sh part at acmbuild wiki
Update bootstrap.sh to v1.4.4
Update project root gitignore to v1.0.2
dosab.sh script still at v1.1.2
2019-05-05 v 1.1.2 Mark Grant <m.grant.prg@gmail.com>
* Use eval where variables may contain quotes
Update bootstrap.sh to v1.4.3
Correct getopt CL WRT quoting
dosab.sh script now at v1.1.2
2019-04-26 v 1.1.1 Mark Grant <m.grant.prg@gmail.com>
* Change configure logger program check to warn
Replace #! env bash to abs path from configure
Revamp configure.ac to new standard format
README: Make package install references generic
README: Add copyright statement
Install standard GNU files such as NEWS etc
Make source tarball name == GitHub
Remove shebangs from Makefile.ams
Use more meaningful exit codes
Tidy up variable declarations
Use (( ... )) for numerics
Make loops and conditionals C-shaped
Standardise error handler function
Refactor into functions
Update bootstrap.sh to v1.4.2
Improve trap handling
Remove script_exit_code variable
Standardise output function
Example .list file only to contain stable repo
Add warning file is maintained by this package
dosab.sh script now at v1.1.1
2018-11-01 v 1.0.4 Mark Grant <m.grant.prg@gmail.com>
* srctarball to use -src- in filename
dosab.sh script still at v1.0.1
2018-10-12 v 1.0.3 Mark Grant <m.grant.prg@gmail.com>
* Ubuntu, Debian and Raspbian installation instructions have been
moved to the wiki following the introduction of a Bintray repo for
Debian and Raspbian installation. Leave a link to the wiki in the
README file.
2018-10-08 v 1.0.2 Mark Grant <m.grant.prg@gmail.com>
* Add symbolic link from README.md to README to provide better
appearance in Github.
Improve README.md content and appearance.
dosab.sh script still at v1.0.1
2018-09-30 v 1.0.1 Mark Grant <m.grant.prg@gmail.com>
* Initial release.
dosab.sh script at v1.0.1