Update changes log.

This commit is contained in:
Pedro Algarvio 2013-11-12 00:54:44 +00:00
parent 74e86935c2
commit e98968adb8

View file

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