Update release announcement

This commit is contained in:
Mitchell Hashimoto 2010-07-23 22:54:40 -07:00
parent 2017b0f673
commit e676f2c70e
1 changed files with 15 additions and 0 deletions

View File

@ -14,6 +14,18 @@ for bugs to easily slip through. Because of this, I've decided to focus on Virtu
3.2.x. If you must use VirtualBox 3.1.x, please use an earlier version of Vagrant
(0.4.1 works nicely).
## Box URL Specification in Vagrantfile
Up until this point, the steps to share a project have been two-fold:
1. Checkout the project with the Vagrantfile and associated files
1. Ask coworker to download a box from some URL if they haven't already
This is now combined into a single step, since a box URL can be specified
with the `config.vm.box_url`. During a `vagrant up`, if the box specified
with `config.vm.box` doesn't exist, then Vagrant will download
the box from this URL under the configured name.
## NFS Shared Folders
It is a well known fact that VirtualBox shared folder performance degrades
@ -47,6 +59,9 @@ But now, SIGINT anytime you want, and Vagrant will properly clean up after
itself. Yes, you can even send an INT signal during an import or export,
and everything will work out.
And, if you don't actually care about a clean exit, just press Ctrl-C
again and any Vagrant commands will immediately exit.
## Huge Internal Changes
Most of the work from 0.4.x to 0.5.x has been "under the hood" in preparation