[ubuntu/xenial-proposed] lxd 2.0.3-0ubuntu1~ubuntu16.04.1 (Accepted)
Stéphane Graber
stgraber at ubuntu.com
Thu Jun 30 07:27:41 UTC 2016
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: Wed, 29 Jun 2016 18:19:32 -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.1
-------------- next part --------------
Format: 1.8
Date: Wed, 29 Jun 2016 18:19:32 -0400
Source: lxd
Binary: lxd-client lxd lxc2 lxd-tools golang-github-lxc-lxd-dev
Architecture: source
Version: 2.0.3-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:
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.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:
cd0c58ddad91dd269055cc6c1450fe669094d524 2756 lxd_2.0.3-0ubuntu1~ubuntu16.04.1.dsc
d1db1adf888833b34d91227caaf0561bf129f654 9037045 lxd_2.0.3.orig.tar.gz
25cd1e837bda673cbf73c92bf3a825c4c3e35054 86176 lxd_2.0.3-0ubuntu1~ubuntu16.04.1.debian.tar.xz
Checksums-Sha256:
475fbb2c998c0f545a13688157ab05d1a355158cc45e9a23814aa76892011ec7 2756 lxd_2.0.3-0ubuntu1~ubuntu16.04.1.dsc
da42cda515dd1a3b407050137e787f97d9f45820588d009c65c5464f718b50bf 9037045 lxd_2.0.3.orig.tar.gz
3577276c6cf3ef717b51dff091e935dcd10016caee46c112c77f4803fb218857 86176 lxd_2.0.3-0ubuntu1~ubuntu16.04.1.debian.tar.xz
Files:
6747af0e91c7a0596b269264d3b0e8cc 2756 admin optional lxd_2.0.3-0ubuntu1~ubuntu16.04.1.dsc
b420f40537527cccc399eed057e5fa35 9037045 admin optional lxd_2.0.3.orig.tar.gz
7d89d03f6e5b2dbd39a76bc507f95afa 86176 admin optional lxd_2.0.3-0ubuntu1~ubuntu16.04.1.debian.tar.xz
More information about the Xenial-changes
mailing list