Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-12-12 14:47:27 -08:00
parent 80c2f0fcd0
commit a39fc73852
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,10 @@ IMPROVEMENTS:
dramatically increased. dramatically increased.
* builder/amazon/all: Copying AMIs to multiple regions now happens * builder/amazon/all: Copying AMIs to multiple regions now happens
in parallel. [GH-495] in parallel. [GH-495]
* builder/qemu: Floppy files are supported. [GH-686]
* builder/qemu: Next `run_once` option tells Qemu to run only once,
which is useful for Windows installs that handle reboots for you.
[GH-687]
* provisioner/puppet-masterless: Can now specify a `manifest_dir` to * provisioner/puppet-masterless: Can now specify a `manifest_dir` to
upload manifests to the remote machine for imports. [GH-655] upload manifests to the remote machine for imports. [GH-655]
@ -50,6 +54,7 @@ BUG FIXES:
parallel builds. [GH-689] parallel builds. [GH-689]
* builder/amazon/instance: Add location flag to upload bundle command * builder/amazon/instance: Add location flag to upload bundle command
so that building AMIs works out of us-east-1 [GH-679] so that building AMIs works out of us-east-1 [GH-679]
* builder/qemu: Qemu arguments are templated. [GH-688]
* builder/vmware: Cleanup of VMX keys works properly so cd-rom won't * builder/vmware: Cleanup of VMX keys works properly so cd-rom won't
get stuck with ISO. [GH-685] get stuck with ISO. [GH-685]
* builder/vmware: File cleanup is more resilient to file delete races * builder/vmware: File cleanup is more resilient to file delete races