From b749ae20ab4a2d203b4fd11424d47c5b6e919327 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Wed, 8 May 2013 21:19:58 -0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a4e65..4b51608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.?.?](https://github.com/fgrehm/vagrant-lxc/compare/v0.3.3...master) +## [0.3.4](https://github.com/fgrehm/vagrant-lxc/compare/v0.3.4...master) FEATURES: @@ -7,10 +7,15 @@ FEATURES: IMPROVEMENTS: + - Replace `lxc-wait` usage with a "[retry mechanism](https://github.com/fgrehm/vagrant-lxc/commit/3cca16824879731315dac32bc2df1c643f30d461#L2R88)" [#22][] - Remove `/tmp` files after the machine has been successfully shut down [#68][] - Clean up base boxes files after they've been configured, resulting in smaller packages - Bump development dependency to Vagrant 1.2+ series +BUG FIXES: + + - Issue a `lxc-stop` in case the container cannot shutdown gracefully [#72][] + ## [0.3.3](https://github.com/fgrehm/vagrant-lxc/compare/v0.3.2...v0.3.3) (April 23, 2013) BUG FIXES: