This commit is contained in:
Cam Cope 2016-12-20 20:08:47 -08:00
parent ae18c05b2b
commit 4fd0635204
3 changed files with 10 additions and 2 deletions

View file

@ -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) ## [1.2.1](https://github.com/fgrehm/vagrant-lxc/compare/v1.2.0...v1.2.1) (Sep 24, 2015)
BUGFIX: BUGFIX:

View file

@ -2,7 +2,7 @@ GIT
remote: https://github.com/fgrehm/vagrant-cachier.git remote: https://github.com/fgrehm/vagrant-cachier.git
revision: 40dddfb368526948e769492a00a7937c5a044a4d revision: 40dddfb368526948e769492a00a7937c5a044a4d
specs: specs:
vagrant-cachier (1.2.1) vagrant-cachier (1.2.2)
GIT GIT
remote: https://github.com/fgrehm/vagrant-pristine.git remote: https://github.com/fgrehm/vagrant-pristine.git

View file

@ -1,5 +1,5 @@
module Vagrant module Vagrant
module LXC module LXC
VERSION = "1.2.1" VERSION = "1.2.2"
end end
end end