From a6acca8d9155d8b6a2e125dffba0205ff13a2fdf Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sun, 26 Jan 2014 17:54:20 +0000 Subject: [PATCH] Update changes log --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e0e2a42..301f30b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Version 1.5.11: + * Fixed an out of scope variable missed when moving functions around. + Version 1.5.10: * Salt no longer has the master branch in git, install from develop as default. * Installing from Git on Red Hat based distributions now also needs `yum-utils` installed. @@ -9,7 +12,6 @@ Version 1.5.10: * Minimal Ubuntu installation might not have upstart installed, fixed. * FreeBSD now uses the official FreeBSD repository. Thank You Paul Brian(lifeisstillgood)! - Version 1.5.9: * Allow to not start the daemons after bootstrapping salt. This will allow `vagrant-lxc` installations, `debootstrap*`, etc, to finish properly. Thanks Henrik Holmboe (holmboe).