Release 1.2.2 2024-05-05
No functional changes.
Technical change information can be found in the ChangeLog.

Release 1.2.1 2023-08-05
No functional changes.
Technical change information can be found in the ChangeLog.

Release 1.1.2 2021-11-24
No functional changes.
Technical change information can be found in the ChangeLog.

Release 1.1.1 2021-07-03
No functional changes.
Technical change information can be found in the ChangeLog.

Release 1.1.0 2019-10-17
No functional changes.
Technical change information can be found in the ChangeLog.

Release 1.0.15 2018-10-31
srctarball to use -src- in filename

Release 1.0.14 2018-10-19
Add markdown symlink for better presentation on GitHub.
Update README to refer to the new wiki.

Release 1.0.13 2018-08-27
There have been enough minor project infrastructure changes to warrant a new
release. No functionality changes.

Release 1.0.12 2018-04-29
Use olddefconfig instead of silentoldconfig to take default values for any new
symbols.

Release 1.0.11 2018-04-10
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.

Release 1.0.10 2018-02-24
Standardise on misc directory.
Add standard AutoTools bootstrap script.
Bring project structure up to latest standard.

Release 1.0.9 2017-12-08
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.

Release 1.0.8 2017-08-28
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.

Release 1.0.7 2017-07-01
Enforce 80 column rule.

Release 1.0.6 2017-06-29
Remove exclusions from lsmod output as it causes a VirtualBox guest screen size
issue. Probably a change due to Ubuntu 17.04.

Release 1.0.5 2017-05-01
Add make silentoldconfig and make prepare to both new and update options.
Apply standards from atbre Template v1.0.0

Release 1.0.4 2016-07-12
Change make install to use sudo. Allows new / update options to combine with
install option.

Release 1.0.3 2016-07-09
Use build AOT source directory for temporary lsmod file.

Release 1.0.2 2016-07-08
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.

Release 1.0.1 2016-07-07
Initial release.
