From e98968adb86da542ba4f38c894a7947af0195f95 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Tue, 12 Nov 2013 00:54:44 +0000 Subject: [PATCH] Update changes log. --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0e8267f..35af90e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Version 1.5.10: + * Distro Support Fixed: + * Minimal Ubuntu installation might not have upstart installed, fixed. + + 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). @@ -6,7 +11,6 @@ Version 1.5.9: 2.6 but openSUSE split that into a separate package. * Fixed a logic preventing proper Ubuntu bootstrapping on some situations. - Version 1.5.8: * Fixed an Ubuntu regression. `add-apt-repository` is only available on `software-properties-common` after 12.10, inclusive. Thanks Diego Woitasen(diegows)