[ubuntu/xenial-proposed] snapd 2.20ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Fri Dec 16 22:37:56 UTC 2016


snapd (2.20ubuntu1) xenial; urgency=medium

  [ Michael Vogt ]
  * Remove Launchpad-Bugs-Fixed references as requested by the SRU
    team

  [ Steve Langasek ]
  * Revert change to disable running autopkgtests on ppc64el.  Even if we
    decide to ignore a test failure, the tests should still always be run so
    we can see results.

snapd (2.20) xenial; urgency=medium

  * New upstream release, LP: #1648520
    - many: implement  "snap alias --reset" using snapstate.ResetAliases
    - debian: use a packaging branch for 14.04
    - store: retry downloads on io.Copy errors and sha3 checksum errors
    - snap: show apps in `snap info`
    - store: send an explicit X-Ubuntu-Classic header to the store
    - overlord/snapstate: implement snapstate.ResetAliases
    - interfaces/builtin: add dbus interface
    - tests: fix tests on 17.04
    - store: use mocked retry strategy to make store tests faster
    - overlord: apply auto-aliases information from the snap-declaration
      on install or refresh
    - many: prepare landing on trusty
    - many: implement snap unalias using snapstate.Unalias
    - overlord/snapstate: fixing the placement/grouping of some
      functions
    - interfaces: support network namespaces via 'ip netns' in network-
      control
    - interfaces/builtin: fix pulseaudio apparmor rules
    - interfaces/builtin: add iio interface
    - tests: update custom core snap with the freshly build snap-confine
    - interfaces: use sysd.{Disable,Stop} instead of sysd.DisableNow()
    - overlord,overlord/snapstate: implement snapstate.Unalias by
      generalizing the "alias" task
    - interfaces: misc openstack snap enablement
    - cmd/snap: mock terminal.ReadPassword instead of using /dev/ptmx
    - notifications, daemon: kill the unsupported events endpoint
    - client: only allow Dangerous option in InstallPath
    - overlord/ifacestate: no interface checks if no snap id
    - many: implement alias command
    - snap: tweak snap install output as designed by Mark
    - debian: fix Pre-Depends on dpkg
    - tests: check if snap-confine --version is unknown
    - cmd/snap-confine: allow content interface mounts
    - tests: remove ppa:snappy-dev/image again
    - interfaces/apparmor: allow access to core snap
    - tests: remove snap-confine/ubuntu-core-launcher after the tests
    - overlord,overlord/snapstate: implement snapstate.Alias
    - cmd/snap: reject "snap disconnect foo"
    - debian: add split ubuntu-core-launcher and snap-confine packages
    - cmd: fix mkversion.sh and add regression test
    - overlord/snapstate: setup/remove aliases as we link/unlink snaps
    - cmd/snap,tests: alias support in snap run
    - snap/snapenv: don't obscure HOME if snap uses classic confinement
    - store: decode response.Body json inside retry loops
    - cmd/snap-confine: fix compilation on platforms with gcc < 4.9.0
    - vendor: update tomb package fixing context support

Date: Fri, 16 Dec 2016 11:17:15 -0800
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/snapd/2.20ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 16 Dec 2016 11:17:15 -0800
Source: snapd
Binary: golang-github-ubuntu-core-snappy-dev golang-github-snapcore-snapd-dev snapd ubuntu-snappy ubuntu-snappy-cli ubuntu-core-snapd-units snap-confine ubuntu-core-launcher
Architecture: source
Version: 2.20ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description:
 golang-github-snapcore-snapd-dev - snappy development go packages.
 golang-github-ubuntu-core-snappy-dev - transitional dummy package
 snap-confine - Support executable to apply confinement for snappy apps
 snapd      - Tool to interact with Ubuntu Core Snappy.
 ubuntu-core-launcher - Launcher for ubuntu-core (snappy) apps
 ubuntu-core-snapd-units - transitional dummy package
 ubuntu-snappy - transitional dummy package
 ubuntu-snappy-cli - transitional dummy package
