CHANGELOG.md in vagrant-0.6.8 vs CHANGELOG.md in vagrant-0.6.9

- old
+ new

@@ -1,5 +1,20 @@ -## 0.6.8 (unreleased) +## 0.6.9 (December 21, 2010) + + - Puppet provisioner. [GH-223] + - Solaris system configurable to use `sudo`. + - Solaris system registered, so it can be set with `:solaris`. + - `vagrant package` include can be a directory name, which will cause the + contents to be recursively copied into the package. [GH-241] + - Arbitrary options to puppet binary can be set with `config.puppet.options`. [GH-242] + - BSD hosts use proper GNU sed syntax for clearing NFS shares. [GH-243] + - Enumerate VMs in a multi-VM environment in order they were defined. [GH-244] + - Check for VM boot changed to use `timeout` library, which works better with Windows. + - Show special error if VirtualBox not detected on 64-bit Windows. + - Show error to Windows users attempting to use host only networking since + it doesn't work yet. + +## 0.6.8 (November 30, 2010) - Network interfaces are now up/down in distinct commands instead of just restarting "networking." [GH-192] - Add missing translation for chef binary missing. [GH-203] - Fix default settings for Opscode platform and comments. [GH-213]