Vagrant v0.9.4 Release Notes

Release Date: 2012-01-28 // over 12 years ago
    • Important internal changes to middlewares that make plugin developer's lives much easier. [GH-684]
    • Match VM names that have parens, brackets, etc.
    • Detect when the VirtualBox kernel module is not loaded and error. [GH-677]
    • Set :auto_config to false on any networking option to not automatically configure it on the guest. [GH-663]
    • NFS shared folder guest paths can now contain shell expansion characters such as ~.
    • NFS shared folders with a :create flag will have their host folders properly created if they don't exist. [GH-667]
    • Fix the precedence for Arch, Ubuntu, and FreeBSD host classes so they are properly detected. [GH-683]
    • Fix issue where VM import sometimes made strange VirtualBox folder layouts. [GH-669]
    • Call proper id command on Solaris. [GH-679]
    • More accurate VBoxManage error detection.
    • Shared folders can now be marked as transient using the :transient flag. [GH-688]