Update CHANGELOG
This commit is contained in:
parent
5eef1524d7
commit
3bd22955dd
1 changed files with 7 additions and 0 deletions
|
@ -5,8 +5,13 @@ BACKWARDS INCOMPATIBILITIES:
|
|||
- The `sudo_wrapper` provider configuration was removed in favor of using the
|
||||
secure wrapper generated by `vagrant lxc sudoers` [[GH-272]]
|
||||
|
||||
FEATURES:
|
||||
|
||||
- Add support for specifying backingstore parameters from `Vagrantfile`s [[GH-277]]
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
- Use relative paths for `lxc.mount.entry` to avoid issues with `lxc-clone` [[GH-258]].
|
||||
- Sort synced folders when mounting [[GH-271]]
|
||||
- Privileged ports can now be forwarded with `sudo` [[GH-259]]
|
||||
- The `vagrant lxc sudoers` generated sudoers configuration and wrapper script
|
||||
|
@ -17,6 +22,8 @@ IMPROVEMENTS:
|
|||
[GH-272]: https://github.com/fgrehm/vagrant-lxc/pull/272
|
||||
[GH-259]: https://github.com/fgrehm/vagrant-lxc/pull/259
|
||||
[GH-271]: https://github.com/fgrehm/vagrant-lxc/pull/271
|
||||
[GH-277]: https://github.com/fgrehm/vagrant-lxc/pull/277
|
||||
[GH-258]: https://github.com/fgrehm/vagrant-lxc/issues/258
|
||||
|
||||
|
||||
## [1.0.0.alpha.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.8.0...v1.0.0.alpha.1) (Apr 06, 2014)
|
||||
|
|
Loading…
Reference in a new issue