CHANGELOG.md in vagrant-0.7.0 vs CHANGELOG.md in vagrant-0.7.1
- old
+ new
@@ -1,4 +1,22 @@
+## 0.7.1 (January 28, 2011)
+
+ - Change error output with references to VirtualBox 3.2 to 4.0.
+ - Internal SSH through net-ssh now uses `IdentitiesOnly` thanks to
+ upstream net-ssh fix.
+ - Fix issue causing warnings to show with `forwardx11` enabled for SSH. [GH-279]
+ - FreeBSD support for host only networks, NFS, halting, etc. [GH-275]
+ - Make SSH commands which use sudo compatible with sudo < 1.7.0. [GH-278]
+ - Fix broken puppet server provisioner which called a nonexistent
+ method.
+ - Default SSH host changed from `localhost` to `127.0.0.1` since
+ `localhost` is not always loopback.
+ - New `shell` provisioner which simply uploads and executes a script as
+ root on the VM.
+ - Gentoo host only networking no longer fails if alrady setup. [GH-286]
+ - Set the host name of your guest OS with `config.vm.host_name` [GH-273]
+ - `vagrant ssh-config` now outputs the configured `config.ssh.host`
+
## 0.7.0 (January 19, 2011)
- VirtualBox 4.0 support. Support for VirtualBox 3.2 is _dropped_, since
the API is so different. Stay with the 0.6.x series if you have VirtualBox
3.2.x.