Skip to content

Commit

Permalink
Update ChangeLog and NEWS for new release
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Grant <[email protected]>
  • Loading branch information
m-grant-prg committed Sep 24, 2019
1 parent a3c704e commit ea26ef5
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
29 changes: 29 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
2019-09-24 v1.1.0 Mark Grant <[email protected]>
* at: Update bootstrap.sh to v1.4.5
travis: Initial project setup
at: Set configure args for distcheck in top makefile
git: Update project root gitignore to v1.0.2
README: Update bootstrap.sh section
README: Add copyright statement
README: Make package install references generic
bash: Use bash path from configure in shebang
at: Add standard AMFLAGS statement to top level
at: Remove useless shebangs from Makefile.ams
at: Install standard GNU files eg AUTHOR etc
at: Change source tarball name to equal GitHub
at: Remove v from package version string
at: configure.ac: Re-vamp to new standard format
bash: Ensure script_exit() defined before use
bash: Use more meaningful exit codes
bash: Use (( ... )) for numerics
bash: Refactor CL processing into function
bash: Use printf AOT echo
bash: Standardise trap handling
bash: Standardise script_exit() and std_cmd_err_handler()
bash: Standadrise output()
Refactor help output into a function
Adopt C shape for if, for, while etc statements
Better define version variables
Do not hardcode outputprefix
agmaint script now at v1.1.0

2018-10-31 v 1.0.21 Mark Grant <[email protected]>
* srctarball to use -src- in filename
agmaint script still at v1.0.8
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Release 1.1.0 2019-09-24
No fnctional changes.
Technical change information can be found in the ChangeLog file.

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

Expand Down

0 comments on commit ea26ef5

Please sign in to comment.