Bump version to 2014.02.27

This commit is contained in:
Pedro Algarvio 2014-02-27 08:01:36 +00:00
parent 1b02032c5a
commit 1f80b090c1
2 changed files with 2 additions and 3 deletions

View file

@ -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:

View file

@ -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"
#======================================================================================================================