2024-05-05 v1.2.2 Mark Grant <m.grant.prg@gmail.com>
	* build(deps): bump actions/checkout from 2 to 4
dependabot[bot] (1):

	git: Correct reasoning in gitignore file
	all: Drop.sh extension from scripts in $PATH
	bash: Silence possible cd failure warning
	bash: Avoid masking return values
	bash: Silence unreachable code warning for trap function
	bash: Double quote to prevent globbing and word splitting
	bash: Remove unused variable
	man: Update CL syntax
	at: Improve CL syntax description
	bash: Improve CL syntax description
	at: Update Copyright for 2024
	all: Remove most in-file ChangeLogs and versioning
	git: Standardise on non-root gitignores
	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
	at: Upgrade bootstrap.sh to v1.6.0
	Merge pull request #1 from m-grant-prg/dependabot/github_actions/actions/checkout-4
	github: Add dependabot version update config
Mark Grant (24):

2023-08-05 v1.2.1 Mark Grant <m.grant.prg@gmail.com>
	* at: Support ~ in version number
	actions: Remove txt2man, rely on txt2manwrap dependencies
	actions: Run on jammy
	lxcu: Remove txt2man, rely on txt2manwrap dependencies
	lxcu: Add in-file help text
	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_CONFIG_AUX_DIR

2021-11-24 v1.1.2 Mark Grant <m.grant.prg@gmail.com>
	* at: Add AC_COPYRIGHT macro
	all: Tighten SPDX tag
	at: Upgrade bootstrap.sh to v1.4.10
	git: Update mailmap to v1.0.2
	git: Update gitignore to v1.0.7
	git: Update gitattributes to v1.0.2
	at: Use git to enhance package version
	lxcu: Add openSUSE
	lxcu: Add Fedora
	at: Add misc directory to DIST

2021-07-03 v1.1.1 Mark Grant <m.grant.prg@gmail.com>
	* 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: Update Copyright for 2020
	at: README: Correct git command
	bash: Re-factor config file handling
	bash: Ensure CONFIG_STAGING is n in new config file
	bash: Remove key requirement in new config file

2019-10-17 v1.1.0 Mark Grant <m.grant.prg@gmail.com>
	*  at: Update bootstrap.sh to v1.4.5
	at: configure.ac: Fix header comment formatting
	travis: Initial setup
	at: Set configure args for distcheck in top makefile
	git: Update project root gitignore to v1.0.2
	at: README: Update bootstrap.sh section
	man: Update Copyright statement format
	at: README: Add Copyright statement
	at: README: Make package install reference generic
	at: Remove unnecessary shebangs from Makefile.ams
	at: Install standard GNU files such as AUTHORS
	at: Change source tarball name to equal GitHub
	at: bash: Use bash location from configure
	at: Revamp configure.ac to new standard layout
	bash: Tidy up variable scope
	bash: man: Use more meaningful exit codes
	bash: Correct help text on syntax
	bash: Remove duplicate info in file header
	bash: Prefer printf AOT echo
	bash: Prefer [[ ... ]] construct AOT [ ... ]
	bash: Use (( ... )) construct for numerics
	bash: Refactor installation into a function
	bash: Refactor prepare and make into a function
	bash: Refactor create new config file into function
	bash: Refactor CLA validity checking into function
	bash: Allow persist with any number of arguments
	bash: Fix getopt processing
	bash: Fix copy and paste error
	bash: Refactor CL processing into function
	bash: Add permissions checks to proc_config_file()
	bash: Refactor config file read into function
	bash: Only create conffile with --persist option
	bash: Make write_file() (over)write file
	bash: Make conffile contain full path
	bash: Add error checking to config write_file()
	bash: Standardise function header comments
	bash: Standardise trap handling
	bash: Standardise std_cmd_err_handler()
	bash: Standardise script_exit()
	bash: Standardise output()
	bash: Refactor help text into function
	bash: Use true booleans
	bash: Make ifs and loops C shape
	bash: Do not hardcode outputprefix
	kern-bld.sh script now at version 1.1.1

