From fedaac365de1abf176cfda8aee0f3f8af1d81587 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sat, 23 Aug 2014 23:32:03 +0100 Subject: [PATCH] Update changes log --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8501f7b..1e4b31a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Version 2014.xx.xx: + * Skip service checks for `salt-api`, since this should be an opt-in service not necessarily + meant to start at boot time. + * Distro Support Fixes: + * Also install the salt-api service on RHEL based distributions for git based + installations. + + Version 2014.08.23: * Avoid redirect breakage when installing EPEL with rpm on RHEL 5 * Ensure python-apt is installed by the bootstrap script for Debian & Ubuntu minions. Thanks @@ -15,7 +23,6 @@ Version 2014.08.23: running which ended up causing a most stubborn bug that's documented in https://github.com/saltstack/salt/issues/12248 - Version 2014.07.29: * Shallow clone Salt's repository for speed improvements. In case of failure, resume old behaviour.