From 3b4719c6d37e6847adc8aeb7820cefd4a1cf9c64 Mon Sep 17 00:00:00 2001 From: rallytime Date: Thu, 7 Jul 2016 14:07:05 -0600 Subject: [PATCH 1/2] Update ChangeLog with new changes --- ChangeLog | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1392859..c1dd062 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,21 @@ +Version 2016.07.07: + * Add new contributors to authors list. (rallytime) #910 + * Split up python-requests and python-msgpack packages for newer Fedora. (rallytime) #909 + * Fix typo in repository configuration for FreeBSD. (ekollof) #907 + * Make sure $STABLE_REV is set before setting up SaltStack repo. (rallytime) #906 + * Remove tests written question from template. (rallytime) #904 + * Adding support for Linux Mint 18 (based on Ubuntu 16.04). (eliezerlp) #902 + * Allow git installation for SLES 12. (rallytime) #903 + * Set repo_arch for raspberry pi installs. (mrichar1) #899 + * Change temporary directory for storing executable to C:\Windows\Temp. (themalkolm) #897 + * add apt-transport-https for ubuntu. (epcim) #896 + * Fix expanding shell script position parameters with nounset enabled. (vutny) #895 + * RFC: Add tests for bootstrap-salt.ps1. (themalkolm) #893 + * Keep original name of salt executable executable. (themalkolm) #857 + Version 2016.06.27: - * Fix race condition when doing one-liner bootstrap - * Add space back in between 'install' and '--install' + * Fix race condition when doing one-liner bootstrap. (vutny) #889 + * Add space back in between 'install' and '--install'. (rallytime) #890 Version 2016.06.24: * Save invocation command and arguments into variables. (jfindlay) #885 From 7083fe2be0c0a58c2ba1f788a8011abac0cd3ab0 Mon Sep 17 00:00:00 2001 From: rallytime Date: Thu, 7 Jul 2016 14:07:55 -0600 Subject: [PATCH 2/2] Update script version to 2016.07.07 --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 2a52a3f..4d9f2cc 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -18,7 +18,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2016.06.27" +__ScriptVersion="2016.07.07" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"