# ChangeLog for app-emulation/lxc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.15 2010/08/01 21:13:45 flameeyes Exp $

*lxc-0.7.2-r1 (01 Aug 2010)

  01 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> -lxc-0.7.2.ebuild,
  +lxc-0.7.2-r1.ebuild, files/lxc.initd:
  New init script, with more thorough verification of the config, support
  for mounting the cgroup pseudo-fs, proper network dependencies, improved
  start-up (verifies that the container actually started up) and stop (won't
  waste time if the container was externally stopped).

*lxc-0.7.2 (01 Aug 2010)

  01 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> +lxc-0.7.2.ebuild,
  +files/lxc.initd, metadata.xml:
  Version bump, add the long-requested init script (protected with a
  USE=vanilla for those preferring not to have it).

*lxc-0.7.1 (28 Jun 2010)

  28 Jun 2010; Diego E. Pettenò <flameeyes@gentoo.org>
  -files/lxc-0.6.4-fix-full-system.patch,
  -files/lxc-0.6.4-lxc.network.pair.patch,
  -files/lxc-0.6.4-move-rcfile.patch, -files/lxc-0.6.4-tty-malloc.patch,
  -lxc-0.6.5.ebuild, -lxc-0.7.0.ebuild, +lxc-0.7.1.ebuild:
  Version bump, remove old versions, remove stray patch files.

*lxc-0.7.0 (20 Jun 2010)

  20 Jun 2010; Diego E. Pettenò <flameeyes@gentoo.org> +lxc-0.7.0.ebuild:
  Version bump.

  16 Mar 2010; Diego E. Pettenò <flameeyes@gentoo.org> lxc-0.6.5.ebuild:
  Avoid testing for file capabilities support: we don't support the setcap
  mode for lxc and it has been dropped by 2.6.33 onward. Thanks to Vadim
  Kuznetsov in bug #309267.

  11 Mar 2010; Diego E. Pettenò <flameeyes@gentoo.org> lxc-0.6.5.ebuild:
  Stop trying to remove /etc/lxc, it's no longer installed.

  09 Mar 2010; Diego E. Pettenò <flameeyes@gentoo.org>
  -lxc-0.6.4-r2.ebuild, lxc-0.6.5.ebuild, metadata.xml:
  Remove old version, install man pages even with USE=-doc now that they are
  shipped upstream, thanks to Allen Parker in bug #308553. Assign to
  virtualization herd to have a fallback maintainer if me and Tiziano are
  not available.

*lxc-0.6.5 (30 Jan 2010)

  30 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> -lxc-0.6.4.ebuild,
  -lxc-0.6.4-r1.ebuild, +lxc-0.6.5.ebuild:
  Version bump; remove old versions.

*lxc-0.6.4-r2 (08 Dec 2009)

  08 Dec 2009; Sven Wegener <swegener@gentoo.org> +lxc-0.6.4-r2.ebuild,
  +files/lxc-0.6.4-tty-malloc.patch:
  Also include my tty malloc() fix, it prevents memory corruption.

*lxc-0.6.4-r1 (07 Dec 2009)

  07 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
  -files/0.6.2-as-needed.patch, -lxc-0.6.3.ebuild, +lxc-0.6.4-r1.ebuild,
  +files/lxc-0.6.4-fix-full-system.patch,
  +files/lxc-0.6.4-lxc.network.pair.patch,
  +files/lxc-0.6.4-move-rcfile.patch:
  Backport fixes from upstream, including one to not break host systems if
  lxc-start is launched in the old (pre-0.6.4) way. Thanks to Andrian Nord
  in bug #296030.

  25 Nov 2009; Diego E. Pettenò <flameeyes@gentoo.org> lxc-0.6.4.ebuild,
  metadata.xml:
  Enable doc USE flag by default and explicit in the description that it
  enables the man pages as well.

  24 Nov 2009; Diego E. Pettenò <flameeyes@gentoo.org> lxc-0.6.4.ebuild:
  Remove autotools inherit and add the ~x86 KEYWORD.

*lxc-0.6.4 (24 Nov 2009)

  24 Nov 2009; Diego E. Pettenò <flameeyes@gentoo.org> +lxc-0.6.4.ebuild:
  Version bump, improve checking of kernel features.

  14 Nov 2009; Sven Wegener <swegener@gentoo.org> lxc-0.6.3.ebuild:
  Add ~x86 keyword.

*lxc-0.6.3 (24 Oct 2009)

  24 Oct 2009; Diego E. Pettenò <flameeyes@gentoo.org>
  +files/0.6.2-as-needed.patch, +lxc-0.6.3.ebuild, +metadata.xml:
  Initial import of lxc; based upon dev-zero's ebuild, modified by me. It
  diverges a bit from upstream, in the path used, to stay more
  Gentoo-styled. Init scripts will likely be added separately.