Vagrant v0.9.6 Release Notes

Release Date: 2012-02-07 // about 12 years ago
    • Fix strange issue with inconsistent childprocess reads on JRuby. [GH-711]
    • vagrant ssh does a direct exec() syscall now instead of going through the shell. This makes it so things like shell expansion oddities no longer cause problems. [GH-715]
    • Fix crashing case if there are no ports to forward.
    • Fix issue surrounding improper configuration of host only networks on RedHat guests. [GH-719]
    • NFS should work properly on Gentoo. [GH-706]