Prevent systemd-journald from burning 100% of CPU.
[obnox/vagrant/vagrant-lxc-base-boxes.git] / CHANGELOG.md
1 ## v1.2.0 (Sep 22, 2014)
2
3 IMPROVEMENTS:
4
5   - Remove DHCP leases before packaging
6
7
8 ## v1.1.0 (May 3, 2014)
9
10 BASE BOXES:
11
12   - Switched to [`lxc-download`](https://github.com/lxc/lxc/blob/master/templates/lxc-download.in)
13     as the "reference implementation" for the generic `lxc-template` script [[GH-236]]
14   - Added support for _appending_ custom boxes configs with the `lxc-config` file,
15     allowing usage of host's specific configs from `/etc/lxc/default.conf` [[GH-222]]
16   - Include NFS client on Ubuntu and Debian base boxes [[GH-218]]
17   - Improved output for building base boxes
18   - Improved `vagrant` user `sudo` rights [[GH-231]] [[GH-188]]
19   - Locale configuration may follow builder's LANG environment variable [[GH-221]]
20   - Enable bash completion for Debian base boxes [[GH-220]]
21   - Fix broken locale in Ubuntu boxes [[GH-201]]
22   - Install `python-software-properties` by default [[GH-155]]
23   - Fix apt-get error when building Ubuntu boxes [[GH-200]]
24
25 [GH-236]: https://github.com/fgrehm/vagrant-lxc/issues/236
26 [GH-222]: https://github.com/fgrehm/vagrant-lxc/issues/222
27 [GH-218]: https://github.com/fgrehm/vagrant-lxc/issues/218
28 [GH-231]: https://github.com/fgrehm/vagrant-lxc/issues/231
29 [GH-221]: https://github.com/fgrehm/vagrant-lxc/issues/221
30 [GH-220]: https://github.com/fgrehm/vagrant-lxc/issues/220
31 [GH-201]: https://github.com/fgrehm/vagrant-lxc/issues/201
32 [GH-188]: https://github.com/fgrehm/vagrant-lxc/issues/188
33 [GH-155]: https://github.com/fgrehm/vagrant-lxc/issues/155
34 [GH-200]: https://github.com/fgrehm/vagrant-lxc/issues/200
35
36
37 ## Previous
38
39 The changelog began with version 1.1.0 and before that the changes
40 were being tracked from [vagrant-lxc](https://github.com/fgrehm/vagrant-lxc/blob/master/CHANGELOG.md).