Merge branch 'version_check_40'
This commit is contained in:
commit
a0719d1414
|
@ -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]
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue