CHANGELOG.md in vagrant-0.7.1 vs CHANGELOG.md in vagrant-0.7.2
- old
+ new
@@ -1,4 +1,16 @@
+## 0.7.2 (February 8, 2011)
+
+ - Update JSON dependency to 1.5.1, which works with Ruby 1.9 on
+ Windows.
+ - Fix sudo issues on sudo < 1.7.0 (again).
+ - Fix race condition in SSH, which specifically manifested itself in
+ the chef server provisioner. [GH-295]
+ - Change sudo shell to use `bash` (configurable). [GH-301]
+ - Can now set mac address of host only network. [GH-294]
+ - NFS shared folders with spaces now work properly. [GH-293]
+ - Failed SSH commands now show output in error message. [GH-285]
+
## 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.