From 96efc3aec5dd8e45dc260ab58e4a41fefa9298e2 Mon Sep 17 00:00:00 2001 From: rallytime Date: Mon, 15 Aug 2016 12:56:27 -0600 Subject: [PATCH] Update changelog with recent PRs --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index c1dd062..1a80e94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Version 2016.08.15: + * Remove chris-lea python-zmq repo. (rallytime) #929 + * Disable the '--enablerepo=${_EPEL_REPO}' part of yum install cmds when passing -R/-r. (rallytime) #928 + * Fix grep pattern in `__check_services_sysvinit`. (vutny) #927 + * Missing python dependency for salt-cloud added. (toanju) #925 + * Fix git install mode when using commit hash with `-g` option. (vutny) #922 + * Install `salt-cloud` package with `-L` option in `stable` mode. (vutny) #919 + * Fix bootstrapping from Git on CentOS7 when `systemd` is not running. (vutny) #915 + Version 2016.07.07: * Add new contributors to authors list. (rallytime) #910 * Split up python-requests and python-msgpack packages for newer Fedora. (rallytime) #909