From 1f80b090c11d9d456f505033e35d065c5e2b662d Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 27 Feb 2014 08:01:36 +0000 Subject: [PATCH] Bump version to 2014.02.27 --- ChangeLog | 3 +-- bootstrap-salt.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 50085a7..6d01127 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,10 @@ -Version 2014.xx.xx: +Version 2014.02.27: * Fixed a bug on the services enabled function searching logic. * Arch, Fedora, openSUSE and SuSE now check for services enabled, if using systemd * CentOS(and any RedHat based) and Ubuntu now check for services enabled is using upstart * Distro Support Added: * Debian 8. Thank You Boris Feld(Lothiraldan). - Version 2014.02.19: * Fixed a problem with the quotes of an error message * Distro Support Fixed: diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 3805433..0dcf4cf 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -17,7 +17,7 @@ # CREATED: 10/15/2012 09:49:37 PM WEST #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2014.02.19" +__ScriptVersion="2014.02.27" __ScriptName="bootstrap-salt.sh" #======================================================================================================================