[ubuntu/xenial-proposed] lxd 2.0.3-0ubuntu1~ubuntu16.04.2 (Accepted)

Stéphane Graber stgraber at ubuntu.com
Thu Jun 30 18:27:58 UTC 2016


lxd (2.0.3-0ubuntu1~ubuntu16.04.2) xenial; urgency=medium

  * Cherry-pick squashfs fix from upstream (LP: #1597544)
    - simplestreams: list images available as both squashfs and tar.xz

lxd (2.0.3-0ubuntu1~ubuntu16.04.1) xenial; urgency=medium

  * New upstream bugfix release (2.0.3) (LP: #1597544)
    - extras: Better bash completion coverage
    - client/delete: Allow -f as a shortcut of --force
    - client/info: Include the certificate fingerprint in server info
      (Issue #2098)
    - client/info: Show remote in the --show-log example provided on error
    - core: Add squashfs support as needed by newer Ubuntu images
    - core: Tweak TLS cipher list a bit to allow browsers to talk to LXD
      (Issue #2034)
    - daemon/container: Setup /dev/fuse by default
    - client: Better handle connection errors
    - client: Check all alias args to support subcommand aliases (Issue #2095)
    - client/file: Don't modify file permissions on edit
    - client/image: Use the daemon provided fingerprint on image copy
      (Issue #2162)
    - client: Normalize the URLs in the client (Issue #2112)
    - client/remote: Fix a panic in 'remote add' (Issue #2089)
    - client/remote: Fix parsing of :
    - core: Better handle PEM decoding errors (Issue #2119)
    - core: Check for zero byte send in ReaderToChannel (Issue #2072)
    - core: Fix a concurrent websocket write crash
    - core: Use default buffer size for WebsocketUpgrader
    - daemon: Add missing linebreak to lxd help
    - daemon/api: Set Location on sync POST requests (Issue #2092)
    - daemon/btrfs: Fix failure to restore on btrfs (Issue #2058)
    - daemon/certificate: Fail to add an existing certificate
    - daemon/config: Allow "none" as compression algorithm (regression fix)
    - daemon/container: Add target path to rootfs tarball in image
      export (Issue #1980)
    - daemon/container: Better handle bind mounts
    - daemon/container: GET of a nonexistent file now 404s (Issue #2059)
    - daemon/container: Make devices cgroup config more readable
    - daemon/containers: Improve error message on disk setup failure
    - daemon/container: Use defer to undo changes on failed update
    - daemon/db: Don't try to chmod zfs.img when testing db upgrades
    - daemon/db: Don't try to update /var/lib/lxd/containers in go tests
    - daemon/init: Actually unset the storage keys
    - daemon/lvm: Don't call lvextend with recent LVM versions
    - daemon/migration: Setup some buffering for zfs/btrfs send
    - daemon/migration: Simplify checkpoint/restore code everywhere
    - daemon/migration: switch to the new LXC migrate API
    - daemon/zfs: Improve block device detection
    - daemon/zfs: Mount if not mounted (Issue #1888)
    - doc: Clarify ZFS snapshot shortcomings (Issue #2055)
    - doc: Drop JSON example from configuration.md
    - doc: Fix certificates JSON examples to cover all fields
    - doc: Fix typo in "unix-block" description
    - doc: Improve shared folder documentation (README) (Issue #2123)
    - lxd/patches: Add support for one-time patches
      (separate from DB schema updates)
    - Makefile: go get has become worse, now need 3 runs
    - Makefile: Update repository URL for xgettext-go
    - migration: Consolidate error handling
    - test: 201 is a valid return code for alias creation
    - test: Add a test for ReaderToChannel
    - test: Add test for "lxc file edit" target file owner and permission
  * Add dependency on squashfs-tools (for new Ubuntu images).
  * Fix typo in debconf question. (LP: #1584024)

Date: Thu, 30 Jun 2016 14:02:45 -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/lxd/2.0.3-0ubuntu1~ubuntu16.04.2
-------------- next part --------------
Format: 1.8
Date: Thu, 30 Jun 2016 14:02:45 -0400
Source: lxd
Binary: lxd-client lxd lxc2 lxd-tools golang-github-lxc-lxd-dev
Architecture: source
Version: 2.0.3-0ubuntu1~ubuntu16.04.2
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Description:
 golang-github-lxc-lxd-dev - Container hypervisor based on LXC - go source
 lxc2       - Container hypervisor based on LXC - metapackage
 lxd        - Container hypervisor based on LXC - daemon
 lxd-client - Container hypervisor based on LXC - client
 lxd-tools  - Container hypervisor based on LXC - extra tools
Launchpad-Bugs-Fixed: 1584024 1597544
Changes:
 lxd (2.0.3-0ubuntu1~ubuntu16.04.2) xenial; urgency=medium
 .
   * Cherry-pick squashfs fix from upstream (LP: #1597544)
     - simplestreams: list images available as both squashfs and tar.xz
 .
 lxd (2.0.3-0ubuntu1~ubuntu16.04.1) xenial; urgency=medium
 .
   * New upstream bugfix release (2.0.3) (LP: #1597544)
     - extras: Better bash completion coverage
     - client/delete: Allow -f as a shortcut of --force
     - client/info: Include the certificate fingerprint in server info
       (Issue #2098)
     - client/info: Show remote in the --show-log example provided on error
     - core: Add squashfs support as needed by newer Ubuntu images
     - core: Tweak TLS cipher list a bit to allow browsers to talk to LXD
       (Issue #2034)
     - daemon/container: Setup /dev/fuse by default
     - client: Better handle connection errors
     - client: Check all alias args to support subcommand aliases (Issue #2095)
     - client/file: Don't modify file permissions on edit
     - client/image: Use the daemon provided fingerprint on image copy
       (Issue #2162)
     - client: Normalize the URLs in the client (Issue #2112)
     - client/remote: Fix a panic in 'remote add' (Issue #2089)
     - client/remote: Fix parsing of :
     - core: Better handle PEM decoding errors (Issue #2119)
     - core: Check for zero byte send in ReaderToChannel (Issue #2072)
     - core: Fix a concurrent websocket write crash
     - core: Use default buffer size for WebsocketUpgrader
     - daemon: Add missing linebreak to lxd help
     - daemon/api: Set Location on sync POST requests (Issue #2092)
     - daemon/btrfs: Fix failure to restore on btrfs (Issue #2058)
     - daemon/certificate: Fail to add an existing certificate
     - daemon/config: Allow "none" as compression algorithm (regression fix)
     - daemon/container: Add target path to rootfs tarball in image
       export (Issue #1980)
     - daemon/container: Better handle bind mounts
     - daemon/container: GET of a nonexistent file now 404s (Issue #2059)
     - daemon/container: Make devices cgroup config more readable
     - daemon/containers: Improve error message on disk setup failure
     - daemon/container: Use defer to undo changes on failed update
     - daemon/db: Don't try to chmod zfs.img when testing db upgrades
     - daemon/db: Don't try to update /var/lib/lxd/containers in go tests
     - daemon/init: Actually unset the storage keys
     - daemon/lvm: Don't call lvextend with recent LVM versions
     - daemon/migration: Setup some buffering for zfs/btrfs send
     - daemon/migration: Simplify checkpoint/restore code everywhere
     - daemon/migration: switch to the new LXC migrate API
     - daemon/zfs: Improve block device detection
     - daemon/zfs: Mount if not mounted (Issue #1888)
     - doc: Clarify ZFS snapshot shortcomings (Issue #2055)
     - doc: Drop JSON example from configuration.md
     - doc: Fix certificates JSON examples to cover all fields
     - doc: Fix typo in "unix-block" description
     - doc: Improve shared folder documentation (README) (Issue #2123)
     - lxd/patches: Add support for one-time patches
       (separate from DB schema updates)
     - Makefile: go get has become worse, now need 3 runs
     - Makefile: Update repository URL for xgettext-go
     - migration: Consolidate error handling
     - test: 201 is a valid return code for alias creation
     - test: Add a test for ReaderToChannel
     - test: Add test for "lxc file edit" target file owner and permission
   * Add dependency on squashfs-tools (for new Ubuntu images).
   * Fix typo in debconf question. (LP: #1584024)
Checksums-Sha1:
 cc68f6841431df15e915950a7be3a922b0e0a95f 2756 lxd_2.0.3-0ubuntu1~ubuntu16.04.2.dsc
 d1db1adf888833b34d91227caaf0561bf129f654 9037045 lxd_2.0.3.orig.tar.gz
 f21499e49befeb998c7aadcc8f448a50f68c7609 86376 lxd_2.0.3-0ubuntu1~ubuntu16.04.2.debian.tar.xz
Checksums-Sha256:
 bfc1ec3f8cde49f9d1fb0c3a9a739d1e69097794d4b832cae9782e9efbfc7f6d 2756 lxd_2.0.3-0ubuntu1~ubuntu16.04.2.dsc
 da42cda515dd1a3b407050137e787f97d9f45820588d009c65c5464f718b50bf 9037045 lxd_2.0.3.orig.tar.gz
 bdac42398a5b68e863eecc463438434d635d322ef2b305b0089555d728845b28 86376 lxd_2.0.3-0ubuntu1~ubuntu16.04.2.debian.tar.xz
Files:
 149c68bbac4bd264675e9f84916b4c51 2756 admin optional lxd_2.0.3-0ubuntu1~ubuntu16.04.2.dsc
 b420f40537527cccc399eed057e5fa35 9037045 admin optional lxd_2.0.3.orig.tar.gz
 ee4df95d5cb0d3c4663ed15691e93c12 86376 admin optional lxd_2.0.3-0ubuntu1~ubuntu16.04.2.debian.tar.xz


More information about the Xenial-changes mailing list