packer-cn/CHANGELOG.md

25 lines
687 B
Markdown
Raw Normal View History

2013-06-29 15:26:15 -04:00
## 0.1.2 (unreleased)
2013-06-29 15:30:10 -04:00
BUG FIXES:
2013-06-29 15:26:15 -04:00
2013-06-29 15:30:10 -04:00
* amazon-ebs: Sleep between checking instance state to avoid
RequestLimitExceeded [GH-50]
2013-06-29 15:26:15 -04:00
2013-06-28 22:41:30 -04:00
## 0.1.1 (June 28, 2013)
2013-06-28 16:01:29 -04:00
BUG FIXES:
2013-06-28 21:46:07 -04:00
* core: plugins listen explicitly on 127.0.0.1, fixing odd hangs. [GH-37]
2013-06-28 22:35:53 -04:00
* core: fix race condition on verifying checksum of large ISOs which
could cause panics [GH-52]
2013-06-28 16:01:29 -04:00
* virtualbox: `boot_wait` defaults to "10s" rather than 0. [GH-44]
* virtualbox: if `http_port_min` and max are the same, it will no longer
panic [GH-53]
2013-06-28 22:40:55 -04:00
* vmware: `boot_wait` defaults to "10s" rather than 0. [GH-44]
* vmware: if `http_port_min` and max are the same, it will no longer
panic [GH-53]
2013-06-28 16:01:29 -04:00
2013-06-28 10:21:45 -04:00
## 0.1.0 (June 28, 2013)
* Initial release