v1.0.0.alpha.3
This commit is contained in:
parent
0a017e476d
commit
3f7c7ecabf
4 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
## [1.0.0.alpha.3](https://github.com/fgrehm/vagrant-lxc/compare/v1.0.0.alpha.2...master) (unreleased)
|
||||
## [1.0.0.alpha.3](https://github.com/fgrehm/vagrant-lxc/compare/v1.0.0.alpha.2...v1.0.0.alpha.3) (Aug 9, 2014)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ GIT
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
vagrant-lxc (1.0.0.alpha.3.dev)
|
||||
vagrant-lxc (1.0.0.alpha.3)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -20,7 +20,7 @@ branch.
|
|||
* Port forwarding via [`redir`](http://linux.die.net/man/1/redir)
|
||||
|
||||
As of now, it does not support public / private networks, but [private networks](https://github.com/fgrehm/vagrant-lxc/issues/120)
|
||||
will be coming along _soon_.
|
||||
will be coming along with the final 1.0.0 release.
|
||||
|
||||
## Requirements
|
||||
|
||||
|
@ -49,7 +49,7 @@ disable checksum offloading as described on [this comment](https://github.com/fg
|
|||
On Vagrant 1.5+:
|
||||
|
||||
```
|
||||
vagrant plugin install vagrant-lxc --plugin-version 1.0.0.alpha.2
|
||||
vagrant plugin install vagrant-lxc --plugin-version 1.0.0.alpha.3
|
||||
```
|
||||
|
||||
On Vagrant < 1.5:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Vagrant
|
||||
module LXC
|
||||
VERSION = "1.0.0.alpha.3.dev"
|
||||
VERSION = "1.0.0.alpha.3"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue