Update changes log

This commit is contained in:
Pedro Algarvio 2014-08-23 23:32:03 +01:00
parent 63bde1f970
commit fedaac365d

View file

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