Merge pull request #849 from rallytime/release

Update changelog and version for 2016.05.11 release
This commit is contained in:
Nicole Thomas 2016-05-11 14:25:13 -06:00
commit c7e14acf36
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
Version 2016.05.11:
* Only overwrite the minion config file if '-C' is passed. Otherwise, preserve it. (rallytime) #848
Version 2016.05.10:
* Removed libzmq4 and forking-deamon-patch for Opensuse13. (jtand) #840
* Ubuntu 12.04 needs to be updated before installing packages. (jtand) #829

View file

@ -18,7 +18,7 @@
#======================================================================================================================
set -o nounset # Treat unset variables as an error
__ScriptVersion="2016.05.10"
__ScriptVersion="2016.05.11"
__ScriptName="bootstrap-salt.sh"
#======================================================================================================================