Change log for lxc package in Ubuntu

451514 of 514 results
Superseded in oneiric-updates
Deleted in oneiric-proposed (Reason: moved to -updates)
lxc (0.7.5-0ubuntu8.5) oneiric-proposed; urgency=low

  * lxcguest.lxcguest.upstart: emit the net-device-up IFACE=lo event, so
    that any upstart jobs waiting on it (esp rc-sysinit before oneiric) will
    proceed.  (LP: #924337)
  * 0035-lxc-init-ignore-shm.patch: if lxc-init can't mount /dev/shm, don't
    fail on account of that.  (LP: #927883)
 -- Serge Hallyn <email address hidden>   Mon, 06 Feb 2012 19:06:46 -0600
Superseded in precise-release
lxc (0.7.5-3ubuntu18) precise; urgency=low

  * lxcguest.lxcguest.upstart: emit the net-device-up IFACE=lo event, so
    that any upstart jobs waiting on it (esp rc-sysinit before oneiric) will
    proceed.  (LP: #924337)
  * 0034-fix-lxc-execute-reboot.patch: fix bad handling of 'exit 0' for
    lxc-execute introduced with the container reboot handling.  (LP: #927863)
  * debian/lxcguest.lxcmount.upstart: add '--no-wait' to emit to make sure we
    don't wait for the event to be processed.
  * 0035-lxc-init-ignore-shm.patch: if lxc-init can't mount /dev/shm, don't
    fail on account of that.  (LP: #927883)
  * debian/lxc.init: if the network is already up, exit before setting the
    trap EXIT.
 -- Serge Hallyn <email address hidden>   Mon, 06 Feb 2012 17:37:37 -0600
Superseded in precise-release
lxc (0.7.5-3ubuntu17) precise; urgency=low

  [ Serge Hallyn ]
  * 0032-start-check-caps.patch: exit early and with a clear error message
    if lxc-start is run with insufficient permissions.  (LP: #925520)
  * debian/lxc.init: if there is a failure during lxc network setup, clean
    up and exit. (LP: #925511)

  [ Stéphane Graber ]
  * 0033-ubuntu-template-multiarch.patch: Add support for building
    containers using qemu-user-static, using multi-arch to install some
    packages of the host architecture so the container boots and works.
  * Add qemu-user-static as a Suggest of lxc.
 -- Stephane Graber <email address hidden>   Thu, 02 Feb 2012 19:06:19 -0500
Superseded in precise-release
lxc (0.7.5-3ubuntu16) precise; urgency=low

  * debian/lxc.apparmor: allow write under /sys/fs/cgroup  (LP: #924281)
  * remove 0032-refuse-console.patch.  We'll need to fix the core of the
    problem, likely in lxc-start.  But /dev/tty is ok for container to
    access.
 -- Serge Hallyn <email address hidden>   Tue, 31 Jan 2012 12:07:22 -0600

Available diffs

Superseded in precise-release
lxc (0.7.5-3ubuntu15) precise; urgency=low

  * 0032-refuse-console.patch: don't allow access to 5:0, which is the
    host's /dev/console.
  * debian/lxc.apparmor, debian/rules: install an apparmor profile for
    lxc-start.
 -- Serge Hallyn <email address hidden>   Fri, 27 Jan 2012 13:46:59 -0600
Superseded in oneiric-updates
Superseded in oneiric-proposed
lxc (0.7.5-0ubuntu8.4) oneiric-proposed; urgency=low

  * 0022-fix-lxc-destroy-bugs.patch:
    - don't delete a running container
    - handle case where rootfs is not specififed in config (or config is
      corrupt or has been deleted)
    - fix broken detection of lvm backing store
  * 0030-ubuntu-template-fail.patch: make lxc-ubuntu template fail on
    error (LP: #922645)
 -- Serge Hallyn <email address hidden>   Sat, 28 Jan 2012 12:25:39 -0600
Superseded in precise-release
lxc (0.7.5-3ubuntu14) precise; urgency=low

  * debian/control: add btrfs-tools to lxc Suggests (LP: #942241)
  * 0030-ubuntu-template-fail.patch: make lxc-ubuntu template fail on
    error (LP: #922645)
  * 0031-ubuntu-template-resolvconf.patch: handle /etc/resolv.conf being
    a symlink as is now done by resolvconf by default. (LP: #922706)
  * debian/lxcguest.lxcmount.upstart: emit mounted MOUNTPOINT=/run
    to make resolvconf start. (LP: #922706)
 -- Serge Hallyn <email address hidden>   Fri, 27 Jan 2012 11:13:26 -0600
Superseded in precise-release
lxc (0.7.5-3ubuntu13) precise; urgency=low

  * 0029-btrfs-clone-support.patch: add support for cloning via
    btrfs snapshots (LP: #921921).
 -- Scott Moser <email address hidden>   Thu, 26 Jan 2012 11:38:07 -0500
Superseded in precise-release
lxc (0.7.5-3ubuntu12) precise; urgency=low

  * If the kernel supports container reboot disambuation, then don't drop
    CAP_SYS_BOOT, and (always) try to use it after the container exits.
    (LP: #914676)
  * 0027-fix-lxc-netstat.patch: fix lxc-netstat for new nested cgroup
    handling (LP: #921732)
  * 0028-recursively-rmdir-cgroups.patch: if the container has created
    any cgroups (i.e. by starting libvirt), make sure to delete those.
    (LP: #921808)
 -- Serge Hallyn <email address hidden>   Wed, 25 Jan 2012 14:22:51 -0600
Superseded in precise-release
lxc (0.7.5-3ubuntu11) precise; urgency=low

  * 0025-lxc-ubuntu-drop-path-arg.patch: don't show '--path' argument in
    help output, and replace --clean with --flush-cache.
 -- Serge Hallyn <email address hidden>   Tue, 24 Jan 2012 13:10:42 -0600
Superseded in precise-release
lxc (0.7.5-3ubuntu10) precise; urgency=low

  * lxc-create: when --lvname is specified, use it for lvcreate instead of
    the lvname.
 -- Serge Hallyn <email address hidden>   Mon, 23 Jan 2012 17:24:53 -0600
Superseded in precise-release
lxc (0.7.5-3ubuntu9) precise; urgency=low

  * 0024-lxc-create-and-clone-fixes.patch:
    - add lvm support to lxc-create
    - better clean up on lxc-clone error
  * debian/control:
    - add rsync to lxc Depends, as templates use it.
    - add lvm2 to lxc Suggests
 -- Serge Hallyn <email address hidden>   Fri, 20 Jan 2012 14:34:54 -0600

Available diffs

Superseded in precise-release
lxc (0.7.5-3ubuntu8) precise; urgency=low

  [ Scott Moser ]
  * update 0021-add-dev-full-to-whitelist.patch:
    - add 10:228 (/dev/hpet) and 10:232 (/dev/kvm) to devices whitelist in the
      ubuntu template (LP: #918946)

  [ Serge Hallyn ]
  * debian/lxc.init: don't bail if there is no default route.
  * lxc-destroy (in 0022-fix-lxc-destroy-bugs.patch):
    - don't delete a running container
    - handle case where rootfs is not specififed in config (or config is
      corrupt or has been deleted)
    - fix broken detection of lvm backing store
  * 0023-set-clone-children-earlier.patch: for cpuset in particular, the
    clone_children flag must be set at cgroup root.  Otherwise we'll fail
    to move $$ into /sys/fs/cgroup/cpuset/lxc/tasks.
 -- Serge Hallyn <email address hidden>   Fri, 20 Jan 2012 10:56:32 -0600

Available diffs

Superseded in precise-release
lxc (0.7.5-3ubuntu7) precise; urgency=low

  * lxc-ubuntu template: add 1:7 (/dev/full) to whitelist (LP: #918946)
 -- Serge Hallyn <email address hidden>   Thu, 19 Jan 2012 16:21:48 -0600

Available diffs

Superseded in precise-release
lxc (0.7.5-3ubuntu6) precise; urgency=low

  * debian/patches/0020-drop-cap-mac-admin.patch - to prevent containers
    from loading apparmor policy.
  * update 0016-nested-cgroups.patch:  create cgroup dirs 0755 so that
    unprivileged users can read them (with lxc-ls).
  * debian/local/lxc-start-ephemeral: support in-line commands (LP: #914169)
 -- Serge Hallyn <email address hidden>   Tue, 17 Jan 2012 10:55:20 -0600

Available diffs

Superseded in precise-release
lxc (0.7.5-3ubuntu5) precise; urgency=low

  [ Robie Basak ]
  * debian/patches/0015-ubuntu-templ-use-updates.patch: use ports.ubuntu.com
    in sources.list for alternative architectures (LP: #820715).
  * debian/patches/0015-ubuntu-templ-use-updates.patch: dist-upgrade in an
    isolated environment to avoid leaving a bind mount behind (LP: #913877).
  * debian/lxc.{default,init}: call ifconfig with explicit netmask
    (LP: #913727).

  [ Serge Hallyn ]
  * debian/lxc.default: update the MIRROR example - using 'localhost'
    fails for updates after the container has been started.
  * debian/lxcguest.console.upstart: pass 'console' not '/dev/console' to
    getty.  (LP: #913952)
  * debian/patches/0015-ubuntu-templ-use-updates.patch: at post_process(),
    copy host's /etc/resolv.conf (which may have changed) into chroot before
    apt-get actions, and always do a apt-get update before installing lxcguest,
    as the package version may have changed in the archive. (LP: #914155)
  * 0016-nested-cgroups.patch: nest container cgroups under the host's
    init cgroup.  (LP: #901482)
  * 0017-pull-upstream-fedora-template.patch: move to the upstream
    lxc-fedora template (LP: #881903)
  * 0018-make-lxc-ps-search-proc.patch: work when cgroups are mounted with
    '-n'.
  * debian/patches/0019-fix-lxc-ls-nested-cgroups.patch: fix lxc-ls to
    handle the support for nested cgroups.  (pull this into previous
    commit msg before pushing)
 -- Serge Hallyn <email address hidden>   Tue, 10 Jan 2012 18:51:45 +0000

Available diffs

Superseded in oneiric-updates
Deleted in oneiric-proposed (Reason: moved to -updates)
lxc (0.7.5-0ubuntu8.3) oneiric-proposed; urgency=low

  * debian/patches/0010-ubuntu-template-allow-mknod.patch:
    Allow mknod for any device (LP: #902190)
 -- Serge Hallyn <email address hidden>   Fri, 09 Dec 2011 16:07:12 -0600
Superseded in precise-release
lxc (0.7.5-3ubuntu4) precise; urgency=low

  * add a default bridge for lxc to use.  (LP: #801002)
  * Add debian/lxc.conf, which gets installed as /etc/lxc/lxc.conf as a
    sample, usable, default config.  (LP: #823862)
  * Add precise to the list of distros
  * Add -updates and -security to /etc/apt/sources.list after debootstrap
    for container creation (LP: #820715)
 -- Serge Hallyn <email address hidden>   Thu, 10 Nov 2011 16:00:44 -0600

Available diffs

Superseded in precise-release
lxc (0.7.5-3ubuntu3) precise; urgency=low

  * lxc-is-container needs to be in lxcguest, not in lxc
 -- Stephane Graber <email address hidden>   Fri, 11 Nov 2011 10:42:31 -0500

Available diffs

Superseded in precise-release
lxc (0.7.5-3ubuntu2) precise; urgency=low

  * Remove auto-generated debian-changes-0.7.5-3ubuntu1.
  * Cherry-pick Ubuntu template tweaks from upstream:
    - Set a list of capabilities to drop
    - Allow containers to create tap devices
    - Allow mknod for any device
    - Drop mac_override and mac_admin
 -- Stephane Graber <email address hidden>   Thu, 10 Nov 2011 10:11:22 -0500

Available diffs

Superseded in oneiric-updates
Deleted in oneiric-proposed (Reason: moved to -updates)
lxc (0.7.5-0ubuntu8.2) oneiric-proposed; urgency=low

  * debian/patches/0009-ubuntu-template-drop-resolvconf.patch:
    Drop resolvconf from package list for oneiric containers.  It appears
    to stop containers from getting a useful resolv.conf without doing
    ifdown; ifup; and is apparently unwanted anyway. (LP: #880020)
  * debian/lxcguest.lxcguest.upstart: mkdir /run/lock on boot
    (LP: #880030)
  * debian/fstab.lxc and debian/fstab.libvirt: mount tmpfs on /run/lock,
    not /var/lock (as per new stock /lib/init/fstab).
 -- Serge Hallyn <email address hidden>   Wed, 02 Nov 2011 22:49:42 +0000
Superseded in precise-release
lxc (0.7.5-3ubuntu1) precise; urgency=low

  [ Serge Hallyn ]
  * Merge from unstable.  Remaining changes:
    - Add lxcguest package (contains lxc-is-container and upstart jobs)
    - debian/control: add cgroup-lite | cgroup-bin Recommends to the lxc package
    - debian/lxc.install - README gets (mis-)installed under --with-rootdir.
    - remove debian/lxc.{pre,post}inst
    - keep debian/lxc.default - removing the now obsolete RUN line, and
      adding the new LXC_AUTO variable.
    - keep all 000* patches
      + 0001-monitor-support-quit.patch
      + 0002-fix-personality-segfault.patch
      + 0003-non-fatal-unsupported-personality.patch
      + 0004-fix-ubuntu-template-only-install-essential.patch
      + 0005-fix-sshd-template.patch
      + 0006-fix-checkconfig.patch
      + 0007-fix-lxc-clone-hostname.patch
      + 0008-fix-bindhome-in-template.patch
      + 0009-ubuntu-template-drop-resolvconf.patch

  [ Stéphane Graber ]
  * Merge from unstable.  Remaining changes:
    - Remove debian/lxc.templates and debian/lxc.install as we kept our
      default file and dropped debian's pre/post i:nst scripts.
    - Add lxc-start-ephemeral and lxc-is-container to debian/local

Available diffs

Superseded in precise-release
lxc (0.7.5-0ubuntu10) precise; urgency=low

  * debian/patches/0009-ubuntu-template-drop-resolvconf.patch:
    Drop resolvconf from package list for oneiric containers.  It appears
    to stop containers from getting a useful resolv.conf without doing
    ifdown; ifup; and is apparently unwanted anyway. (LP: #880020)
  * debian/lxcguest.lxcguest.upstart: mkdir /run/lock on boot
    (LP: #880030)
  * debian/fstab.lxc and debian/fstab.libvirt: mount tmpfs on /run/lock,
    not /var/lock (as per new stock /lib/init/fstab).
 -- Serge Hallyn <email address hidden>   Mon, 24 Oct 2011 11:45:53 -0500
Superseded in oneiric-updates
Deleted in oneiric-proposed (Reason: moved to -updates)
lxc (0.7.5-0ubuntu8.1) oneiric-proposed; urgency=low

  * debian/patches/0008-fix-bindhome-in-template.patch: fix a bug in the
    ubuntu template:  if the user specified with -b does not exist, a bad
    container fstab was created, so that, with no warning or indication of
    why, the container failed to start.  (LP: #879052)
 -- Serge Hallyn <email address hidden>   Thu, 20 Oct 2011 14:51:37 -0500
Superseded in precise-release
lxc (0.7.5-0ubuntu9) precise; urgency=low

  * debian/patches/0008-fix-bindhome-in-template.patch: fix a bug in the
    ubuntu template:  if the user specified with -b does not exist, a bad
    container fstab was created, so that, with no warning or indication of
    why, the container failed to start.  (LP: #879052)
 -- Serge Hallyn <email address hidden>   Thu, 20 Oct 2011 14:51:37 -0500

Available diffs

Superseded in precise-release
Obsolete in oneiric-release
lxc (0.7.5-0ubuntu8) oneiric; urgency=low

  * debian/patches/0007-fix-lxc-clone-hostname.patch: make sure $hostname
    is defined before it is first used.  Reported by Benjamin Saller.
    (LP: #850205)
  * add missing ; at end of 'send hostname' in dhclient.conf (LP: #851274)
 -- Serge Hallyn <email address hidden>   Wed, 14 Sep 2011 15:07:25 -0500

Available diffs

Obsolete in maverick-updates
Deleted in maverick-proposed (Reason: moved to -updates)
lxc (0.7.2-1ubuntu1) maverick-proposed; urgency=low

  [ Serge Hallyn ]
  * debian/rules: add -r (--no-restart-on-upgrade) to DEB_DH_INSTALLINIT_ARGS
    to prevent upgrading lxc from forcing lxc autostart containers to
    stop and restart.  (LP: #753308)
  * debian/control: set ubuntu maintainer.
 -- Clint Byrum <email address hidden>   Mon, 12 Sep 2011 17:38:28 -0700

Available diffs

Superseded in natty-updates
Deleted in natty-proposed (Reason: moved to -updates)
lxc (0.7.4-0ubuntu7.2) natty-proposed; urgency=low

  [ Serge Hallyn ]
  * debian/rules: add -r (--no-restart-on-upgrade) to DEB_DH_INSTALLINIT_ARGS
    to prevent upgrading lxc from forcing lxc autostart containers to
    stop and restart.  (LP: #753308)
 -- Clint Byrum <email address hidden>   Mon, 12 Sep 2011 17:32:15 -0700
Superseded in oneiric-release
lxc (0.7.5-0ubuntu7) oneiric; urgency=low

  * Fix lxc-checkconfig to correctly detect support for clone_children, so
    as not to erroneously report failure.  (LP: #827798)
 -- Serge Hallyn <email address hidden>   Fri, 02 Sep 2011 17:59:07 +0000

Available diffs

Superseded in oneiric-release
lxc (0.7.5-0ubuntu6) oneiric; urgency=low

  * debian/rules: use --with-rootfs-path=/usr/lib/lxc/root.  (LP: #838410)
  * debian/lxc.dirs: add usr/lib/lxc/root
  * fix-sshd-template.patch:
    - templates/lxc-sshd.in: add /run/shm to list of directories to create.
      Technically /dev/shm needn't be there, as the config will overmount with
      the host's /dev.
    - Don't fail if we can't create /dev/mqueue.  It'll fail anyway (because
      /dev is mounted read-only), and we don't really need it.  Without this
      fix, lxc-init fails to run on ubuntu systems, as the host doesn't have
      /dev/mqueue.
 -- Serge Hallyn <email address hidden>   Thu, 01 Sep 2011 16:01:31 +0000

Available diffs

Superseded in oneiric-release
lxc (0.7.5-0ubuntu5) oneiric; urgency=low

  * Update Recommends to prefer cgroup-lite if available (LP: #829628)
 -- Stephane Graber <email address hidden>   Thu, 25 Aug 2011 16:04:07 -0400

Available diffs

Superseded in oneiric-release
lxc (0.7.5-0ubuntu4) oneiric; urgency=low

  * Chery pick fix for Oneiric template (so ubuntu-minimal gets installed):
    - 0004-fix-ubuntu-template-only-install-essential.patch
 -- Stephane Graber <email address hidden>   Fri, 12 Aug 2011 15:50:02 -0400

Available diffs

Superseded in oneiric-release
lxc (0.7.5-0ubuntu3) oneiric; urgency=low

  * Update lxcguest not to remove /var/run but instead wipe its content.
    That's needed since the transition to /run as /var/run is now a symlink.
 -- Stephane Graber <email address hidden>   Fri, 12 Aug 2011 12:26:52 -0400

Available diffs

Superseded in oneiric-release
lxc (0.7.5-0ubuntu2) oneiric; urgency=low

  * Rename 0015-monitor-support-quit.patch to 0001-monitor-support-quit.patch
  * Cherry pick two upstream commits (to fix LXC on ARM)
    - personality-segfault.patch
    - unsupported-personality.patch
 -- Stephane Graber <email address hidden>   Fri, 12 Aug 2011 11:11:04 -0400

Available diffs

Superseded in oneiric-release
lxc (0.7.5-0ubuntu1) oneiric; urgency=low

  * New upstream release (0.7.5)
  * Patches no longer needed
    - diff-to-bcbd102cb
  * Patches merged upstream
    - 05-fedora.patch
    - 0004-add-arm-to-supported-archs.patch
    - 0005-dont-use-devpts-in-fstab
    - 0006-templates-allow-fuse.patch
    - 0007-bindhome-dont-add-groups.patch
    - 0008-templates-add-ubuntu-keyring.patch
    - 0009-fix-lxc-ps.patch
    - 0010-fix-shutdown.patch
    - 0011-fix-lxc-ls.patch
    - 0012-fix-lxc-netstat.patch
    - 0013-unshare-call-cgroup-create.patch
    - 0014-lxc-ps-accept-n.patch
    - 0016-fix-lxc-ps-typeo.patch
  * Remaining patches
    - 01-libdir.patch
    - 02-distclean.patch
    - 03-module-init-tools.patch
    - 04-configuration-path.patch
    - 06-debian.patch
    - 07-debian2.patch
    - 0015-monitor-support-quit.patch

  [ Serge Hallyn ]
  * add overlayfs support to lxc-start-ephemeral.
  * fix comment in debian/fstab.libvirt.
  * lxcguest.console.upstart: Don't run in libvirt.  as libvirt will symlink
    /dev/tty1 to /dev/pts/0, so /etc/init/tty1.conf will run a console.
 -- Stephane Graber <email address hidden>   Thu, 11 Aug 2011 14:58:14 -0400
Superseded in oneiric-release
lxc (0.7.4.2-3ubuntu6) oneiric; urgency=low

  * Add lxc-start-ephemeral by Robert Collins (LP: #807351)
  * Add a --quit-on-stop arg to lxc-monitor for use by lxc-start-ephemeral.
  * Modify lxcguest.conf to clear out /var/run (LP: #819621)
  * Fix a bug in lxc-ps when cgroup-bin is not mounted.
  * Modify lxc-ps to accept '-n name' and support '--' to separate options
    for ps.  (LP: #820720)
 -- Serge Hallyn <email address hidden>   Wed, 03 Aug 2011 19:48:11 -0500
Superseded in oneiric-release
lxc (0.7.4.2-3ubuntu5) oneiric; urgency=low

  * debian/patches/0011-fix-lxc-ls.patch:
    debian/patches/0012-fix-lxc-netstat.patch:
    The cgroup mounts created by cgroup-bin do not show up in /etc/mtab.
    lxc-ls and lxc-netstat, as lxc-ps before, assume that /etc/mtab is
    symlinked to /proc/mounts. (LP: #819319)
  * debian/patches/0013-unshare-call-cgroup-create.patch:
    Don't spit out an error when there is no cgroup to remove because the
    ns cgroup is not mounted. (LP: #819319)
 -- Serge Hallyn <email address hidden>   Mon, 01 Aug 2011 09:28:02 -0500
Superseded in oneiric-release
lxc (0.7.4.2-3ubuntu4) oneiric; urgency=low

  * debian/patches/0010-fix-shutdown.patch:  If /var/run is a symlink to /run
    in the container, then opening /proc/<pid>/root/var/run/utmp will end up
    opening the host's utmp.  Therefore the hack detecting shutdown through
    utmp fails.  (LP: #817565)
 -- Serge Hallyn <email address hidden>   Thu, 28 Jul 2011 12:24:46 -0500
Superseded in oneiric-release
lxc (0.7.4.2-3ubuntu3) oneiric; urgency=low

  * debian/patches/0009-fix-lxc-ps.patch: make lxc-ps work when cgroup-bin
    is installed.  (LP: #817606)
 -- Serge Hallyn <email address hidden>   Thu, 28 Jul 2011 11:34:23 -0500
Superseded in oneiric-release
lxc (0.7.4.2-3ubuntu2) oneiric; urgency=low

  * add ubuntu-keyring to list of packages for oneiric.  (LP: #817233)
 -- Serge Hallyn <email address hidden>   Wed, 27 Jul 2011 15:19:05 -0700
Superseded in oneiric-release
lxc (0.7.4.2-3ubuntu1) oneiric; urgency=low

  * Merge from Debian (0.7.4.2-3)  (LP: #812892)
    - patches: import debian's patches 02-07
      * 06 needed to be ported due to changes upstream
    - debian/lxc.manpages: switch to Debian version
    - debian/lxc.TODO
    - switch README.Debian for lxc.README.Debian from debian package
    - remove debian/watch and debian/gbp.conf
    - bump debian/compat
    - copy debian/copyright from debian package
    - copy debian/source/options
    - debian/control: increased debhelper version to >= 8.

  * Remaining changes:
    - keep debian/patches/diff-to-bcbd102cb to bump to upstream git HEAD
    - keep ubuntu patches 0004-0006, which are pending acceptance upstream.
    - keep lxcguest package (not in debian):
      * debian/control: define package
      * debian/fstab.lxc and debian/fstab.libvirt
      * debian/lxcguest.console.upstart
      * debian/lxcguest.lxcguest.upstart
      * debian/lxcguest.lxcmount.upstart
      * debian/lxcguest.install
      * debian/lxc-is-container: keep Ubuntu-specific script
    - debian/local: a new set of scripts, NOT yet merged from Debian.
    - debian/lxc.default: keep example MIRROR
    - lxc-dev package (not in Ubuntu):
      * skip debian/control entry
      * skip debian/lxc-dev.install
    - debian/lxc.dirs:
      * keep Ubuntu-specific entries:
        * usr/share/lintian/overrides
        * usr/share/doc/lxc/examples
    - debian/lxc.docs: only in Ubuntu
    - debian/lxc.install: keep Ubuntu version
    - debian/rules: keep old version (new debian version is lovely but
      fails to build Ubuntu package.

  * debian/patches/0007-bindhome-dont-add-groups.patch: when binding a user
    into container, don't auto-insert his groups from the host into the
    container (LP: #813403).
 -- Serge Hallyn <email address hidden>   Fri, 22 Jul 2011 11:47:41 -0500
Superseded in oneiric-release
lxc (0.7.4.2-0.3ubuntu4) oneiric; urgency=low

  * introduce lxc-is-container script and 'lxcguest' upstart job which both
    detect (the script exploiting the upstart job) whether we are in a
    container.  (LP: #813075)
 -- Serge Hallyn <email address hidden>   Tue, 19 Jul 2011 15:16:49 -0500
Superseded in oneiric-release
lxc (0.7.4.2-0.3ubuntu3) oneiric; urgency=low

  * Clean up packaging
    - remove 0002-disable-debian-checkroot-script.patch: it is wrong.
    - remove 0003-squeeze-missing-tty.patch: it is redundant.
    - diff-to-bcbd102cb: mark forwarded as not-needed
    - 0004-add-arm-to-supported-archs.patch: Add author and description.
    - 0004-0006: mark forwarded as yes
    - Not renumbering 0004-0006 as that is more confusing, and they
      will hopefully go away with 0.7.5.
    - remove dh_install calls from rules
    - rename lxc.overrides to lxc.lintian-overrides and remove rules entry
      to do so
    - remove commented out include of /usr/share/cdbs/1/rules/dpatch.mk
 -- Serge Hallyn <email address hidden>   Tue, 12 Jul 2011 13:08:26 -0500
Superseded in oneiric-release
lxc (0.7.4.2-0.3ubuntu2) oneiric; urgency=low

  * Add a Recommend on cgroup-bin (LP: #800456)
 -- Stephane Graber <email address hidden>   Thu, 07 Jul 2011 22:49:46 +0200
Superseded in oneiric-release
lxc (0.7.4.2-0.3ubuntu1) oneiric; urgency=low

  * Sync upstream 0.7.4.2
  * Add diff up to git head.
    - Fix interaction with cgroups-bin (LP: #784093)
    - Fix arch support to create i386 containers on amd64 (LP: #798476)
    - Support a bind-mounted $HOME with template (LP: #800482)
  * add debootstrap to Recommends (LP: #803745)
  * debian/patchs updates:
    - refresh 0002-disable-debian-checkroot-script.patch
    - drop:
      * 0004-add-ubuntu-mirrors.patch
      * 0005-add-netbase-to-templates.patch
      * 0006-fix-template-syntax-error.patch
      * 0007-natty-template-install-lxcguest.patch
      * 0010-templates-use-dpkg.patch
    - renamed and updated:
      * 0008-add-arm-to-supported-archs.patch to
        0004-add-arm-to-supported-archs.patch
      * 0009-templates-dont-use-devpts-in-fstab to
        0005-dont-use-devpts-in-fstab
      * 0011-templates-allow-fuse.patch to
        0006-templates-allow-fuse.patch
  * remove unused debian/lxc-start.sh
  * include autoreconf.mk to force Makefile.in to be rebuilt
  * Remaining changes over debian:
    - add lxcguest package
    - debian/control
      * keep docbook-utils in Build-Depends
    - lxc.default: add commented example MIRROR
 -- Serge Hallyn <email address hidden>   Thu, 07 Jul 2011 13:53:52 -0500
Superseded in oneiric-release
lxc (0.7.4-0ubuntu11) oneiric; urgency=low

  * Allow containers to access /dev/fuse (LP: #800886)
 -- Serge Hallyn <email address hidden>   Wed, 22 Jun 2011 16:06:23 -0500

Available diffs

Superseded in oneiric-release
lxc (0.7.4-0ubuntu10) oneiric; urgency=low

  * Import patch from stgraber to use dpkg to decide arch in lxc templates.
    This is necessary for templates to work on arm.
 -- Serge Hallyn <email address hidden>   Fri, 27 May 2011 13:38:19 -0400
Superseded in oneiric-release
lxc (0.7.4-0ubuntu9) oneiric; urgency=low

  * lxcguest: Recognize 'LIBVIRT_LXC_UUID' in place of 'container=libvirt'
    as proving that upstart is running in a container.
 -- Serge Hallyn <email address hidden>   Mon, 16 May 2011 14:03:52 -0500

Available diffs

Superseded in natty-updates
Deleted in natty-proposed (Reason: moved to -updates)
lxc (0.7.4-0ubuntu7.1) natty-proposed; urgency=low

  [ Serge Hallyn ]
  * debian/patches/0009-templates-dont-use-devpts-in-fstab: remove devpts
    entry from $confdir/container/fstab, as it is not needed, and can
    cause the host devpts mount options to change, because it happens
    before lxc has done a mount -o newinstance.  (LP: #607636)
 -- Stephane Graber <email address hidden>   Mon, 16 May 2011 15:31:29 -0400
Superseded in oneiric-release
lxc (0.7.4-0ubuntu8) oneiric; urgency=low

  * debian/patches/0009-templates-dont-use-devpts-in-fstab: remove devpts
    entry from $confdir/container/fstab, as it is not needed, and can
    cause the host devpts mount options to change, because it happens
    before lxc has done a mount -o newinstance.  (LP: #607636)
 -- Serge Hallyn <email address hidden>   Fri, 06 May 2011 12:08:07 -0500

Available diffs

Superseded in oneiric-release
Obsolete in natty-release
Superseded in natty-release
lxc (0.7.4-0ubuntu7) natty; urgency=low

  * lxcguest: for libvirt containers, offer console on /dev/pts/0 rather
    than /dev/console.
  * lxcguest: offer alternate jobs for libvirt-lxc.  Libvirt-lxc doesn't watch
    guest's utmp (doesn't support clean shutdown at all) so it can safely
    mount its own /var/run and such.  Hopefully this can go away after lxc
    supports clean shutdown/reboot without the utmp-watching hack.
    (LP: #757752)
  * debian/fstab.lxc: comment out all entries.  /sys gets mounted anyway,
    and we need to not overmount /var because otherwise the container parent
    won't see utmp, can't see the container is shutdown, and won't kill
    the init.  Note that when expected kernel functionality to help clean up
    container reboot and shutdown comes, these can be uncommented.
    (LP: #754655)
 -- Serge Hallyn <email address hidden>   Fri, 08 Apr 2011 09:02:48 -0500

Available diffs

Superseded in natty-release
lxc (0.7.4-0ubuntu6) natty; urgency=low

  * debian/fstab.lxc: comment out all entries.  /sys gets mounted anyway,
    and we need to not overmount /var because otherwise the container parent
    won't see utmp, can't see the container is shutdown, and won't kill
    the init.  Note that when expected kernel functionality to help clean up
    container reboot and shutdown comes, these can be uncommented.
    (LP: #754655)
 -- Serge Hallyn <email address hidden>   Fri, 08 Apr 2011 09:02:48 -0500

Available diffs

Superseded in natty-release
lxc (0.7.4-0ubuntu5) natty; urgency=low

  * Add ARM to list of supported archs - LP: #745884
 -- Marcin Juszkiewicz <email address hidden>   Wed, 06 Apr 2011 16:49:15 +0200

Available diffs

Superseded in natty-release
lxc (0.7.4-0ubuntu4) natty; urgency=low

  * Add lxcguest to the list of packages installed by the natty template.
    (LP: #745907)
  * Since lxcguest will be installed, don't install our own console.conf,
    and don't clear out /lib/init/fstab.
 -- Serge Hallyn <email address hidden>   Fri, 01 Apr 2011 08:50:36 -0500

Available diffs

Superseded in natty-release
lxc (0.7.4-0ubuntu1) natty; urgency=low

  * New upstream version.
  * Refreshed patches, dropped 0005-env.patch since it was already
    accepted upstream.
 -- Chuck Short <email address hidden>   Thu, 10 Mar 2011 07:25:34 -0500

Available diffs

Superseded in natty-release
lxc (0.7.3.1-0ubuntu1) natty; urgency=low

  * Base on new upstream git tree with new maverick and natty templates,
    and able to run without ns cgroup.
  * Send a 'container=lxc' variable to upstart.  The upstream git has
    the same patch, though this tree has it as a quilt patch.
  * Add lxcguest package which converts a system into one which can
    boot upstart both as a container and a (kvm or bare-metal) host.
  * Add a MIRROR default in /etc/default/lxc, and use that in the
    debootstrap command in the lucid, maverick and natty templates.
  * Remove 0004-restore-lxc.mount-lxc.mount.entry-functionality.patch
    which prevents containers from starting.
 -- Serge Hallyn <email address hidden>   Sun, 23 Jan 2011 17:28:55 -0600

Available diffs

Superseded in natty-release
lxc (0.7.3-1) unstable; urgency=low

  * New upstream version (closes: #602631)
    - Support for specifying debian suite (closes: #600459)
    - Support for declaring a different architecture (closes: #597875)
  * Fix restart init.d action sequence (closes: #597998)
  * Move too-deep /usr/lib/lxc/lxc path to a proper patch
  * Disable checkroot script in debian template (closes: #601001)
  * Create missing tty devices under squeeze (closes: #600466)
  * Restore bindmount functionality in newer kernels (closes: #604475)
  * Make debian mirror configurable (closes: #601422)
  * Default to cdn.debian.net as a debian mirror (closes: #600464)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  07 Dec 2010 09:35:15 +0000

Available diffs

Superseded in natty-release
Obsolete in maverick-release
lxc (0.7.2-1) unstable; urgency=low

  * New upstream version
  * Convert libcap dependency to versioned (closes: #571527)
  * Bump up standards version to 3.9.0
  * Fix too-deep /usr/lib/lxc/lxc path (closes: #587847)
  * Add init script (closes: #573830)
    Thanks to Przemysław Knycz <email address hidden> for the base example
  * Bump up standards version (3.9.1)
 -- Rico Tzschichholz <email address hidden>   Tue,  07 Sep 2010 09:04:36 +0100

Available diffs

Superseded in maverick-release
lxc (0.7.1-1) unstable; urgency=low

  * New upstream version
  * Convert to quilt format
  * Use pristine-tar option in git-buildpackage
  * lxc-$distro scripts (debian, fedora, sshd, ubuntu, busybox) are now
    shipped under /usr/lib/lxc/lxc/templates/
  * Bump up standards version
 -- Dustin Kirkland <email address hidden>   Wed,  07 Jul 2010 15:03:12 +0100

Available diffs

Superseded in maverick-release
Obsolete in lucid-release
lxc (0.6.5-1) unstable; urgency=low

  * New upstream version (closes: #566771)

Available diffs

Superseded in lucid-release
lxc (0.6.4-1) unstable; urgency=low

  [ Stéphane Graber ]
  * Upgrade standards-version to 3.8.3
  * Drop the copy of etc/* from rules as "etc" is no longer in the tarball

  [ Guido Trotter ]
  * New Upstream Version
  * Update libcap2-dev dependency to libcap-dev
  * Install upstream-built man pages via debian/lxc.manpages
  * Drop unneeded docbook-utils build dependency

Available diffs

Superseded in lucid-release
Obsolete in karmic-release
lxc (0.6.3-1) unstable; urgency=low

  * New Upstream Version
  * Remove duplicate build-dependency on autotools-dev
  * Build depend on linux-libc-dev
  * Disable checking of netlink headers from configure
    (currently fails under sid)
  * Upgrade standards-version to 3.8.2

 -- fabrice_sp <email address hidden>   Mon,  03 Aug 2009 15:01:36 +0100

Available diffs

Superseded in karmic-release
lxc (0.6.2-2) unstable; urgency=low

  * Add the vcs entry in debian/control
  * Update README.Debian mentioning lxc-checkconfig
  * Update README.Debian mentioning the cgroups file system (closes: #532886)
    (Thanks to Daniel Pittman for that issue and a suggested fix)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  15 Jun 2009 11:18:02 +0100

Available diffs

Superseded in karmic-release
lxc (0.6.2-1) unstable; urgency=low

  * New upstream release

451514 of 514 results