[ubuntu/xenial-proposed] lxc 2.0.4-0ubuntu1~ubuntu16.04.1 (Accepted)

Stéphane Graber stgraber at ubuntu.com
Mon Aug 22 10:43:40 UTC 2016


lxc (2.0.4-0ubuntu1~ubuntu16.04.1) xenial; urgency=medium

  * New upstream bugfix release (2.0.4) (LP: #1615099):
    - core: Add a prefix to the lxc.pc
    - core: Add flag in mount_entry to skip NODEV in case of a
      persistent dev entry
    - core: Add missing cgroup namespace to ns_info struct
    - core: attach: setns instead of unshare in lxc-attach
    - core: bdev: Add subdirectories to search path
    - core: bdev: Be smarter about btrfs subvolume detection
    - core: cgfsng: Don't pre-calculate path
    - core: cgfsng: Fix is_lxcfs() and is_cgroupfs()
    - core: cgroups: Move cgroup files to common subfolder
    - core: conf: Set pty_info to NULL after free
    - core: Detect if we should send SIGRTMIN+3
    - core: Replace readdir_r() with readdir()
    - core: Set up MTU for vlan-type interfaces.
    - core: tools, tests: Reorganize repo
    - c/r: Add support for CRIU's --action-script
    - c/r: Add support for ghost-limit in CRIU
    - c/r: Drop in-flight connections during CRIU dump
    - c/r: Initialize migrate_opts properly
    - c/r: Make local function static
    - c/r: Replace tmpnam() with mkstemp()
    - c/r: Store criu version
    - c/r: Use PRIu64 format specifier
    - doc: Fix typo found by lintian
    - doc: Update Japanese lxc-attach(1)
    - doc: Update lxc-attach(1)
    - lxc-attach: Add -f option (rcfile)
    - lxc-attach: Cleanup whitespaces
    - lxc-create: Add missing newline in output
    - lxc-ls: Use correct runtime path
    - templates: alpine: Add support for new arch
    - templates: alpine: Mount tmpfs under /run
    - templates: debian: Add more quotes to variables (at least $rootfs
      should now be covered)
    - templates: debian: Avoid noisy perl warnings caused by missing locales
    - templates: debian: fix regression when creating wheezy containers
    - templates: debian: Make shellcheck (Ubuntu: 0.3.7-5 amd64) most
      possible happy
    - tests: Add unit tests for lxc_string_in_array()
    - tests: Add unit tests for lxc_string_replace()
  * Cherry-pick from upstream (for 4.6 kernel):
    - 0002-bdev-use-correct-overlay-module-name
  * Sync packaging with yakkety:
    - Tweak debian/tests/exercise to skip lxc-test-ubuntu on yakkety
    - Build-depend on libgnutls28-dev rather than libgnutls-dev

Date: Fri, 19 Aug 2016 15:32:14 -0400
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/lxc/2.0.4-0ubuntu1~ubuntu16.04.1
-------------- next part --------------
Format: 1.8
Date: Fri, 19 Aug 2016 15:32:14 -0400
Source: lxc
Binary: lxc lxc1 lxc-common lxc-dev lxc-templates lxc-tests liblxc1 python3-lxc lua-lxc
Architecture: source
Version: 2.0.4-0ubuntu1~ubuntu16.04.1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Description:
 liblxc1    - Linux Containers userspace tools (library)
 lua-lxc    - Linux Containers userspace tools (LUA bindings)
 lxc        - Transitional package for lxc1
 lxc-common - Linux Containers userspace tools (common tools)
 lxc-dev    - Linux Containers userspace tools (development)
 lxc-templates - Linux Containers userspace tools (templates)
 lxc-tests  - Linux Containers userspace tools (test binaries)
 lxc1       - Linux Containers userspace tools
 python3-lxc - Linux Containers userspace tools (Python 3.x bindings)
Launchpad-Bugs-Fixed: 1615099
Changes:
 lxc (2.0.4-0ubuntu1~ubuntu16.04.1) xenial; urgency=medium
 .
   * New upstream bugfix release (2.0.4) (LP: #1615099):
     - core: Add a prefix to the lxc.pc
     - core: Add flag in mount_entry to skip NODEV in case of a
       persistent dev entry
     - core: Add missing cgroup namespace to ns_info struct
     - core: attach: setns instead of unshare in lxc-attach
     - core: bdev: Add subdirectories to search path
     - core: bdev: Be smarter about btrfs subvolume detection
     - core: cgfsng: Don't pre-calculate path
     - core: cgfsng: Fix is_lxcfs() and is_cgroupfs()
     - core: cgroups: Move cgroup files to common subfolder
     - core: conf: Set pty_info to NULL after free
     - core: Detect if we should send SIGRTMIN+3
     - core: Replace readdir_r() with readdir()
     - core: Set up MTU for vlan-type interfaces.
     - core: tools, tests: Reorganize repo
     - c/r: Add support for CRIU's --action-script
     - c/r: Add support for ghost-limit in CRIU
     - c/r: Drop in-flight connections during CRIU dump
     - c/r: Initialize migrate_opts properly
     - c/r: Make local function static
     - c/r: Replace tmpnam() with mkstemp()
     - c/r: Store criu version
     - c/r: Use PRIu64 format specifier
     - doc: Fix typo found by lintian
     - doc: Update Japanese lxc-attach(1)
     - doc: Update lxc-attach(1)
     - lxc-attach: Add -f option (rcfile)
     - lxc-attach: Cleanup whitespaces
     - lxc-create: Add missing newline in output
     - lxc-ls: Use correct runtime path
     - templates: alpine: Add support for new arch
     - templates: alpine: Mount tmpfs under /run
     - templates: debian: Add more quotes to variables (at least $rootfs
       should now be covered)
     - templates: debian: Avoid noisy perl warnings caused by missing locales
     - templates: debian: fix regression when creating wheezy containers
     - templates: debian: Make shellcheck (Ubuntu: 0.3.7-5 amd64) most
       possible happy
     - tests: Add unit tests for lxc_string_in_array()
     - tests: Add unit tests for lxc_string_replace()
   * Cherry-pick from upstream (for 4.6 kernel):
     - 0002-bdev-use-correct-overlay-module-name
   * Sync packaging with yakkety:
     - Tweak debian/tests/exercise to skip lxc-test-ubuntu on yakkety
     - Build-depend on libgnutls28-dev rather than libgnutls-dev
Checksums-Sha1:
 03f89ad9ffb8508804012cb0b4e8fc520d9c7cb9 2574 lxc_2.0.4-0ubuntu1~ubuntu16.04.1.dsc
 3e05099104fea188258c834dd5f4f99433955ebd 1065905 lxc_2.0.4.orig.tar.gz
 be6675935651bfbe752fbe142c1d120dcb6d045f 106288 lxc_2.0.4-0ubuntu1~ubuntu16.04.1.debian.tar.xz
Checksums-Sha256:
 4e7b061745fc252682f2a0e63ccdd842d99caed192a8c61def38a07945278659 2574 lxc_2.0.4-0ubuntu1~ubuntu16.04.1.dsc
 14c9e699a4bf4e23a420922eb5ae3e163bb151c3d2bf6a3dcbea48c2dd3e9582 1065905 lxc_2.0.4.orig.tar.gz
 79111d19bf4ab1ebbc043bd0ea19499231a434bcb1de25789e33529066756aaf 106288 lxc_2.0.4-0ubuntu1~ubuntu16.04.1.debian.tar.xz
Files:
 a4152058109687d482695bc3ca9604a1 2574 admin optional lxc_2.0.4-0ubuntu1~ubuntu16.04.1.dsc
 28db4dbacf860ae742138c0ed8dbf14c 1065905 admin optional lxc_2.0.4.orig.tar.gz
 42e79d50b3ccf4054f53e44322d4ad21 106288 admin optional lxc_2.0.4-0ubuntu1~ubuntu16.04.1.debian.tar.xz


More information about the Xenial-changes mailing list