Update CHANGELOG

This commit is contained in:
Seth Vargo 2015-05-30 21:41:06 -07:00
parent 07efee776e
commit 30308f7b53
1 changed files with 7 additions and 6 deletions

View File

@ -7,12 +7,12 @@ IMPROVEMENTS:
- core: improve message when adding a box from a file path [GH-5395]
- core: add support for network gateways [GH-5721]
- core: allow redirecting stdout and stderr in the UI [GH-5433]
- guests/darwin: Support inserting generated key [GH-5204]
- guests/darwin: Support mounting SMB shares [GH-5750]
- guests/fedora: Support Fedora 21. [GH-5277]
- guests/redhat: Support Scientific Linux 7 [GH-5303]
- guests/photon: Initial support [GH-5612]
- guests/solaris,solaris11: Support inserting generated key [GH-5182]
- guests/darwin: support inserting generated key [GH-5204]
- guests/darwin: support mounting SMB shares [GH-5750]
- guests/fedora: support Fedora 21. [GH-5277]
- guests/redhat: support Scientific Linux 7 [GH-5303]
- guests/photon: initial support [GH-5612]
- guests/solaris,solaris11: support inserting generated key [GH-5182]
[GH-5290]
- provisioners/chef: add capability for checking if Chef is installed on Windows [GH-5669]
- provisioners/puppet: add support for Puppet 4 and configuration options [GH-5601]
@ -37,6 +37,7 @@ BUG FIXES:
- core: update ssh to check for Plink [GH-5604]
- core: do not report plugins as installed when plugins are disabled [GH-5698, GH-5430]
- core: Only take files when packaging a box to avoid duplicates [GH-5658, GH-5657]
- core: escape curl urls and authentication [GH-5677]
- core/cli: fix box checksum validation [GH-4665, GH-5221]
- core/windows: allow Windows UNC paths to allow more than 256
characters [GH-4815]