Merge branch 'version_check_40'

This commit is contained in:
Mitchell Hashimoto 2011-07-19 14:40:56 -07:00
commit a0719d1414
2 changed files with 7 additions and 0 deletions

View File

@ -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]

View File

@ -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.