From a39fc73852c1818bb15db4c1e79c44fca8fed1c4 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 12 Dec 2013 14:47:27 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 703eaeb43..25414dd77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,10 @@ IMPROVEMENTS: dramatically increased. * builder/amazon/all: Copying AMIs to multiple regions now happens 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 upload manifests to the remote machine for imports. [GH-655] @@ -50,6 +54,7 @@ BUG FIXES: parallel builds. [GH-689] * builder/amazon/instance: Add location flag to upload bundle command 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 get stuck with ISO. [GH-685] * builder/vmware: File cleanup is more resilient to file delete races