v0.3.3
This commit is contained in:
parent
04826af3c9
commit
4712aa0792
3 changed files with 7 additions and 3 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
|
@ -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/
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue