From 06d43df6326a8901b633a57cd5dd808731343bf6 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Mon, 11 Nov 2013 20:22:26 -0200 Subject: [PATCH] CHANGELOG tweak and missing info --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e56a52b..52c3dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ IMPROVEMENTS: BUG FIXES: - - Error out in case an invalid IPs are provided for forwarded ports [#170](https://github.com/fgrehm/vagrant-lxc/issues/170) + - Nicely handle blank strings provided to `:host_ip` when specifying forwarded ports [#170](https://github.com/fgrehm/vagrant-lxc/issues/170) - Fix "Permission denied" when starting/destroying containers after lxc security update in Ubuntu [#180](https://github.com/fgrehm/vagrant-lxc/issues/180) - Fix `vagrant package` [#172](https://github.com/fgrehm/vagrant-lxc/issues/172) @@ -19,6 +19,10 @@ BUG FIXES: ## [0.6.4](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.3...v0.6.4) (Oct 27, 2013) +FEATURES: + + - New script for building OpenMandriva base boxes [#167](https://github.com/fgrehm/vagrant-lxc/issues/167) + IMPROVEMENTS: - Make `lxc-template` compatible with Ubuntu 13.10 [#150](https://github.com/fgrehm/vagrant-lxc/issues/150)