Skip to content

Commit

Permalink
Add 1.0.4 and 1.0.5 to CHANGELOG for master
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Sep 27, 2012
1 parent 62f0408 commit 63a40c5
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,5 @@
## 1.1.0 (unreleased)

- VirtualBox 4.2 support.
- New plugin system which adds much more structure and stability to
the overall API. The goal of this system is to make it easier to write
powerful plugins for Vagrant while providing a backwards-compatible API
Expand Down Expand Up @@ -53,6 +52,25 @@
- Chef JSON configuration output is now pretty-printed to be
human readable. [GH-1146]

## 1.0.5 (September 18, 2012)

- Work around a critical bug in VirtualBox 4.2.0 on Windows that
causes Vagrant to not work. [GH-1130]
- Plugin loading works better on Windows by using the proper
file path separator.
- NFS works on Fedora 16+. [GH-1140]
- NFS works with newer versions of Arch hosts that use systemd. [GH-1142]

## 1.0.4 (September 13, 2012)

- VirtualBox 4.2 driver. [GH-1120]
- Correct `ssh-config` help to use `--host`, not `-h`.
- Use "127.0.0.1" instead of "localhost" for port checking to fix problem
where "localhost" is not properly setup. [GH-1057]
- Disable read timeout on Net::HTTP to avoid `rbuf_fill` error. [GH-1072]
- Retry SSH on `EHOSTUNREACH` errors.
- Add missing translation for "saving" state. [GH-1110]

## 1.0.3 (May 1, 2012)

- Don't enable NAT DNS proxy on machines where resolv.conf already points
Expand Down

0 comments on commit 63a40c5

Please sign in to comment.