From bd4dc0926fb9815f64353049faf294c81455769d Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Mon, 4 May 2015 11:01:26 +0100 Subject: [PATCH] Bump version for stable release --- ChangeLog | 3 +-- bootstrap-salt.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ef1ee76..4e76469 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 2015.xx.xx: +Version 2015.05.04: * Fix the configuration path for FreeBSD. #567/#552. Thanks Ronald van Zantvoort(The-Loeki). + Fix non grouping support in POSIX sed. Thanks Ronald van Zantvoort(The-Loeki). * Add Debian 8 support. Thanks Matt Black(mafrosis) @@ -13,7 +13,6 @@ Version 2015.xx.xx: * Install tornado on git installs for the develop branch if necessary. #580 * Add support for Ubuntu 15.04 - Version 2015.03.15: * Add multi-master support. Thanks Fred Reimer(freimer). #555 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 116ee51..78986e8 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="2015.03.15" +__ScriptVersion="2015.05.04" __ScriptName="bootstrap-salt.sh" #======================================================================================================================