Merge pull request #1410 from s0undt3ch/develop

Update version, ChangeLog and AUTHORS for stable merge
This commit is contained in:
Pedro Algarvio 2020-01-21 18:18:11 +00:00 committed by GitHub
commit 6dcbe207e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
Justin Anderson justinta justin.ta@outlook.com
Justin Findlay jfindlay jfindlay@gmail.com
kgbsd
Karl Grzeszczak karlgrz
Kenneth Wilke KennethWilke
Kevin Quinn kevinquinnyo kevin.quinn@totalserversolutions.com

View file

@ -1,5 +1,9 @@
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:
* Fix busybox mktemp compatibility (stanzgy) #1369
* 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
__ScriptVersion="2019.11.04"
__ScriptVersion="2020.01.21"
__ScriptName="bootstrap-salt.sh"
__ScriptFullName="$0"