[ubuntu/yakkety-proposed] lxd 2.0.3-0ubuntu1 (Accepted)

Stéphane Graber stgraber at ubuntu.com
Wed Jun 29 21:56:16 UTC 2016


lxd (2.0.3-0ubuntu1) yakkety; urgency=medium

  * New upstream bugfix release (2.0.3)
    - 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: Wed, 29 Jun 2016 17:42:49 -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
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 29 Jun 2016 17:42:49 -0400
Source: lxd
Binary: lxd-client lxd lxc2 lxd-tools golang-github-lxc-lxd-dev
Architecture: source
Version: 2.0.3-0ubuntu1
Distribution: yakkety
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
Changes:
 lxd (2.0.3-0ubuntu1) yakkety; urgency=medium
 .
   * New upstream bugfix release (2.0.3)
     - 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:
 283406ba197e99aa4d891ea567559c83ed27807d 2700 lxd_2.0.3-0ubuntu1.dsc
 d1db1adf888833b34d91227caaf0561bf129f654 9037045 lxd_2.0.3.orig.tar.gz
 12f4b00de202e9b500d6e6e0cafcc704807a9930 86176 lxd_2.0.3-0ubuntu1.debian.tar.xz
Checksums-Sha256:
 6fa136ad937f77892bd665fc3e8003e95cc40a7e85b338a30f89e60ae1c64119 2700 lxd_2.0.3-0ubuntu1.dsc
 da42cda515dd1a3b407050137e787f97d9f45820588d009c65c5464f718b50bf 9037045 lxd_2.0.3.orig.tar.gz
 70c2e87a35031702ad41b52060ff8133a74114b77a48f10cb07efacfd63cd99b 86176 lxd_2.0.3-0ubuntu1.debian.tar.xz
Files:
 39f08ba87eed71c48cc80b7d8e5faa82 2700 admin optional lxd_2.0.3-0ubuntu1.dsc
 b420f40537527cccc399eed057e5fa35 9037045 admin optional lxd_2.0.3.orig.tar.gz
 db01d4ef22b023100719d41ef36fa4fd 86176 admin optional lxd_2.0.3-0ubuntu1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJXdEIwAAoJEMY4l01keS1nNnUQAMeY/E91CfHCfPtWG45MJoGx
8xV+1hHEPwIl85MuWZadMd5FkLutImm91paqjZ/IGouyA7H3r9XDyB3JKt6bmXBB
mNkoIN4VOhjNqlVizcQLvTwUAOfXVQuBgxB6ePpdIrJAypNpUZkrk8nnm8cwPfdN
iSKnLEa6LKACf6tql25lBYOoMhcBFYxPVZ5jraq5uD+8meYoGEa0nh5VqTAUhcgK
bCcDC/Yc0zHue3TWnPRdlS5I+0ogbMN+w1WTo3og2ig/Dj79QOjF12GKVh/0qPoy
JI+AUXuCfvMBL9tCx0iyxaawtXXw1QFIGs5bVPAdPe0tKVLZsf494aqZM+bIvOW4
FC2E7x7Kac7HeKME6mFeMvcupvOccoYuiaKypHILvELeJ9VE0SUG1EFUiQIs8wf4
7DAy4BGYILO051K4p2SlFfSneUXhFZkoSJu9WpWHHHQFn656XBVPMOTzGbLt9EBp
d8FSa4RQjKmlr15SYu/GQbMLMVFp6u9KfU4Ydd2M/kQi9wB2BI3bDe7pzUE5jPOS
COGMGGtmR9rGyojYpu2RndWDLyREvAsfpiTkvL/Vm9HXd1MWL6pUvHosqZYDp8vK
ZKPX+bcgqRuLARwbZskzY2I1P2GyJdMuAvCobCULsERFs2VpoOIU0o2VhgoA/Mfx
7cXAQxd/aUwxB6idXFqc
=eDtW
-----END PGP SIGNATURE-----


More information about the Yakkety-changes mailing list