From f1920dba6cc79ec6abf427dde75718bc5e326f5e Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 10 Apr 2013 18:51:59 +0100 Subject: [PATCH] Bump version and update change log. --- ChangeLog | 16 ++++++++++++++++ bootstrap-salt.sh | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ad18f70..03f0cee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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: diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index ac4a69e..9429460 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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" #===============================================================================