Update version, ChangeLog and AUTHORS for stable merge

This commit is contained in:
Pedro Algarvio 2020-01-21 17:50:34 +00:00
parent e44467e3ef
commit b8e3da692b
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
3 changed files with 6 additions and 1 deletions

View file

@ -86,6 +86,7 @@ Jorge Schrauwen sjorge sjorge@blackdot.be
Juan A. Moyano wincus wincus.public@gmail.com Juan A. Moyano wincus wincus.public@gmail.com
Justin Anderson justinta justin.ta@outlook.com Justin Anderson justinta justin.ta@outlook.com
Justin Findlay jfindlay jfindlay@gmail.com Justin Findlay jfindlay jfindlay@gmail.com
kgbsd
Karl Grzeszczak karlgrz Karl Grzeszczak karlgrz
Kenneth Wilke KennethWilke Kenneth Wilke KennethWilke
Kevin Quinn kevinquinnyo kevin.quinn@totalserversolutions.com Kevin Quinn kevinquinnyo kevin.quinn@totalserversolutions.com

View file

@ -1,5 +1,9 @@
Version TBD (In Progress on the Develop Branch): Version TBD (In Progress on the Develop Branch):
Version 2020.01.21:
* FreeBSD fixes (kgbsd) #1376
* Fix macOS support (s0undt3ch) #1397
Version 2019.11.04: Version 2019.11.04:
* Fix busybox mktemp compatibility (stanzgy) #1369 * Fix busybox mktemp compatibility (stanzgy) #1369
* Install debian 10 packages on debian 10 instead of 9 (kiemlicz) #1375 * Install debian 10 packages on debian 10 instead of 9 (kiemlicz) #1375

View file

@ -23,7 +23,7 @@
#====================================================================================================================== #======================================================================================================================
set -o nounset # Treat unset variables as an error set -o nounset # Treat unset variables as an error
__ScriptVersion="2019.11.04" __ScriptVersion="2020.01.21"
__ScriptName="bootstrap-salt.sh" __ScriptName="bootstrap-salt.sh"
__ScriptFullName="$0" __ScriptFullName="$0"