Vagrant v0.9.2 Release Notes

Release Date: 2012-01-20 // about 12 years ago
    • Support shell expansions in shared folder guest paths again. [GH-656]
    • Fix issue where Chef solo always expected the host to have a "cookbooks" folder in their directory. [GH-638]
    • Fix forward_agent not working when outside of blocks. [GH-651]
    • Fix issue causing custom guest implementations to not load properly.
    • Filter clear screen character out of output on SSH.
    • Log output now goes on stderr, since it is utility information.
    • Get rid of case where a NoMethodError could be raised while determining VirtualBox version. [GH-658]
    • Debian/Ubuntu uses ifdown again, instead of ifconfig xxx down, since the behavior seems different/wrong.
    • Give a nice error if :vagrant is used as a JSON key, since Vagrant uses this. [GH-661]
    • If there is only one bridgeable interface, use that without asking the user. [GH-655]
    • The shell will have color output if ANSICON is installed on Windows. [GH-666]