Change logs for snapd source package in Yakkety

  • snapd (2.26.10+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1690083
        - Fix snap-seccomp tests in artful/trusty on i386/s390x/aarch64
    
    snapd (2.26.9) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - statically link libseccomp in snap-seccomp to fix refresh issue
          on trusty
    
    snapd (2.26.8) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - Fix snap-seccomp tests in artful/trusty on i386/s390x/aarch64
        - add snapd.core-fixup.service unit
        - ensure re-exec uses the right internal tools
    
    snapd (2.26.6) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - interfaces: allow snaps to use the timedatectl utility in
          time-control
    
    snapd (2.26.5) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - backport of seccomp-bpf branch to the 2.26 release to ensure snap
          revert with new seccomp syntax works correctly
    
    snapd (2.26.4) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - partly revert aace15ab53 to unbreak core reverts
        - Revert "interfaces: re-add reverted ioctl and quotactl (revert 21bc6b9f)"
        - Disable "mknod |N" in the default seccomp template
          reasons outline in https://forum.snapcraft.io/t/snapd-2-25-blocked-because-of-revert-race-condition
        - errtracker: include bits of snap-confine apparmor profile
        - errtracker: report if snapd did re-execute itself
    
    snapd (2.26.3) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - cherry pick test fixes f0103a6, 9de5c8a, d7725a7 to make
          sure the image tests are updated for the changes in the
          `snap info core` output and the removal of the rsyslog
          package from core.
    
    snapd (2.26.2) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - cherry pick d444728 to make the uboot.env file parsing more
          robust
    
    snapd (2.26.1) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - store: fix panic error in auth
        - tests: the new ubuntu-image snap needs classic confinement, adjust
          tests
        - cmd/snap-confine: don't fail on pre 3.8 kernel
    
    snapd (2.26) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - timeutil: avoid panicking when the window is very small
        - image: fix go vet issue
        - overlord/ifacestate: don't spam logs with harmless auto-connect
          messages
        - interfaces/builtin: add network-status interface
        - interfaces/builtin: add online-accounts-service interface
        - interfaces/builtin: distribute code of touching allInterfaces
        - interfaces: API additions for interface hooks
        - interfaces/builtin: add storage-framework-service interface
        - tests: disable create-key test on ppc64el for artful (expect not
          working)
        - snap: make `snap prepare-image --extra-snaps` derive side info
        - tests: unify tests/{main/completion,completion}/lib.exp0
        - cmd/snap: tweak info channels output
        - interfaces: ensure that legacy interface methods are unused
        - packaging: cleanup how built-using is generated
        - tests: extend kernel-module-control interface test
        - interfaces/network: workaround Go's need for NETLINK_ROUTE with
          'net'.
        - cmd/snap-confine: use defensive argument parser
        - tests: add test for empty snap name on revert
        - overlord/hookstate: remove unused Context.timeout
        - tests: additional setup in docker test for core systems
        - configstate: return error if patch is invalid
        - interfaces: add random interface
        - store, daemon, client, cmd/snap: handle PASSWORD_POLICY_ERROR
        - cmd/snap, client: add "whoami" command
        - cmd/snap: iterate interface tab completion
        - snap: move locale-control to only be present on classic
        - interfaces/browser-support: deny read on squashfs backing files
          and LVM vg names
        - tests: wait for the docker socket to be listening
        - snap: add `snap refresh --time` option
        - tests: re-enable and moderninze /media sharing test
        - cmd: make rst2man optional
        - tests: remove quoting from [[ ]] when globs
        - interfaces: allow plugging DBus clients to introspect the slot
          service
        - packaging/ubuntu*/changelog: drop extra dash
        - snap-confine: init the ENTRY variable, coverity is unhappy
          otherwise
        - cmd/snap-confine/spread-tests: discard useless --version test
        - spread: add spread target qemu:debian-9-64
        - interfaces: mediate netlink sockets via seccomp
        - tests,cmd/snap-confine: port older snapd-discard-ns tests
        - cmd/snap-confine/tests: fix shellcheck on recently added files
        - tests/upgrade: force install core snap from beta for debian
        - overlord/snapstate/backend,interfaces/mount: move ns management
          code.
        - tests: extend network-control spread test to cope with network
          namespaces
        - tests: fail early in the spread suite if trying to run it inside a
          container
        - tests: set ownership of $PROJECT_PATH for the external backend
        - tests: specify the auto-refreshable snap being tested
        - many: fix tests with go1.8 / artful
        - fix for tests: debian does not have /snap/bin in secure_path so
          sudo
        - snap: support for snap tasks --last=...
        - cmd/snap-confine: remove obsolete debug message
        - address review feedback, add a lot of comments :-), call
          shellcheck on the completion scripts, fix a bug in compopt
    
     -- Michael Vogt <email address hidden>  Mon, 17 Jul 2017 11:58:22 +0200
  • snapd (2.26.9+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1690083
        - statically link libseccomp in snap-seccomp to fix refresh issue
          on trusty
    
    snapd (2.26.8) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - Fix snap-seccomp tests in artful/trusty on i386/s390x/aarch64
        - add snapd.core-fixup.service unit
        - ensure re-exec uses the right internal tools
    
    snapd (2.26.6) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - interfaces: allow snaps to use the timedatectl utility in
          time-control
    
    snapd (2.26.5) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - backport of seccomp-bpf branch to the 2.26 release to ensure snap
          revert with new seccomp syntax works correctly
    
    snapd (2.26.4) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - partly revert aace15ab53 to unbreak core reverts
        - Revert "interfaces: re-add reverted ioctl and quotactl (revert 21bc6b9f)"
        - Disable "mknod |N" in the default seccomp template
          reasons outline in https://forum.snapcraft.io/t/snapd-2-25-blocked-because-of-revert-race-condition
        - errtracker: include bits of snap-confine apparmor profile
        - errtracker: report if snapd did re-execute itself
    
    snapd (2.26.3) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - cherry pick test fixes f0103a6, 9de5c8a, d7725a7 to make
          sure the image tests are updated for the changes in the
          `snap info core` output and the removal of the rsyslog
          package from core.
    
    snapd (2.26.2) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - cherry pick d444728 to make the uboot.env file parsing more
          robust
    
    snapd (2.26.1) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - store: fix panic error in auth
        - tests: the new ubuntu-image snap needs classic confinement, adjust
          tests
        - cmd/snap-confine: don't fail on pre 3.8 kernel
    
    snapd (2.26) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - timeutil: avoid panicking when the window is very small
        - image: fix go vet issue
        - overlord/ifacestate: don't spam logs with harmless auto-connect
          messages
        - interfaces/builtin: add network-status interface
        - interfaces/builtin: add online-accounts-service interface
        - interfaces/builtin: distribute code of touching allInterfaces
        - interfaces: API additions for interface hooks
        - interfaces/builtin: add storage-framework-service interface
        - tests: disable create-key test on ppc64el for artful (expect not
          working)
        - snap: make `snap prepare-image --extra-snaps` derive side info
        - tests: unify tests/{main/completion,completion}/lib.exp0
        - cmd/snap: tweak info channels output
        - interfaces: ensure that legacy interface methods are unused
        - packaging: cleanup how built-using is generated
        - tests: extend kernel-module-control interface test
        - interfaces/network: workaround Go's need for NETLINK_ROUTE with
          'net'.
        - cmd/snap-confine: use defensive argument parser
        - tests: add test for empty snap name on revert
        - overlord/hookstate: remove unused Context.timeout
        - tests: additional setup in docker test for core systems
        - configstate: return error if patch is invalid
        - interfaces: add random interface
        - store, daemon, client, cmd/snap: handle PASSWORD_POLICY_ERROR
        - cmd/snap, client: add "whoami" command
        - cmd/snap: iterate interface tab completion
        - snap: move locale-control to only be present on classic
        - interfaces/browser-support: deny read on squashfs backing files
          and LVM vg names
        - tests: wait for the docker socket to be listening
        - snap: add `snap refresh --time` option
        - tests: re-enable and moderninze /media sharing test
        - cmd: make rst2man optional
        - tests: remove quoting from [[ ]] when globs
        - interfaces: allow plugging DBus clients to introspect the slot
          service
        - packaging/ubuntu*/changelog: drop extra dash
        - snap-confine: init the ENTRY variable, coverity is unhappy
          otherwise
        - cmd/snap-confine/spread-tests: discard useless --version test
        - spread: add spread target qemu:debian-9-64
        - interfaces: mediate netlink sockets via seccomp
        - tests,cmd/snap-confine: port older snapd-discard-ns tests
        - cmd/snap-confine/tests: fix shellcheck on recently added files
        - tests/upgrade: force install core snap from beta for debian
        - overlord/snapstate/backend,interfaces/mount: move ns management
          code.
        - tests: extend network-control spread test to cope with network
          namespaces
        - tests: fail early in the spread suite if trying to run it inside a
          container
        - tests: set ownership of $PROJECT_PATH for the external backend
        - tests: specify the auto-refreshable snap being tested
        - many: fix tests with go1.8 / artful
        - fix for tests: debian does not have /snap/bin in secure_path so
          sudo
        - snap: support for snap tasks --last=...
        - cmd/snap-confine: remove obsolete debug message
        - address review feedback, add a lot of comments :-), call
          shellcheck on the completion scripts, fix a bug in compopt
    
     -- Michael Vogt <email address hidden>  Wed, 12 Jul 2017 08:27:14 +0200
  • snapd (2.26.8+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1690083
        - Fix snap-seccomp tests in artful/trusty on i386/s390x/aarch64
        - add snapd.core-fixup.service unit
        - ensure re-exec uses the right internal tools
    
    snapd (2.26.6) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - interfaces: allow snaps to use the timedatectl utility in
          time-control
    
    snapd (2.26.5) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - backport of seccomp-bpf branch to the 2.26 release to ensure snap
          revert with new seccomp syntax works correctly
    
    snapd (2.26.4) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - partly revert aace15ab53 to unbreak core reverts
        - Revert "interfaces: re-add reverted ioctl and quotactl (revert 21bc6b9f)"
        - Disable "mknod |N" in the default seccomp template
          reasons outline in https://forum.snapcraft.io/t/snapd-2-25-blocked-because-of-revert-race-condition
        - errtracker: include bits of snap-confine apparmor profile
        - errtracker: report if snapd did re-execute itself
    
    snapd (2.26.3) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - cherry pick test fixes f0103a6, 9de5c8a, d7725a7 to make
          sure the image tests are updated for the changes in the
          `snap info core` output and the removal of the rsyslog
          package from core.
    
    snapd (2.26.2) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - cherry pick d444728 to make the uboot.env file parsing more
          robust
    
    snapd (2.26.1) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - store: fix panic error in auth
        - tests: the new ubuntu-image snap needs classic confinement, adjust
          tests
        - cmd/snap-confine: don't fail on pre 3.8 kernel
    
    snapd (2.26) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - timeutil: avoid panicking when the window is very small
        - image: fix go vet issue
        - overlord/ifacestate: don't spam logs with harmless auto-connect
          messages
        - interfaces/builtin: add network-status interface
        - interfaces/builtin: add online-accounts-service interface
        - interfaces/builtin: distribute code of touching allInterfaces
        - interfaces: API additions for interface hooks
        - interfaces/builtin: add storage-framework-service interface
        - tests: disable create-key test on ppc64el for artful (expect not
          working)
        - snap: make `snap prepare-image --extra-snaps` derive side info
        - tests: unify tests/{main/completion,completion}/lib.exp0
        - cmd/snap: tweak info channels output
        - interfaces: ensure that legacy interface methods are unused
        - packaging: cleanup how built-using is generated
        - tests: extend kernel-module-control interface test
        - interfaces/network: workaround Go's need for NETLINK_ROUTE with
          'net'.
        - cmd/snap-confine: use defensive argument parser
        - tests: add test for empty snap name on revert
        - overlord/hookstate: remove unused Context.timeout
        - tests: additional setup in docker test for core systems
        - configstate: return error if patch is invalid
        - interfaces: add random interface
        - store, daemon, client, cmd/snap: handle PASSWORD_POLICY_ERROR
        - cmd/snap, client: add "whoami" command
        - cmd/snap: iterate interface tab completion
        - snap: move locale-control to only be present on classic
        - interfaces/browser-support: deny read on squashfs backing files
          and LVM vg names
        - tests: wait for the docker socket to be listening
        - snap: add `snap refresh --time` option
        - tests: re-enable and moderninze /media sharing test
        - cmd: make rst2man optional
        - tests: remove quoting from [[ ]] when globs
        - interfaces: allow plugging DBus clients to introspect the slot
          service
        - packaging/ubuntu*/changelog: drop extra dash
        - snap-confine: init the ENTRY variable, coverity is unhappy
          otherwise
        - cmd/snap-confine/spread-tests: discard useless --version test
        - spread: add spread target qemu:debian-9-64
        - interfaces: mediate netlink sockets via seccomp
        - tests,cmd/snap-confine: port older snapd-discard-ns tests
        - cmd/snap-confine/tests: fix shellcheck on recently added files
        - tests/upgrade: force install core snap from beta for debian
        - overlord/snapstate/backend,interfaces/mount: move ns management
          code.
        - tests: extend network-control spread test to cope with network
          namespaces
        - tests: fail early in the spread suite if trying to run it inside a
          container
        - tests: set ownership of $PROJECT_PATH for the external backend
        - tests: specify the auto-refreshable snap being tested
        - many: fix tests with go1.8 / artful
        - fix for tests: debian does not have /snap/bin in secure_path so
          sudo
        - snap: support for snap tasks --last=...
        - cmd/snap-confine: remove obsolete debug message
        - address review feedback, add a lot of comments :-), call
          shellcheck on the completion scripts, fix a bug in compopt
    
     -- Michael Vogt <email address hidden>  Wed, 05 Jul 2017 07:48:22 +0200
  • snapd (2.26.4+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1690083
        - partly revert aace15ab53 to unbreak core reverts
        - Revert "interfaces: re-add reverted ioctl and quotactl (revert 21bc6b9f)"
        - Disable "mknod |N" in the default seccomp template
          reasons outline in https://forum.snapcraft.io/t/snapd-2-25-blocked-because-of-revert-race-condition
        - errtracker: include bits of snap-confine apparmor profile
        - errtracker: report if snapd did re-execute itself
    
    snapd (2.26.3) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - cherry pick test fixes f0103a6, 9de5c8a, d7725a7 to make
          sure the image tests are updated for the changes in the
          `snap info core` output and the removal of the rsyslog
          package from core.
    
    snapd (2.26.2) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - cherry pick d444728 to make the uboot.env file parsing more
          robust
    
    snapd (2.26.1) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - store: fix panic error in auth
        - tests: the new ubuntu-image snap needs classic confinement, adjust
          tests
        - cmd/snap-confine: don't fail on pre 3.8 kernel
    
    snapd (2.26) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - timeutil: avoid panicking when the window is very small
        - image: fix go vet issue
        - overlord/ifacestate: don't spam logs with harmless auto-connect
          messages
        - interfaces/builtin: add network-status interface
        - interfaces/builtin: add online-accounts-service interface
        - interfaces/builtin: distribute code of touching allInterfaces
        - interfaces: API additions for interface hooks
        - interfaces/builtin: add storage-framework-service interface
        - tests: disable create-key test on ppc64el for artful (expect not
          working)
        - snap: make `snap prepare-image --extra-snaps` derive side info
        - tests: unify tests/{main/completion,completion}/lib.exp0
        - cmd/snap: tweak info channels output
        - interfaces: ensure that legacy interface methods are unused
        - packaging: cleanup how built-using is generated
        - tests: extend kernel-module-control interface test
        - interfaces/network: workaround Go's need for NETLINK_ROUTE with
          'net'.
        - cmd/snap-confine: use defensive argument parser
        - tests: add test for empty snap name on revert
        - overlord/hookstate: remove unused Context.timeout
        - tests: additional setup in docker test for core systems
        - configstate: return error if patch is invalid
        - interfaces: add random interface
        - store, daemon, client, cmd/snap: handle PASSWORD_POLICY_ERROR
        - cmd/snap, client: add "whoami" command
        - cmd/snap: iterate interface tab completion
        - snap: move locale-control to only be present on classic
        - interfaces/browser-support: deny read on squashfs backing files
          and LVM vg names
        - tests: wait for the docker socket to be listening
        - snap: add `snap refresh --time` option
        - tests: re-enable and moderninze /media sharing test
        - cmd: make rst2man optional
        - tests: remove quoting from [[ ]] when globs
        - interfaces: allow plugging DBus clients to introspect the slot
          service
        - packaging/ubuntu*/changelog: drop extra dash
        - snap-confine: init the ENTRY variable, coverity is unhappy
          otherwise
        - cmd/snap-confine/spread-tests: discard useless --version test
        - spread: add spread target qemu:debian-9-64
        - interfaces: mediate netlink sockets via seccomp
        - tests,cmd/snap-confine: port older snapd-discard-ns tests
        - cmd/snap-confine/tests: fix shellcheck on recently added files
        - tests/upgrade: force install core snap from beta for debian
        - overlord/snapstate/backend,interfaces/mount: move ns management
          code.
        - tests: extend network-control spread test to cope with network
          namespaces
        - tests: fail early in the spread suite if trying to run it inside a
          container
        - tests: set ownership of $PROJECT_PATH for the external backend
        - tests: specify the auto-refreshable snap being tested
        - many: fix tests with go1.8 / artful
        - fix for tests: debian does not have /snap/bin in secure_path so
          sudo
        - snap: support for snap tasks --last=...
        - cmd/snap-confine: remove obsolete debug message
        - address review feedback, add a lot of comments :-), call
          shellcheck on the completion scripts, fix a bug in compopt
    
     -- Michael Vogt <email address hidden>  Thu, 01 Jun 2017 18:50:52 +0200
  • snapd (2.26.1+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1690083
        - store: fix panic error in auth
        - tests: the new ubuntu-image snap needs classic confinement, adjust
          tests
        - cmd/snap-confine: don't fail on pre 3.8 kernel
    
    snapd (2.26) xenial; urgency=medium
    
      * New upstream release, LP: #1690083
        - timeutil: avoid panicking when the window is very small
        - image: fix go vet issue
        - overlord/ifacestate: don't spam logs with harmless auto-connect
          messages
        - interfaces/builtin: add network-status interface
        - interfaces/builtin: add online-accounts-service interface
        - interfaces/builtin: distribute code of touching allInterfaces
        - interfaces: API additions for interface hooks
        - interfaces/builtin: add storage-framework-service interface
        - tests: disable create-key test on ppc64el for artful (expect not
          working)
        - snap: make `snap prepare-image --extra-snaps` derive side info
        - tests: unify tests/{main/completion,completion}/lib.exp0
        - cmd/snap: tweak info channels output
        - interfaces: ensure that legacy interface methods are unused
        - packaging: cleanup how built-using is generated
        - tests: extend kernel-module-control interface test
        - interfaces/network: workaround Go's need for NETLINK_ROUTE with
          'net'.
        - cmd/snap-confine: use defensive argument parser
        - tests: add test for empty snap name on revert
        - overlord/hookstate: remove unused Context.timeout
        - tests: additional setup in docker test for core systems
        - configstate: return error if patch is invalid
        - interfaces: add random interface
        - store, daemon, client, cmd/snap: handle PASSWORD_POLICY_ERROR
        - cmd/snap, client: add "whoami" command
        - cmd/snap: iterate interface tab completion
        - snap: move locale-control to only be present on classic
        - interfaces/browser-support: deny read on squashfs backing files
          and LVM vg names
        - tests: wait for the docker socket to be listening
        - snap: add `snap refresh --time` option
        - tests: re-enable and moderninze /media sharing test
        - cmd: make rst2man optional
        - tests: remove quoting from [[ ]] when globs
        - interfaces: allow plugging DBus clients to introspect the slot
          service
        - packaging/ubuntu*/changelog: drop extra dash
        - snap-confine: init the ENTRY variable, coverity is unhappy
          otherwise
        - cmd/snap-confine/spread-tests: discard useless --version test
        - spread: add spread target qemu:debian-9-64
        - interfaces: mediate netlink sockets via seccomp
        - tests,cmd/snap-confine: port older snapd-discard-ns tests
        - cmd/snap-confine/tests: fix shellcheck on recently added files
        - tests/upgrade: force install core snap from beta for debian
        - overlord/snapstate/backend,interfaces/mount: move ns management
          code.
        - tests: extend network-control spread test to cope with network
          namespaces
        - tests: fail early in the spread suite if trying to run it inside a
          container
        - tests: set ownership of $PROJECT_PATH for the external backend
        - tests: specify the auto-refreshable snap being tested
        - many: fix tests with go1.8 / artful
        - fix for tests: debian does not have /snap/bin in secure_path so
          sudo
        - snap: support for snap tasks --last=...
        - cmd/snap-confine: remove obsolete debug message
        - address review feedback, add a lot of comments :-), call
          shellcheck on the completion scripts, fix a bug in compopt
    
     -- Michael Vogt <email address hidden>  Thu, 11 May 2017 21:44:27 +0200
  • snapd (2.25+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1686713
        - interfaces/default: allow mknod for regular files, pipes and
          sockets
        - many: use "SNAP.APP as ALIAS" instead of => when listing
          added/removed aliases
        - cmd/snap-confine: write current mount profile
        - cmd/snap-discard-ns: remove current profile when cleaning up
        - many: support debian in our CI
        - tests: tweak time for econnreset test a bit more
        - cmd/snap-confine: re-enable re-assciate fix for CE
        - many: aliases v2 cleanups
        - cmd/snap-confine: don't use apparmor if it is disabled on boot
        - many: implement `snap prefer <snap>`  (aliases v2)
        - many: adjust /aliases and "snap aliases" to aliases v2, also some
          cleanup
        - snapstate: normalize gadget defaults
        - many: allow core refresh.schedule setting
        - many: show alias changes on snap alias/unalias (aliases v2)
        - client,cmd/snap: improve messaging on --devmode and --classic
        - many: implement `snap unalias <alias-or-snap>` (aliases v2)
        - store: retry on connection reset
        - interfaces/mount: add Change.Perform
        - tests: add openvswitch interface spread test
        - interfaces/i2c: allow modifying device-specific sysfs entries
        - interfaces: allow writing to /run/systemd/journal/stdout by
          default
        - tests: ensure travis fails early if static checks fail
        - store,daemon: make store interpret channel="" as stable in most
          cases
        - overlord/snapstate: make UpdateAliases idempotent, simplify the
          backend interface bits for aliases not used anymore (aliases v2)
        - many: implement snap alias <snap.app> <alias> (aliases v2)
        - snap-confine: add code to ensure that / or /snap is mounted
          "shared"
        - many: show available "tracks" in `snap info`
        - cmd/snap: make users Xauthority file available in snap environment
        - interfaces/mount: write current fstab files with mode 0644
        - overlord: switch to aliases v2 tasks for install/refresh etc ops
          plus transition
        - tests: parameterize gadget snap channel (#3117)
        - tests: copy .real profile as .real
        - tests: add empty initrd failover test
        - many: mount squashfs as read-only
        - cmd: make locking around namespaces explicit
        - tests: address review comments from #3186
        - tests: add dbus interface spread test
        - interfaces/mount: add ReadMountInfo and LoadMountInfo
        - snap: require snap name for 'revert'
        - overlord: maintain per-revision snapshots of snap configuration
        - tests: relax network-bind interface regexps
        - interfaces: re-add reverted ioctl and quotactl (revert 21bc6b9f)
        - store: retry once on hashsum mismatches in a Download()
        - interfaces/builtin: don't panic if content plug has nil attrs
        - interfaces/mount: pass mount.Profile to mount.NeededChanges
        - packaging: add `built-using` header for 16.04 packaging
        - interfaces: add media-hub interface
        - interfaces/builtin: allow full access to properties iface of the
          udisks service
        - tests: handle case when both .real and plain are present
        - interfaces/mount: add Change.String for readable output
        - tests: ensure we mock force dev mode as well to fix FTBFS in
          sbuild
        - store: add more logs around retry in download
        - interfaces/mount: add stub Change.{Needed,Perform}
        - tests: allow installing snapd from -proposed for SRU validation
        - interfaces/mount: parse mount options to map[string]string
        - snap: added tasks subcommand
        - tests: copy snap-confine apparmor profile into testbed
        - interfaces/mount: improve go identifier names of mountinfo, parse
          optional fields
        - - Arch Linux wants to respect FHS
          (https://bugs.archlinux.org/task/53656),
        - daemon: do not set RemoveSnapPath flag when doing a try
        - debian: add maintscript helper to remove usr.lib.snapd.snap-
          confine in snap-confine
        - cmd/snap-confine: don't use plain "classic" term
        - cmd/snap-confine: set TMPDIR and TEMPDIR each time
        - many: fixes for `go vet` in go 1.7
        - tests: add kernel-module-control interface test
        - overlord/snapstate: introduce tasks for aliases v2 semantics with
          temporary names for now (aliases v2)
        - overlord/devicestate: switch to ssh-keygen for device key
          generation
        - snap: skip /dev/ram from auto-import assertions to make it less
          noisy (#3010)
        - interfaces: add kubernetes-support interface and adjust related
          interfaces (LP: #1664638)
        - tests: download previous snapd package from published versions
          instead of specific PPA
        - snap: run snap-confine from core if snap is also running from core
        - overlord/ifacestate: automatically rename connections on core snap
        - many: break the /aliases mutation API with a clean 400 (aliases
          v2)
        - interfaces/builting: allow read-only access to /sys/module
        - tests: add extra test after the core transition for snap get/set
          core
        - store: misc cleanups in tests
        - interfaces/mount: add parser for mountinfo entries
        - store: tests for unexpected EOF
        - tests: fix unity test
        - interfaces,overlord: log interface auto-connection failures
        - cmd/snap-update-ns: add C preamble for setns
        - interfaces: validate plug/slot uniqueness
    
     -- Michael Vogt <email address hidden>  Fri, 28 Apr 2017 07:57:49 +0200
  • snapd (2.24.1+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1681799:
        - fix autopkgtest failures with stable core snap
        - ensure the snap-confine transitional package cleans up
          the no-longer-used apparmor profile to fix the kernels
          autopkgtest failures
    
    snapd (2.24+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1681799:
        - interfaces/mount: add InfoEntry type
        - many: fix plug auto-connect during core transition
        - interfaces: fold network bind into core support with tests
        - .travis.yml: add option to make raw log less noisy
        - interfaces: adjust shm accesses to use 'm' for updated mmap kernel
          mediation
        - many: rename two core plugs that clash with slot names
        - snap-confine,browser-support: /dev/tty for snap-confine, misc
          browser-support for gnome-shell
        - store: add download test with EOF in the middle
        - tests: adjust to look for network-bind-plug
        - store: make hash error message more accurate
        - overlord/snapstate: simplify AliasesStatus down to just an
          AutoAliasesDisabled bool flag (aliases v2)
        - errtracker: never send errtracker reports when running under
          SNAPPY_TESTING
        - interfaces/repo: validate slot/plug names
        - daemon: Give the snap directories via GET /v2/system-info
        - interfaces/unity7: support unity messaging menu
        - interfaces/mount: add high-level Profile functions
        - git: ignore only the cmd/Makefile{,.in}
        - cmd: explicitly set _GNU_SOURCE and _FILE_OFFSET_BITS for xfs
          support
        - daemon: add desktop file location for app to the API
        - overlord,release: disable classic snap support when not possible
        - overlord: fix TestEnsureLoopPrune not to be so racy
        - many: abstract path to /bin/{true,false}
        - data/systemd: tweak data/systemd/Makefile to be slightly simpler
        - store: handle EOF via url.Error check
        - packaging: use templates for relevant systemd units
        - tests: run gccgo only on ubuntu-16.04-64
        - .travis.yml: remove travis matrix and do a single sequential run
        - overlord/state: make sure that setting to nil a state key is
          equivalent to deleting it
        - tests: fix incorrect shell expression
        - interfaces/mount: add OptsToFlags for converting arguments to
          syscall…
        - interfaces: add a joystick interface
        - tests: enable docker test for more ubuntu-core systems
        - tests: download and install additional dependencies when using
          prepackaged snapd
        - many: add support for partially static builds
        - interfaces: allow slot to introspect dbus-daemon in dbus
          interface, allow /usr/bin/arch by default
        - interfaces/mount: fix golint issues
        - interfaces/mount: add function for saving fstab-like file
        - osutil: introducing GetenvInt64, like GetenvBool but Int64er.
        - interfaces: drop udev tagging from framebuffer interface
        - snapstate: more helpers to work with aliases state (aliases
          v2)
        - interfaces/mount: add function for parsing fstab-like file
        - cmd: disable the re-associate fix as requested by jdstrand
        - overlord/snapstate: unlock/relock the state less, especially not
          across mutating the SnapState of a snap
        - interfaces: allow executing ld.so (needed with new AppArmor base
          abstraction)
        - interfaces/mount: add function for parsing mount entries
        - cmd: rework header check for xfs/xqm.h
        - cmd: add poky to the list of distros which don't support reexec
        - overlord: finish reorg, revert "be more conservative until we have
          cut 2.23.x"
        - cmd: select what socket to use in cmd/snap{,ctl}
        - overlord: remove snap config values when snap is removed
        - snapstate: introduce helper to apply to disk a alias states change
          for a snap (aliases v2)
        - configstate,hookstate: timeout the configure hook after 5 mins,
          report failures to the errtracker
        - interfaces/seccomp: add bind as part of the default seccomp policy
          for hooks
        - cmd: discard the C implementation of snap-update-ns
        - tests: remove stale apt proxy leftover from cloud-init
        - tests: move unity test to nightly suite
        - interfaces: add support for location-observe for
          dbus::ObjectManager session paths
        - boot: log error in KernelOrOsRebootRequired
        - interfaces: remove old API
        - interfaces: use udev spec
        - interfaces: convert systemd backend to new APIs
        - osutil: add BootID
        - tests: move docker test to new nightly suite
        - interfaces/mount: compute mount changes required to transition
          mount profiles
        - data/selinux: add context definition for snapctl
        - overlord: clean up organization under state packages
        - overlord: make sure all managers packages have *state.go with the
          main state manipulation/query APIs
        - interfaces: use spec in the dbus backend
        - store: download from authenticated URL if there is a device
          session set
        - tests: remove core_name variable
        - interfaces: rename thumbnailer to thumbnailer-service
        - interfaces: add chroot to base templates
        - asserts: remove some unused things
        - systemd: mount the squashfs with nodev
        - overlord: when shutting down assume errors might be due to
          cancellation so retry
        - cmd: rename all unit tests to $command/unit-test
        - cmd/snap: fix help string for version command
        - asserts: don't allow revocations with other items for the same
          developer
        - tests: skip lp-1644439 test on older kernels
        - interfaces: allow "sync" to be used by core support
        - assertstate,snapstate: have assertstate.AutoAliases use the
          "aliases" header
        - interfaces: allow writing config.txt.tmp  in the core-support
          interface
        - tests: adjust network-bind test
        - interfaces: dbus backend spec
        - asserts: introduce a snap-declaration "aliases" header to list
          auto aliases with explicit targets
        - cmd: enable large file support
        - cmd/snap: handle missing snap-confine
        - cmd/snap-confine: re-associate with pid-1 mount namespace if
          required
        - cmd/libsnap: make mountinfo structures public
        - tests: fix interfaces-cups-control for zesty
        - misc: revert "Log if the system goes into ForceDevMode"
        - interfaces: seccomp tests cleanup
        - cmd: validate SNAP_NAME
        - interfaces: log if the system goes into ForceDevMode
        - tests: fix classic-ubuntu-core-transition race
        - interfaces: use apparmor spec in the apparmor backend
        - interfaces: alphabetize framebuffer in base decl and add it to
          all_test.go
        - tests: add ubuntu-core-16-32 system to the external backend and
          fix docker test
        - cmd/libsnap: simplify sc_string_quote default case
        - osutil: fix double expand in environment map code and add test
        - interfaces: extend location-control out-of-process provider
          support
        - cmd/snap-update-ns: use bidirectional lists for mount entries
        - tests: prevent automatic transition before setting the initial
          state of the test
        - release: detect if we are in ForcedDevMode by inspecting the
          kernel
        - tests: add core-snap-refresh test
        - interfaces: add maliit input method interface
        - interfaces: seccomp spec API tweaks for better tests
        - interfaces: updates for mir-kiosk in browser-support, mir, opengl,
          unity7
        - testutils: address review feedback from PR#2997
        - tests: specify the core version to be unsquashfs'ed in the
          failover tests
        - interfaces: use MockInfo in tests
        - cmd/libsnap: add sc_quote_string
        - cmd/snap-confine: use sc_do_umount everywhere
        - interfaces: add unity8 plug permissions
        - timeutil: a few helpers for the recurring events
        - asserts: implement snap-developer type
        - partition: deal with grub{,2}-editenv in tests
        - many: add new (hidden) `snap debug ensure-state-soon` command and
          use in tests
        - interfaces/builtin: small refactor of dbus tests
        - packaging, tests: use "systemctl list-unit-files --full"
          everywhere
        - many: some opensuse patches that are ready to go into master
        - packaging: add opensuse permissions files
        - client, daemon: move "snap list" name filtering into snapd.
        - interfaces: use seccomp specs
        - overlord/snapstate: small cleanup of
          ensureForceDevmodeDropsDevmodeFromState
        - interfaces/builtin/alsa: add read access to alsa state dir
        - interfaces: use spec in kmod backend, updated firewall_control,
          openvswitch_support, ppp
        - cmd/snap-confine: use sc_do_mount everywhere
        - tests: remove workaround for docker again, snap-declaration is
          fixed now
        - interfaces: interface to allow autopilot introspection
    
     -- Michael Vogt <email address hidden>  Wed, 19 Apr 2017 11:54:33 +0200
  • snapd (2.23.6+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1673568
        - cmd: use the most appropriate snap/snapctl sockets
        - tests: fix interfaces-cups-control for zesty
        - configstate,hookstate: timeout the configure hook after 5 mins,
          report failures
        - packaging: rename the file shipping snap-confine AA profile to
          workaround dpkg bug #858004
        - many: ignore configure hook failures on core refresh to ensure
          upgrades are always possible
        - snapstate: restart as needed if we undid unlinking aka relinked
          core or kernel snap
    
     -- Michael Vogt <email address hidden>  Wed, 29 Mar 2017 15:30:35 +0200
  • snapd (2.23.1+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1665608
        - packaging, tests: use "systemctl list-unit-files --full"
          everywhere
        - interfaces: fix default content attribute value
        - tests: do not nuke the entire snapd.conf.d dir when changing
          store settings
        - hookstate: run the right "snap" command in the hookmanager
        - snapstate: revert PR#2958, run configure hook again everywhere
    
    snapd (2.23) xenial; urgency=medium
    
      * New upstream release, LP: #1665608
        - overlord: phase 2 with 2nd setup-profiles and hook done after
          restart for core installation
        - data: re-add snapd.refresh.{timer,service} with weekly schedule
        - interfaces: allow 'getent' by default with some missing dbs to
          various interfaces
        - overlord/snapstate: drop forced devmode
        - snapstate: disable running the configure hook on classic for the
          core snap
        - ifacestate: re-generate apparmor in InterfaceManager.initialize()
        - daemon: DevModeDistro does not imply snapstate.Flags{DevMode:true}
        - interfaces/bluez,network-manager: implement ConnectedSlot policy
        - cmd: add helpers for mounting / unmounting
        - snapstate: error in LinkSnap() if revision is unset
        - release: add linuxmint 18 to the non-devmode distros
        - cmd: fixes to run correctly on opensuse
        - interfaces: consistently use 'const' instead of 'var' for security
          policy
        - interfaces: miscellaneous policy updates for unity7, udisks2 and
          browser-support
        - interfaces/apparmor: compensate for kernel behavior change
        - many: only tweak core config if hook exists
        - overlord/hookstate: don't report a run hook output error without
          any context
        - cmd/snap-update-ns: move test data and helpers to new module
        - vet: fix vet error on mount test.
        - tests: empty init (systemd) failover test
        - cmd: add .indent.pro file to the tree
        - interfaces: specs for apparmor, seccomp, udev
        - wrappers/services: RemainAfterExit=yes for oneshot daemons w/ stop
          cmds
        - tests: several improvements to the nested suite
        - tests: do not use core for "All snaps up to date" check
        - cmd/snap-update-ns: add function for sorting mount entries
        - httputil: copy some headers over redirects
        - data/selinux: merge SELinux policy module
        - kmod: added Specification for kmod security backend
        - tests: failover test for rc.local crash
        - debian/tests: map snapd deb pockets to core snap channels for
          autopkgtest
        - many: switch channels on refresh if needed
        - interfaces/builtin: add /boot/uboot/config.txt access to core-
          support
        - release: assume higher version of supported distros will still
          work
        - cmd/snap-update-ns: add compare function for mount entries
        - tests: enable docker test
        - tests: bail out if core snap is not installed
        - interfaces: use mount.Entry instead of string snippets.
        - osutil: trivial tweaks to build ID support
        - many: display kernel version in 'snap version'
        - osutil: add package for reading Build-ID
        - snap: error when `snap list foo` is run and no snap is installed
        - cmd/snap-confine: don't crash if nvidia module is loaded but
          drivers are not available
        - tests: update listing test for latest core snap version update
        - overlord/hookstate/ctlcmd: helper function for creating a deep
          copy of interface attributes
        - interfaces: add a linux framebuffer interface
        - cmd/snap, store: change error messages to reflect latest UX doc
        - interfaces: initial unity8 interface
        - asserts: improved information about assertions format in the
          Decode doc comment
        - snapstate: ensure snapstate.CanAutoRefresh is nil in tests
        - mkversion.sh: Add support for taking the version as a parameter
        - interfaces: add an interface for use by thumbnailer
        - cmd/snap-confine: ensure that hostfs is root owned.
        - screen-inhibit-control: add methods for delaying screensavers
        - overlord: optional device registration and gadget support on
          classic
        - overlord: make seeding work also on classic, optionally
        - image,cmd/snap: refactoring and initial envvar support to use
          stores needing auth
        - tests: add libvirt interface spread test
        - cmd/libsnap: add helper for dropping permissions
        - interfaces: misc updates for network-control, firewall-control,
          unity7 and default policy
        - interfaces: allow recv* and send* by default, accept4 with accept
          and other cleanups
        - interfaces/builtin: add classic-support interface
        - store: use xdelta3 from core if available and not on the regular
          system
        - snap: add contact: line in `snap info`
        - interfaces/builtin: add network-setup-control which allows rw
          access to netplan
        - unity7: support missing signals and methods for status icons
        - cmd: autoconf for RHEL
        - cmd/snap-confine: look for PROCFS_SUPER_MAGIC
        - dirs: use the right snap mount dir for the distribution
        - many: differentiate between "distro" and "core" libexecdir
        - cmd: don't reexec on RHEL family
        - config: make helpers reusable
        - snap-exec: support nested environment variables in environment
        - release: add galliumos support
        - interfaces/builtin: more path options for serial
        - i18n: look into core snaps when checking for translations
        - tests: nested image testing
        - tests: add basic test for docker
        - hookstate,ifacestate: support snapctl set/get slot and plug attrs
          (step 3)
        - cmd/snap: add shell completion to connect
        - cmd: add functions to load/save fstab-like files
        - snap run: create "current" symlink in user data dir
        - cmd: autoconf for centos
        - tests: add more debug if ubuntu-core-upgrade fails
        - tests: increase service retries
        - packaging/ubuntu-14.04: inform user how to extend PATH with
          /snap/bin.
        - cmd: add helpers for working with mount/umount commands
        - overlord/snapstate: prepare for using snap-update-ns
        - cmd: use per-snap mount profile to populate the mount namespace
        - overlord/ifacestate: setup seccomp security on startup
        - interface/seccomp: sort combined snippets
        - release: don't force devmode on LinuxMint "serena"
        - tests: filter ubuntu-core systems for authenticated find-private
          test
        - interfaces/builtin/core-support: Allow modifying logind
          configuration from the core snap
        - tests: fix "snap managed" output check and suppress output from
          expect in the authenticated login tests
        - interfaces: shutdown: also allow shutdown/reboot/suspend via
          logind
        - cmd/snap-confine-tests: reformat test to pass shellcheck
        - cmd: add sc_is_debug_enabled
        - interfaces/mount: add dedicated mount entry type
        - interfaces/core-support: allow modifying systemd-timesyncd and
          sysctl configuration
        - snap: improve message after `snap refresh pkg1 pkg2`
        - tests: improve snap-env test
        - interfaces/io-ports-control: use /dev/port, not /dev/ports
        - interfaces/mount-observe: add quotactl with arg filtering (LP:
          #1626359)
        - interfaces/mount: generate per-snap mount profile
        - tests: add spread test for delta downloads
        - daemon: show "$snapname (delta)" in progress when downloading
          deltas
        - cmd: use safer functions in sc_mount_opt2str
        - asserts: introduce a variant of model assertions for classic
          systems
        - interfaces/core-support: allow modifying snap rsyslog
          configuration
        - interfaces: remove some syscalls already in the default policy
          plus comment cleanups
        - interfaces: miscellaneous updates for hardware-observe, kernel-
          module-control, unity7 and default
        - snap-confine: add the key for which hsearch_r fails
        - snap: improve the error message for `snap try`
        - tests: fix pattern and use MATCH in find-private
        - tests: stop tying setting up staging store access to the setup of
          the state tarball
        - tests: add regression spread test for #1660941
        - interfaces/default: don't allow TIOCSTI ioctl
        - interfaces: allow nice/setpriority to 0-19 values for calling
          process by default
        - tests: improve debug when the core transition test hangs
        - tests: disable ubuntu-core->core transition on ppc64el (its just
          too slow)
        - snapstate: move refresh from a systemd timer to the internal
          snapstate Ensure()
        - tests/lib/fakestore/refresh: some more info when we fail to copy
          asserts
        - overlord/devicestate: backoff between retries if the server seems
          to have refused the serial-request
        - image: check kernel/gadget publisher vs model brand, warn on store
          disconnected snaps
        - vendor: move gettext.go back to github.com/ojii/gettext.go
        - store: retry on 502 http response as well
        - tests: increase snap-service kill-timeout
        - store,osutil: use new osutil.ExecutableExists(exe) check to only
          use deltas if xdelta3 is present
        - cmd: fix autogen.sh on fedora
        - overlord/devicemgr: fix test: setup account-key before using the
          key for signing
        - cmd: add /usr/local/* to PATH
        - cmd: add sc_string_append
        - asserts: support for correctly suggesting format 2 for snap-
          declaration
        - interfaces: port mount backend to new APIs, unify content of per
          app/hook profiles
        - overlord/devicestate: implement policy about gadget and kernel
          matching the model
        - interfaces: allow sched_setscheduler again by default
        - debian: update breaks/replaces for snap-confine->snapd
        - debian: move the snap-confine packaging into snapd
        - 14.04/integrationtests: rely on upstart to restart ssh.
        - store: enable download deltas on classic by default
        - spread: add unit suite
        - snapctl: add config in client to disable auth and use it in
          snapctl
        - overlord/ifacestate: register all security backends with the
          repository
        - overlord,tests: have enable/disable affect security profiles
        - tests: install ubuntu-core from the same channel as core
        - overlord: move configstate.Transaction into config package
        - seccomp-support.c: add PF_* domains which can be used instead of
          AF_*
        - store: always log retry summary when SNAPD_DEBUG is set
        - tests: parameterize kernel snap channel
        - snapenv: do not append ":" to the SNAP_LIBRARY_PATH
        - interfaces/builtin: refine the content interface rules using $SLOT
        - asserts,interfaces/policy: add support for
          $SLOT()/$PLUG()/$MISSING in *-attributes constraintsThis adds
          support for $SLOT(arg), $PLUG(arg) and $MISSING attribute
          constraints in plugs and slots rules in snap-declarations:
        - cmd/snap-confine: add snap-confine command line parser module
        - tests: remove (some) garbage files found by restore cleanup
          analysis
        - cmd: fix issues uncovered by valgrind
        - tests: fix typo in systems name
        - cmd: collect string utilities in one module, add missing tests
        - cmd: rename mountinfo to sc_mountinfo
        - tests: allow to install snapd debs from a ppa instead of building
          them
        - spread: remove state tar on project restore
    
     -- Michael Vogt <email address hidden>  Wed, 08 Mar 2017 14:29:56 +0100
  • snapd (2.23+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1665608
        - overlord: phase 2 with 2nd setup-profiles and hook done after
          restart for core installation
        - data: re-add snapd.refresh.{timer,service} with weekly schedule
        - interfaces: allow 'getent' by default with some missing dbs to
          various interfaces
        - overlord/snapstate: drop forced devmode
        - snapstate: disable running the configure hook on classic for the
          core snap
        - ifacestate: re-generate apparmor in InterfaceManager.initialize()
        - daemon: DevModeDistro does not imply snapstate.Flags{DevMode:true}
        - interfaces/bluez,network-manager: implement ConnectedSlot policy
        - cmd: add helpers for mounting / unmounting
        - snapstate: error in LinkSnap() if revision is unset
        - release: add linuxmint 18 to the non-devmode distros
        - cmd: fixes to run correctly on opensuse
        - interfaces: consistently use 'const' instead of 'var' for security
          policy
        - interfaces: miscellaneous policy updates for unity7, udisks2 and
          browser-support
        - interfaces/apparmor: compensate for kernel behavior change
        - many: only tweak core config if hook exists
        - overlord/hookstate: don't report a run hook output error without
          any context
        - cmd/snap-update-ns: move test data and helpers to new module
        - vet: fix vet error on mount test.
        - tests: empty init (systemd) failover test
        - cmd: add .indent.pro file to the tree
        - interfaces: specs for apparmor, seccomp, udev
        - wrappers/services: RemainAfterExit=yes for oneshot daemons w/ stop
          cmds
        - tests: several improvements to the nested suite
        - tests: do not use core for "All snaps up to date" check
        - cmd/snap-update-ns: add function for sorting mount entries
        - httputil: copy some headers over redirects
        - data/selinux: merge SELinux policy module
        - kmod: added Specification for kmod security backend
        - tests: failover test for rc.local crash
        - debian/tests: map snapd deb pockets to core snap channels for
          autopkgtest
        - many: switch channels on refresh if needed
        - interfaces/builtin: add /boot/uboot/config.txt access to core-
          support
        - release: assume higher version of supported distros will still
          work
        - cmd/snap-update-ns: add compare function for mount entries
        - tests: enable docker test
        - tests: bail out if core snap is not installed
        - interfaces: use mount.Entry instead of string snippets.
        - osutil: trivial tweaks to build ID support
        - many: display kernel version in 'snap version'
        - osutil: add package for reading Build-ID
        - snap: error when `snap list foo` is run and no snap is installed
        - cmd/snap-confine: don't crash if nvidia module is loaded but
          drivers are not available
        - tests: update listing test for latest core snap version update
        - overlord/hookstate/ctlcmd: helper function for creating a deep
          copy of interface attributes
        - interfaces: add a linux framebuffer interface
        - cmd/snap, store: change error messages to reflect latest UX doc
        - interfaces: initial unity8 interface
        - asserts: improved information about assertions format in the
          Decode doc comment
        - snapstate: ensure snapstate.CanAutoRefresh is nil in tests
        - mkversion.sh: Add support for taking the version as a parameter
        - interfaces: add an interface for use by thumbnailer
        - cmd/snap-confine: ensure that hostfs is root owned.
        - screen-inhibit-control: add methods for delaying screensavers
        - overlord: optional device registration and gadget support on
          classic
        - overlord: make seeding work also on classic, optionally
        - image,cmd/snap: refactoring and initial envvar support to use
          stores needing auth
        - tests: add libvirt interface spread test
        - cmd/libsnap: add helper for dropping permissions
        - interfaces: misc updates for network-control, firewall-control,
          unity7 and default policy
        - interfaces: allow recv* and send* by default, accept4 with accept
          and other cleanups
        - interfaces/builtin: add classic-support interface
        - store: use xdelta3 from core if available and not on the regular
          system
        - snap: add contact: line in `snap info`
        - interfaces/builtin: add network-setup-control which allows rw
          access to netplan
        - unity7: support missing signals and methods for status icons
        - cmd: autoconf for RHEL
        - cmd/snap-confine: look for PROCFS_SUPER_MAGIC
        - dirs: use the right snap mount dir for the distribution
        - many: differentiate between "distro" and "core" libexecdir
        - cmd: don't reexec on RHEL family
        - config: make helpers reusable
        - snap-exec: support nested environment variables in environment
        - release: add galliumos support
        - interfaces/builtin: more path options for serial
        - i18n: look into core snaps when checking for translations
        - tests: nested image testing
        - tests: add basic test for docker
        - hookstate,ifacestate: support snapctl set/get slot and plug attrs
          (step 3)
        - cmd/snap: add shell completion to connect
        - cmd: add functions to load/save fstab-like files
        - snap run: create "current" symlink in user data dir
        - cmd: autoconf for centos
        - tests: add more debug if ubuntu-core-upgrade fails
        - tests: increase service retries
        - packaging/ubuntu-14.04: inform user how to extend PATH with
          /snap/bin.
        - cmd: add helpers for working with mount/umount commands
        - overlord/snapstate: prepare for using snap-update-ns
        - cmd: use per-snap mount profile to populate the mount namespace
        - overlord/ifacestate: setup seccomp security on startup
        - interface/seccomp: sort combined snippets
        - release: don't force devmode on LinuxMint "serena"
        - tests: filter ubuntu-core systems for authenticated find-private
          test
        - interfaces/builtin/core-support: Allow modifying logind
          configuration from the core snap
        - tests: fix "snap managed" output check and supress output from
          expect in the authenticated login tests
        - interfaces: shutdown: also allow shutdown/reboot/suspend via
          logind
        - cmd/snap-confine-tests: reformat test to pass shellcheck
        - cmd: add sc_is_debug_enabled
        - interfaces/mount: add dedicated mount entry type
        - interfaces/core-support: allow modifying systemd-timesyncd and
          sysctl configuration
        - snap: improve message after `snap refresh pkg1 pkg2`
        - tests: improve snap-env test
        - interfaces/io-ports-control: use /dev/port, not /dev/ports
        - interfaces/mount-observe: add quotactl with arg filtering (LP:
          #1626359)
        - interfaces/mount: generate per-snap mount profile
        - tests: add spread test for delta downloads
        - daemon: show "$snapname (delta)" in progress when downloading
          deltas
        - cmd: use safer functions in sc_mount_opt2str
        - asserts: introduce a variant of model assertions for classic
          systems
        - interfaces/core-support: allow modifying snap rsyslog
          configuration
        - interfaces: remove some syscalls already in the default policy
          plus comment cleanups
        - interfaces: miscellaneous updates for hardware-observe, kernel-
          module-control, unity7 and default
        - snap-confine: add the key for which hsearch_r fails
        - snap: improve the error message for `snap try`
        - tests: fix pattern and use MATCH in find-private
        - tests: stop tying setting up staging store access to the setup of
          the state tarball
        - tests: add regression spread test for #1660941
        - interfaces/default: don't allow TIOCSTI ioctl
        - interfaces: allow nice/setpriority to 0-19 values for calling
          process by default
        - tests: improve debug when the core transition test hangs
        - tests: disable ubuntu-core->core transition on ppc64el (its just
          too slow)
        - snapstate: move refresh from a systemd timer to the internal
          snapstate Ensure()
        - tests/lib/fakestore/refresh: some more info when we fail to copy
          asserts
        - overlord/devicestate: backoff between retries if the server seems
          to have refused the serial-request
        - image: check kernel/gadget publisher vs model brand, warn on store
          disconnected snaps
        - vendor: move gettext.go back to github.com/ojii/gettext.go
        - store: retry on 502 http response as well
        - tests: increase snap-service kill-timeout
        - store,osutil: use new osutil.ExecutableExists(exe) check to only
          use deltas if xdelta3 is present
        - cmd: fix autogen.sh on fedora
        - overlord/devicemgr: fix test: setup account-key before using the
          key for signing
        - cmd: add /usr/local/* to PATH
        - cmd: add sc_string_append
        - asserts: support for correctly suggesting format 2 for snap-
          declaration
        - interfaces: port mount backend to new APIs, unify content of per
          app/hook profiles
        - overlord/devicestate: implement policy about gadget and kernel
          matching the model
        - interfaces: allow sched_setscheduler again by default
        - debian: update breaks/replaces for snap-confine->snapd
        - debian: move the snap-confine packaging into snapd
        - 14.04/integrationtests: rely on upstart to restart ssh.
        - store: enable download deltas on classic by default
        - spread: add unit suite
        - snapctl: add config in client to disable auth and use it in
          snapctl
        - overlord/ifacestate: register all security backends with the
          repository
        - overlord,tests: have enable/disable affect security profiles
        - tests: install ubuntu-core from the same channel as core
        - overlord: move configstate.Transaction into config package
        - seccomp-support.c: add PF_* domains which can be used instead of
          AF_*
        - store: always log retry summary when SNAPD_DEBUG is set
        - tests: parameterize kernel snap channel
        - snapenv: do not append ":" to the SNAP_LIBRARY_PATH
        - interfaces/builtin: refine the content interface rules using $SLOT
        - asserts,interfaces/policy: add support for
          $SLOT()/$PLUG()/$MISSING in *-attributes constraintsThis adds
          support for $SLOT(arg), $PLUG(arg) and $MISSING attribute
          constraints in plugs and slots rules in snap-declarations:
        - cmd/snap-confine: add snap-confine command line parser module
        - tests: remove (some) garbage files found by restore cleanup
          analysis
        - cmd: fix issues uncovered by valgrind
        - tests: fix typo in systems name
        - cmd: collect string utilities in one module, add missing tests
        - cmd: rename mountinfo to sc_mountinfo
        - tests: allow to install snapd debs from a ppa instead of building
          them
        - spread: remove state tar on project restore
    
     -- Michael Vogt <email address hidden>  Fri, 17 Feb 2017 12:21:42 +0100
  • snapd (2.22.6+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1667105
        - overlord/ifacestate: don't fail if affected snap is gone
        - revert #2910: osutil: add package for reading Build-ID (#2918)
        - errtracker: include the build-id of host and core snapd (#2912)
        - errtracker: include the number of ubuntu-core -> core retries
          (#2915)
        - snapstate: retry ubuntu-core -> core transition every 6h (#2914)
        - osutil: add package for reading Build-ID (#2910)
        - errtracker: include kernel version in error reports (#2905)
        - release: return "unknown" if uname fails
        - many: rebased uname branch for 2.22
        - errtracker: include snapd version in err reports
        - overlord/ifacestate: don't unconditionally retry stuff (#2906)
        - snapstate: fix incorrect cut of the timestamps for the error
          reports (#2908)
        - tests: update listing test for latest core snap version update
    
    snapd (2.22.5) xenial; urgency=medium
    
      * Fix FTBFS due to machine-id file
    
    snapd (2.22.4) xenial; urgency=medium
    
      * New bugfix release:
        - errtracker: add support for error reporting via daisy.ubuntu.com
        - snapstate: allow for 6 retries for the core transition
        - httputils: ensure User-Agent works across redirects
    
     -- Zygmunt Krynicki <email address hidden>  Wed, 22 Feb 2017 23:34:23 +0100
  • snapd (2.22.3+16.10) yakkety; urgency=medium
    
      * New bugfix release, LP: #1665729:
        - Limit the number of retries for the ubuntu-core -> core
          transition to fix possible store overload.
    
     -- Michael Vogt <email address hidden>  Fri, 17 Feb 2017 18:58:34 +0100
  • snapd (2.22.2+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1659522
        - cherry pick fix for sched_setscheduler regression
          (LP: #1661265)
    
    snapd (2.22.1) xenial; urgency=medium
    
      * New upstream release, LP: #1659522
        - cherry pick fix for snapctl auth.json handling
    
    snapd (2.22) xenial; urgency=medium
    
      * New upstream release, LP: #1659522
        - many: make ubuntu-core-launcher mostly go
        - interfaces/builtin: add account-control interface
        - interfaces/builtin: add missing syscalls to core-support needed
          for systemctl
        - interfaces/builtin: rework core-support to only allow full access
          to systemctl
        - debian/tests: drop stale autopkgtest dependencies.
        - tests: make the debugging of c-unit-tests more useful
        - store: retry auth-related requests
        - tests: integration test for system reload
        - snap: be more helpful in the `snap install <already-installed>`
          error message
        - tests: set SNAPPY_USE_STAGING_STORE in su call
        - tests: use test snap
        - spread: set SNAPD_DEBUG=1 in the core snap as well
        - tests: add extra debugging to security-setuid-root test
        - cmd,snap,wrappers: systemd reload command support
        - interfaces: builtin: mir: Allow recv and send
        - overlord/ifacestate: use ParseConnRef
        - overlord/snapstate,overlord/ifacestate: add automatic ubuntu-core
          -> core transition
        - debian: remove aliases as well in snapd.postrm
        - many: change interfaces.ParseID to return value
        - interfaces/opengl: allow access to the nvidia abstract socket
        - overlord, daemon: flag failures feature fancy forms.
        - many: add --classic support to try and revert, and make missing
          these things a little harder
        - interfaces: allow reading non-PCI-attached usb devices via raw-usb
        - many: rename snap-alter-ns to snap-update-ns
        - interfaces/builtin: add core-support
        - store: increase the retry.LimitTime()
        - debian: move the packaging out into package/$id-$version_id
        - overlord/stapstate: don't use unkeyed fields
        - many: add stub implementation of snap-alter-ns
        - asserts: improve error message when key is not valid at the given
          time
        - snapstate, ifacestate: add snapstate.CheckChangeConflict() to
          ifacestate.{Connect,Disconnect}
        - debian: remove trusty specific bits
        - docs: Add a note about building snapd.
        - interfaces: miscellaneous updates for default and network-control
        - daemon: bubble out store.ErrSnapNotFound in the findOne codepath
        - store: add retry logging into download as well
        - snap: show price in `snap info`
        - cmd: add fault injection support code
        - interfaces: network-manager: allow rw access to /etc/netplan
        - debian: move systemd files out of ./debian and into ./data/systemd
        - asserts: implement SuggestFormat to help avoid specifying the
          wrong format iteration for an assertion
        - many: detect potentially insecure use of snap-confine
        - interfaces: allow querying added security backends
        - cmd: ensure that all .c files have a -test.c file
        - asserts: don't use 'context' for the path of attributes, want to
          reuse the concept for something else
        - interfaces: abbreviate ConnRef construction
        - tests: ensure systemd override directory is available before using
          it
        - cmd: more build system cleanups and a small fix
        - tests: increase retries for service up
        - cmd: move seccomp cleanup function to seccomp-support
        - many: auto-connect plugs and slots symmetrically
        - overlord: use a ticker for the pruning
        - interfaces/builtin: add uhid interface
        - cmd/snap-confine: add shutdown helper
        - tests: fix path used when debugging
        - cmd: switch to non-recursive make
        - overlord/ifacestate: setup security of snaps affected by auto-
          connection
        - spread: refresh apt cache before first install
        - overlord: allow max 500 changes in "ready" state to avoid growing
          changes for 24h
        - snap: add {Plug,Slot}Info.SecurityTags
        - cmd: move snap-discard-ns to dedicated directory
        - tests: skip i18n test when no "snappy.mo" file is available
        - interfaces,overlord/ifacestate: small refactor around reference
          methods
        - tests: remove the snapd dirs last (should fix random test errors)
        - interfaces: mm: permissions for protocol proxies
        - interfaces/builtin: add evolution interfaces
        - many: extract the logging http client and user-agent handling for
          use in devicestate
        - interfaces: unity8-download-manager is the chosen name for this
          interface.
        - tests: add "quiet" wrapper function that only prints output on
          failure
        - tests: fix failing snapd-reexec test
        - docs: simplify HACKING.md that snapd itself supports setting up
          the sockets
        - overlord: flag required-snaps from model as required and prevent
          removing them
        - spread: exclude .o and .a files
        - tests: parameterize remote store
        - cmd: fix hardcoded paths to rst2man and support rst2man.py
        - tests: improve debug output when reexec is used
        - tests: disable ipv6 before unpacking delta
        - interfaces: add new interface API
        - tests: change TRUST_TEST_KEYS to be controlled from the host
        - spread: add boilerplate for Linode delta uploads
        - wrappers: add support for the X-Ayatana-Desktop-Shortcuts=
          extension
        - partition: add support for native grubenv read/write and use it
        - tests: add test ensuring manual pages are shipped
    
     -- Michael Vogt <email address hidden>  Thu, 02 Feb 2017 17:13:51 +0100
  • snapd (2.22.1+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1659522
        - cherry pick fix for snapctl auth.json handling
    
    snapd (2.22) xenial; urgency=medium
    
      * New upstream release, LP: #1659522
        - many: make ubuntu-core-launcher mostly go
        - interfaces/builtin: add account-control interface
        - interfaces/builtin: add missing syscalls to core-support needed
          for systemctl
        - interfaces/builtin: rework core-support to only allow full access
          to systemctl
        - debian/tests: drop stale autopkgtest dependencies.
        - tests: make the debugging of c-unit-tests more useful
        - store: retry auth-related requests
        - tests: integration test for system reload
        - snap: be more helpful in the `snap install <already-installed>`
          error message
        - tests: set SNAPPY_USE_STAGING_STORE in su call
        - tests: use test snap
        - spread: set SNAPD_DEBUG=1 in the core snap as well
        - tests: add extra debugging to security-setuid-root test
        - cmd,snap,wrappers: systemd reload command support
        - interfaces: builtin: mir: Allow recv and send
        - overlord/ifacestate: use ParseConnRef
        - overlord/snapstate,overlord/ifacestate: add automatic ubuntu-core
          -> core transition
        - debian: remove aliases as well in snapd.postrm
        - many: change interfaces.ParseID to return value
        - interfaces/opengl: allow access to the nvidia abstract socket
        - overlord, daemon: flag failures feature fancy forms.
        - many: add --classic support to try and revert, and make missing
          these things a little harder
        - interfaces: allow reading non-PCI-attached usb devices via raw-usb
        - many: rename snap-alter-ns to snap-update-ns
        - interfaces/builtin: add core-support
        - store: increase the retry.LimitTime()
        - debian: move the packaging out into package/$id-$version_id
        - overlord/stapstate: don't use unkeyed fields
        - many: add stub implementation of snap-alter-ns
        - asserts: improve error message when key is not valid at the given
          time
        - snapstate, ifacestate: add snapstate.CheckChangeConflict() to
          ifacestate.{Connect,Disconnect}
        - debian: remove trusty specific bits
        - docs: Add a note about building snapd.
        - interfaces: miscellaneous updates for default and network-control
        - daemon: bubble out store.ErrSnapNotFound in the findOne codepath
        - store: add retry logging into download as well
        - snap: show price in `snap info`
        - cmd: add fault injection support code
        - interfaces: network-manager: allow rw access to /etc/netplan
        - debian: move systemd files out of ./debian and into ./data/systemd
        - asserts: implement SuggestFormat to help avoid specifying the
          wrong format iteration for an assertion
        - many: detect potentially insecure use of snap-confine
        - interfaces: allow querying added security backends
        - cmd: ensure that all .c files have a -test.c file
        - asserts: don't use 'context' for the path of attributes, want to
          reuse the concept for something else
        - interfaces: abbreviate ConnRef construction
        - tests: ensure systemd override directory is available before using
          it
        - cmd: more build system cleanups and a small fix
        - tests: increase retries for service up
        - cmd: move seccomp cleanup function to seccomp-support
        - many: auto-connect plugs and slots symmetrically
        - overlord: use a ticker for the pruning
        - interfaces/builtin: add uhid interface
        - cmd/snap-confine: add shutdown helper
        - tests: fix path used when debugging
        - cmd: switch to non-recursive make
        - overlord/ifacestate: setup security of snaps affected by auto-
          connection
        - spread: refresh apt cache before first install
        - overlord: allow max 500 changes in "ready" state to avoid growing
          changes for 24h
        - snap: add {Plug,Slot}Info.SecurityTags
        - cmd: move snap-discard-ns to dedicated directory
        - tests: skip i18n test when no "snappy.mo" file is available
        - interfaces,overlord/ifacestate: small refactor around reference
          methods
        - tests: remove the snapd dirs last (should fix random test errors)
        - interfaces: mm: permissions for protocol proxies
        - interfaces/builtin: add evolution interfaces
        - many: extract the logging http client and user-agent handling for
          use in devicestate
        - interfaces: unity8-download-manager is the chosen name for this
          interface.
        - tests: add "quiet" wrapper function that only prints output on
          failure
        - tests: fix failing snapd-reexec test
        - docs: simplify HACKING.md that snapd itself supports setting up
          the sockets
        - overlord: flag required-snaps from model as required and prevent
          removing them
        - spread: exclude .o and .a files
        - tests: parameterize remote store
        - cmd: fix hardcoded paths to rst2man and support rst2man.py
        - tests: improve debug output when reexec is used
        - tests: disable ipv6 before unpacking delta
        - interfaces: add new interface API
        - tests: change TRUST_TEST_KEYS to be controlled from the host
        - spread: add boilerplate for Linode delta uploads
        - wrappers: add support for the X-Ayatana-Desktop-Shortcuts=
          extension
        - partition: add support for native grubenv read/write and use it
        - tests: add test ensuring manual pages are shipped
    
     -- Michael Vogt <email address hidden>  Wed, 01 Feb 2017 17:09:31 +0100
  • snapd (2.22+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1659522
        - many: make ubuntu-core-launcher mostly go
        - interfaces/builtin: add account-control interface
        - interfaces/builtin: add missing syscalls to core-support needed
          for systemctl
        - interfaces/builtin: rework core-support to only allow full access
          to systemctl
        - debian/tests: drop stale autopkgtest dependencies.
        - tests: make the debugging of c-unit-tests more useful
        - store: retry auth-related requests
        - tests: integration test for system reload
        - snap: be more helpful in the `snap install <already-installed>`
          error message
        - tests: set SNAPPY_USE_STAGING_STORE in su call
        - tests: use test snap
        - spread: set SNAPD_DEBUG=1 in the core snap as well
        - tests: add extra debugging to security-setuid-root test
        - cmd,snap,wrappers: systemd reload command support
        - interfaces: builtin: mir: Allow recv and send
        - overlord/ifacestate: use ParseConnRef
        - overlord/snapstate,overlord/ifacestate: add automatic ubuntu-core
          -> core transition
        - debian: remove aliases as well in snapd.postrm
        - many: change interfaces.ParseID to return value
        - interfaces/opengl: allow access to the nvidia abstract socket
        - overlord, daemon: flag failures feature fancy forms.
        - many: add --classic support to try and revert, and make missing
          these things a little harder
        - interfaces: allow reading non-PCI-attached usb devices via raw-usb
        - many: rename snap-alter-ns to snap-update-ns
        - interfaces/builtin: add core-support
        - store: increase the retry.LimitTime()
        - debian: move the packaging out into package/$id-$version_id
        - overlord/stapstate: don't use unkeyed fields
        - many: add stub implementation of snap-alter-ns
        - asserts: improve error message when key is not valid at the given
          time
        - snapstate, ifacestate: add snapstate.CheckChangeConflict() to
          ifacestate.{Connect,Disconnect}
        - debian: remove trusty specific bits
        - docs: Add a note about building snapd.
        - interfaces: miscellaneous updates for default and network-control
        - daemon: bubble out store.ErrSnapNotFound in the findOne codepath
        - store: add retry logging into download as well
        - snap: show price in `snap info`
        - cmd: add fault injection support code
        - interfaces: network-manager: allow rw access to /etc/netplan
        - debian: move systemd files out of ./debian and into ./data/systemd
        - asserts: implement SuggestFormat to help avoid specifying the
          wrong format iteration for an assertion
        - many: detect potentially insecure use of snap-confine
        - interfaces: allow querying added security backends
        - cmd: ensure that all .c files have a -test.c file
        - asserts: don't use 'context' for the path of attributes, want to
          reuse the concept for something else
        - interfaces: abbreviate ConnRef construction
        - tests: ensure systemd override directory is available before using
          it
        - cmd: more build system cleanups and a small fix
        - tests: increase retries for service up
        - cmd: move seccomp cleanup function to seccomp-support
        - many: auto-connect plugs and slots symmetrically
        - overlord: use a ticker for the pruning
        - interfaces/builtin: add uhid interface
        - cmd/snap-confine: add shutdown helper
        - tests: fix path used when debugging
        - cmd: switch to non-recursive make
        - overlord/ifacestate: setup security of snaps affected by auto-
          connection
        - spread: refresh apt cache before first install
        - overlord: allow max 500 changes in "ready" state to avoid growing
          changes for 24h
        - snap: add {Plug,Slot}Info.SecurityTags
        - cmd: move snap-discard-ns to dedicated directory
        - tests: skip i18n test when no "snappy.mo" file is available
        - interfaces,overlord/ifacestate: small refactor around reference
          methods
        - tests: remove the snapd dirs last (should fix random test errors)
        - interfaces: mm: permissions for protocol proxies
        - interfaces/builtin: add evolution interfaces
        - many: extract the logging http client and user-agent handling for
          use in devicestate
        - interfaces: unity8-download-manager is the chosen name for this
          interface.
        - tests: add "quiet" wrapper function that only prints output on
          failure
        - tests: fix failing snapd-reexec test
        - docs: simplify HACKING.md that snapd itself supports setting up
          the sockets
        - overlord: flag required-snaps from model as required and prevent
          removing them
        - spread: exclude .o and .a files
        - tests: parameterize remote store
        - cmd: fix hardcoded paths to rst2man and support rst2man.py
        - tests: improve debug output when reexec is used
        - tests: disable ipv6 before unpacking delta
        - interfaces: add new interface API
        - tests: change TRUST_TEST_KEYS to be controlled from the host
        - spread: add boilerplate for Linode delta uploads
        - wrappers: add support for the X-Ayatana-Desktop-Shortcuts=
          extension
        - partition: add support for native grubenv read/write and use it
        - tests: add test ensuring manual pages are shipped
    
     -- Michael Vogt <email address hidden>  Fri, 27 Jan 2017 23:18:57 +0100
  • snapd (2.21+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1656382
        - daemon: re-enable reexec
        - interfaces: allow reading installed files from previous revisions
          by default
        - daemon: make activation optional
        - tests: run all snap-confine tests in c-unit-tests task
        - many: fix abbreviated forms of disconnect
        - tests: switch more tests to MATCH
        - store: export userAgent. daemon: print store.UserAgent() on
          startup.
        - tests: test classic confinement `snap list` and  `snap info`
          output
        - debian: skip snap-confine unit tests on nocheck
        - overlord/snapstate: share code between Update and UpdateMany, so
          that it deals with auto-aliases correctly
        - interfaces: upower-observe: refactor to allow snaps to provide a
          slot
        - tests: add end-to-end store test for classic confinement
        - overlord,overlord/snapstate: have UpdateMany retire/enable auto-
          aliases even without new revision
        - interfaces/browser-support: add @{PROC}/@{pid}/fd/[0-9] w and misc
          /run/udev
        - interfaces/builtin: add physical-memory-* and io-ports-control
        - interfaces: allow getsockopt by default since it is so commonly
          used
        - cmd/snap, daemon, overlord/snapstate: tests and fixes for "snap
          refresh" of a classic snap
        - interfaces: allow read/write access of real-time clock with time-
          control interface
        - store: request no CDN via a header using SNAPPY_STORE_NO_CDN
          envvar
        - snap: add information about tracking channel (not just actual
          channel)
        - interfaces: use fewer dot imports
        - overlord/snapstate: remove restrictions on ResetAliases
        - overlord, store: move confinement filtering to the overlord (from
          The Store)
        - many: move interface test helpers to ifacetest package
        - many: implement 'snap aliases'
        - vet: fix for unkeyed fields error on aliases_test.go
        - interfaces: miscellaneous policy updates for network-control,
          unity7, pulseaudio, default and home
        - tests: test for auto-aliases
        - interface hooks: connect plug slot hooks (step 2)
        - cmd/snap: fix internal naming in snap connect
        - snap: use "size" as the json tag in snap.ChannelSnapInfo
        - tests: restore the missing initialization of iface manager causing
          race
        - snap: fix missing sizes in `snap info <remote-snap>`
        - tests: improve cleanup for c-unit-tests
        - cmd/snap-confine: build non-installed libsnap-confine-private.a
        - cmd/snap-confine: small tweaks to seccomp support code
        - interfaces/docker-support: allow /run/shm/aufs.xeno for 14.04
        - many: obtain installed snaps developer/publisher username through
          assertions
        - store: setting of fields for details endpoint
        - cmd/snap-confine: check for rst2man on configure
        - snap: show `snap --help` output when just running `snap`
        - interface/builtin: drop the obsolete checks in udisks2
          SanitizeSlot
        - cmd/snap: remove currency switch following UX review
        - spread: find top-level directory before running generate-
          packaging-dir
        - interface hooks: prepare plug slot hooks (step 1)
        - i18n: use github.com/mvo5/gettext.go (pure go) for i18n to avoid
          cgo
        - many: put a marker in the User-Agent sent by snapd/snap when under
          testingThe User-Agent will look like:
        - tests: fix -reuse and -resend when govendor is missing
        - snap: provide friendlier `snap find` message when no snaps are
          found
        - tests: fix mkversions.sh failure on zesty
        - spread: install build-essentail unconditionally
        - spread: improve qemu ubuntu-14.04-{32,64} support
        - overlord/snapstate,daemon: implement GET /v2/aliases handling
        - store: retry user info request
        - tests: port more snap-confine regression tests
        - tests: cancel the scheduled reboot on ubuntu-core-upgrade-no-gc
          and restore state
        - tests: debug zesty autopkgtest failures
        - overlord/snapstate: use keyed fields on literals
        - tests: use MATCH in install-remove-multi
        - tests: increase wait time for service to be up
        - tests: make debug-each succeed if DENIED doesn't match
        - tests: skip packaging dir generation for non-git based autopkgtest
          runs
        - tests: port refresh-all-undo to MATCH
        - tests: improve snap connect test
        - tests: port additional snap-confine regression tests
        - tests: show --version when it matches unknown
        - tests: optionally use apt proxy for qemu
        - tests: add hello-classic test
        - many: behave more consistently when pointed to staging and
          possibly the fake store
        - overlord/ifacestate: remove stale comments
        - interfaces/apparmor: ignore snippets in classic confinement
        - tests: port first regression test from snap-confine
        - cmd/snap-confine: disable old tests
    
     -- Michael Vogt <email address hidden>  Fri, 13 Jan 2017 19:39:51 +0100
  • snapd (2.20.1+16.10ubuntu2) yakkety; urgency=medium
    
      * New upstream release, LP: #1648520
        - spread.yaml: update for ppc64el, i386, armhf
    
     -- Michael Vogt <email address hidden>  Tue, 03 Jan 2017 22:16:08 +0100
  • snapd (2.20.1+16.10ubuntu1) yakkety; urgency=medium
    
      * New upstream release, LP: #1648520
        - generate-packaging-dir: Skip when not running from a git
          checkout. This fixes an autopkgtest failure.
    
    snapd (2.20.1+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1648520
        - tests: enable the ppc64el tests again
        - tests: add classic confinement test
        - tests: run snap confine tests in debian/rules already
    
    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
    
    snapd (2.19) xenial; urgency=medium
    
      * New upstream release, LP: #1648520
        - cmd/snap-confine: disable support for XDG_RUNTIME_DIR
        - cmd/snap-confine/tests: fix stale path after move to snapd
        - cmd/snap-confine: don't use __attribute__((nonull))
        - snap: add description to `snap info`
        - snap: show last refresh time
        - store: switch default delta format from xdelta to xdelta3
        - interfaces: fix system-observe interface to work with ps_mem
        - debian: add missing ca-certificates dependency
        - cmd/snap-confine: add support for classic confinement
        - snapstate/backend: add backend methods to manage aliases
        - tests: re-enable snap-confine unit tests via spread
        - many: merge snap-confine into snapd
        - many: add support for classic confinement
        - snap: abort install with ctrl+c
        - cmd/snap: change terms accept URL following UX review
        - interfaces/apparmor: use distinct apparmor template for classic
        - snap: add snap size to `snap info`
        - interfaces: add unconfined access to modem-manager
        - snap: support for parsing and exposing on snap.Info aliases
        - debian: disable autopkgtests on ppc64el
        - snap: disable support for socket activation
        - tests: fix incorrect restore of the current symlink
        - asserts: introduce auto-aliases header in snap-declaration
        - interfaces/seccomp: add support for classic confinement
        - tests: do not use external snaps
        - daemon: close the dup()ed file descriptor to not leak it
        - overlord, daemon, progress: enable building snapd without CGO
        - daemon, store: let snap info find things in any channel
        - store: retry tweaks and logging
        - snap: Improve `snap --help` output as designed by Mark
        - interfaces/builtin: fix incorrect udev rule in i2c
        - overlord: increase test timeout and improve failure message
        - snap: remove unused experimental command
        - debian: remove unneeded conflict against the "snappy" package
        - daemon, strutil: move daemon.quotedNames to strutil.Quoted
        - docs: document SNAP_DEBUG_HTTP in HACKING.md
        - cmd/snap: have some completers
        - snap: support "daemon: notify" in snap.yaml
        - snap: fix try command when daemon linie is added
        - interfaces: apparmor support for classic confinement
        - debian/rules: build with -buildoptions=pie
        - tests: include /boot in saved state (including bootenv and any
          kernels)
        - daemon: ensure `snap try` installs core if it's missing
        - tests: save/restore /snap/core/current symlink
        - tests: decrease the number of expected featured apps
        - tests: add set -e to the prepare ssh script
        - cmd/snap: add tests for section completion; fix bugs.
        - cmd/snap: document 'snap list --all'
    
    snapd (2.18.1) xenial; urgency=medium
    
      * New upstream release, LP: #1644625
        - daemon: fix crash when `snap refresh` contains a single update
        - fix unhandled error from io.Copy() in download()
        - interfaces/builtin: fix incorrect udev rule in i2c
    
    snapd (2.18) xenial; urgency=medium
    
      * New upstream release, LP: #1644625
        - store: retry on io.EOF
        - tests: skip pty tests on ppc64el and powerpc
        - client, cmd/snap: introducing "snap info"
        - snap: do exit 0 on install/remove if that snap is already
          installed or already removed
        - snap: add `snap watch <change-id>` to attach to a running change
        - store: retry downloads using retry loop
        - snap: try doesn't require snap-dir when run in snap's directory
        - daemon: show what will change in the "refresh-all" changes
        - tests: disable autorefresh for the external backend
        - snap: add `snap list -a` to show all snaps (even inactive ones)
        - many: unify boolean env var handling
        - overlord/ifacestate: don't setup jailmode snaps with devmode
          confinement
        - snapstate: do not garbage collect the snaps used by the bootenv
        - debian: drop hard xdelta dependency for now
        - snap: make `snap login` ask for email if not given as argument
        - osutil: fix build on armhf (arm in go-arch) and powerpc (ppc in
          go-arch)
        - many: rename DevmodeConfinement to DevModeConfinement
        - store: resp.Body.Close() missing in ReadyToBuy
        - many: use ConfinementOptions instead of ConfinementType
        - snap, daemon, store: fake the channel map in the REST API
        - misc: run github.com/gordonklaus/ineffassign as part of the static
          checks
        - docs: add goreportcard badge and remove coveralls badge
        - tests: force gofmt -s in static checks
        - many: run gofmt -s -w on all the code
        - store: DRY actual retry code
        - many: fix various errors uncovered by goreportcard.com
        - interfaces/builtin: allow additional shared memory for webkit
        - many: some more missing snapState->snapst
        - asserts: introduce an optional freeform display-name for model
        - interfaces/builtin: rename usb-raw to raw-usb
        - progress: init pbar with correct total value
        - daemon/api.go: add quotedNames() helper
        - interfaces: add ConfinementOptions type
        - tests: add a test about the extra bits that prepare-device can
          specify for device registration
        - tests: check that gpio device nodes are exported after reboot
        - tests: parameterize core channel with env var for classic too
        - many: rename variable "ss" to "snapsup" or "snapst" or "st"
          (depending on context)
        - tests: do not use external snaps in spread
        - store: retry buy request
        - store: retry store.Find
        - store: retry assertion store call
        - store: retry call for snap details
        - many: use snap.ConfinementType rather than bool devmode
        - daemon: if a bad snap is posted it is not an internal error but a
          bad request
        - client: add "Snap.Screenshots" to the client API
        - interfaces: update base declaration documentation and policy for
          on-classic and snap-type
        - store: check payment method before TOS for a better UX
        - interfaces: allow sched_setaffinity in process-control
        - tests: parameterize core channel with env var
        - tests: ensure that the XDG_ env contains at least XDG_RUNTIME_DIR
        - interfaces: fcitx also listens on the session bus for Qt apps
        - store: retry ListRefresh
        - snap: use "Password of <email>:" in the `snap login`
        - many: reshuffle how we load/inject tests keys so image doesn't
          need assertstate anymore
        - store: use range requests if we have a local file already
        - dirs,interfaces,overlord,snap,snapenv,test: export per-snap
          XDG_RUNTIME_DIR per user
        - osutil: make RealUser only look at SUDO_USER when uid==0
        - tests: do not use the ppa:snappy-dev/image in the tests
        - store: retry readyToBuy request
        - tests: increase `expect` timeouts
        - static tests: add spell check
        - tests: add debug to all flaky expect tests
        - systemd: correct the mount arguments when mounting with squashfuse
        - interfaces: add avahi-observe
        - store: bring delta downloads back
        - interfaces: add alsa
        - interfaces/builtin: fix a broken test that snuck into master
        - osutil: add chattr funcs
        - image: init "snap_mode" on image creation time to avoid ugly
          messages
        - tests: test-snapd-fuse-consumer needs python-fuse as a build-
          package
        - interfaces/builtin: add i2c interface
        - interfaces: add ofono interface
        - tests: do not use hello-world in our tests
        - snap: add support for classic confinement
        - interfaces: remove LegacyAutoConnect() from the interfaces
        - interfaces: miscellaneous policy updates
        - tests: run autopkgtests in the autopkgtest.ubuntu.com
          infrastructure
        - Implement lxd-client interface exposing the lxd snap
        - asserts: validate optional account username
        - many: remove unnecessary snap name parameter from buying endpoint
        - tests: do not hardcode the size of /dev/ram0
        - tests: add test that ensures the right content for /etc/os-release
        - spread tests: fix snap mode check
        - docs: fix path for source files location in HACKING.md
        - interfaces/builtin/mir: allow slot to make recvfrom syscalls
        - store: sections/featured snaps store support
    
     -- Michael Vogt <email address hidden>  Mon, 02 Jan 2017 10:13:13 +0100
  • snapd (2.20.1+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1648520
        - tests: enable the ppc64el tests again
        - tests: add classic confinement test
        - tests: run snap confine tests in debian/rules already
    
    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
    
    snapd (2.19) xenial; urgency=medium
    
      * New upstream release, LP: #1648520
        - cmd/snap-confine: disable support for XDG_RUNTIME_DIR
        - cmd/snap-confine/tests: fix stale path after move to snapd
        - cmd/snap-confine: don't use __attribute__((nonull))
        - snap: add description to `snap info`
        - snap: show last refresh time
        - store: switch default delta format from xdelta to xdelta3
        - interfaces: fix system-observe interface to work with ps_mem
        - debian: add missing ca-certificates dependency
        - cmd/snap-confine: add support for classic confinement
        - snapstate/backend: add backend methods to manage aliases
        - tests: re-enable snap-confine unit tests via spread
        - many: merge snap-confine into snapd
        - many: add support for classic confinement
        - snap: abort install with ctrl+c
        - cmd/snap: change terms accept URL following UX review
        - interfaces/apparmor: use distinct apparmor template for classic
        - snap: add snap size to `snap info`
        - interfaces: add unconfined access to modem-manager
        - snap: support for parsing and exposing on snap.Info aliases
        - debian: disable autopkgtests on ppc64el
        - snap: disable support for socket activation
        - tests: fix incorrect restore of the current symlink
        - asserts: introduce auto-aliases header in snap-declaration
        - interfaces/seccomp: add support for classic confinement
        - tests: do not use external snaps
        - daemon: close the dup()ed file descriptor to not leak it
        - overlord, daemon, progress: enable building snapd without CGO
        - daemon, store: let snap info find things in any channel
        - store: retry tweaks and logging
        - snap: Improve `snap --help` output as designed by Mark
        - interfaces/builtin: fix incorrect udev rule in i2c
        - overlord: increase test timeout and improve failure message
        - snap: remove unused experimental command
        - debian: remove unneeded conflict against the "snappy" package
        - daemon, strutil: move daemon.quotedNames to strutil.Quoted
        - docs: document SNAP_DEBUG_HTTP in HACKING.md
        - cmd/snap: have some completers
        - snap: support "daemon: notify" in snap.yaml
        - snap: fix try command when daemon linie is added
        - interfaces: apparmor support for classic confinement
        - debian/rules: build with -buildoptions=pie
        - tests: include /boot in saved state (including bootenv and any
          kernels)
        - daemon: ensure `snap try` installs core if it's missing
        - tests: save/restore /snap/core/current symlink
        - tests: decrease the number of expected featured apps
        - tests: add set -e to the prepare ssh script
        - cmd/snap: add tests for section completion; fix bugs.
        - cmd/snap: document 'snap list --all'
    
    snapd (2.18.1) xenial; urgency=medium
    
      * New upstream release, LP: #1644625
        - daemon: fix crash when `snap refresh` contains a single update
        - fix unhandled error from io.Copy() in download()
        - interfaces/builtin: fix incorrect udev rule in i2c
    
    snapd (2.18) xenial; urgency=medium
    
      * New upstream release, LP: #1644625
        - store: retry on io.EOF
        - tests: skip pty tests on ppc64el and powerpc
        - client, cmd/snap: introducing "snap info"
        - snap: do exit 0 on install/remove if that snap is already
          installed or already removed
        - snap: add `snap watch <change-id>` to attach to a running change
        - store: retry downloads using retry loop
        - snap: try doesn't require snap-dir when run in snap's directory
        - daemon: show what will change in the "refresh-all" changes
        - tests: disable autorefresh for the external backend
        - snap: add `snap list -a` to show all snaps (even inactive ones)
        - many: unify boolean env var handling
        - overlord/ifacestate: don't setup jailmode snaps with devmode
          confinement
        - snapstate: do not garbage collect the snaps used by the bootenv
        - debian: drop hard xdelta dependency for now
        - snap: make `snap login` ask for email if not given as argument
        - osutil: fix build on armhf (arm in go-arch) and powerpc (ppc in
          go-arch)
        - many: rename DevmodeConfinement to DevModeConfinement
        - store: resp.Body.Close() missing in ReadyToBuy
        - many: use ConfinementOptions instead of ConfinementType
        - snap, daemon, store: fake the channel map in the REST API
        - misc: run github.com/gordonklaus/ineffassign as part of the static
          checks
        - docs: add goreportcard badge and remove coveralls badge
        - tests: force gofmt -s in static checks
        - many: run gofmt -s -w on all the code
        - store: DRY actual retry code
        - many: fix various errors uncovered by goreportcard.com
        - interfaces/builtin: allow additional shared memory for webkit
        - many: some more missing snapState->snapst
        - asserts: introduce an optional freeform display-name for model
        - interfaces/builtin: rename usb-raw to raw-usb
        - progress: init pbar with correct total value
        - daemon/api.go: add quotedNames() helper
        - interfaces: add ConfinementOptions type
        - tests: add a test about the extra bits that prepare-device can
          specify for device registration
        - tests: check that gpio device nodes are exported after reboot
        - tests: parameterize core channel with env var for classic too
        - many: rename variable "ss" to "snapsup" or "snapst" or "st"
          (depending on context)
        - tests: do not use external snaps in spread
        - store: retry buy request
        - store: retry store.Find
        - store: retry assertion store call
        - store: retry call for snap details
        - many: use snap.ConfinementType rather than bool devmode
        - daemon: if a bad snap is posted it is not an internal error but a
          bad request
        - client: add "Snap.Screenshots" to the client API
        - interfaces: update base declaration documentation and policy for
          on-classic and snap-type
        - store: check payment method before TOS for a better UX
        - interfaces: allow sched_setaffinity in process-control
        - tests: parameterize core channel with env var
        - tests: ensure that the XDG_ env contains at least XDG_RUNTIME_DIR
        - interfaces: fcitx also listens on the session bus for Qt apps
        - store: retry ListRefresh
        - snap: use "Password of <email>:" in the `snap login`
        - many: reshuffle how we load/inject tests keys so image doesn't
          need assertstate anymore
        - store: use range requests if we have a local file already
        - dirs,interfaces,overlord,snap,snapenv,test: export per-snap
          XDG_RUNTIME_DIR per user
        - osutil: make RealUser only look at SUDO_USER when uid==0
        - tests: do not use the ppa:snappy-dev/image in the tests
        - store: retry readyToBuy request
        - tests: increase `expect` timeouts
        - static tests: add spell check
        - tests: add debug to all flaky expect tests
        - systemd: correct the mount arguments when mounting with squashfuse
        - interfaces: add avahi-observe
        - store: bring delta downloads back
        - interfaces: add alsa
        - interfaces/builtin: fix a broken test that snuck into master
        - osutil: add chattr funcs
        - image: init "snap_mode" on image creation time to avoid ugly
          messages
        - tests: test-snapd-fuse-consumer needs python-fuse as a build-
          package
        - interfaces/builtin: add i2c interface
        - interfaces: add ofono interface
        - tests: do not use hello-world in our tests
        - snap: add support for classic confinement
        - interfaces: remove LegacyAutoConnect() from the interfaces
        - interfaces: miscellaneous policy updates
        - tests: run autopkgtests in the autopkgtest.ubuntu.com
          infrastructure
        - Implement lxd-client interface exposing the lxd snap
        - asserts: validate optional account username
        - many: remove unnecessary snap name parameter from buying endpoint
        - tests: do not hardcode the size of /dev/ram0
        - tests: add test that ensures the right content for /etc/os-release
        - spread tests: fix snap mode check
        - docs: fix path for source files location in HACKING.md
        - interfaces/builtin/mir: allow slot to make recvfrom syscalls
        - store: sections/featured snaps store support
    
     -- Michael Vogt <email address hidden>  Mon, 19 Dec 2016 11:53:29 +0100
  • snapd (2.17.1+16.10ubuntu1) yakkety; urgency=medium
    
      * drop xdelta dependency
    
    snapd (2.17.1+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1637215:
        - release: os-release on core has changed
        - tests: /dev/ptmx does not work on powerpc, skip here
        - docs: moved to github.com/snapcore/snapd/wiki (#2258)
        - debian: golang is not installable on powerpc, use golang-any
    
    snapd (2.17) xenial; urgency=medium
    
      * New upstream release, LP: #1637215:
        - overlord/ifacestate: add unit tests for undo of setup-snap-
          security (#2243)
        - daemon,overlord,snap,tests: download to .partial in final dir
          (#2237)
        - overlord/state: marshaling tests for lanes (#2245)
        - overlord/state: introduce state lanes (#2241)
        - overlord/snapstate: fix revert+refresh (#2224)
        - interfaces/sytemd: enable/disable generated service units (#2229)
        - many: fix incorrect security files generation on undo
        - overlord/snapstate: add dynamic snapdX.Y assumes (#2227)
        - interfaces: network-manager: give slot full read-write access to
          /run/NetworkManager
        - docs: update the name of the command for the cross-build
        - overlord/snapstate: fix missing argument to Noticef
        - snapstate: ensure gadget/core/kernel can not be disabled (#2218)
        - asserts: limit to 1y only if len(models) == 0 (#2219)
        - debian: only install share/locale if available (missing on
          powerpc)
        - overlrod/snapstate: fix revert followed by refresh to old-current
          (#2214)
        - interfaces/builtin: network-manager and bluez can change hostname
          (#2204)
        - snap: switch the auto-import dir to /run/snapd/auto-import
        - docs: less details about cloud.cfg as requested in trello (#2206)
        - spread.yaml: Ensure ubuntu user has passwordless sudo for
          autopkgtests (#2201)
        - interfaces/builtin: add dcdbas-control interface
        - boot: do not set boot to try mode if the revision is unchanged
        - interfaces: add shutdown interface (#2162)
        - interfaces: add system-power-control interface
        - many: use the new systemd backend for configuring GPIOs
        - overlord/ifacestate: setup security for slots before plugs
        - snap: spool assertion candidates if snapd is not up yet
        - store,daemon,overlord: download things to a partials dir
        - asserts,daemon: implement system-user-authority header/concept
        - interfaces/builtin: home base declaration rule using on-classic
          for its policy
        - interfaces/builtin: finish decl based checks
        - asserts: bump snap-declaration to allow signing with new-style
          plugs and slots
        - overlord: checks for kernel installation/refresh based on model
          assertion and previous kernel
        - tests/lib/fakestore: fix logic to distinguish assertion not found
          errors
        - client: add a few explicit error types (around the request cycle)
        - tests/lib/fakestore/cmd/fakestore: make it log, and fix a typo
        - overlord/snapstate: two bugs for one
        - snappy: disable auto-import of assertions on classic (#2122)
        - overlord/snapstate: move trash cleanup to a cleanup handler
          (#2173)
        - daemon: make create-user --known fail on classic without --force-
          managed (#2123)
        - asserts,interfaces/policy: implement on-classic plug/slot
          constraints
        - overlord: check that the first installed gadget matches the model
          assertion
        - tests: use the snapd-control-consumer snap from the store
        - cmd/snap: make snap run not talk to snapd for finding the revision
        - snap/squashfs: try to hard link instead of copying. Also, switch
          to osutil.CopyFile for cp invocation.
        - store: send supported max-format when retrieving assertions
        - snapstate, devicestate: do not remove seed
        - boot,image,overlord,partition: read/write boot variables in single
          operation
        - tests: reenable ubuntu-core tests on qemu
        - asserts,interfaces/policy: allow OR-ing of subrule constraints in
          plug/slot rules
        - many: move from flags as ints to flags as structs-of-bools (#2156)
        - many: add supports for keeping and finding assertions with
          different format iterations
        - snap: stop using ubuntu-core-launcher, use snap-confine
        - many: introduce an assertion format iteration concept, refuse to
          add unsupported assertion
        - interfaces: tweak wording and comment
        - spread.yaml: dump apparmor denials on spread failure
        - tests: unflake ubuntu-core-reboot (#2150)
        - cmd/snap: tweak unknown command error message (#2139)
        - client,daemon,cmd: add payment-declined error kind (#2107)
        - cmd/snap: update remove command help (#2145)
        - many: removed frameworks target and fixed service files (#2138)
        - asserts,snap: validate attributes to a JSON-compatible type subset
          (#2140)
        - asserts: remove unused serial-proof type
        - tests: skip auto-import tests on systems without test keys (#2142)
        - overlord/devicestate: don't spam the debug log on classic (#2141)
        - cmd/snap: simplify auto-import mountinfo parsing (#2135)
        - tests: run ubuntu-core upgrades on isolated machine (#2137)
        - overlord/devicestate: recover seeding from old external approach
          (#2134)
        - overlord: merge overlord/boot pkg into overlord/devicestate
          (#2118)
        - daemon: add postCreateUserSuite test suite (#2124)
        - tests: abort tests if an update process is scheduled (#2119)
        - snapstate: avoid reboots if nothing in the boot setup has changed
          (#2117)
        - cmd/snap: do not auto-import from loop or non-dev devices (#2121)
        - tests: add spread test for `snap auto-import` (#2126)
        - tests: add test for auto-mount assertion import (#2127)
        - osutil: add missing unit tests for IsMounted (#2133)
        - tests: check for failure creating user on managed ubuntu-core
          systems (#2096)
        - snap: ignore /dev/loop addings from udev (#2111)
        - tests: remove snapd.boot-ok reference (#2109)
        - tests: enable tests related to the home interface in all-snaps
          (#2106)
        - snapstate: only import defaults from gadget on install (#2105)
        - many: move firstboot code into the snapd daemon (#2033)
        - store: send correct JSON type of string for expected payment
          amount (#2103)
        - cmd/snap: rename is-managed to managed and tune (#2102)
        - interfaces,overlord/ifacestate: initial cleaning up of no arg
          AutoConnect related bits (#2090)
        - client, cmd: prompt for password when buying (#2086)
        - snapstate: fix hanging `snap remove` if snap is no longer mounted
        - image: support gadget specific cloud.conf file (#2101)
        - cmd/snap,ctlcmd: fix behavior of snap(ctl) get (#2093)
        - store: local users download from the anonymous url (#2100)
        - docs/hooks.md: fix typos (#2099)
        - many: check installation of slots and plugs against declarations
        - docs: fix missing "=" in the systemd-active docs
        - store: do not set store auth for local users (#2092)
        - interfaces,overlord/ifacestate: use declaration-based checking for
          auto-connect (#2071)
        - overlord, daemon, snap: support gadget config defaults (#2082)The
          main semantic changes are:
        - tests: fix snap-disconnect tests after core rename (#2088)
        - client,daemon,overlord,cmd: add /v2/users and create-user on auto-
          import (#2074)
        - many: abbreviated forms of disconnect (#2066)
        - asserts: require lowercase model until insensitive matching is
          ready (#2076)
        - cmd/snap: add version command, same as --version (#2075)
        - all: use "core" by default but allow "ubuntu-core" still (#2070)
        - overlord/devicestate, docs/hooks.md: nest prepare-device
          configuration options
        - daemon: fix login API to return local macaroons (#2078)
        - daemon: do not hardcode UID in userLookup (#2080)
        - client, cmd: connect fixes (#2026)
        - many: preparations for switching most of autoconnect to use the
          declarationsfor now:
        - overlord/auth: update CheckMacaroon to verify local snapd
          macaroons (#2069)
        - cmd/snap: trivial auto-import and download tweaks (#2067)
        - interfaces: add repo.ResolveConnect that handles name resolution
        - interfaces/policy: introduce InstallCandidate and its checks
        - interfaces/policy,overlord: check connection requests against the
          declarations in ifacestate
        - many: setup snapd macaroon for local users (#2051)Next step: do
          snapd macaroons verification.
        - interfaces/policy: implement snap-id/publisher-id checks
        - many: change Connect to take ConnRef instead of strings (#2060)
        - snap: auto mount block devices and import assertions (#2047)
        - daemon: add `snap create-user --force-managed` support (#2041)
        - docs: remove references to removed buying features (#2057)
        - interfaces,docs: allow sharing SNAP{,_DATA,_COMMON} via content
          iface (#2063)
        - interfaces: add Plug/Slot/Connection reference helpers (#2056)
        - client,daemon,cmd/snap: improve create-user APIs (#2054)
        - many: introduce snap refresh --ignore-validation <snap> to
          override refresh validation (#2052)
        - daemon: add support for `snap create-user --known` (#2040)
        - interfaces/policy: start of interface policy checking code based
          on declarations (#2050)
        - overlord/configstate: support nested configuration (#2039)
        - asserts,interfaces/builtin,overlord/assertstate: introduce base-
          declaration (#2037)
        - interfaces: builtin: Allow writing DHCP lease files to
          /run/NetworkManager/dhcp (#2049)
        - many: remove all traces of the /v2/buy/methods endpoint (#2045)
        - tests: add external spread backend (#1918)
        - asserts: parse the slot rules in snap-declarations (#2035)
        - interfaces: allow read of /etc/ld.so.preload by default for armhf
          on series 16 (#2048)
        - store: change purchase to order and store clean up first pass
          (#2043)
        - daemon, store: switch to new store APIs in snapd (#2036)
        - many: add email to UserState (#2038)
        - asserts: support parsing the plugs stanza i.e. plug rules in snap-
          declarations (#2027)
        - store: apply deltas if explicitly enabled (#2031)
        - tests: fix create-key/snap-sign test isolation (#2032)
        - snap/implicit: don't restrict the camera iface to clasic (#2025)
        - client, cmd: change buy command to match UX document (#2011)
        - coreconfig: nuke it. Also, ignore po/snappy.pot. (#2030)
        - store: download deltas if explicitly enabled (#2017)
        - many: allow use of the system user assertion with create-user
          (#1990)
        - asserts,overlord,snap: add prepare-device hook for device
          registration (#2005)
        - debian: adjust packaging for trusty/deputy systemd (#2003)
        - asserts: introduce AttributeConstraints (#2015)
        - interface/builtin: access system bus on screen-inhibit-control
        - tests: add firewall-control interface test (#2009)
        - snapstate: pass errors from ListRefresh in updateInfo (#2018)
        - README: add links to IRC, mailing list and social media (#2022)
        - docs: add `configure` hook to hooks list (#2024)LP: #1596629
        - cmd/snap,configstate: rename apply-config variables to configure.
          (#2023)
        - store: retry download on 500 (#2019)
        - interfaces/builtin: support time and date settings via
          'org.freedesktop.timedate1 (#1832)
    
     -- Michael Vogt <email address hidden>  Mon, 05 Dec 2016 16:26:28 +0100
  • snapd (2.17.1+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1637215:
        - release: os-release on core has changed
        - tests: /dev/ptmx does not work on powerpc, skip here
        - docs: moved to github.com/snapcore/snapd/wiki (#2258)
        - debian: golang is not installable on powerpc, use golang-any
    
    snapd (2.17) xenial; urgency=medium
    
      * New upstream release, LP: #1637215:
        - overlord/ifacestate: add unit tests for undo of setup-snap-
          security (#2243)
        - daemon,overlord,snap,tests: download to .partial in final dir
          (#2237)
        - overlord/state: marshaling tests for lanes (#2245)
        - overlord/state: introduce state lanes (#2241)
        - overlord/snapstate: fix revert+refresh (#2224)
        - interfaces/sytemd: enable/disable generated service units (#2229)
        - many: fix incorrect security files generation on undo
        - overlord/snapstate: add dynamic snapdX.Y assumes (#2227)
        - interfaces: network-manager: give slot full read-write access to
          /run/NetworkManager
        - docs: update the name of the command for the cross-build
        - overlord/snapstate: fix missing argument to Noticef
        - snapstate: ensure gadget/core/kernel can not be disabled (#2218)
        - asserts: limit to 1y only if len(models) == 0 (#2219)
        - debian: only install share/locale if available (missing on
          powerpc)
        - overlrod/snapstate: fix revert followed by refresh to old-current
          (#2214)
        - interfaces/builtin: network-manager and bluez can change hostname
          (#2204)
        - snap: switch the auto-import dir to /run/snapd/auto-import
        - docs: less details about cloud.cfg as requested in trello (#2206)
        - spread.yaml: Ensure ubuntu user has passwordless sudo for
          autopkgtests (#2201)
        - interfaces/builtin: add dcdbas-control interface
        - boot: do not set boot to try mode if the revision is unchanged
        - interfaces: add shutdown interface (#2162)
        - interfaces: add system-power-control interface
        - many: use the new systemd backend for configuring GPIOs
        - overlord/ifacestate: setup security for slots before plugs
        - snap: spool assertion candidates if snapd is not up yet
        - store,daemon,overlord: download things to a partials dir
        - asserts,daemon: implement system-user-authority header/concept
        - interfaces/builtin: home base declaration rule using on-classic
          for its policy
        - interfaces/builtin: finish decl based checks
        - asserts: bump snap-declaration to allow signing with new-style
          plugs and slots
        - overlord: checks for kernel installation/refresh based on model
          assertion and previous kernel
        - tests/lib/fakestore: fix logic to distinguish assertion not found
          errors
        - client: add a few explicit error types (around the request cycle)
        - tests/lib/fakestore/cmd/fakestore: make it log, and fix a typo
        - overlord/snapstate: two bugs for one
        - snappy: disable auto-import of assertions on classic (#2122)
        - overlord/snapstate: move trash cleanup to a cleanup handler
          (#2173)
        - daemon: make create-user --known fail on classic without --force-
          managed (#2123)
        - asserts,interfaces/policy: implement on-classic plug/slot
          constraints
        - overlord: check that the first installed gadget matches the model
          assertion
        - tests: use the snapd-control-consumer snap from the store
        - cmd/snap: make snap run not talk to snapd for finding the revision
        - snap/squashfs: try to hard link instead of copying. Also, switch
          to osutil.CopyFile for cp invocation.
        - store: send supported max-format when retrieving assertions
        - snapstate, devicestate: do not remove seed
        - boot,image,overlord,partition: read/write boot variables in single
          operation
        - tests: reenable ubuntu-core tests on qemu
        - asserts,interfaces/policy: allow OR-ing of subrule constraints in
          plug/slot rules
        - many: move from flags as ints to flags as structs-of-bools (#2156)
        - many: add supports for keeping and finding assertions with
          different format iterations
        - snap: stop using ubuntu-core-launcher, use snap-confine
        - many: introduce an assertion format iteration concept, refuse to
          add unsupported assertion
        - interfaces: tweak wording and comment
        - spread.yaml: dump apparmor denials on spread failure
        - tests: unflake ubuntu-core-reboot (#2150)
        - cmd/snap: tweak unknown command error message (#2139)
        - client,daemon,cmd: add payment-declined error kind (#2107)
        - cmd/snap: update remove command help (#2145)
        - many: removed frameworks target and fixed service files (#2138)
        - asserts,snap: validate attributes to a JSON-compatible type subset
          (#2140)
        - asserts: remove unused serial-proof type
        - tests: skip auto-import tests on systems without test keys (#2142)
        - overlord/devicestate: don't spam the debug log on classic (#2141)
        - cmd/snap: simplify auto-import mountinfo parsing (#2135)
        - tests: run ubuntu-core upgrades on isolated machine (#2137)
        - overlord/devicestate: recover seeding from old external approach
          (#2134)
        - overlord: merge overlord/boot pkg into overlord/devicestate
          (#2118)
        - daemon: add postCreateUserSuite test suite (#2124)
        - tests: abort tests if an update process is scheduled (#2119)
        - snapstate: avoid reboots if nothing in the boot setup has changed
          (#2117)
        - cmd/snap: do not auto-import from loop or non-dev devices (#2121)
        - tests: add spread test for `snap auto-import` (#2126)
        - tests: add test for auto-mount assertion import (#2127)
        - osutil: add missing unit tests for IsMounted (#2133)
        - tests: check for failure creating user on managed ubuntu-core
          systems (#2096)
        - snap: ignore /dev/loop addings from udev (#2111)
        - tests: remove snapd.boot-ok reference (#2109)
        - tests: enable tests related to the home interface in all-snaps
          (#2106)
        - snapstate: only import defaults from gadget on install (#2105)
        - many: move firstboot code into the snapd daemon (#2033)
        - store: send correct JSON type of string for expected payment
          amount (#2103)
        - cmd/snap: rename is-managed to managed and tune (#2102)
        - interfaces,overlord/ifacestate: initial cleaning up of no arg
          AutoConnect related bits (#2090)
        - client, cmd: prompt for password when buying (#2086)
        - snapstate: fix hanging `snap remove` if snap is no longer mounted
        - image: support gadget specific cloud.conf file (#2101)
        - cmd/snap,ctlcmd: fix behavior of snap(ctl) get (#2093)
        - store: local users download from the anonymous url (#2100)
        - docs/hooks.md: fix typos (#2099)
        - many: check installation of slots and plugs against declarations
        - docs: fix missing "=" in the systemd-active docs
        - store: do not set store auth for local users (#2092)
        - interfaces,overlord/ifacestate: use declaration-based checking for
          auto-connect (#2071)
        - overlord, daemon, snap: support gadget config defaults (#2082)The
          main semantic changes are:
        - tests: fix snap-disconnect tests after core rename (#2088)
        - client,daemon,overlord,cmd: add /v2/users and create-user on auto-
          import (#2074)
        - many: abbreviated forms of disconnect (#2066)
        - asserts: require lowercase model until insensitive matching is
          ready (#2076)
        - cmd/snap: add version command, same as --version (#2075)
        - all: use "core" by default but allow "ubuntu-core" still (#2070)
        - overlord/devicestate, docs/hooks.md: nest prepare-device
          configuration options
        - daemon: fix login API to return local macaroons (#2078)
        - daemon: do not hardcode UID in userLookup (#2080)
        - client, cmd: connect fixes (#2026)
        - many: preparations for switching most of autoconnect to use the
          declarationsfor now:
        - overlord/auth: update CheckMacaroon to verify local snapd
          macaroons (#2069)
        - cmd/snap: trivial auto-import and download tweaks (#2067)
        - interfaces: add repo.ResolveConnect that handles name resolution
        - interfaces/policy: introduce InstallCandidate and its checks
        - interfaces/policy,overlord: check connection requests against the
          declarations in ifacestate
        - many: setup snapd macaroon for local users (#2051)Next step: do
          snapd macaroons verification.
        - interfaces/policy: implement snap-id/publisher-id checks
        - many: change Connect to take ConnRef instead of strings (#2060)
        - snap: auto mount block devices and import assertions (#2047)
        - daemon: add `snap create-user --force-managed` support (#2041)
        - docs: remove references to removed buying features (#2057)
        - interfaces,docs: allow sharing SNAP{,_DATA,_COMMON} via content
          iface (#2063)
        - interfaces: add Plug/Slot/Connection reference helpers (#2056)
        - client,daemon,cmd/snap: improve create-user APIs (#2054)
        - many: introduce snap refresh --ignore-validation <snap> to
          override refresh validation (#2052)
        - daemon: add support for `snap create-user --known` (#2040)
        - interfaces/policy: start of interface policy checking code based
          on declarations (#2050)
        - overlord/configstate: support nested configuration (#2039)
        - asserts,interfaces/builtin,overlord/assertstate: introduce base-
          declaration (#2037)
        - interfaces: builtin: Allow writing DHCP lease files to
          /run/NetworkManager/dhcp (#2049)
        - many: remove all traces of the /v2/buy/methods endpoint (#2045)
        - tests: add external spread backend (#1918)
        - asserts: parse the slot rules in snap-declarations (#2035)
        - interfaces: allow read of /etc/ld.so.preload by default for armhf
          on series 16 (#2048)
        - store: change purchase to order and store clean up first pass
          (#2043)
        - daemon, store: switch to new store APIs in snapd (#2036)
        - many: add email to UserState (#2038)
        - asserts: support parsing the plugs stanza i.e. plug rules in snap-
          declarations (#2027)
        - store: apply deltas if explicitly enabled (#2031)
        - tests: fix create-key/snap-sign test isolation (#2032)
        - snap/implicit: don't restrict the camera iface to clasic (#2025)
        - client, cmd: change buy command to match UX document (#2011)
        - coreconfig: nuke it. Also, ignore po/snappy.pot. (#2030)
        - store: download deltas if explicitly enabled (#2017)
        - many: allow use of the system user assertion with create-user
          (#1990)
        - asserts,overlord,snap: add prepare-device hook for device
          registration (#2005)
        - debian: adjust packaging for trusty/deputy systemd (#2003)
        - asserts: introduce AttributeConstraints (#2015)
        - interface/builtin: access system bus on screen-inhibit-control
        - tests: add firewall-control interface test (#2009)
        - snapstate: pass errors from ListRefresh in updateInfo (#2018)
        - README: add links to IRC, mailing list and social media (#2022)
        - docs: add `configure` hook to hooks list (#2024)LP: #1596629
        - cmd/snap,configstate: rename apply-config variables to configure.
          (#2023)
        - store: retry download on 500 (#2019)
        - interfaces/builtin: support time and date settings via
          'org.freedesktop.timedate1 (#1832)
    
     -- Michael Vogt <email address hidden>  Fri, 04 Nov 2016 18:13:10 +0200
  • snapd (2.16+16.10ubuntu1.2) yakkety; urgency=medium
    
      * debian/control:
         - also add a dependency to "snap-confine" to unbreak armhf
           (LP: #1634236)
    
     -- Michael Vogt <email address hidden>  Tue, 18 Oct 2016 20:29:56 +0200
  • snapd (2.16+16.10ubuntu1.1) yakkety; urgency=medium
    
      * debian/control:
        - fix version dependency of ubuntu-core-launcher to unbreak armhf
          (LP: #1634236)
    
     -- Michael Vogt <email address hidden>  Mon, 17 Oct 2016 21:27:30 +0200
  • snapd (2.16+16.10ubuntu1) yakkety; urgency=medium
    
      * systemd/systemd.go, systemd/systemd_test.go: Correct the mount arguments
        when mounting with squashfuse (LP: #1630789)
    
     -- Tyler Hicks <email address hidden>  Thu, 06 Oct 2016 18:49:40 +0000
  • snapd (2.16+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1628425
        - overlord/state: prune old empty changes
        - interfaces: ppp: load needed kernel module (#2007)
        - interfaces/builtin: add missing rule to allow run-parts to
          execute all resolvconf scripts
        - many: rename apply-config hook to configure
        - tests: use new spread `debug` feature
        - many: finish `snap set` API.
        - overlord: fix and simplify configstate.Transaction
        - assertions: add system-user assertion
        - snap: add `snap known --remote`
        - tests: replace systemd-run with on-the-fly generation of units.
        - overlord/boot: switch to using assertstate.Batch
        - snap, daemon, store: pass through screenshots from store
        - image: add meta/gadget.yaml infrastructure
        - tests: add test benchmark script
        - daemon: add the actual ssh keys that got added to the create-user
          response
        - daemon: add REST API behind `snap get`
        - debian: re-add golang-github-gosexy-gettext-dev
        - tests: added install_local function
        - interfaces/builtin: fix resolvconf permissions for network-manager
          interface
        - tests: use apt as compatible with trusty
        - many: discard preserved namespace after removing snap
        - daemon, overlord, store: add ReadyToBuy API to snapd
        - many: add support for installing/removing multiple snaps
        - progress: use New64 and fix output newline
        - interfaces/builtin: allow network-manager to access netplan conf
          files
        - tests: build once and install test snap from cache
        - overlord/state: introduce cleanup support
        - snap: move/clarify Info.Broken
        - ctlcmd: add snapctl get.
        - overlord,store: clean up serial-proof plumbing code
        - interfaces/builtin: add network-setup-observe interface
        - daemon,overlord/assertstate: support streams of assertions with
          snap ack
        - snapd: kmod backend
        - tests: ensure HOME is also set correctly
        - configstate,hookstate: add snapctl set
        - tests: disable broken create-key test
        - interfaces: adjust bluetooth-control to allow getsockopt (LP:
          #1613572)
        - tests: add a test for core about device initialization and device
          registration and auth
        - many: show snap name before the download progress bar
        - interfaces/builtin: add rcvfrom for client connected plugs to mir
          interface
        - asserts: support for maps in assertions
        - tests: increase timeout for key generation in create-key test
        - many: validate refreshes against validation assertions by gating
          snaps
        - interfaces/apparmor: allow 'm' in default policy for snap-exec
        - many: avoid snap.InfoFromSnapYaml in tests
        - interfaces/builtin: allow /dev/net/tun with network-control
        - tests: add spread test for snap create-key/snap sign
        - tests: add missing quotes in security-device-cgroups/task.yaml
        - interfaces: drop ErrUnknownSecurity
        - store: add "ready to buy" method
        - snap/snapenv, tests: use root's data dirs when running via sudo
        - interfaces/builtin: add initial docker interface
        - snap: remove extra newline after progress is done
        - docs: fix formating of HACKING.md "Testing snapd"
        - store : add requestOptions.ExtraHeaders so that individual
          requests can customise headers.
        - many: use unique plug/slot names in tests
        - tests: add tests for the classic dimension
        - many: add vendoring of dependencies by default
        - tests: use in-tree snap{ctl,-exec} for all tests
        - many: support snapctl -h
        - tests: adjust regex after changes in stat output
        - store,snap: initial support for delta downloads
        - interfaces/builtin: add run/udev/data paths to mir interface
        - snap: lessen annoyance of implicit interface tests
        - tests: ensure http{,s}_proxy is defined inside the fake-store
        - interfaces: allow xdg-open in unity7, unity7 cleanups
        - daemon,store: move store login user logic to store
        - tests: replace realpath with readlink -f for trusty support.
        - tests: add https_proxy into environment as well
        - interfaces/builtin: allow mmaping pulseaudio buffers
    
     -- Michael Vogt <email address hidden>  Wed, 28 Sep 2016 11:09:27 +0200
  • snapd (2.15.2+16.10.3) yakkety; urgency=medium
    
      * adjust default policy to allow 'm' on /usr/lib/snapd/snap-exec which is
        required on 4.8+ kernels when using snap reexec (LP: #1626121)
        - https://github.com/snapcore/snapd/pull/1967
    
     -- Jamie Strandboge <email address hidden>  Wed, 21 Sep 2016 15:25:19 -0500
  • snapd (2.15.2+16.10.2) yakkety; urgency=medium
    
      * cherry-pick https://github.com/snapcore/snapd/pull/1949
        to ensure the right environment is set is the fakestore
        (autopkgtests again)
    
     -- Michael Vogt <email address hidden>  Tue, 20 Sep 2016 12:33:04 +0200
  • snapd (2.15.2+16.10.1) yakkety; urgency=medium
    
      * cherry-pick 0acd25e to fix autopkgtest
    
     -- Michael Vogt <email address hidden>  Tue, 20 Sep 2016 07:39:28 +0200
  • snapd (2.15.2+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1623579
        - asserts: define a bit less terse Ref.String
        - interfaces: disable auto-connect in libvirt interface
        - asserts: check that validation assertions are signed by the
          publisher of the gating snap
    
     -- Michael Vogt <email address hidden>  Mon, 19 Sep 2016 10:42:29 +0200
  • snapd (2.15.1+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1623579
        - image: ensure local snaps are put last in seed.yaml
        - asserts: revert change that made the account-key's name mandatory.
        - many: refresh all snap decls
        - interfaces/apparmor: allow reading /etc/environment
    
     -- Michael Vogt <email address hidden>  Mon, 19 Sep 2016 09:19:44 +0200
  • snapd (2.15+16.10) yakkety; urgency=medium
    
      * New upstream release, LP: #1623579
        - tests: disable prepare-image-grub test in autopkgtest
        - interfaces: allow special casing for auto-connect until we have
          assertions
        - docs: add a little documentation on hooks.
        - hookstate,daemon: don't mock HookRunner, mock command.
        - tests: add http_proxy to /etc/environment in the autopkgtest
          environment
        - backends: first bits of kernel-module security backend
        - tests: ensure openssh-server is installed in autopkgtest
        - tests: make ubuntu-core tests more robust
        - many: mostly work to support ABA upgrades
        - cmd/snap: do runtime linting of descriptions
        - spread.yaml: don't assume LANG is set
        - snap: fix SNAP* environment merging in `snap run`
        - CONTRIBUTING.md: remove integration-tests, include spread
        - store: don't discard error body from request device session call
        - docs: add create-user documentation
        - cmd/snap: match UX document for message when buying without login
        - firstboot: do not overwrite any existing netplan config
        - tests: add debug output to ubuntu-core-update-rollback-
          stresstest:
        - tests/lib/prepare.sh: test that classic does not setting bootvars
        - snap: run all tests with gpg2
        - asserts: basic support for validation assertion and refresh-
          control
        - interfaces: miscellaneous policy updates for default, browser-
          support and camera
        - snap: (re)add --force-dangerous compat option
        - tests: ensure SUDO_{USER,GID} is unset in the spread tests
        - many: clean out left over references to integration tests
        - overlord/auth,store: fix raciness in updating device/user in state
          through authcontext and other issuesbonus fixes:
        - tests: fix spread tests on yakkety
        - store: refactor auth/refresh tests
        - asserts: use gpg --fixed-list-mode to be compatible with both gpg1
          and gpg2
        - cmd/snap: i18n option descriptions
        - asserts: required account key name header
        - tests: add yakkety test host
        - packaging: make sure debhelper-generated snippet is invoked on
          postrm
        - snap,store: capture newest digest from the store, make it
          DownloadInfo only
        - tests: add upower-observe spread test
        - Merge github.com:snapcore/snapd
        - tests: fixes to actually run the spread tests inside autopkgtest
        - cmd/snap: make "snap find" error nicer.
        - tests: get the gadget name from snap list
        - cmd/snap: tweak help of 'snap download'
        - cmd/snap,image: teach snap download to download also assertions
        - interfaces/builtin: tweak opengl interface
        - interfaces: serial-port use udevUsbDeviceSnippet
        - store: ensure the payment methods method handles auth failure
        - overlord/snapstate: support revert flags
        - many: add snap configuration to REST API
        - tests: use ubuntu-image for the ubuntu-core-16 image creation
        - cmd/snap: serialise empty keys list as [] rather than null
        - cmd/snap,client: add snap set and snap get commands
        - asserts: update trusted account-key asserts with names
        - overlord/snapstate: misc fixes/tweaks/cleanups
        - image: have prepare-image set devmode correctly
        - overlord/boot: have firstboot support assertion files with
          multiple assertions
        - daemon: bail from enable and disable if revision given, and from
          multi-op if unsupported optons given
        - osutil: call sync after cp if
          requested.overlord/snapstate/backend: switch to use osutil instead
          of another buggy call to cp
        - cmd/snap: generate account-key-request "since" header in UTC
        - many: use symlinks instead of wrappers
        - tests: remove silly [Service] entry from snapd.socket.d/local.conf
        - store: switch device session to use device-session-request
          assertion
        - snap: ensure that plug and slot names are unique
        - cmd/snap: fix test suite (no Exit(0) on tests!)
        - interfaces: add interface for hidraw devices
        - tests: use the real model assertion when creating the core test
          image
        - interfaces/builtin: add udisks2 and removable-media interfaces
        - interface: network_manager: enable resolvconf
        - interfaces/builtin: usb serial-port support via udev
        - interfaces/udev: support noneSecurityTag keyed snippets
        - snap: switch to the new agreed regexp for snap names
        - tests: adjust test setup after ubuntu user removal
        - many: start services only after the snap is fully ready (link-snap
          was run)
        - asserts: don't have Add/Check panic in the face of unsupported no-
          authority assertions
        - asserts: initial support to generate/sign snap-build assertions
        - asserts: support checking account-key-request assertions
        - overlord: introduce AuthContext.DeviceSessionRequest with support
          in devicestate
        - overlord/state: fix for reloaded task/change crashing on Set if
          checkpointed w. no custom data  yet
        - snapd.refresh.service: require snap.socket and /snap/*/current.
        - many: spell --force-dangerous as just --dangerous, devmode should
          imply it
        - overlord/devicestate: try to fetch/refresh the signing key of
          serial (also in case is not there yet)
        - image,overlord/boot,snap: metadata from asserts for image snaps
        - many: automatically restart all-snap devices after os/kernel
          updates
        - interfaces: modem-manager: ignore camera
        - firstboot: only configure en* and eth* interfaces by default
        - interfaces: fix interface handling on no-app snaps
        - snap: set user variables even if HOME is unset (like with systemd
          services)
    
     -- Michael Vogt <email address hidden>  Fri, 16 Sep 2016 07:46:22 +0200
  • snapd (2.14.2+git.3.9b8546-0ubuntu1) yakkety; urgency=medium
    
      * merge master, one more autopkgtest change
    
     -- Michael Vogt <email address hidden>  Thu, 15 Sep 2016 20:39:58 +0200
  • snapd (2.14.2+git.2.1ea8143-0ubuntu1) yakkety; urgency=medium
    
      * merge master, yet more autopkgtest fixes
      * debian/tests/integrationtests:
        - ensure https_proxy is set in the test environment so
    
     -- Michael Vogt <email address hidden>  Thu, 15 Sep 2016 14:18:05 +0200
  • snapd (2.14.2+git.1.afda4fc-0ubuntu2) yakkety; urgency=medium
    
      * debian/tests/integrationtests:
        - ensure http_proxy is set in the test environment so that the
          assertions loading from the real store works
    
     -- Michael Vogt <email address hidden>  Wed, 14 Sep 2016 22:58:04 +0200
  • snapd (2.14.2+git.1.afda4fc-0ubuntu1) yakkety; urgency=medium
    
      * merge master, more autopkgtest fixes
    
     -- Michael Vogt <email address hidden>  Wed, 07 Sep 2016 10:41:57 +0200
  • snapd (2.14.2+git.0.d387e89-0ubuntu1) yakkety; urgency=medium
    
      * new git snapshot that should fix the autopkgtest failure
    
     -- Michael Vogt <email address hidden>  Wed, 07 Sep 2016 10:41:57 +0200
  • snapd (2.14.2+gitcc9d039-0ubuntu5) yakkety; urgency=medium
    
      * use gpg1 in build-depends
    
     -- Michael Vogt <email address hidden>  Wed, 07 Sep 2016 10:41:57 +0200
  • snapd (2.14.2+gitcc9d039-0ubuntu4) yakkety; urgency=medium
    
      * merge master, another autopkgtest fix
    
     -- Michael Vogt <email address hidden>  Wed, 07 Sep 2016 08:17:09 +0200
  • snapd (2.14.2-0ubuntu3) yakkety; urgency=medium
    
      * more autopkgtest work
    
     -- Michael Vogt <email address hidden>  Tue, 06 Sep 2016 21:42:40 +0200
  • snapd (2.14.2-0ubuntu2) yakkety; urgency=medium
    
      * more autopkgtest fiddling
    
     -- Michael Vogt <email address hidden>  Fri, 02 Sep 2016 07:58:52 +0200
  • snapd (2.14.2-0ubuntu1) yakkety; urgency=medium
    
      * try harder to run the spread tests inside the autopkgtest
        container
    
     -- Michael Vogt <email address hidden>  Thu, 01 Sep 2016 22:04:54 +0200
  • snapd (2.14.2) yakkety; urgency=medium
    
      * New upstream release: LP: #1618095
        - tests: use the spread tests with the adhoc interface inside
          autopkgtest
        - interfaces: add fwupd interface
        - asserts,cmd/snap: add "name" header to account-key(-request)
        - client,cmd/snap: display os-release data only on classic
        - asserts/tool,cmd/snap: introduce hidden "snap sign"
        - many: when installing snap file derive metadata from assertions
          unless --force-dangerous
        - osutil: tweak the createUserTests a bit and extract common code
        - debian: umount --lazy before rm on snapd.postrm
        - interfaces: updates to default policy, browser-support, and x11
        - store: set initial device session
        - interfaces: add upower-observe interface (LP: #1595813)
        - tests: use beta u-d-f in test by default
        - interfaces/builtin: allow writing on /dev/vhci in bluetooth-
          control
        - interfaces/builtin: allow /dev/vhci on bluetooth-control
        - tests: port integration tests to spread
        - snapstate: use umount --lazy when removing the mount units
        - spread: enable halt-timeout, tweak image selection
        - tests: fix firstboot-assertions to actually be runnable on classic
          again
        - asserts: introduce device-session-request
        - interfaces: add screen-inhibit-control interface (LP: #1604880)
        - firstboot: change location of netplan config
        - overlord/devicestate: some cleanups and solving a couple todos
        - daemon,overlord: add subcommand handling to snapctl
    
     -- Michael Vogt <email address hidden>  Thu, 01 Sep 2016 18:52:05 +0200
  • snapd (2.14.1+16.10) yakkety; urgency=medium
    
      * New upstream release: LP: #1618095
        - snap-exec: add support for commands with internal args in snap-
          exec
        - store: refresh expired device sessions
        - debian: re-add ubuntu-core-snapd-units as a transitional package
        - image: snap assertions into image
        - overlord/assertstate,asserts/snapasserts: give snap assertions
          helpers a package, introduce ReconstructSideInfo
        - docs/interfaces: Add empty line after lxd-support title
        - README: cover the new /run/snapd-snap.socket
        - daemon: make socket split backward-compatible.
    
     -- Michael Vogt <email address hidden>  Tue, 30 Aug 2016 16:43:29 +0200
  • snapd (2.14+16.10) yakkety; urgency=medium
    
      * New upstream release: LP: #1618095
        - cmd: enable SNAP_REEXEC only if it is set to SNAP_REEXEC=1
        - osutil: fix create-user on classic
        - firstboot: disable firstboot on classic for now
        - cmd/snap: add export-key --account= option
        - many: split public snapd REST API into separate socket.
        - many: drop ubuntu-core-snapd-units package, use release.OnClassic
          instead
        - tests: add content-shareing binary test that excersises snap-
          confine
        - snap: use "up to date" instead of "up-to-date"
        - asserts: add an account-key-request assertion
        - asserts: fix GPG key generation parameters
        - tests, integration-tests: implement the cups-control manual test
          as a spread test
        - many: clarify/tie down model assertion
        - cmd/snap: add "snap download" command
        - integration-tests: remove them in favour of the spread tests
        - tests: test all snap ubuntu core upgrade
        - many: support install and remove by revision
        - overlord/state: prevent change ready => unready
        - tests: fixes to make the ubuntu-core-16 image usable with
          -keep/-reuse
        - asserts: authority-id and brand-id of serial must match
        - firstboot: generate netplan config rather than ifupdown
        - store: request device session macaroon from store
        - tests: add workaround for u-d-f to unblock all-snap image tests
        - tests: the stable ubuntu-core snap has snap run support now
        - many: use make StripGlobalRootDir public
        - asserts: add some stricter checks around format
        - many: have AuthContext expose device store-id, serial and serial-
          proof signing to the store
        - tests: fix "tests/main/ack" to not break if asserts are alreay
          there
        - tests/main/ack: fix test/style
        - snap: add key management commands
        - firstboot: add firstboot assertions importing
    
     -- Michael Vogt <email address hidden>  Mon, 29 Aug 2016 17:07:20 +0200
  • 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
    
     -- Michael Vogt <email address hidden>  Wed, 24 Aug 2016 14:48:28 +0200
  • snapd (2.12+16.10) yakkety; urgency=medium
    
      * New upstream release: LP: #1612362
        - many: do not require root for `snap prepare-image`
        - tests: prevent restore error on test failure
        - osutil: change escaping for create-user's sudoers
        - docs: private flag doesn't exist on /v2/find (it's select)
        - snap: do not sort the result of `snap find`
        - interfaces/builtin: add gpio interface
        - partition: fix cleaning of the boot variables on the second good
          boot
        - tests: add udev rules spread test
        - docs: fix references to refresh action
        - interfaces/udev,osutil: avoid doubled rules and put all in a per
          snap file
        - store: minor store improvements from previous reviews
        - many: support interactive payments in snapd, filter from command
          line
        - docs/interfaces.md: improve interfaces documentation
        - overlord,store: set store device authorization header
        - store: add device nonce API support
        - many: various fixes around the `create-user` command
        - client, osutil: chown the auth file
        - interfaces/builtin: add transitional browser-support interface
        - snap: don't load unsupported implicit hooks.
        - cmd/snap,cmd/snap-exec: support hooks again.
        - interfaces/builtin: improve pulseaudio interface
        - asserts: make account-key's `until` optional to represent a never-
          expiring key
        - store: refactor newRequest/doRequest to take requestOptions
        - tests: allow-downgrades on upgrade test to prevent version errors
        - daemon: stop using group membership as succedaneous of running
          things with sudo
        - interfaces: add bluetooth-control interfaces
        - many: remove integration-test coverage metrics
        - daemon,docs: drop license docs and error kind
        - tests: add network-control interface spread test
        - tests: add hardware-observe spread test
        - interfaces: add system-trace interface LP: #1600085
        - boot: use `cp -aLv` instead of `cp -a` (no symlinks on vfat)
        - store: soft-refresh discharge macaroon from store when required
        - partition: clear snap_try_{kernel,core} on success
        - tests: add snapd-control interface spread test
        - tests: add locale-control write spread test
        - store: fix buy method after some refactoring broke it
        - interfaces/builtin: read perms for network devices in network-
          observe
        - interfaces: also allow rfkill in network_control
        - snapstate: remove artifacts from a snap try dir that vanished
        - client, cmd/snap: better errors for empty snap list result
        - wrappers: set BAMF_DESKTOP_FILE_HINT for unity
        - many: cleanup/update rest.md; improve auth errors
        - interfaces: miscelleneous policy updates for default, log-observe,
          mount-observe, opengl, pulseaudio, system-observe and unity7
        - interfaces: add process-control interface (LP: #1598225)
        - osutil: support both "nobody" and "nogroup" for grpnam tests
        - cmd: support defaulting to the user's preferred payment method
        - overlord: actually run hooks.
        - overlord/state,overlord/ifacestate: define basic infrastructure
          for and then setting up serialising of interface mgr tasks
        - asserts: add Assertion.Prerequisites and SigningKey, Ref and
          FindTrusted
        - overlord/snapstate: ensure calls to store are done without the
          state lock held
        - asserts,client: switch snap-build and snap-revision to be indexed
          by snap-sha3-384
        - many: make seed.yaml on firstboot mandatory and include sideInfo
        - asserts,many: start supporting structured headers using the new
          parseHeaders
        - many: update code for the new snap_mode
        - tests: added spread find private test
        - store: deal with 404 froms the SSO store properly
        - snap: remove meta/kernel.yaml again
        - daemon: always mock release info in tests
        - snapstate: drop revisions after "current" on refresh
        - asserts: introduce new parseHeadersThis introduces the new
          parseHeaders returning map[string]interface{} and capable of
          accepting:
        - asserts: remove/disable comma separated lists and their uses
    
     -- Michael Vogt <email address hidden>  Thu, 11 Aug 2016 19:30:36 +0200
  • snapd (2.11+16.10) yakkety; urgency=medium
    
      * New upstream release: LP: #1605303
        - increase version number to reflect the nature of the update
          better
        - store, daemon, client, cmd/snap, docs/rest.md: adieu search
          grammar
        - debian: move snapd.refresh.timer into timers.target
        - snapstate: add daemon-reload to fix autopkgtest on yakkety
        - Interfaces: hardware-observe
        - snap: rework the output after a snap operation
        - daemon, cmd/snap: refresh --devmode
        - store, daemon, client, cmd/snap: implement `snap find --private`
        - tests: add network-observe interface spread test
        - interfaces/builtin: allow getsockopt for connected x11 plugs
        - osutil: check for nogrup instead of adm
        - store: small cleanups (more needed)
        - snap/squashfs: fix test not to hardcode snap size
        - client,cmd/snap: cleanup cmd/snap test suite, add extra args
          testThis cleans up the cmd/snap test suite:
        - wrappers: map "never" restart condition to "no."
        - wrappers: run update-desktop-database after add/remove of desktop
          files
        - release: work around elementary mistake
        - many: remove all traces of channel from the buying codepath
        - store: kill setUbuntuStoreHeaders
        - docs: add payment methods documentation
        - many: present user with a choice of payment backends
        - asserts: add cross checks for snap asserts
        - cmd/snap,cmd/snap-exec: support running hooks via snap-exec.
        - tests: improve snap run symlink tests
        - tests: add content sharing interface spread test
        - store & many: a mechanical branch shortening store names
        - snappy: remove old snappy pkg
        - overlord/snapstate: kill flagscompat
        - overlord/snapstate, daemon, client, cmd/snap: devmode override
          (aka confined)
        - tests: extend refresh test to talk to the staging and production
          stores
        - asserts,daemon: cross checks for account and account-key
          assertions
        - client: existing JSON fixtures uses tabs for indentation
        - snap-exec: add proper integration test for snap-exec
        - spread.yaml, tests: replace hello-world with test-snapd-tools
        - tests: add locale-control interface spread test
        - tests: add mount-observe interface spread test
        - tests: add system-observe interface spread test
        - many: add AuthContext to mediate user updates to the state
        - store/auth: add helper for the macaroon refresh endpoint
        - cmd: add buy command
        - overlord: switch snapstate.Update to use ListRefresh (aka
          /snaps/metadata)
        - snap-exec: fix silly off-by-one error
        - tests: stop using hello-world.echo in the tests
        - tests: add env command to test-snapd-tools
        - classic: remove (most of) "classic" mode, this is implemented as a
          snap now
        - many: remove snapstate.Candidate and other cleanups
        - many: removed authenticator, store gets a user instead
        - asserts: fix minor doc comment typo
        - snap: ensure unknown arguments to `snap run` are ignored
        - overlord/auth: add Device/SetDevice to persist device identity in
          state
        - overlord: make SyncBoot work again
        - tests: add -y flag to apt autoremove command in unity task restore
        - many: migrate SnapSetup and SideInfo to use RealName
        - daemon: drop auther()
        - client: improve error from client.do() on json decode failures
        - tests: readd the fake store tests
        - many: allow removal of broken snaps, add spread test
        - overlord: implement &Retry{After: duration} support for handlers
        - interface: add new interfaces.all.SecurityBackends
        - integration-tests: remove login tests
        - cmd,interfaces,snap: implement hook whitelist.
        - daemon,overlord/auth,store: update macaroon authentication to use
          the new endpoints
        - daemon, overlord: add buy endpoint to REST API
        - tests: use systemd-run for starting and stopping the unity app
        - tests, integration-tests: port systemd service check test to
          spread
        - store: switch search to new snap-specific endpoint
        - store, many: start using the new details endpoint
        - tests, integration-tests: port unity test to spread
        - tests: add spread test for tried snaps removal
        - tests, integration-tests: port auth errors test to spread
        - snapstate: rename OfficialName to RealName in the new tests
        - many: rename SideInfo.OfficialName to SideInfo.RealName
        - snapstate: use snapstate.Type in backend.RemoveSnapFiles
        - many: add `snap enable/disable` commands
        - tests, integration-tests: port refresh all test to spread
        - snap: add `snap run --shell`
        - tests: set yaml indentation to 4 spaces
        - snapstate: cleanup downloaded temp snap files
        - overlord: make patch1_test more robust
        - debian: add snapd.postrm that purges
        - integration-tests: drop already covered refresh app test
        - many: add concept of "broken" snaps
        - tests, integration-tests: port remove errors tests to spread
        - tests, integration-tests: port revert test to spread
        - debian: fix snapbuild path
        - overlord: fix access to the state without lock in firstboot.go and
          add test
        - snapstate: add very simple garbage collection on upgrade
        - asserts: introduce assertstest with helpers to test code involving
          assertions
        - tests, integration tests: port undone failed install test to
          spread
        - snap,store: switch to the new snaps/metadata endpoint, introduce
          and start capturing DeveloperID
        - tests, integration-tests: port the op remove retry test to spread
        - po: remove snappy.pot from git, it will be generated at build time
        - many: add some missing tests, clarify some things and nitpicks as
          follow up to `snap revert`
        - snapstate: when doing snapsate.Update|Install, talk to the store
          early
        - tests, integration-tests: port the op remove test to spread
        - interfaces: allow /usr/bin/locale in default policy
        - many: add `snap revert`
        - overlord/auth,store: add macaroon serialization/deserialization
          helpers
        - many: embed main store trusted assertions in snapd, way to have
          test ones, spread tests for ack and known
        - overlord/snapstate,daemon: clarify active vs current, add
          SnapState.HasCurrent,CurrentInfo
        - tests: do not search for a specific snap (we hit 100 items) and
          pagination kicks in
        - tests: use printf instead of echo where we need portability
        - tests: rename and generalize basic-binaries to test-snapd-tools
    
     -- Michael Vogt <email address hidden>  Tue, 26 Jul 2016 15:49:04 +0200
  • snapd (2.11~16.10) yakkety; urgency=medium
    
      * New upstream release: LP: #1605303
        - increase version number to reflect the nature of the update
          better
        - store, daemon, client, cmd/snap, docs/rest.md: adieu search
          grammar
        - debian: move snapd.refresh.timer into timers.target
        - snapstate: add daemon-reload to fix autopkgtest on yakkety
        - Interfaces: hardware-observe
        - snap: rework the output after a snap operation
        - daemon, cmd/snap: refresh --devmode
        - store, daemon, client, cmd/snap: implement `snap find --private`
        - tests: add network-observe interface spread test
        - interfaces/builtin: allow getsockopt for connected x11 plugs
        - osutil: check for nogrup instead of adm
        - store: small cleanups (more needed)
        - snap/squashfs: fix test not to hardcode snap size
        - client,cmd/snap: cleanup cmd/snap test suite, add extra args
          testThis cleans up the cmd/snap test suite:
        - wrappers: map "never" restart condition to "no."
        - wrappers: run update-desktop-database after add/remove of desktop
          files
        - release: work around elementary mistake
        - many: remove all traces of channel from the buying codepath
        - store: kill setUbuntuStoreHeaders
        - docs: add payment methods documentation
        - many: present user with a choice of payment backends
        - asserts: add cross checks for snap asserts
        - cmd/snap,cmd/snap-exec: support running hooks via snap-exec.
        - tests: improve snap run symlink tests
        - tests: add content sharing interface spread test
        - store & many: a mechanical branch shortening store names
        - snappy: remove old snappy pkg
        - overlord/snapstate: kill flagscompat
        - overlord/snapstate, daemon, client, cmd/snap: devmode override
          (aka confined)
        - tests: extend refresh test to talk to the staging and production
          stores
        - asserts,daemon: cross checks for account and account-key
          assertions
        - client: existing JSON fixtures uses tabs for indentation
        - snap-exec: add proper integration test for snap-exec
        - spread.yaml, tests: replace hello-world with test-snapd-tools
        - tests: add locale-control interface spread test
        - tests: add mount-observe interface spread test
        - tests: add system-observe interface spread test
        - many: add AuthContext to mediate user updates to the state
        - store/auth: add helper for the macaroon refresh endpoint
        - cmd: add buy command
        - overlord: switch snapstate.Update to use ListRefresh (aka
          /snaps/metadata)
        - snap-exec: fix silly off-by-one error
        - tests: stop using hello-world.echo in the tests
        - tests: add env command to test-snapd-tools
        - classic: remove (most of) "classic" mode, this is implemented as a
          snap now
        - many: remove snapstate.Candidate and other cleanups
        - many: removed authenticator, store gets a user instead
        - asserts: fix minor doc comment typo
        - snap: ensure unknown arguments to `snap run` are ignored
        - overlord/auth: add Device/SetDevice to persist device identity in
          state
        - overlord: make SyncBoot work again
        - tests: add -y flag to apt autoremove command in unity task restore
        - many: migrate SnapSetup and SideInfo to use RealName
        - daemon: drop auther()
        - client: improve error from client.do() on json decode failures
        - tests: readd the fake store tests
        - many: allow removal of broken snaps, add spread test
        - overlord: implement &Retry{After: duration} support for handlers
        - interface: add new interfaces.all.SecurityBackends
        - integration-tests: remove login tests
        - cmd,interfaces,snap: implement hook whitelist.
        - daemon,overlord/auth,store: update macaroon authentication to use
          the new endpoints
        - daemon, overlord: add buy endpoint to REST API
        - tests: use systemd-run for starting and stopping the unity app
        - tests, integration-tests: port systemd service check test to
          spread
        - store: switch search to new snap-specific endpoint
        - store, many: start using the new details endpoint
        - tests, integration-tests: port unity test to spread
        - tests: add spread test for tried snaps removal
        - tests, integration-tests: port auth errors test to spread
        - snapstate: rename OfficialName to RealName in the new tests
        - many: rename SideInfo.OfficialName to SideInfo.RealName
        - snapstate: use snapstate.Type in backend.RemoveSnapFiles
        - many: add `snap enable/disable` commands
        - tests, integration-tests: port refresh all test to spread
        - snap: add `snap run --shell`
        - tests: set yaml indentation to 4 spaces
        - snapstate: cleanup downloaded temp snap files
        - overlord: make patch1_test more robust
        - debian: add snapd.postrm that purges
        - integration-tests: drop already covered refresh app test
        - many: add concept of "broken" snaps
        - tests, integration-tests: port remove errors tests to spread
        - tests, integration-tests: port revert test to spread
        - debian: fix snapbuild path
        - overlord: fix access to the state without lock in firstboot.go and
          add test
        - snapstate: add very simple garbage collection on upgrade
        - asserts: introduce assertstest with helpers to test code involving
          assertions
        - tests, integration tests: port undone failed install test to
          spread
        - snap,store: switch to the new snaps/metadata endpoint, introduce
          and start capturing DeveloperID
        - tests, integration-tests: port the op remove retry test to spread
        - po: remove snappy.pot from git, it will be generated at build time
        - many: add some missing tests, clarify some things and nitpicks as
          follow up to `snap revert`
        - snapstate: when doing snapsate.Update|Install, talk to the store
          early
        - tests, integration-tests: port the op remove test to spread
        - interfaces: allow /usr/bin/locale in default policy
        - many: add `snap revert`
        - overlord/auth,store: add macaroon serialization/deserialization
          helpers
        - many: embed main store trusted assertions in snapd, way to have
          test ones, spread tests for ack and known
        - overlord/snapstate,daemon: clarify active vs current, add
          SnapState.HasCurrent,CurrentInfo
        - tests: do not search for a specific snap (we hit 100 items) and
          pagination kicks in
        - tests: use printf instead of echo where we need portability
        - tests: rename and generalize basic-binaries to test-snapd-tools
    
     -- Michael Vogt <email address hidden>  Tue, 26 Jul 2016 15:49:04 +0200
  • snapd (2.0.10+16.10) yakkety; urgency=medium
    
      *  New upstream release: LP: #1597329
        - interfaces: also allow @{PROC}/@{pid}/mountinfo and
          @{PROC}/@{pid}/mountstats
        - interfaces: allow read access to /etc/machine-id and
          @{PROC}/@{pid}/smaps
        - interfaces: miscelleneous policy updates for default, log-observe
          and system-observe
        - snapstate: add logging after a successful doLinkSnap
        - tests, integration-tests: port try tests to spread
        - store, cmd/snapd: send a basic user-agent to the store
        - store: add buy method
        - client: retry on failed GETs
        - tests: actual refresh test
        - docs: REST API update
        - interfaces: add mount support for hooks.
        - interfaces: add udev support for hooks.
        - interfaces: add dbus support for hooks.
        - tests, integration-tests: port refresh test to spread
        - tests, integration-tests: port change errors test to spread
        - overlord/ifacestate: don't retry snap security setup
        - integration-tests: remove unused file
        - tests: manage the socket unit when reseting state
        - overlord: improve organization of state patches
        - tests: wait for snapd listening after reset
        - interfaces/builtin: allow other sr*/scd* optical devices
        - systemd: add support for squashfuse
        - snap: make snaps vanishing less fatal for the system
        - snap-exec: os.Exec() needs argv0 in the args[] slice too
        - many: add new `create-user` command
        - interfaces: auto-connect content interfaces with the same content
          and developer
        - snapstate: add Current revision to SnapState
        - readme: tweak readme blurb
        - integration-tests: wait for listening port instead of active
          service reported by systemd
        - many: rename Current -> {CurrentSideInfo,CurrentInfo}
        - spread: fix home interface test after suite move
        - many: name unversioned data.
        - interfaces: add "content" interface
        - overlord/snapstate: defaultBackend can go away now
        - debian: comment to remember why the timer is setup like it is
        - tests,spread.yaml: introduce an upgrade test, support/split into
          two suites for this
        - overlord,overlord/snapstate: ensure we keep snap type in snapstate
          of each snap
        - many: rework the firstboot support
        - integration-tests: fix test failure
        - spread: keep core on suite restore
        - tests: temporary fix for state reset
        - overlord: add infrastructure for simple state format/content
          migrations
        - interfaces: add seccomp support for hooks.
        - interfaces: allow gvfs shares in home and temporarily allow
          socketcall by default (LP: #1592901, LP: #1594675)
        - tests, integration-tests: port network-bind interface tests to
          spread
        - snap,snap/snaptest: use PopulateDir/MakeTestSnapWithFiles directly
          and remove MockSnapWithHooks
        - interfaces: add mpris interface
        - tests: enable `snap run` on i386
        - tests, integration-tests: port network interface test to spread
        - tests, integration-tests: port interfaces cli to spread
        - tests, integration-tests: port leftover install tests to spread
        - interfaces: add apparmor support for hooks.
        - tests, integration-tests: port log-observe interface tests to
          spread
        - asserts: improve Decode doc comment about assertion format
        - tests: moved snaps to lib
        - many: add the camera interface
        - many: add optical-drive interface
        - interfaces: auto-connect home if running on classic
        - spread: bump gccgo test timeout
        - interfaces: use security tags to index security snippets.
        - daemon, overlord/snapstate, store: send confinement header to the
          store for install
        - spread: run tests on 16.04 i386 concurrently
        - tests,integration-tests: port install error tests to spread
        - interfaces: add a serial-port interface
        - tests, integration-tests, debian: port sideload install tests to
          spread
        - interfaces: add new bind security backend and refactor
          backendtests
        - snap: load and validate implicit hooks.
        - tests: add a build/run test for gccgo in spread
        - cmd/snap/cmd_login: Adjust message after adding support for wheel
          group
        - tests, integration-tests: ported install from store tests to
          spread
        - snap: make `snap change <taskid>` show task progress
        - tests, integration-tests: port search tests to spread
        - overlord/state,daemon: make abort proceed immediately, fix doc
          comment, improve tests
        - daemon: extend privileged access to users in "wheel" group
        - snap: tweak `snap refresh` and `snap refresh --list` outputTiny
          branch that does three things:
        - interfaces: refactor auto-connection candidate check
        - snap: add support for snap {install,refresh}
          --{edge,beta,candidate,stable}
        - release: don't force KDE Neon into devmode.
    
     -- Michael Vogt <email address hidden>  Wed, 29 Jun 2016 21:02:39 +0200
  • snapd (2.0.9+16.10) yakkety; urgency=medium
    
      * New upstream release: LP: #1593201
        - snap: add the magic redirect part of `snap run`
        - tests, integration-tests: port server related tests to spread
        - overlord/snapstate: log restarting in the task
        - daemon: test restart wiring, fix setup/teardown
        - cmd: don't show the price if a snap has already been purchased
        - tests, integration-tests: port listing tests to spread
        - integration-tests: do not try to kill ubuntu-clock-app.clock (no
          longer a process)
        - several: tie up overlord's restart handler into daemon; adjust
          snap to cope
        - tests, integration-tests: port abort tests to spread
        - integration-tests: fix flaky TestRemoveBusyRetries
        - testutils: refactor/mock exec
        - snap,cmd: add hook support to snap run.
        - overlord/snapstate: remove Download from backend
        - store: use a custom logging transport
        - overlord/hookstate: implement basic HookManager.
        - spread: move the suite restore to restore-each
        - asserts: turn model os into model core field, making it also more
          like the kernel and gadget fields
        - asserts: / is not allowed in primary key headers, follow the store
          in this
        - release: enable full confinement on Elementary 0.4
        - integration-tests: fix another i386 autopkgtest failure.
        - cmd/snap: create SNAP_USER_DATA and common dirs in `snap run`
        - many: have the installation of the core snap request a restart (on
          classic)
        - asserts: allow to load also account assertions into the trusted
          set
        - many: install snaps in devmode on distributions without complete
          apparmor and seccomp support
        - spread: run on travis
        - snapenv: do not hardcode amd64 in tests
        - spread: initial harness and first test
        - interfaces: miscelleneous policy updates for chromium, x86,
          opengl, etc
        - integration-tests: remove daemon to use the log-observe interface
        - client: remove client.Revision and import snap.Revision instead
        - integration-tests: wait for network-bind service in try test
        - many: move over from snappy to snapstate/backend SetupSnap and
          related code
        - integration-tests: add interfaces cli tests
        - snapenv: cleanup snapenv.{Basic,User}
        - cmd/snap: also print slots that connect to the wanted snap (LP:
          #1590704)
        - asserts: error style, use "cannot" instead of "failed to"
          following the main decided style
        - integration-tests: wait until the network-bind service is up
          before testing
        - many: add new `snap run` command
        - snappy: unexport snappy.Install and snappy.Overlord.{Un,}Install
        - many: add some shared testing helpers to snap/snaptest and to
          boot/boottest
        - rest-api: support to send apps per snap (LP: #1564076)
    
     -- Michael Vogt <email address hidden>  Thu, 16 Jun 2016 13:56:12 +0200
  • snapd (2.0.8+16.10) yakkety; urgency=medium
    
      * New upstream release: LP: #1589534
        - debian: make `snap refresh` times more random (LP: #1537793)
        - cmd: ExecInCoreSnap looks in "core" snap first, and only in
          "ubuntu-core" snap if rev>125.
        - cmd/snap: have 'snap list' display helper message on stderr
          (LP: #1587445)
        - snap: make app names more restrictive.
    
     -- Michael Vogt <email address hidden>  Wed, 08 Jun 2016 07:56:58 +0200
  • snapd (2.0.7+16.10) yakkety; urgency=medium
    
      * New upstream release: LP: #1589534
        - debian: do not ship  /etc/ld.so.conf.d/snappy.conf (LP: #1589006)
        - debian: fix snapd.refresh.service install and usage (LP: #1588977)
        - ovlerlord/state: actually support task setting themself as
          done/undone
        - snap: do not use "." import in revision_test.go, as this breaks
          gccgo-6 (fix build failure on powerpc)
        - interfaces: add fcitx and mozc input methods to unity7
        - interfaces: add global gsettings interfaces
        - interfaces: autoconnect home and doc updates (LP: #1588886)
        - integration-tests: remove
          abortSuite.TestAbortWithValidIdInDoingStatus
        - many: adding backward compatible code to upgrade SnapSetup.Flags
        - overlord/snapstate: handle sideloading over an old sideloaded snap
          without panicing
        - interfaces: add socketcall() to the network/network-bind
          interfaces (LP: #1588100)
        - overlord/snapstate,snappy: move over CanRemoveThis moves over the
          CanRemove check to snapstate itself.overlord/snapstate
        - snappy: move over CanRemove
        - overlord/snapstate,snappy: move over CopyData and Remove*Data code
    
     -- Michael Vogt <email address hidden>  Mon, 06 Jun 2016 16:35:50 +0200
  • snapd (2.0.6+16.10.2) yakkety; urgency=medium
    
      * fix build failure in an sbuild environment
      * add proper changelog this time
    
     -- Michael Vogt <email address hidden>  Thu, 02 Jun 2016 09:57:10 +0200
  • snapd (2.0.6+16.10.1) yakkety; urgency=medium
    
      * New upstream release: LP: #1588052:
        - many: repository moved to snapcore/snapd
        - debian: add transitional pkg for the github location change
        - snap: ensure `snap try` work with relative paths
        - debian: drop run/build dependency on lsb-release
        - asserts/tool: gpg key pair manager
        - many: add new snap-exec
        - many: implement `snap refresh --list` and  `snap refresh`
        - snap: add parsing support for hooks.
        - many: add the cups interface
        - interfaces: misc policy fixes (LP: #1583794)
        - many: add `snap try`
        - interfaces: allow using sysctl and scmp_sys_resolver for parsing
          kernel logs
        - debian: make snapd get its environ from /etc/environment
        - daemon,client,snap: revisions are now strings
        - interfaces: allow access to new ibus abstract socket path
          LP: #1580463
        - integration-tests: add remove tests
        - asserts: stronger crypto choices and follow better latest designs
        - snappy,daemon: hollow out more of snappy (either removing or not
          exporting stuff on its way out), snappy/gadget.go is gone
        - asserts: rename device-serial to serial
        - asserts: rename identity to account (and username access)
        - integration-tests: add changes tests
        - backend: add tests for environment wrapper generation
        - interfaces/builtin: add location-control interface
        - overlord/snapstate: move over check snap logic from snappy
        - release: use os-release instead of lsb-release for cross-distro
          use
        - asserts: allow empty snap-name for snap-declaration
        - interfaces/builtin,docs,snap: add the pulseaudio interface
        - many: add support for an environment map inside snap.yaml
        - overlord/snapstate: increase robustness of doLinkSnap/undoLinkSnap
          with sanity unit tests
        - snap: parse epoch property
        - snappy: do nothing in SetNextBoot when running on classic
        - snap: validate snap type
        - integration-tests: extend find command tests
        - asserts: extend tests to cover mandatory and empty headers
        - tests: stop the update-pot check in run-checks
        - snap: parse confinement property.
        - store: change applyUbuntuStoreHeaders to not take accept, and to
          take a channel
        - many: struct-based revisions, new representation
        - interfaces: remove 'audit deny' rules from network_control.go
        - interfaces: add  com.canonical.UrlLauncher.XdgOpen to unity7
          interface
        - interfaces: firewall-control can access xtables lock file
        - interfaces: allow unity7 AppMenu
        - interfaces: allow unity7 launcher API
        - interfaces/builtin: add location-observe interface
        - snap: fixed snap empty list text LP: #1587445
    
     -- Michael Vogt <email address hidden>  Thu, 02 Jun 2016 08:23:50 +0200
  • snapd (2.0.6+16.10) yakkety; urgency=medium
    
      * New upstream release: LP: #1588052:
        - many: repository moved to snapcore/snapd
        - debian: add transitional pkg for the github location change
        - snap: ensure `snap try` work with relative paths
        - debian: drop run/build dependency on lsb-release
        - asserts/tool: gpg key pair manager
        - many: add new snap-exec
        - many: implement `snap refresh --list` and  `snap refresh`
        - snap: add parsing support for hooks.
        - many: add the cups interface
        - interfaces: misc policy fixes (LP: #1583794)
        - many: add `snap try`
        - interfaces: allow using sysctl and scmp_sys_resolver for parsing
          kernel logs
        - debian: make snapd get its environ from /etc/environment
        - daemon,client,snap: revisions are now strings
        - interfaces: allow access to new ibus abstract socket path
          LP: #1580463
        - integration-tests: add remove tests
        - asserts: stronger crypto choices and follow better latest designs
        - snappy,daemon: hollow out more of snappy (either removing or not
          exporting stuff on its way out), snappy/gadget.go is gone
        - asserts: rename device-serial to serial
        - asserts: rename identity to account (and username access)
        - integration-tests: add changes tests
        - backend: add tests for environment wrapper generation
        - interfaces/builtin: add location-control interface
        - overlord/snapstate: move over check snap logic from snappy
        - release: use os-release instead of lsb-release for cross-distro
          use
        - asserts: allow empty snap-name for snap-declaration
        - interfaces/builtin,docs,snap: add the pulseaudio interface
        - many: add support for an environment map inside snap.yaml
        - overlord/snapstate: increase robustness of doLinkSnap/undoLinkSnap
          with sanity unit tests
        - snap: parse epoch property
        - snappy: do nothing in SetNextBoot when running on classic
        - snap: validate snap type
        - integration-tests: extend find command tests
        - asserts: extend tests to cover mandatory and empty headers
        - tests: stop the update-pot check in run-checks
        - snap: parse confinement property.
        - store: change applyUbuntuStoreHeaders to not take accept, and to
          take a channel
        - many: struct-based revisions, new representation
        - interfaces: remove 'audit deny' rules from network_control.go
        - interfaces: add  com.canonical.UrlLauncher.XdgOpen to unity7
          interface
        - interfaces: firewall-control can access xtables lock file
        - interfaces: allow unity7 AppMenu
        - interfaces: allow unity7 launcher API
        - interfaces/builtin: add location-observe interface
        - snap: fixed snap empty list text LP: #1587445
    
     -- Michael Vogt <email address hidden>  Thu, 02 Jun 2016 08:23:50 +0200
  • snapd (2.0.5+16.10) yakkety; urgency=medium
    
      * New upstream release: LP: #1583085
        - interfaces: add dbusmenu, freedesktop and kde notifications to
          unity7 (LP: #1573188)
        - daemon: make localSnapInfo return SnapState
        - cmd: make snap list with no snaps not special
        - debian: workaround for XDG_DATA_DIRS issues
        - cmd,po: fix conflicts, apply review from #1154
        - snap,store: load and store the private flag sent by the store in
          SideInfo
        - interfaces/apparmor/template.go: adjust /dev/shm to be more usable
        - store: use purchase decorator in Snap and FindSnaps
        - interfaces: first version of the networkmanager interface
        - snap, snappy: implement the new (minmimal) kernel spec
        - cmd/snap, debian: move manpage generation to depend on an environ
          key; also, fix completion
    
     -- Michael Vogt <email address hidden>  Thu, 19 May 2016 15:29:16 +0200
  • snapd (2.0.4+16.10) yakkety; urgency=medium
    
      * New upstream release:
        - interfaces: cleanup explicit denies
        - integration-tests: remove the ancient integration daemon tests
        - integration-tests: add network-bind interface test
        - integration-tests: add actual checks for undoing install
        - integration-tests: add store login test
        - snap: add certain implicit slots only on classic
        - integration-tests: add coverage flags to snapd.service ExecStart
          setting when building from branch
        - integration-tests: remove the tests for features removed in 16.04.
        - daemon, overlord/snapstate: "(de)activate" is no longer a thing
        - docs: update meta.md and security.md for current snappy
        - debian: always start snapd
        - integration-tests: add test for undoing failed install
        - overlord: handle ensureNext being in the past
        - overlord/snapstate,overlord/snapstate/backend,snappy: start
          backend porting LinkSnap and UnlinkSnap
        - debian/tests: add reboot capability to autopkgtest and execute
          snapPersistsSuite
        - daemon,snappy,progress: drop license agreement broken logic
        - daemon,client,cmd/snap: nice access denied message
          (LP: #1574829)
        - daemon: add user parameter to all commands
        - snap, store: rework purchase methods into decorators
        - many: simplify release package and add OnClassic
        - interfaces: miscellaneous policy updates
        - snappy,wrappers: move desktop files handling to wrappers
        - snappy: remove some obviously dead code
        - interfaces/builtin: quote apparmor label
        - many: remove the gadget yaml support from snappy
        - snappy,systemd,wrappers: move service units generation to wrappers
        - store: add method to determine if a snap must be bought
        - store: add methods to read purchases from the store
        - wrappers,snappy: move binary wrapper generation to new package
          wrappers
        - snap: add `snap help` command
        - integration-tests: remove framework-test data and avoid using
          config-snap for now
        - builtin/unity7.go: allow using gmenu. Closes: LP:#1576287
        - add integration test to verify fix for LP:#1571721
    
     -- Michael Vogt <email address hidden>  Fri, 13 May 2016 17:19:37 -0700
  • snapd (2.0.3+16.10) yakkety; urgency=medium
    
      * New upstream micro release:
        - integration-tests, debian/tests: add unity snap autopkg test
        - snappy: introduce first feature flag for assumes: common-data-dir
        - timeout,snap: add YAML unmarshal function for timeout.Timeout
        - many: go into state.Retry state when unmounting a snap fails.
          (LP: #1571721, #1575399)
        - daemon,client,cmd/snap: improve output after snap
          install/refresh/remove (LP: #1574830)
        - integration-tests, debian/tests: add test for home interface
        - interfaces,overlord: support unversioned data
        - interfaces/builtin: improve the bluez interface
        - cmd: don't include the unit tests when building with go test -c
          for integration tests
        - integration-tests: teach some new trick to the fake store,
          reenable the app refresh test
        - many: move with some simplifications test snap building to
          snap/snaptest
        - asserts: define type for revision related errors
        - snap/snaptest,daemon,overlord/ifacestate,overlord/snapstate: unify
          mocking snaps behind MockSnap
        - snappy: fix openSnapFile's handling of sideInfo
        - daemon: improve snap sideload form handling
        - snap: add short and long description to the man-page
          (LP: #1570280)
        - snappy: remove unused SetProperty
        - snappy: use more accurate test data
        - integration-tests: add a integration test about remove removing
          all revisions
        - overlord/snapstate: make "snap remove" remove all revisions of a
          snap (LP: #1571710)
        - integration-tests: re-enable a bunch of integration tests
        - snappy: remove unused dbus code
        - overlord/ifacestate: fix setup-profiles to use new snap revision
          for setup (LP: #1572463)
        - integration-tests: add regression test for auth bug LP:#1571491
        - client, snap: remove obsolete TypeCore which was used in the old
          SystemImage days
        - integration-tests: add apparmor test
        - cmd: don't perform type assertion when we know error to be nil
        - client: list correct snap types
        - intefaces/builtin: allow getsockname on connected x11 plugs
          (LP: #1574526)
        - daemon,overlord/snapstate: read name out of sideloaded snap early,
          improved change summary
        - overlord: keep tasks unlinked from a change hidden, prune them
        - integration-tests: snap list on fresh boot is good again
        - integration-tests: add partial term to the find test
        - integration-tests: changed default release to 16
        - integration-tests: add regression test for snaps not present after
          reboot
        - integration-tests: network interface
        - integration-tests: add proxy related environment variables to
          snapd env file
        - README.md: snappy => snap
        - etc: trivial typo fix (LP:#1569892)
        - debian: remove unneeded /var/lib/snapd/apparmor/additional
          directory (LP: #1569577)
    
     -- Michael Vogt <email address hidden>  Tue, 03 May 2016 07:51:57 +0200
  • snapd (2.0.2) xenial; urgency=medium
    
      * New upstream release:
        - systemd: add multi-user.target (LP: #1572125)
        - release: our series is 16
        - integration-tests: fix snapd binary path for mounting the daemon
          built from branch
        - overlord,snap: add firstboot state sync
    
     -- Michael Vogt <email address hidden>  Tue, 19 Apr 2016 16:02:44 +0200