CHANGELOG.md in vagrant-0.7.0.beta2 vs CHANGELOG.md in vagrant-0.7.0

- old
+ new

@@ -1,7 +1,10 @@ -## 0.7.0.beta2 (January 13, 2010) +## 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. - Puppet server provisioner. [GH-262] - Use numeric uid/gid in mounting shared folders to increase portability. [GH-252] - HTTP downloading follows redirects. [GH-163] - Downloaders have clearer output to note what they're doing. - Shared folders with no guest path are not automounted. [GH-184] @@ -21,20 +24,17 @@ - RedHat (CentOS included) guests now support host only networks. [GH-260] - New Vagrantfile syntax for enabling and configuring provisioners. This change is not backwards compatible. [GH-265] - Provisioners are now RVM-friendly, meaning if you installed chef or puppet with an RVM managed Ruby, Vagrant now finds then. [GH-254] - -## 0.7.0.beta (December 24, 2010) - - - 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. - Changed the unused host only network destroy mechanism to check for uselessness after the VM is destroyed. This should result in more accurate checks. - Networks are no longer disabled upon halt/destroy. With the above change, its unnecessary. + - Puppet supports `module_path` configuration to mount local modules directory + as a shared folder and configure puppet with it. [GH-270] + - `ssh-config` now outputs `127.0.0.1` as the host instead of `localhost`. ## 0.6.9 (December 21, 2010) - Puppet provisioner. [GH-223] - Solaris system configurable to use `sudo`.