Bump version and update change log.

This commit is contained in:
Pedro Algarvio 2013-04-10 18:51:59 +01:00
parent 42c8980d7d
commit f1920dba6c
2 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,17 @@
Version 1.5.3:
* Return 0 or 1 from functions
* Convert several pipes into a single awk call
* Fixed `/etc/os-release` parsing
* Fixed `config_salt()`
* Distro Support Fixed:
* EPEL based installations (CentOS, Amazon Linux, RedHat)
* SuSE/OpenSUSE (problem running the script twice, ie, existing
`devel_languages_python` repository)
* SuSE 11 SP1 (pip based install and config trigger)
* Distro Support Added:
* Debian 7 (Only git installations at the moment)
Version 1.5.2:
* Fix issue with travis testing(it installs it's own ZeroMQ3 lib
* Allow setting the debug output from an environment variable
@ -9,6 +23,7 @@ Version 1.5.2:
* Distro Support Added:
* Trisquel 6.0 (Ubuntu 12.04)
Version 1.5.1:
* Improved unittesting.
* Starting daemons.
@ -25,6 +40,7 @@ Version 1.5.1:
* SuSE 11 SP1/11 SP2
* OpenSUSE 12.x
Version 1.5:
* First stable version of the script
* Support for:

View file

@ -16,7 +16,7 @@
# CREATED: 10/15/2012 09:49:37 PM WEST
#===============================================================================
set -o nounset # Treat unset variables as an error
ScriptVersion="1.5.2"
ScriptVersion="1.5.3"
ScriptName="bootstrap-salt.sh"
#===============================================================================