snapd (2.13+16.10) yakkety; urgency=medium

  * New upstream release: LP: #1616157
    - many: respect dirs.SnapSnapsDir in tests
    - tests: update listing test for latest stable image
    - many: hook in start of code to fetch/check assertions when
      installing snap from store
    - boot: add missing udevadm mock to fix FTBFS
    - interfaces: add lxd-support interface
    - dirs,snap: handle empty root directory in SetRootDir
    - dirs,snap: define methods for SNAP_USER_DATA and SNAP_USER_COMMON
    - tests: spread all-snap test cleanup
    - tests: add all-snap spread image tests
    - store,tests: have just one envvar SNAPPY_USE_STAGING_STORE to
      control talking to staging
    - overlord/hookstate: use snap run posix parameters.
    - interfaces/builtin: allow bind in the network interface
    - asserts,overlord/devicestate: simplify private key/key pairs APIs,
      they take just key ids
    - dependencies: update godeps
    - boot: add support for "devmode: {true,false}" in seed.yaml
    - many: teach prepare-image to copy the model assertion (and
      prereqs) into the seed area of the image
    - tests: start teaching the fakestore about assertions
    - asserts/sysdb: embed the new format official root/trusted
      assertions
    - overlord/devicestate: first pass at device registration logic
    - tests: add process-control interface spread test
    - tests: disable unity test
    - tests: adapt to new spread version
    - asserts: add serial-proof device assertion
    - client, cmd/snap: use the new multi-refresh endpoint
    - many: preparations for image code to fetch model prereqs
    - debian: add extra checks when debian/snapd.postrm purge is run
    - overlord/snapstate, daemon: support for multi-snap refresh
    - tests: do not leave "squashfs-root" around
    - snap-exec: Fix broken `snap run --shell` and add test
    - overlord/snapstate: check changes to SnapState for conflicts also.
    - docs/interfaces: change snappy command to snap
    - tests: test `snap run --hook` using in-tree snap-exec.
    - partition: ensure that snap_{kernel,core} is not overriden with an
      empty value
    - asserts,overlord/assertstate: introduce an assertstate task
      handler to fetch snap assertions
    - spread: disable re-exec to always test development tree.
    - interfaces: implement a fuse interface
    - interfaces/hardware-observe.go: re-add /run/udev/data
    - overlord/assertstate,daemon: reorg how the assert manager exposes
      the assertion db and adding to it
    - release: Remove "UBUNTU_CODENAME" from the test data
    - many: implement snapctl command.
    - interfaces: mpris updates (fix unconfined introspection, add name
      attribute)
    - asserts: export DecodePublicKey
    - asserts: introduce support for assertions with no authority,
      implement serial-request
    - interfaces: bluez: add a few more tests to verify interface
      connection works
    - interfaces: bluez: add missing mount security snippet case
    - interfaces: add kernel-module interface for module insertion.
    - integration-tests: look for ubuntu-device-flash on PATH before
      calling sudo
    - client, cmd, daemon, osutil: support --yaml and --sudoer flags for
      create-user
    - spread: use snap-confine from ppa:snappy-dev/image for the tests
    - many: move to purely hash based key lookup and to new
      key/signature format (v1)
    - spread: Use /home/gopath in spread.yaml
    - tests: base security spread tests

Date: Wed, 24 Aug 2016 14:48:28 +0200
Changed-By: Michael Vogt <michael.v...@ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/snapd/2.13+16.10
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 24 Aug 2016 14:48:28 +0200
Source: snapd
Binary: golang-github-ubuntu-core-snappy-dev golang-github-snapcore-snapd-dev 
snapd ubuntu-core-snapd-units ubuntu-snappy ubuntu-snappy-cli
Architecture: source
Version: 2.13+16.10
Distribution: yakkety
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Changed-By: Michael Vogt <michael.v...@ubuntu.com>
Description:
 golang-github-snapcore-snapd-dev - snappy development go packages.
 golang-github-ubuntu-core-snappy-dev - transitional dummy package
 snapd      - Tool to interact with Ubuntu Core Snappy.
 ubuntu-core-snapd-units - Scripts for snapd that should only run on ubuntu 
core systems.
 ubuntu-snappy - transitional dummy package
 ubuntu-snappy-cli - transitional dummy package