Launchpad-Bugs-Fixed: 1648520
Changes:
 snapd (2.20ubuntu1) xenial; urgency=medium
 .
   [ Michael Vogt ]
   * Remove Launchpad-Bugs-Fixed references as requested by the SRU
     team
 .
   [ Steve Langasek ]
   * Revert change to disable running autopkgtests on ppc64el.  Even if we
     decide to ignore a test failure, the tests should still always be run so
     we can see results.
 .
 snapd (2.20) xenial; urgency=medium
 .
   * New upstream release, LP: #1648520
     - many: implement  "snap alias --reset" using snapstate.ResetAliases
     - debian: use a packaging branch for 14.04
     - store: retry downloads on io.Copy errors and sha3 checksum errors
     - snap: show apps in `snap info`
     - store: send an explicit X-Ubuntu-Classic header to the store
     - overlord/snapstate: implement snapstate.ResetAliases
     - interfaces/builtin: add dbus interface
     - tests: fix tests on 17.04
     - store: use mocked retry strategy to make store tests faster
     - overlord: apply auto-aliases information from the snap-declaration
       on install or refresh
     - many: prepare landing on trusty
     - many: implement snap unalias using snapstate.Unalias
     - overlord/snapstate: fixing the placement/grouping of some
       functions
     - interfaces: support network namespaces via 'ip netns' in network-
       control
     - interfaces/builtin: fix pulseaudio apparmor rules
     - interfaces/builtin: add iio interface
     - tests: update custom core snap with the freshly build snap-confine
     - interfaces: use sysd.{Disable,Stop} instead of sysd.DisableNow()
     - overlord,overlord/snapstate: implement snapstate.Unalias by
       generalizing the "alias" task
     - interfaces: misc openstack snap enablement
     - cmd/snap: mock terminal.ReadPassword instead of using /dev/ptmx
     - notifications, daemon: kill the unsupported events endpoint
     - client: only allow Dangerous option in InstallPath
     - overlord/ifacestate: no interface checks if no snap id
     - many: implement alias command
     - snap: tweak snap install output as designed by Mark
     - debian: fix Pre-Depends on dpkg
     - tests: check if snap-confine --version is unknown
     - cmd/snap-confine: allow content interface mounts
     - tests: remove ppa:snappy-dev/image again
     - interfaces/apparmor: allow access to core snap
     - tests: remove snap-confine/ubuntu-core-launcher after the tests
     - overlord,overlord/snapstate: implement snapstate.Alias
     - cmd/snap: reject "snap disconnect foo"
     - debian: add split ubuntu-core-launcher and snap-confine packages
     - cmd: fix mkversion.sh and add regression test
     - overlord/snapstate: setup/remove aliases as we link/unlink snaps
     - cmd/snap,tests: alias support in snap run
     - snap/snapenv: don't obscure HOME if snap uses classic confinement
     - store: decode response.Body json inside retry loops
     - cmd/snap-confine: fix compilation on platforms with gcc < 4.9.0
     - vendor: update tomb package fixing context support
Checksums-Sha1:
 13b800d9219cc2806787bb9eeacdc9d1d0564153 2592 snapd_2.20ubuntu1.dsc
 2300e6b34b0175deb7f30bff03293d1539aa4e8c 1047248 snapd_2.20ubuntu1.tar.xz
Checksums-Sha256:
 0246b24c0870fe72119c783891c92076f46507d60c2f60290a08a0744316702d 2592 snapd_2.20ubuntu1.dsc
 a6a747f091f62d5ca83f9af2d8101855c71790745a4554b9e9bec425056883e9 1047248 snapd_2.20ubuntu1.tar.xz
Files:
 927ef10011916ffd00928e7d91d6052c 2592 devel optional snapd_2.20ubuntu1.dsc
 17eb5564ff26e2eaa8dbfc27084ff425 1047248 devel optional snapd_2.20ubuntu1.tar.xz


More information about the Xenial-changes mailing list