2010-07-29 03:34:29 +00:00
|
|
|
## 0.5.1 (unreleased)
|
|
|
|
|
2010-07-30 16:38:45 +00:00
|
|
|
- Fixed NFS erroring when NFS wasn't even enabled if `/etc/exports` doesn't
|
|
|
|
exist. [GH-126]
|
2010-07-30 03:26:02 +00:00
|
|
|
- Fixed `vagrant resume` to properly resume a suspended VM. [GH-122]
|
2010-07-30 03:15:38 +00:00
|
|
|
- Fixed `halt`, `destroy`, `reload` to where they failed if the VM was
|
|
|
|
in a saved state. [GH-123]
|
2010-07-29 04:34:28 +00:00
|
|
|
- Added `config.chef.recipe_url` which allows you to specify a URL to
|
|
|
|
a gzipped tar file for chef solo to download cookbooks. See the
|
|
|
|
[chef-solo docs](http://wiki.opscode.com/display/chef/Chef+Solo#ChefSolo-RunningfromaURL) for more information.
|
2010-07-30 03:15:38 +00:00
|
|
|
[GH-121]
|
2010-07-29 03:34:29 +00:00
|
|
|
- Added `vagrant box repackage` which repackages boxes which have
|
|
|
|
been added. This is useful in case you want to redistribute a base
|
2010-07-30 03:15:38 +00:00
|
|
|
box you have but may have lost the actual "box" file. [GH-120]
|
2010-07-29 03:34:29 +00:00
|
|
|
|
|
|
|
## Previous
|
|
|
|
|
|
|
|
The changelog began with version 0.5.1 so any changes prior to that
|
|
|
|
can be seen by checking the tagged releases and reading git commit
|
|
|
|
messages.
|
|
|
|
|