From 72aea0459f5b265e17848e25a3ddffbde1c0f92e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 14 Oct 2014 16:07:49 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 413d31229..c96866715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ BUG FIXES: * builder/parallels: Ignore 'The fdd0 device does not exist' [GH-1501] * builder/parallels: Rely on Cleanup functions to detach devices [GH-1502] * builder/parallels: Create VM without hdd and then add it later [GH-1548] + * builder/qemu: Don't use `-redir` flag anymore, replace with + `hostfwd` options. [GH-1561] + * builder/qmeu: Use `pc` as default machine type instead of `pc-1.0`. * providers/aws: Ignore transient network errors. [GH-1579] * provisioner/ansible: Don't buffer output so output streams in. [GH-1585] * provisioner/shell: Quote environmental variables. [GH-1568]