Fork-and-wait on Tiger as well as leopard. [related to GH-51]

This commit is contained in:
Mitchell Hashimoto 2010-09-07 14:19:06 -07:00
parent 337eec2d07
commit 6adad7e5a2
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@
* `vagrant ssh-config` has become `vagrant ssh_config` due to a limitation
in Thor.
## 0.5.4 (September 7, 2010)
- Fix issue with the "exec failed" by running on Tiger as well.
## 0.5.3 (August 23, 2010)
- Add erubis as a dependency since its rendering of `erb` is sane.