From bfba5413387a644437a9ba9d1aa287978c49a989 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 13 Oct 2013 22:51:36 -1000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d675be0da..9a4f62e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ BUG FIXES: * builder/digitalocean: scrub API keys from config debug output [GH-516] * builder/virtualbox: error if VirtualBox version cant be detected. [GH-488] * builder/virtualbox: detect if vboxdrv isn't properly setup. [GH-488] +* builder/virtualbox: sleep a bit before export to ensure the sesssion + is unlocked. [GH-512] * communicator/ssh: Fix issue where a panic could arise from a nil dereference. [GH-525]