Vagrant v0.6.5 Release Notes

Release Date: 2010-10-08 // over 13 years ago
    • Validations on base MAC address to avoid situation described in GH-166, GH-181 from ever happening again.
    • Properly load sub-VM configuration on first-pass of config loading. Solves a LOT of problems with multi-VM. [GH-166] [GH-181]
    • Configuration now only validates on final Vagrantfile proc, so multi-VM validates correctly.
    • A nice error message is given if ".vagrant" is a directory and therefore can't be accessed. [GH-172]
    • Fix plugin loading in a Rails 2.3.x project. [GH-176]