Launchpad-Bugs-Fixed: 1616157
Changes:
 snapd (2.13+16.10) yakkety; urgency=medium
 .
   * New upstream release: LP: #1616157
     - many: respect dirs.SnapSnapsDir in tests
     - tests: update listing test for latest stable image
     - many: hook in start of code to fetch/check assertions when
       installing snap from store
     - boot: add missing udevadm mock to fix FTBFS
     - interfaces: add lxd-support interface
     - dirs,snap: handle empty root directory in SetRootDir
     - dirs,snap: define methods for SNAP_USER_DATA and SNAP_USER_COMMON
     - tests: spread all-snap test cleanup
     - tests: add all-snap spread image tests
     - store,tests: have just one envvar SNAPPY_USE_STAGING_STORE to
       control talking to staging
     - overlord/hookstate: use snap run posix parameters.
     - interfaces/builtin: allow bind in the network interface
     - asserts,overlord/devicestate: simplify private key/key pairs APIs,
       they take just key ids
     - dependencies: update godeps
     - boot: add support for "devmode: {true,false}" in seed.yaml
     - many: teach prepare-image to copy the model assertion (and
       prereqs) into the seed area of the image
     - tests: start teaching the fakestore about assertions
     - asserts/sysdb: embed the new format official root/trusted
       assertions
     - overlord/devicestate: first pass at device registration logic
     - tests: add process-control interface spread test
     - tests: disable unity test
     - tests: adapt to new spread version
     - asserts: add serial-proof device assertion
     - client, cmd/snap: use the new multi-refresh endpoint
     - many: preparations for image code to fetch model prereqs
     - debian: add extra checks when debian/snapd.postrm purge is run
     - overlord/snapstate, daemon: support for multi-snap refresh
     - tests: do not leave "squashfs-root" around
     - snap-exec: Fix broken `snap run --shell` and add test
     - overlord/snapstate: check changes to SnapState for conflicts also.
     - docs/interfaces: change snappy command to snap
     - tests: test `snap run --hook` using in-tree snap-exec.
     - partition: ensure that snap_{kernel,core} is not overriden with an
       empty value
     - asserts,overlord/assertstate: introduce an assertstate task
       handler to fetch snap assertions
     - spread: disable re-exec to always test development tree.
     - interfaces: implement a fuse interface
     - interfaces/hardware-observe.go: re-add /run/udev/data
     - overlord/assertstate,daemon: reorg how the assert manager exposes
       the assertion db and adding to it
     - release: Remove "UBUNTU_CODENAME" from the test data
     - many: implement snapctl command.
     - interfaces: mpris updates (fix unconfined introspection, add name
       attribute)
     - asserts: export DecodePublicKey
     - asserts: introduce support for assertions with no authority,
       implement serial-request
     - interfaces: bluez: add a few more tests to verify interface
       connection works
     - interfaces: bluez: add missing mount security snippet case
     - interfaces: add kernel-module interface for module insertion.
     - integration-tests: look for ubuntu-device-flash on PATH before
       calling sudo
     - client, cmd, daemon, osutil: support --yaml and --sudoer flags for
       create-user
     - spread: use snap-confine from ppa:snappy-dev/image for the tests
     - many: move to purely hash based key lookup and to new
       key/signature format (v1)
     - spread: Use /home/gopath in spread.yaml
     - tests: base security spread tests
Checksums-Sha1:
 6973f3428b6d09d4a567b5a24286ccf8874759e4 2502 snapd_2.13+16.10.dsc
 97c2760e38de5f5ee032ba9a2b918c027135a6fc 475568 snapd_2.13+16.10.tar.xz
Checksums-Sha256:
 398dc53743efd025c815bd066b116dd0f1deea1e3ab5213c71996a1e22ea1755 2502 
snapd_2.13+16.10.dsc
 53541c261a62d24097e4d7f5c5332e5658c0a02d95c9d86c47c168f3f5c11a76 475568 
snapd_2.13+16.10.tar.xz
Files:
 d78bb7d28695ec5b3fc0fca49bc37975 2502 devel optional snapd_2.13+16.10.dsc
 bc7c5feaa156fd6b8c35ff1a8e466bf6 475568 devel optional snapd_2.13+16.10.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJXvaM/AAoJEJjKuzq9TKWeVVgQANtY17mjM9QidLjItQzOigXZ
gDvYyt3V3KQZgLiyM+nPgXEBh6IPpNV0IvR39zFcZLOOCu8W5Gv6fOuxvWtEMZQ3
tuxnPeukYmS5pMdw1niRV8VIw2JDG9iFpHBAfQwWrSE41tYIUb1oA+UMA9kH9Pj3
xRqSn8Eci6hLZon07EW3y+VHbfAl3jnrrACrZHNkcQejrLSo0L7uS0Sw8sft1j2Z
UkgZ83l/s9mE52ns5+ysOWFtKqhSoJxTsnkSS48QtpgXW2r5qhPmoaniQneMPZB/
aQOWsEYMPVfC/WhIHA0IzgHpCQJHBjmf8r4tJOC+FBmfpfujhRXd/sTpAp5HhPpn
5WoI6tXFWIcMsthsxFQIeks+gXSsxnYGzvCTPGTGlZFbKZ/MVqnhiVC+k81foz3v
cB0AmWAYn8cZtYUhIjNEfpSy8veKDTAJsZhZaWmYErTFPZ2txzWilteah+4PNLhS
qi2EEKK4HKqN7vFMq3WYiYw5ZBPVYnHr9m4VNu1Py+I34mZjPHkz+Qc0fm4DSdkj
YfZnDMspjdh55804xZ8kO8zu+Gn6MVDFuYoTGU2/lSvzp7DYE23mWI3JQ/DN+ICN
cvtZoQhLd7+nXnFZkhKbKOuzz2uyI09t2WYjWRUnX6PxXPcRUffhc3vjvRidCebm
BCB6/y26O8jc2wdpWatQ
=QHPv
-----END PGP SIGNATURE-----
-- 
Yakkety-changes mailing list
Yakkety-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/yakkety-changes

Reply via email to