v.1.2.2
This commit is contained in:
parent
ae18c05b2b
commit
4fd0635204
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
## [1.2.2](https://github.com/fgrehm/vagrant-lxc/compare/v1.2.1...v1.2.2) (Dec 20, 2016)
|
||||
|
||||
- Make the timeout for fetching container IP's configurable [[GH-426]]
|
||||
- Load locale file only once [[GH-423]]
|
||||
- Preserve xattrs in container filesystems [[GH-411]]
|
||||
- Forward port latest pipework script [[GH-408]]
|
||||
- Fix handling of non-fatal lxc-stop return code [[GH-405]]
|
||||
|
||||
## [1.2.1](https://github.com/fgrehm/vagrant-lxc/compare/v1.2.0...v1.2.1) (Sep 24, 2015)
|
||||
|
||||
BUGFIX:
|
||||
|
|
|
@ -2,7 +2,7 @@ GIT
|
|||
remote: https://github.com/fgrehm/vagrant-cachier.git
|
||||
revision: 40dddfb368526948e769492a00a7937c5a044a4d
|
||||
specs:
|
||||
vagrant-cachier (1.2.1)
|
||||
vagrant-cachier (1.2.2)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/fgrehm/vagrant-pristine.git
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Vagrant
|
||||
module LXC
|
||||
VERSION = "1.2.1"
|
||||
VERSION = "1.2.2"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue