CHANGELOG.md in vagrant-0.6.3 vs CHANGELOG.md in vagrant-0.6.4

- old
+ new

@@ -1,7 +1,30 @@ -## 0.6.1 (September 27, 2010) +## 0.6.4 (October 4, 2010) - - Fix issues with Ruby 1.8.7 where Vagrant simply failed. + - Default VM name is now properly the parent folder of the working directory + of the environment. + - Added method to `TestHelpers` to assist with testing new downloaders. + - `up --no-provision` works again. This disables provisioning during the + boot process. + - Action warden doesn't do recovery process on `SystemExit` exceptions, + allowing the double ctrl-C to work properly again. [related to GH-166] + - Initial Vagrantfile is now heavily commented with various available + options. [GH-171] + - Box add checks if a box already exists before the download. [GH-170] + - NFS no longer attempts to clean exports file if VM is not created, + which was causing a stack trace during recovery. [related to GH-166] + - Basic validation added for Chef configuration (both solo and server). + - Top config class is now available in all `Vagrant::Config::Base` + subclasses, which is useful for config validation. + - Subcommand help shows proper full command in task listing. [GH-168] + - SSH gives error message if `ssh` binary is not found. [GH-161] + - SSH gives proper error message if VM is not running. [GH-167] + - Fix some issues with undefined constants in command errors. + +## 0.6.1, 0.6.2, 0.6.3 (September 27, 2010) + +A lot of quick releases which all were to fix issues with Ruby 1.8.7 +compatibility. ## 0.6.0 (September 27, 2010) - VM name now defaults to the name of the containing folder, plus a timestamp. This should make it easier to identify VMs in the VirtualBox GUI.