This commit is contained in:
Fabio Rehm 2013-04-23 08:25:52 -03:00
parent 04826af3c9
commit 4712aa0792
3 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,8 @@
## [0.4.0](https://github.com/fgrehm/vagrant-lxc/compare/v0.3.2...master) (unreleased) ## [0.3.3](https://github.com/fgrehm/vagrant-lxc/compare/v0.3.2...v0.3.3) (April 23, 2013)
BUG FIXES:
- Properly kill `redir` child processes [#59][]
IMPROVEMENTS: IMPROVEMENTS:

View file

@ -15,7 +15,7 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
vagrant-lxc (0.4.0.dev) vagrant-lxc (0.3.3)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/

View file

@ -1,5 +1,5 @@
module Vagrant module Vagrant
module LXC module LXC
VERSION = "0.4.0.dev" VERSION = "0.3.3"
end end
end end