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 Dec 15, 2018
1 parent d3a499e commit 11753a9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
2018-12-15 v 1.0.7 Mark Grant <[email protected]>
* Update man page for post-rotate and setup CLAs
Update logrotate file to run script with -p CLA
Add setup function to write log location
If trace is true force verbose true
Refactor postrotate code into function and add CLA
Add function to retrieve the current log location
Follow dnsmasq rules for conf-file and conf-dir
Add missing option -v --verbose to the man page
Refactor Command Line processing into a function
Make relevant variables readonly
Adopt C-like loop coding style
Adopt if ... then on same line convention
Make variable verbose a proper boolean
Do not hard code variable outputprefix content
Refactor help text into function

2018-11-08 v 1.0.6 Mark Grant <[email protected]>
* In the AutoTools installation section of README add an instruction to
edit the first line of the logrotate file after installation to reflect
Expand Down
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Release 1.0.7 2018-12-15
Update man page for post-rotate and setup CLAs
Update logrotate file to run script with -p CLA
Add setup function to write log location
If trace is true force verbose true
Refactor postrotate code into function and add CLA
Add function to retrieve the current log location
Follow dnsmasq rules for conf-file and conf-dir
Add missing option -v --verbose to the man page
Refactor Command Line processing into a function
Make relevant variables readonly
Adopt C-like loop coding style
Adopt if ... then on same line convention
Make variable verbose a proper boolean
Do not hard code variable outputprefix content
Refactor help text into function

Release 1.0.6 2018-11-08
In the AutoTools installation section of README add an instruction to
edit the first line of the logrotate file after installation to reflect
Expand Down

0 comments on commit 11753a9

Please sign in to comment.