2018-10-31 v 1.0.15 Mark Grant <m.grant.prg@gmail.com>
	*  srctarball to use -src- in filename
	kern-bld.sh script still at version 1.0.11

2018-10-19 v 1.0.14 Mark Grant <m.grant.prg@gmail.com>
	*  Add markdown symlink for better presentation on GitHub.
	Update README to refer to the new wiki.
	kern-bld.sh script still at version 1.0.11

2018-08-27 v 1.0.13 Mark Grant <m.grant.prg@gmail.com>
	*  There have been enough minor project infrastructure changes to
	warrant a new release. No functionality changes.
	kern-bld.sh script still at version 1.0.11

2018-04-29 v 1.0.12 Mark Grant <m.grant.prg@gmail.com>
	*  Use olddefconfig instead of silentoldconfig to take default values
	for any new symbols.
	kern-bld.sh script now at version 1.0.11

2018-04-10 v 1.0.11 Mark Grant <m.grant.prg@gmail.com>
	*  Update this project bootstrap.sh to latest version 1.3.4.
	Improve README file.
	Change package versioning to a hard-coded configure value due to use
	of source tarballs started with new use of github.
	Add a make target srctarball to make a source tarball. This can be used
	in the same way as github's source tarball enabling 1 package methodolgy
	irrespective of source repository.

2018-02-24 v 1.0.10 Mark Grant <m.grant.prg@gmail.com>
	*  Standardise on misc directory.
	Add standard AutoTools bootstrap script.
	Bring project structure up to latest standard.

2017-12-08 v 1.0.9 Mark Grant <m.grant.prg@gmail.com>
	*  Adopt normal exit code policy; 0 on success, 1 on failure.
	Add SPDX license tags to source files.
	Add project-wide TODO file.
	Determine the manual section from the target file suffix. If the
	suffix is blank (foo.) or if there is no suffix (foo) then error out.
	Update man page copyright span attribution.
	kern-bld.sh script now at version 1.0.10

2017-08-28 v 1.0.8 Mark Grant <m.grant.prg@gmail.com>
	*  Add -j --jobs command line argument and corresponding concurrency
	parameter in the config file. This allows specification of the number
	of parallel processes to use in the build. This value can be persisted
	with the -p option.
	kern-bld.sh script now at version 1.0.8

2017-07-01 v 1.0.7 Mark Grant <m.grant.prg@gmail.com>
	*  Enforce 80 column rule.
	kern-bld.sh script now at version 1.0.7

2017-06-29 v 1.0.6 Mark Grant <m.grant.prg@gmail.com>
	*  Remove exclusions from lsmod output as it causes a VirtualBox guest
	screen size issue. Probably a change due to Ubuntu 17.04.
	kern-bld.sh script now at version 1.0.6

2017-05-01 v 1.0.5 Mark Grant <m.grant.prg@gmail.com>
	*  Add make silentoldconfig and make prepare to both new and update
	options.
	Apply standards from atbre Template v1.0.0

2016-07-12 v 1.0.4 Mark Grant <m.grant.prg@gmail.com>
	*  Change make install to use sudo. Allows new / update options to
	combine with install option.

2016-07-09 v 1.0.3 Mark Grant <m.grant.prg@gmail.com>
	*  Use build AOT source directory for temporary lsmod file.

2016-07-08 v 1.0.2 Mark Grant <m.grant.prg@gmail.com>
	*  Change command line parameters from objectdir & sourcedir to
	object-dir & source-dir.
	Remove hard-coded source and build directories from path. Now just uses
	object-dir & source-dir as entered.
	Due to above change the lsmod input file is now created in the actual
	source directory, so remove after use.
	Add command line argument option for specifying the kernel config file
	to copy in.
	Ensure cd back to original directory.

2016-07-07 v 1.0.1 Mark Grant <m.grant.prg@gmail.com>
	*  Initial release.
