-
Notifications
You must be signed in to change notification settings - Fork 589
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
releasing package snapd version 2.13
- Loading branch information
Showing
1 changed file
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,75 @@ | ||
snapd (2.13) xenial; 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 | ||
|
||
-- Michael Vogt <[email protected]> Wed, 24 Aug 2016 14:48:28 +0200 | ||
|
||
snapd (2.12) xenial; urgency=medium | ||
|
||
* New upstream release: LP: #1612362 | ||
|