diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c7d5932f..168da36b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,10 @@ SSH port searching will fall back to that if it can't find any other port. [GH-375] +## 0.7.8 (July 19, 2011) + + - Make sure VirtualBox version check verifies that it is 4.0.x. + ## 0.7.7 (July 12, 2011) - Fix crashing bug with Psych and Ruby 1.9.2. [GH-411] diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 5080c5ecc..dc2517f00 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -153,6 +153,9 @@ en: Vagrant could not detect VirtualBox! Make sure VirtualBox is properly installed. If VirtualBox is installed, it may be an incorrect version. Vagrant currently requires VirtualBox 4.0.x. Please install the proper version to continue. + + If you have an older or newer version of VirtualBox, please make sure you're + using the proper version of Vagrant. Ask the mailing list if you have questions. virtualbox_not_detected_win64: |- Vagrant could not detect VirtualBox! Make sure VirtualBox is properly installed with version 4.0.0 or higher.