github.com/hugh712/snapd@v0.0.0-20200910133618-1a99902bd583/packaging/debian-sid/changelog (about)

     1  snapd (2.46.1-1) unstable; urgency=medium
     2  
     3    * New upstream release, LP: #1891134
     4      - interfaces: allow snap-update-ns to read
     5        /proc/cmdline
     6      - github: run macOS job with Go 1.14
     7      - o/snapstate, features: add feature flag for disk space check on
     8        remove
     9      - tests: account for apt-get on core18
    10      - mkversion.sh: include dirty in version if the tree
    11        is dirty
    12      - interfaces/systemd: compare dereferenced Service
    13      - vendor.json: update mysterious secboot SHA again
    14  
    15   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 04 Sep 2020 17:42:54 +0200
    16  
    17  snapd (2.46-1) unstable; urgency=medium
    18  
    19    * New upstream release, LP: #1891134
    20      - logger: add support for setting snapd.debug=1 on kernel cmdline
    21      - o/snapstate: check disk space before creating automatic snapshot
    22        on remove
    23      - boot, o/devicestate: observe existing recovery bootloader trusted
    24        boot assets
    25      - many: use transient scope for tracking apps and hooks
    26      - features: add HiddenSnapFolder feature flag
    27      - tests/lib/nested.sh: fix partition typo, unmount the image on uc20
    28        too
    29      - runinhibit: open the lock file in read-only mode in IsLocked
    30      - cmd/s-b/initramfs-mounts: make recover -> run mode transition
    31        automatic
    32      - tests: update spread test for unknown plug/slot with snapctl is-
    33        connected
    34      - osutil: add OpenExistingLockForReading
    35      - kernel: add kernel.Validate()
    36      - interfaces: add vcio interface
    37      - interfaces/{docker,kubernetes}-support: load overlay and support
    38        systemd cgroup driver
    39      - tests/lib/nested.sh: use more robust code for finding what loop
    40        dev we mounted
    41      - cmd/snap-update-ns: detach all bind-mounted file
    42      - snap/snapenv: set SNAP_REAL_HOME
    43      - packaging: umount /snap on purge in containers
    44      - interfaces: misc policy updates xlvi
    45      - secboot,cmd/snap-bootstrap: cross-check partitions before
    46        unlocking, mounting
    47      - boot: copy boot assets cache to new root
    48      - gadget,kernel: add new kernel.{Info,Asset} struct and helpers
    49      - o/hookstate/ctlcmd: make is-connected check whether the plug or
    50        slot exists
    51      - tests: find -ignore_readdir_race when scanning cgroups
    52      - interfaces/many: deny arbitrary desktop files and misc from
    53        /usr/share
    54      - tests: use "set -ex" in prep-snapd-in-lxd.sh
    55      - tests: re-enable udisks test on debian-sid
    56      - cmd/snapd-generator: use PATH fallback if PATH is not set
    57      - tests: disable udisks2 test on arch linux
    58      - github: use latest/stable go, not latest/edge
    59      - tests: remove support for ubuntu 19.10 from spread tests
    60      - tests: fix lxd test wrongly tracking 'latest'
    61      - secboot: document exported functions
    62      - cmd: compile snap gdbserver shim correctly
    63      - many: correctly calculate the desktop file prefix everywhere
    64      - interfaces: add kernel-crypto-api interface
    65      - corecfg: add "system.timezone" setting to the system settings
    66      - cmd/snapd-generator: generate drop-in to use fuse in container
    67      - cmd/snap-bootstrap/initramfs-mounts: tweak names, add comments
    68        from previous PR
    69      - interfaces/many: miscellaneous updates for strict microk8s
    70      - secboot,cmd/snap-bootstrap: don't import boot package from secboot
    71      - cmd/snap-bootstrap/initramfs-mounts: call systemd-mount instead of
    72        the-tool
    73      - tests: work around broken update of systemd-networkd
    74      - tests/main/install-fontconfig-cache-gen: enhance test by
    75        verifying, add fonts to test
    76      - o/devicestate: wrap asset update observer error
    77      - boot: refactor such that bootStateUpdate20 mainly carries Modeenv
    78      - mkversion.sh: disallow changelog versions that have git in it, if
    79        we also have git version
    80      - interfaces/many: miscellaneous updates for strict microk8s
    81      - snap: fix repeated "cannot list recovery system" and add test
    82      - boot: track trusted assets during initial install, assets cache
    83      - vendor: update secboot to fix key data validation
    84      - tests: unmount FUSE file-systems from XDG runtime dir
    85      - overlord/devicestate: workaround non-nil interface with nil struct
    86      - sandbox/cgroup: remove temporary workaround for multiple cgroup
    87        writers
    88      - sandbox/cgroup: detect dangling v2 cgroup
    89      - bootloader: add helper for creating a bootloader based on gadget
    90      - tests: support different images on nested execution
    91      - many: reorg cmd/snapinfo.go into snap and new client/clientutil
    92      - packaging/arch: use external linker when building statically
    93      - tests: cope with ghost cgroupv2
    94      - tests: fix issues related to restarting systemd-logind.service
    95      - boot, o/devicestate: TrustedAssetUpdateObserver stubs, hook up to
    96        gadget updates
    97      - vendor: update github.com/kr/pretty to fix diffs of values with
    98        pointer cycles
    99      - boot: move bootloaderKernelState20 impls to separate file
   100      - .github/workflows: move snap building to test.yaml as separate
   101        cached job
   102      - tests/nested/manual/minimal-smoke: run core smoke tests in a VM
   103        meeting minimal requirements
   104      - osutil: add CommitAs to atomic file
   105      - gadget: introduce content update observer
   106      - bootloader: introduce TrustedAssetsBootloader, implement for grub
   107      - o/snapshotstate: helpers for calculating disk space needed for an
   108        automatic snapshot
   109      - gadget/install: retrieve command lines from bootloader
   110      - boot/bootstate20: unify commit method impls, rm
   111        bootState20MarkSuccessful
   112      - tests: add system information and image information when debug
   113        info is displayed
   114      - tests/main/cgroup-tracking: try to collect some information about
   115        cgroups
   116      - boot: introduce current_boot_assets and
   117        current_recovery_boot_assets to modeenv
   118      - tests: fix for timing issues on journal-state test
   119      - many: remove usage and creation of hijacked pid cgroup
   120      - tests: port regression-home-snap-root-owned to tests.session
   121      - tests: run as hightest via tests.session
   122      - github: run CLA checks on self-hosted workers
   123      - github: remove Ubuntu 19.10 from actions workflow
   124      - tests: remove End-Of-Life opensuse/fedora releases
   125      - tests: remove End-Of-Life releases from spread.yaml
   126      - tests: fix debug section of appstream-id test
   127      - interfaces: check !b.preseed earlier
   128      - tests: work around bug in systemd/debian
   129      - boot: add deepEqual, Copy helpers for Modeenv to simplify
   130        bootstate20 refactor
   131      - cmd: add new "snap recovery" command
   132      - interfaces/systemd: use emulation mode when preseeding
   133      - interfaces/kmod: don't load kernel modules in kmod backend when
   134        preseeding
   135      - interfaces/udev: do not reload udevadm rules when preseeding
   136      - cmd/snap-preseed: use snapd from the deb if newer than from seeds
   137      - boot: fancy marshaller for modeenv values
   138      - gadget, osutil: use atomic file copy, adjust tests
   139      - overlord: use new tracking cgroup for refresh app awareness
   140      - github: do not skip gofmt with Go 1.9/1.10
   141      - many: introduce content write observer, install mode glue, initial
   142        seal stubs
   143      - daemon,many: switch to use client.ErrorKind and drop the local
   144        errorKind...
   145      - tests: new parameters for nested execution
   146      - client: move all error kinds into errors.go and add doc strings
   147      - cmd/snap: display the error in snap debug seeding if seeding is in
   148        error
   149      - cmd/snap/debug/seeding: use unicode for proper yaml
   150      - tests/cmd/snap-bootstrap/initramfs-mounts: add test case for empty
   151        recovery_mode
   152      - osutil/disks: add mock disk and tests for happy path of mock disks
   153      - tests: refresh/revert snapd in uc20
   154      - osutil/disks: use a dedicated error to indicate a fs label wasn't
   155        found
   156      - interfaces/system-key: in WriteSystemKey during tests, don't call
   157        ParserFeatures
   158      - boot: add current recovery systems to modeenv
   159      - bootloader: extend managed assets bootloader interface to compose
   160        a candidate command line
   161      - interfaces: make the unmarshal test match more the comment
   162      - daemon/api: use pointers to time.Time for debug seeding aspect
   163      - o/ifacestate: update security profiles in connect undo handler
   164      - interfaces: add uinput interface
   165      - cmd/snap-bootstrap/initramfs-mounts: add doSystemdMount + unit
   166        tests
   167      - o/devicestate: save seeding/preseeding times for use with debug
   168        seeding api
   169      - cmd/snap/debug: add "snap debug seeding" command for preseeding
   170        debugging
   171      - tests/main/selinux-clean: workaround SELinux denials triggered by
   172        linger setup on Centos8
   173      - bootloader: compose command line with mode and extra arguments
   174      - cmd/snap, daemon: detect and bail purge on multi-snap
   175      - o/ifacestate: fix bug in snapsWithSecurityProfiles
   176      - interfaces/builtin/multipass: replace U+00A0 no-break space with
   177        simple space
   178      - bootloader/assets: generate bootloader assets from files
   179      - many/tests/preseed: reset the preseeded images before preseeding
   180        them
   181      - tests: drop accidental accents from e
   182      - secboot: improve key sealing tests
   183      - tests: replace _wait_for_file_change with retry
   184      - tests: new fs-state which replaces the files.sh helper
   185      - sysconfig/cloudinit_test.go: add test for initramfs case, rm "/"
   186        from path
   187      - cmd/snap: track started apps and hooks
   188      - tests/main/interfaces-pulseaudio: disable start limit checking for
   189        pulseaudio service
   190      - api: seeding debug api
   191      - .github/workflows/snap-build.yaml: build the snapd snap via GH
   192        Actions too
   193      - tests: moving journalctl.sh to a new journal-state tool
   194      - tests/nested/manual: add spread tests for cloud-init vuln
   195      - bootloader/assets: helpers for registering per-edition snippets,
   196        register snippets for grub
   197      - data,packaging,wrappers: extend D-Bus service activation search
   198        path
   199      - spread: add opensuse 15.2 and tumbleweed for qemu
   200      - overlord,o/devicestate: restrict cloud-init on Ubuntu Core
   201      - sysconfig/cloudinit: add RestrictCloudInit
   202      - cmd/snap-preseed: check that target path exists and is a directory
   203        on --reset
   204      - tests: check for pids correctly
   205      - gadget,gadget/install: refactor partition table update
   206      - sysconfig/cloudinit: add CloudInitStatus func + CloudInitState
   207        type
   208      - interface/fwupd: add more policies for making fwupd upstream
   209        strict
   210      - tests: new to-one-line tool which replaces the strings.sh helper
   211      - interfaces: new helpers to get and compare system key, for use
   212        with seeding debug api
   213      - osutil, many: add helper for checking whether the process is a go
   214        test binary
   215      - cmd/snap-seccomp/syscalls: add faccessat2
   216      - tests: adjust xdg-open after launcher changes
   217      - tests: new core config helper
   218      - usersession/userd: do not modify XDG_DATA_DIRS when calling xdg-
   219        open
   220      - cmd/snap-preseed: handle relative chroot path
   221      - snapshotstate: move sizer to osutil.Sizer()
   222      - tests/cmd/snap-bootstrap/initramfs-mounts: rm duplicated env ref
   223        kernel tests
   224      - gadget/install,secboot: use snapcore/secboot luks2 api
   225      - boot/initramfs_test.go: add Commentf to more Assert()'s
   226      - tests/lib: account for changes in arch package file name extension
   227      - bootloader/bootloadertest: fix comment typo
   228      - bootloader: add helper for getting recovery system environment
   229        variables
   230      - tests: preinstall shellcheck and run tests on focal
   231      - strutil: add a helper for parsing kernel command line
   232      - osutil: add CheckFreeSpace helper
   233      - secboot: update tpm connection error handling
   234      - packaging, cmd/snap-mgmt, tests: remove modules files on purge
   235      - tests: add tests.cleanup helper
   236      - packaging: add "ca-certificates" to build-depends
   237      - tests: more checks in core20 early config spread test
   238      - tests: fix some snapstate tests to use pointers for
   239        snapmgrTestSuite
   240      - boot: better naming of helpers for obtaining kernel command line
   241      - many: use more specific check for unit test mocking
   242      - systemd/escape: fix issues with "" and "\t" handling
   243      - asserts: small improvements and corrections for sequence-forming
   244        assertions' support
   245      - boot, bootloader: query kernel command line of run mod and
   246        recovery mode systems
   247      - snap/validate.go: disallow snap layouts with new top-level
   248        directories
   249      - tests: allow to add a new label to run nested tests as part of PR
   250        validation
   251      - tests/core/gadget-update-pc: port to UC20
   252      - tests: improve nested tests flexibility
   253      - asserts: integer headers: disallow prefix zeros and make parsing
   254        more uniform
   255      - asserts: implement Database.FindSequence
   256      - asserts: introduce SequenceMemberAfter in the asserts backstores
   257      - spread.yaml: remove tests/lib/tools from PATH
   258      - overlord: refuse to install snaps whose activatable D-Bus services
   259        conflict with installed snaps
   260      - tests: shorten lxd-state undo-mount-changes
   261      - snap-confine: don't die if a device from sysfs path cannot be
   262        found by udev
   263      - tests: fix argument handling of apt-state
   264      - tests: rename lxd-tool to lxd-state
   265      - tests: rename user-tool to user-state, fix --help
   266      - interfaces: add gconf interface
   267      - sandbox/cgroup: avoid parsing security tags twice
   268      - tests: rename version-tool to version-compare
   269      - cmd/snap-update-ns: handle anomalies better
   270      - tests: fix call to apt.Package.mark_install(auto_inst=True)
   271      - tests: rename mountinfo-tool to mountinfo.query
   272      - tests: rename memory-tool to memory-observe-do
   273      - tests: rename invariant-tool to tests.invariant
   274      - tests: rename apt-tool to apt-state
   275      - many: managed boot config during run mode setup
   276      - asserts: introduce the concept of sequence-forming assertion types
   277      - tests: tweak comments/output in uc20-recovery test
   278      - tests/lib/pkgdb: do not use quiet when purging debs
   279      - interfaces/apparmor: allow snap-specific /run/lock
   280      - interfaces: add system-source-code for access to /usr/src
   281      - sandbox/cgroup: extend SnapNameFromPid with tracking cgroup data
   282      - gadget/install: move udev trigger to gadget/install
   283      - many: make nested spread tests more reliable
   284      - tests/core/uc20-recovery: apply hack to get gopath in recover mode
   285        w/ external backend
   286      - tests: enable tests on uc20 which now work with the real model
   287        assertion
   288      - tests: enable system-snap-refresh test on uc20
   289      - gadget, bootloader: preserve managed boot assets during gadget
   290        updates
   291      - tests: fix leaked dbus-daemon in selinux-clean
   292      - tests: add servicestate.Control tests
   293      - tests: fix "restart.service"
   294      - wrappers: helper for enabling services - extract and move enabling
   295        of services into a helper
   296      - tests: new test to validate refresh and revert of kernel and
   297        gadget on uc20
   298      - tests/lib/prepare-restore: collect debug info when prepare purge
   299        fails
   300      - bootloader: allow managed bootloader to update its boot config
   301      - tests: Remove unity test from nightly test suite
   302      - o/devicestate: set mark-seeded to done in the task itself
   303      - tests: add spread test for disconnect undo caused by failing
   304        disconnect hook
   305      - sandbox/cgroup: allow discovering PIDs of given snap
   306      - osutil/disks: support IsDecryptedDevice for mountpoints which are
   307        dm devices
   308      - osutil: detect autofs mounted in /home
   309      - spread.yaml: allow amazon-linux-2-64 qemu with
   310        ec2-user/ec2-user
   311      - usersession: support additional zoom URL schemes
   312      - overlord: mock timings.DurationThreshold in TestNewWithGoodState
   313      - sandbox/cgroup: add tracking helpers
   314      - tests: detect stray dbus-daemon
   315      - overlord: refuse to install snaps providing user daemons on Ubuntu
   316        14.04
   317      - many: move encryption and installer from snap-boostrap to gadget
   318      - o/ifacestate: fix connect undo handler
   319      - interfaces: optimize rules of multiple connected iio/i2c/spi plugs
   320      - bootloader: introduce managed bootloader, implement for grub
   321      - tests: fix incorrect check in smoke/remove test
   322      - asserts,seed: split handling of essential/not essential model
   323        snaps
   324      - gadget: fix typo in mounted filesystem updater
   325      - gadget: do only one mount point lookup in mounted fs updater
   326      - tests/core/snap-auto-mount: try to make the test more robust
   327      - tests: adding ubuntu-20.04 to google-sru backend
   328      - o/servicestate: add updateSnapstateServices helper
   329      - bootloader: pull recovery grub config from internal assets
   330      - tests/lib/tools: apply linger workaround when needed
   331      - overlord/snapstate: graceful handling of denied "managed" refresh
   332        schedule
   333      - snapstate: fix autorefresh from classic->strict
   334      - overlord/configstate: add system.kernel.printk.console-loglevel
   335        option
   336      - tests: fix assertion disk handling for nested UC systems
   337      - snapstate: use testutil.HostScaledTimeout() in snapstate tests
   338      - tests: extra worker for google-nested backend to avoid timeout
   339        error on uc20
   340      - snapdtool: helper to check whether the current binary is reexeced
   341        from a snap
   342      - tests: mock servicestate in api tests to avoid systemctl checks
   343      - many: rename back snap.Info.GetType to Type
   344      - tests/lib/cla_check: expect explicit commit range
   345      - osutil/disks: refactor diskFromMountPointImpl a bit
   346      - o/snapstate: service-control task handler
   347      - osutil: add disks pkg for associating mountpoints with
   348        disks/partitions
   349      - gadget,cmd/snap-bootstrap: move partitioning to gadget
   350      - seed: fix LoadEssentialMeta when gadget is not loaded
   351      - cmd/snap: Debian does not allow $SNAP_MOUNT_DIR/bin in sudo
   352        secure_path
   353      - asserts: introduce new assertion validation-set
   354      - asserts,daemon: add support for "serials" field in system-user
   355        assertion
   356      - data/sudo: drop a failed sudo secure_path workaround
   357      - gadget: mv encodeLabel to osutil/disks.EncodeHexBlkIDFormat
   358      - boot, snap-bootstrap: move initramfs-mounts logic to boot pkg
   359      - spread.yaml: update secure boot attribute name
   360      - interfaces/block_devices: add NVMe subsystem devices, support
   361        multipath paths
   362      - tests: use the "jq" snap from the edge channel
   363      - tests: simplify the tpm test by removing the test-snapd-mokutil
   364        snap
   365      - boot/bootstate16.go: clean snap_try_* vars when not in Trying
   366        status too
   367      - tests/main/sudo-env: check snap path under sudo
   368      - tests/main/lxd: add test for snaps inside nested lxd containers
   369        not working
   370      - asserts/internal: expand errors about invalid serialized grouping
   371        labels
   372      - usersession/userd: add msteams url support
   373      - tests/lib/prepare.sh: adjust comment about sgdisk
   374      - tests: fix how gadget pc is detected when the snap does not exist
   375        and ls fails
   376      - tests: move a few more tests to snapstate_update_test.go
   377      - tests/main: add spread test for running svc from install hook
   378      - tests/lib/prepare: increase the size of the uc16/uc18 partitions
   379      - tests/special-home-can-run-classic-snaps: re-enable
   380      - workflow: test PR title as part of the static checks again
   381      - tests/main/xdg-open-compat: backup and restore original xdg-open
   382      - tests: move update-related tests to snapstate_update_test.go
   383      - cmd,many: move Version and bits related to snapd tools to
   384        snapdtool, merge cmdutil
   385      - tests/prepare-restore.sh: reset-failed systemd-journald before
   386        restarting
   387      - interfaces: misc small interface updates
   388      - spread: use find rather than recursive ls, skip mounted snaps
   389      - tests/lib/prepare-restore.sh: if we failed to purge snapd deb, ls
   390        /var/lib/snapd
   391      - tests: enable snap-auto-mount test on core20
   392      - cmd/snap: do not show $PATH warning when executing under sudo on a
   393        known distro
   394      - asserts/internal: add some iteration benchmarks
   395      - sandbox/cgroup: improve pid parsing code
   396      - snap: add new `snap run --experimental-gdbserver` option
   397      - asserts/internal: limit Grouping size switching to a bitset
   398        representationWe don't always use the bit-set representation
   399        because:
   400      - snap: add an activates-on property to apps for D-Bus activation
   401      - dirs: delete unused Cloud var, fix typo
   402      - sysconfig/cloudinit: make callers of DisableCloudInit use
   403        WritableDefaultsDir
   404      - tests: fix classic ubuntu core transition auth
   405      - tests: fail in setup_reflash_magic() if there is snapd state left
   406      - tests: port interfaces-many-core-provided to tests.session
   407      - tests: wait after creating partitions with sfdisk
   408      - bootloader: introduce bootloarder assets, import grub.cfg with an
   409        edition marker
   410      - riscv64: bump timeouts
   411      - gadget: drop dead code, hide exports that are not used externally
   412      - tests: port 2 uc20 part1
   413      - tests: fix bug waiting for snap command to be ready
   414      - tests: move try-related tests to snapstate_try_test.go
   415      - tests: add debug for 20.04 prepare failure
   416      - travis.yml: removed, all our checks run in GH actions now
   417      - tests: clean up up the use of configcoreSuite in the configcore
   418        tests
   419      - sandbox/cgroup: remove redundant pathOfProcPidCgroup
   420      - sandbox/cgroup: add tests for ParsePids
   421      - tests: fix the basic20 test for uc20 on external backend
   422      - tests: use configcoreSuite in journalSuite and remove some
   423        duplicated code
   424      - tests: move a few more tests to snapstate_install_test
   425      - tests: assorted small patches
   426      - dbusutil/dbustest: separate license from package
   427      - interfaces/builtin/time-control: allow POSIX clock API
   428      - usersession/userd: add "slack" to the white list of URL schemes
   429        handled by xdg-open
   430      - tests: check that host settings like hostname are settable on core
   431      - tests: port xdg-settings test to tests.session
   432      - tests: port snap-handle-link test to tests.session
   433      - arch: add riscv64
   434      - tests: core20 early defaults spread test
   435      - tests: move install tests from snapstate_test.go to
   436        snapstate_install_test.go
   437      - github: port macOS sanity checks from travis
   438      - data/selinux: allow checking /var/cache/app-info
   439      - o/devicestate: core20 early config from gadget defaults
   440      - tests: autoremove after removing lxd in preseed-lxd test
   441      - secboot,cmd/snap-bootstrap: add tpm sealing support to secboot
   442      - sandbox/cgroup: move FreezerCgroupDir from dirs.go
   443      - tests: update the file used to detect the boot path on uc20
   444      - spread.yaml: show /var/lib/snapd in debug
   445      - cmd/snap-bootstrap/initramfs-mounts: also copy systemd clock +
   446        netplan files
   447      - snap/naming: add helpers to parse app and hook security tags
   448      - tests: modernize retry tool
   449      - tests: fix and trim debug section in xdg-open-portal
   450      - tests: modernize and use snapd.tool
   451      - vendor: update to latest github.com/snapcore/bolt for riscv64
   452      - cmd/snap-confine: add support for libc6-lse
   453      - interfaces: miscellaneous policy updates xlv
   454      - interfaces/system-packages-doc: fix typo in variable names
   455      - tests: port interfaces-calendar-service to tests.session
   456      - tests: install/run the lzo test snap too
   457      - snap: (small) refactor of `snap download` code for
   458        testing/extending
   459      - data: fix shellcheck warnings in snapd.sh.in
   460      - packaging: disable buildmode=pie for riscv64
   461      - tests: install test-snapd-rsync snap from edge channel
   462      - tests: modernize tests.session and port everything using it
   463      - tests: add ubuntu 20.10 to spread tests
   464      - cmd/snap/remove: mention snap restore/automatic snapshots
   465      - dbusutil: move all D-Bus helpers and D-Bus test helpers
   466      - wrappers: pass 'disable' flag to StopServices wrapper
   467      - osutil: enable riscv64 build
   468      - snap/naming: add ParseSecurityTag and friends
   469      - tests: port document-portal-activation to session-tool
   470      - bootloader: rename test helpers to reflect we are mocking EFI boot
   471        locations
   472      - tests: disable test of nfs v3 with udp proto on debian-sid
   473      - tests: plan to improve the naming and uniformity of utilities
   474      - tests: move *-tool tests to their own suite
   475      - snap-bootstrap: remove sealed key file on reinstall
   476      - bootloader/ubootenv: don't panic with an empty uboot env
   477      - systemd: rename actualFsTypeAndMountOptions to
   478        hostFsTypeAndMountOptions
   479      - daemon: fix filtering of service-control changes for snap.app
   480      - tests: spread test for preseeding in lxd container
   481      - tests: fix broken snapd.session agent.socket
   482      - wrappers: add RestartServices function and ReloadOrRestart to
   483        systemd
   484      - o/cmdstate: handle ignore flag on exec-command tasks
   485      - gadget: make ext4 filesystems with or without metadata checksum
   486      - tests: update statx test to run on all LTS releases
   487      - configcore: show better error when disabling services
   488      - interfaces: add hugepages-control
   489      - interfaces-ssh-keys: Support reading /etc/ssh/ssh_config.d/
   490      - tests: run ubuntu-20.04-* tests on all ubuntu-2* releases
   491      - tests: skip interfaces-openvswitch for centos 8 in nightly suite
   492      - tests: reload systemd --user for root, if present
   493      - tests: reload systemd after editing /etc/fstab
   494      - tests: add missing dependencies needed for sbuild test on debian
   495      - tests: reload systemd after removing pulseaudio
   496      - image, tests: core18 early config.
   497      - interfaces: add system-packages-doc interface
   498      - cmd/snap-preseed, systemd: fix handling of fuse.squashfuse when
   499        preseeding
   500      - interfaces/fwupd: allow bind mount to /boot on core
   501      - tests: improve oom-vitality tests
   502      - tests: add fedora 32 to spread.yaml
   503      - config: apply vitality-hint immediately when the config changes
   504      - tests: port snap-routine-portal-info to session-tool
   505      - configcore: add "service.console-conf.disable" config option
   506      - tests: port xdg-open to session-tool
   507      - tests: port xdg-open-compat to session-tool
   508      - tests: port interfaces-desktop-* to session-tool
   509      - spread.yaml: apply yaml formatter/linter
   510      - tests: port interfaces-wayland to session-tool
   511      - o/devicestate: refactor current system handling
   512      - snap-mgmt: perform cleanup of user services
   513      - snap/snapfile,squashfs: followups from 8729
   514      - boot, many: require mode in modeenv
   515      - data/selinux: update policy to allow forked processes to call
   516        getpw*()
   517      - tests: log stderr from dbus-monitor
   518      - packaging: build cmd/snap and cmd/snap-bootstrap with nomanagers
   519        tag
   520      - snap/squashfs: also symlink snap Install with uc20 seed snap dir
   521        layout
   522      - interfaces/builtin/desktop: do not mount fonts cache on distros
   523        with quirks
   524      - data/selinux: allow snapd to remove/create the its socket
   525      - testutil/exec.go: set PATH after running shellcheck
   526      - tests: silence stderr from dbus-monitor
   527      - snap,many: mv Open to snapfile pkg to support add'l options to
   528        Container methods
   529      - devicestate, sysconfig: revert support for cloud.cfg.d/ in the
   530        gadget
   531      - github: remove workaround for bug 133 in actions/cache
   532      - tests: remove dbus.sh
   533      - cmd/snap-preseed: improve mountpoint checks of the preseeded
   534        chroot
   535      - spread.yaml: add ps aux to debug section
   536      - github: run all spread systems in a single go with cached results
   537      - test: session-tool cli tweaks
   538      - asserts: rest of the Pool API
   539      - tests: port interfaces-network-status-classic to session-tool
   540      - packaging: remove obsolete 16.10,17.04 symlinks
   541      - tests: setup portals before starting user session
   542      - o/devicestate: typo fix
   543      - interfaces/serial-port: add NXP SC16IS7xx (ttySCX) to allowed
   544        devices
   545      - cmd/snap/model: support store, system-user-authority keys in
   546        --verbose
   547      - o/devicestate: raise conflict when requesting system action while
   548        seeding
   549      - tests: detect signs of crashed snap-confine
   550      - tests: sign kernel and gadget to run nested tests using current
   551        snapd code
   552      - tests: remove gnome-online-accounts we install
   553      - tests: fix the issue where all the tests were executed on secboot
   554        system
   555      - tests: port interfaces-accounts-service to session-tool
   556      - interfaces/network-control: bring /var/lib/dhcp from host
   557      - image,cmd/snap,tests: add support for store-wide cohort keys
   558      - configcore: add nomanagers buildtag for conditional build
   559      - tests: port interfaces-password-manager-service to session-tool
   560      - o/devicestate: cleanup system actions supported by recover mode
   561      - snap-bootstrap: remove create-partitions and update tests
   562      - tests: fix nested tests
   563      - packaging/arch: update PKGBUILD to match one in AUR
   564      - tests: port interfaces-location-control to session-tool
   565      - tests: port interfaces-contacts-service to session-tool
   566      - state: log task errors in the journal too
   567      - o/devicestate: change how current system is reported for different
   568        modes
   569      - devicestate: do not report "ErrNoState" for seeded up
   570      - tests: add a note about broken test sequence
   571      - tests: port interfaces-autopilot-introspection to session-tool
   572      - tests: port interfaces-dbus to session-tool
   573      - packaging: update sid packaging to match 16.04+
   574      - tests: enable degraded test on uc20
   575      - c/snaplock/runinhibit: add run inhibition operations
   576      - tests: detect and report root-owned files in /home
   577      - tests: reload root's systemd --user after snapd tests
   578      - tests: test registration with serial-authority: [generic]
   579      - cmd/snap-bootstrap/initramfs-mounts: copy auth.json and macaroon-
   580        key in recover
   581      - tests/mount-ns: stop binfmt_misc mount unit
   582      - cmd/snap-bootstrap/initramfs-mounts: use booted kernel partition
   583        uuid if available
   584      - daemon, tests: indicate system mode, test switching to recovery
   585        and back to run
   586      - interfaces/desktop: silence more /var/lib/snapd/desktop/icons
   587        denials
   588      - tests/mount-ns: update to reflect new UEFI boot mode
   589      - usersession,tests: clean ups for userd/settings.go and move
   590        xdgopenproxy under usersession
   591      - tests: disable mount-ns test
   592      - tests: test user belongs to systemd-journald, on core20
   593      - tests: run core/snap-set-core-config on uc20 too
   594      - tests: remove generated session-agent units
   595      - sysconfig: use new _writable_defaults dir to create cloud config
   596      - cmd/snap-bootstrap/initramfs-mounts: cosmetic changes in prep for
   597        future work
   598      - asserts: make clearer that with label we mean a serialized label
   599      - cmd/snap-bootstrap: tweak recovery trigger log messages
   600      - asserts: introduce PoolTo 
   601      - userd: allow setting default-url-scheme-handler
   602      - secboot: append uuid to ubuntu-data when decrypting
   603      - o/configcore: pass extra options to FileSystemOnlyApply
   604      - tests: add dbus-user-session to bionic and reorder package names
   605      - boot, bootloader: adjust comments, expand tests
   606      - tests: improve debugging of user session agent tests
   607      - packaging: add the inhibit directory
   608      - many: add core.resiliance.vitality-hint config setting
   609      - tests: test adjustments and fixes for recently published images
   610      - cmd/snap: coldplug auto-import assertions from all removable
   611        devices
   612      - secboot,cmd/snap-bootstrap: move initramfs-mounts tpm access to
   613        secboot
   614      - tests: not fail when boot dir cannot be determined
   615      - tests: new directory used to store the cloud images on gce
   616      - tests: inject snapd from edge into seeds of the image in manual
   617        preseed test
   618      - usersession/agent,wrappers: fix races between Shutdown and Serve
   619      - tests: add dependency needed for next upgrade of bionic
   620      - tests: new test user is used for external backend
   621      - cmd/snap: fix the order of positional parameters in help output
   622      - tests: don't create root-owned things in ~test
   623      - tests/lib/prepare.sh: delete patching of the initrd
   624      - cmd/snap-bootstrap/initramfs-mounts: add sudoers to dirs to copy
   625        as well
   626      - progress: tweak multibyte label unit test data
   627      - o/devicestate,cmd/snap-bootstrap: seal to recover mode cmdline
   628      - gadget: fix fallback device lookup for 'mbr' type structures
   629      - configcore: only reload journald if systemd is new enough
   630      - cmd/snap-boostrap, boot: use /run/mnt/data instead of ubuntu-data
   631      - wrappers: allow user mode systemd daemons
   632      - progress: fix progress bar with multibyte duration units
   633      - tests: fix raciness in pulseaudio test
   634      - asserts/internal: introduce Grouping and Groupings
   635      - tests: remove user.sh
   636      - tests: pair of follow-ups from earlier reviews
   637      - overlord/snapstate: warn of refresh/postpone events
   638      - configcore,tests: use daemon-reexec to apply watchdog config
   639      - c/snap-bootstrap: check mount states via initramfsMountStates
   640      - store: implement DownloadAssertions
   641      - tests: run smoke test with different bases
   642      - tests: port user-mounts test to session-tool
   643      - store: handle error-list in fetch-assertions results
   644      - tests: port interfaces-audio-playback-record to session-tool
   645      - data/completion: add `snap` command completion for zsh
   646      - tests/degraded: ignore failure in systemd-vconsole-setup.service
   647      - image: stub implementation of image.Prepare for darwin
   648      - tests: session-tool --restore -u stops user-$UID.slice
   649      - o/ifacestate/handlers.go: fix typo
   650      - tests: port pulseaudio test to session-tool
   651      - tests: port user-session-env to session-tool
   652      - tests: work around journald bug in core16
   653      - tests: add debug to core-persistent-journal test
   654      - tests: port selinux-clean to session-tool
   655      - tests: port portals test to session-tool, fix portal tests on sid
   656      - tests: adding option --no-install-recommends option also when
   657        install all the deps
   658      - tests: add session-tool --has-systemd-and-dbus
   659      - packaging/debian-sid: add gcc-multilib to build deps
   660      - osutil: expand FileLock to support shared locks and more
   661      - packaging: stop depending on python-docutils
   662      - store,asserts,many: support the new action fetch-assertions
   663      - tests: port snap-session-agent-* to session-tool
   664      - packaging/fedora: disable FIPS compliant crypto for static
   665        binaries
   666      - tests: fix for preseeding failures
   667  
   668   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 25 Aug 2020 17:26:21 +0200
   669  
   670  snapd (2.45.3.1-1) unstable; urgency=medium
   671  
   672    * New upstream release, LP: #1875071
   673      - o/ifacestate: fix bug in snapsWithSecurityProfiles
   674      - tests/main/selinux-clean: workaround SELinux denials triggered by
   675        linger setup on Centos8
   676  
   677   -- Samuele Pedroni <pedronis@lucediurna.net>  Tue, 28 Jul 2020 21:43:38 +0200
   678  
   679  snapd (2.45.3-1) unstable; urgency=medium
   680  
   681    * New upstream release, LP: #1875071
   682      - many: backport _writable_defaults dir changes
   683      - tests: fix incorrect check in smoke/remove test
   684      - cmd/snap-bootstrap,seed: backport of uc20 PRs
   685      - tests: avoid exit when nested type var is not defined
   686      - cmd/snap-preseed: backport fixes
   687      - interfaces: optimize rules of multiple connected iio/i2c/spi plugs
   688      - many: cherry-picks for 2.45, gh-action, test fixes
   689      - tests/lib: account for changes in arch package file name extension
   690      - postrm, snap-mgmt: cleanup modules and other cherry-picks
   691      - snap-confine: don't die if a device from sysfs path cannot be
   692        found by udev
   693      - data/selinux: update policy to allow forked processes to call
   694        getpw*()
   695      - tests/main/interfaces-time-control: exercise setting time via date
   696      - interfaces/builtin/time-control: allow POSIX clock API
   697      - usersession/userd: add "slack" to the white list of URL schemes
   698        handled by xdg-open
   699  
   700   -- Zygmunt Krynicki <me@zygoon.pl>  Mon, 27 Jul 2020 12:01:14 +0200
   701  
   702  snapd (2.45.2-1) unstable; urgency=high
   703  
   704    * SECURITY UPDATE: sandbox escape vulnerability on snapctl xdg-open
   705      implementation
   706      - usersession/userd/launcher.go: remove XDG_DATA_DIRS environment
   707        variable modification when calling the system xdg-open. Patch
   708        thanks to James Henstridge
   709      - packaging/ubuntu-16.04/snapd.postinst: ensure "snap userd" is
   710        restarted. Patch thanks to Michael Vogt
   711      - CVE-2020-11934
   712    * SECURITY UPDATE: arbitrary code execution vulnerability on core
   713      devices with access to physical removable media
   714      - devicestate: Disable/restrict cloud-init after seeding.
   715      - CVE-2020-11933
   716  
   717   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 10 Jul 2020 20:06:29 +0200
   718  
   719  snapd (2.45.1-1) unstable; urgency=medium
   720  
   721    * New upstream release, LP: #1875071
   722      - data/selinux: allow checking /var/cache/app-info
   723      - cmd/snap-confine: add support for libc6-lse
   724      - interfaces: miscellaneous policy updates xlv
   725      - snap-bootstrap: remove sealed key file on reinstall
   726      - interfaces-ssh-keys: Support reading /etc/ssh/ssh_config.d/
   727      - gadget: make ext4 filesystems with or without metadata checksum
   728      - interfaces/fwupd: allow bind mount to /boot on core
   729      - tests: cherry-pick test fixes from master
   730      - snap/squashfs: also symlink snap Install with uc20 seed snap dir
   731        layout
   732      - interfaces/serial-port: add NXP SC16IS7xx (ttySCX) to allowed
   733        devices
   734      - snap,many: mv Open to snapfile pkg to support add'l options to
   735        Container methods
   736      - interfaces/builtin/desktop: do not mount fonts cache on distros
   737        with quirks
   738      - devicestate, sysconfig: revert support for cloud.cfg.d/ in the
   739        gadget
   740      - data/completion, packaging: cherry-pick zsh completion
   741      - state: log task errors in the journal too
   742      - devicestate: do not report "ErrNoState" for seeded up
   743      - interfaces/desktop: silence more /var/lib/snapd/desktop/icons
   744        denials
   745      - packaging/fedora: disable FIPS compliant crypto for static
   746        binaries
   747      - packaging: stop depending on python-docutils
   748  
   749   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 05 Jun 2020 15:13:49 +0200
   750  
   751  snapd (2.45-1) unstable; urgency=medium
   752  
   753    * New upstream release, LP: #1875071
   754      - o/devicestate: support doing system action reboots from recover
   755        mode
   756      - vendor: update to latest secboot
   757      - tests: not fail when boot dir cannot be determined
   758      - configcore: only reload journald if systemd is new enough
   759      - cmd/snap-bootstrap/initramfs-mounts: append uuid to ubuntu-data
   760        when decrypting
   761      - tests/lib/prepare.sh: delete patching of the initrd
   762      - cmd/snap: coldplug auto-import assertions from all removable
   763        devices
   764      - cmd/snap: fix the order of positional parameters in help output
   765      - c/snap-bootstrap: port mount state mocking to the new style on
   766        master
   767      - cmd/snap-bootstrap/initramfs-mounts: add sudoers to dirs to copy
   768        as well
   769      - o/devicestate,cmd/snap-bootstrap: seal to recover mode cmdline,
   770        unlock in recover mode initramfs
   771      - progress: tweak multibyte label unit test data
   772      - gadget: fix fallback device lookup for 'mbr' type structures
   773      - progress: fix progress bar with multibyte duration units
   774      - many: use /run/mnt/data over /run/mnt/ubuntu-data for uc20
   775      - many: put the sealed keys in a directory on seed for tidiness
   776      - cmd/snap-bootstrap: measure epoch and model before unlocking
   777        encrypted data
   778      - o/configstate: core config handler for persistent journal
   779      - bootloader/uboot: use secondary ubootenv file boot.sel for uc20
   780      - packaging: add "$TAGS" to dh_auto_test for debian packaging
   781      - tests: ensure $cache_dir is actually available
   782      - secboot,cmd/snap-bootstrap: add model to pcr protection profile
   783      - devicestate: do not use snap-boostrap in devicestate to install
   784      - tests: fix a typo in nested.sh helper
   785      - devicestate: add support for cloud.cfg.d config from the gadget
   786      - cmd/snap-bootstrap: cleanups, naming tweaks
   787      - testutil: add NewDBusTestConn
   788      - snap-bootstrap: lock access to sealed keys
   789      - overlord/devicestate: preserve the current model inside ubuntu-
   790        boot
   791      - interfaces/apparmor: use differently templated policy for non-core
   792        bases
   793      - seccomp: add get_tls, io_pg* and *time64/*64 variants for existing
   794        syscalls
   795      - cmd/snap-bootstrap/initramfs-mounts: mount ubuntu-seed first,
   796        other misc changes
   797      - o/snapstate: tweak "waiting for restart" message
   798      - boot: store model model and grade information in modeenv
   799      - interfaces/firewall-control: allow -legacy and -nft for core20
   800      - boot: enable makeBootable20RunMode for EnvRefExtractedKernel
   801        bootloaders
   802      - boot/bootstate20: add EnvRefExtractedKernelBootloader bootstate20
   803        implementation
   804      - daemon: fix error message from `snap remove-user foo` on classic
   805      - overlord: have a variant of Mock that can take a state.State
   806      - tests: 16.04 and 18.04 now have mediating pulseaudio (again)
   807      - seed: clearer errors for missing essential snapd or core snap
   808      - cmd/snap-bootstrap/initramfs-mounts: support
   809        EnvRefExtractedKernelBootloader's
   810      - gadget, cmd/snap-bootstrap: MBR schema support
   811      - image: improve/adjust DownloadSnap doc comment
   812      - asserts: introduce ModelGrade.Code
   813      - tests: ignore user-12345 slice and service
   814      - image,seed/seedwriter: support redirect channel aka default
   815        tracks
   816      - bootloader: use binary.Read/Write
   817      - tests: uc20 nested suite part II
   818      - tests/boot: refactor to make it easier for new
   819        bootloaderKernelState20 impl
   820      - interfaces/openvswitch: support use of ovs-appctl
   821      - snap-bootstrap: copy auth data from real ubuntu-data in recovery
   822        mode
   823      - snap-bootstrap: seal and unseal encryption key using tpm
   824      - tests: disable special-home-can-run-classic-snaps due to jenkins
   825        repo issue
   826      - packaging: fix build on Centos8 to support BUILDTAGS
   827      - boot/bootstate20: small changes to bootloaderKernelState20
   828      - cmd/snap: Implement a "snap routine file-access" command
   829      - spread.yaml: switch back to latest/candidate for lxd snap
   830      - boot/bootstate20: re-factor kernel methods to use new interface
   831        for state
   832      - spread.yaml,tests/many: use global env var for lxd channel
   833      - boot/bootstate20: fix bug in try-kernel cleanup
   834      - config: add system.store-certs.[a-zA-Z0-9] support
   835      - secboot: key sealing also depends on secure boot enabled
   836      - httputil: fix client timeout retry tests
   837      - cmd/snap-update-ns: handle EBUSY when unlinking files
   838      - cmd/snap/debug/boot-vars: add opts for setting dir and/or uc20
   839        vars
   840      - secboot: add tpm support helpers
   841      - tests/lib/assertions/developer1-pi-uc20.model: use 20/edge for
   842        kernel and gadget
   843      - cmd/snap-bootstrap: switch to a 64-byte key for unlocking
   844      - tests: preserve size for centos images on spread.yaml
   845      - github: partition the github action workflows
   846      - run-checks: use consistent "Checking ..." style messages
   847      - bootloader: add efi pkg for reading efi variables
   848      - data/systemd: do not run snapd.system-shutdown if finalrd is
   849        available
   850      - overlord: update tests to work with latest go
   851      - cmd/snap: do not hide debug boot-vars on core
   852      - cmd/snap-bootstrap: no error when not input devices are found
   853      - snap-bootstrap: fix partition numbering in create-partitions
   854      - httputil/client_test.go: add two TLS version tests
   855      - tests: ignore user@12345.service hierarchy
   856      - bootloader, gadget, cmd/snap-bootstrap: misc cosmetic things
   857      - tests: rewrite timeserver-control test
   858      - tests: fix racy pulseaudio tests
   859      - many: fix loading apparmor profiles on Ubuntu 20.04 with ZFS
   860      - tests: update snap-preseed --reset logic to accommodate for 2.44
   861        change
   862      - cmd/snap: don't wait for system key when stopping
   863      - sandbox/cgroup: avoid making arrays we don't use
   864      - osutil: mock proc/self/mountinfo properly everywhere
   865      - selinux: export MockIsEnforcing; systemd: use in tests
   866      - tests: add 32 bit machine to GH actions
   867      - tests/session-tool: kill cron session, if any
   868      - asserts: it should be possible to omit many snap-ids if allowed,
   869        fix
   870      - boot: cleanup more things, simplify code
   871      - github: skip spread jobs when corresponding label is set
   872      - dirs: don't depend on osutil anymore, mv apparmor vars to apparmor
   873        pkg
   874      - tests/session-tool: add session-tool --dump
   875      - github: allow cached debian downloads to restore
   876      - tests/session-tool: session ordering is non-deterministic
   877      - tests: enable unit tests on debian-sid again
   878      - github: move spread to self-hosted workers
   879      - secboot: import secboot on ubuntu, provide dummy on !ubuntu
   880      - overlord/devicestate: support for recover and run modes
   881      - snap/naming: add validator for snap security tag
   882      - interfaces: add case for rootWritableOverlay + NFS
   883      - tests/main/uc20-create-partitions: tweaks, renames, switch to
   884        20.04
   885      - github: port CLA check to Github Actions
   886      - interfaces/many: miscellaneous policy updates xliv
   887      - configcore,tests: fix setting watchdog options on UC18/20
   888      - tests/session-tool: collect information about services on startup
   889      - tests/main/uc20-snap-recovery: unbreak, rename to uc20-create-
   890        partitions
   891      - state: add state.CopyState() helper
   892      - tests/session-tool: stop anacron.service in prepare
   893      - interfaces: don't use the owner modifier for files shared via
   894        document portal
   895      - systemd: move the doc comments to the interface so they are
   896        visible
   897      - cmd/snap-recovery-chooser: tweaks
   898      - interfaces/docker-support: add overlayfs file access
   899      - packaging: use debian/not-installed to ignore snap-preseed
   900      - travis.yml: disable unit tests on travis
   901      - store: start splitting store.go and store_test.go into subtopic
   902        files
   903      - tests/session-tool: stop cron/anacron from meddling
   904      - github: disable fail-fast as spread cannot be interrupted
   905      - github: move static checks and spread over
   906      - tests: skip "/etc/machine-id" in "writablepaths" test
   907      - snap-bootstrap: store encrypted partition recovery key
   908      - httputil: increase testRetryStrategy max timelimit to 5s
   909      - tests/session-tool: kill leaking closing session
   910      - interfaces: allow raw access to USB printers
   911      - tests/session-tool: reset failed session-tool units
   912      - httputil: increase httpclient timeout in
   913        TestRetryRequestTimeoutHandling
   914      - usersession: extend timerange in TestExitOnIdle
   915      - client: increase timeout in client tests to 100ms
   916      - many: disentagle release and snapdenv from sandbox/*
   917      - boot: simplify modeenv mocking to always write a modeenv
   918      - snap-bootstrap: expand data partition on install
   919      - o/configstate: add backlight option for core config
   920      - cmd/snap-recovery-chooser: add recovery chooser
   921      - features: enable robust mount ns updates
   922      - snap: improve TestWaitRecovers test
   923      - sandbox/cgroup: add ProcessPathInTrackingCgroup
   924      - interfaces/policy: fix comment in recent new test
   925      - tests: make session tool way more robust
   926      - interfaces/seccomp: allow passing an address to setgroups
   927      - o/configcore: introduce core config handlers (3/N)
   928      - interfaces: updates to login-session-observe, network-manager and
   929        modem-manager interfaces
   930      - interfaces/policy/policy_test.go: add more tests'allow-
   931        installation: false' and we grant based on interface attributes
   932      - packaging: detect/disable broken seed in the postinst
   933      - cmd/snap-confine/mount-support-nvidia.c: add libnvoptix as nvidia
   934        library
   935      - tests: remove google-tpm backend from spread.yaml
   936      - tests: install dependencies with apt using --no-install-recommends
   937      - usersession/userd: add zoommtg url support
   938      - snap-bootstrap: fix disk layout sanity check
   939      - snap: add `snap debug state --is-seeded` helper
   940      - devicestate: generate warning if seeding fails
   941      - config, features: move and rename config.GetFeatureFlag helper to
   942        features.Flag
   943      - boot, overlord/devicestate, daemon:  implement requesting boot
   944        into a given recovery system
   945      - xdgopenproxy: forward requests to the desktop portal
   946      - many: support immediate reboot
   947      - store: search v2 tweaks
   948      - tests: fix cross build tests when installing dependencies
   949      - daemon: make POST /v2/systems/<label> root only
   950      - tests/lib/prepare.sh: use only initrd from the kernel snap
   951      - cmd/snap,seed: validate full seeds (UC 16/18)
   952      - tests/main/user-session-env: stop the user session before deleting
   953        the test-zsh user
   954      - overlord/devicestate, daemon: record the seed current system was
   955        installed from
   956      - gadget: SystemDefaults helper function to convert system defaults
   957        config into a flattened map suitable for FilesystemOnlyApply.
   958      - many: comment or avoid cryptic snap-ids in tests
   959      - tests: add LXD_CHANNEL environment
   960      - store: support for search API v2
   961      - .github: register a problem matcher to detect spread failures
   962      - seed: add Info() method for seed.Snap
   963      - github: always run the "Discard spread workers" step, even if the
   964        job fails
   965      - github: offload self-hosted workers
   966      - cmd/snap: the model command needs just a client, no waitMixin
   967      - github: combine tests into one workflow
   968      - github: fix order of go get caches
   969      - tests: adding more workers for ubuntu 20.04
   970      - boot,overlord: rename operating mode to system mode
   971      - config: add new Transaction.GetPristine{,Maybe}() function
   972      - o/devicestate: rename readMaybe* to maybeRead*
   973      - github: cache Debian dependencies for unit tests
   974      - wrappers: respect pre-seeding in error path
   975      - seed: validate UC20 seed system label
   976      - client, daemon, overlord/devicestate: request system action API
   977        and stubs
   978      - asserts,o/devicestate: support model specified alternative serial-
   979        authority
   980      - many: introduce naming.WellKnownSnapID
   981      - o/configcore: FilesystemOnlyApply method for early configuration
   982        of core (1/N)
   983      - github: run C unit tests
   984      - github: run spread tests on PRs only
   985      - interfaces/docker-support: make containerd abstract socket more
   986        generic
   987      - tests: cleanup security-private-tmp properly
   988      - overlord/devicestate,boot: do not hold to the originally read
   989        modeenv
   990      - dirs: rm RunMnt; boot: add vars for early boot env layout;
   991        sysconfig: take targetdir arg
   992      - cmd/snap-bootstrap/initramfs-mounts/tests: use dirs.RunMnt over
   993        s.runMnt
   994      - tests: add regression test for MAAS refresh bug
   995      - errtracker: add missing mocks
   996      - github: apt-get update before installing build-deps
   997      - github: don't fail-fast
   998      - github: run spread via github actions
   999      - boot,many: add modeenv.WriteTo, make Write take no args
  1000      - wrappers: fix timer schedules that are days only
  1001      - tests/main/snap-seccomp-syscalls: install gperf
  1002      - github: always checkout to snapcore/snapd
  1003      - github: add prototype workflow running unit tests
  1004      - many: improve comments, naming, a possible TODO
  1005      - client: use Assert when checking for error
  1006      - tests: ensure sockets target is ready in session agent spread
  1007        tests
  1008      - osutil: do not leave processes behind after the test run
  1009      - tests: update proxy-no-core to match latest CDN changes
  1010      - devicestate,sysconfig: support "cloud.cfg.d" in uc20 for grade:
  1011        dangerous
  1012      - cmd/snap-failure,tests: try to make snap-failure more robust
  1013      - many: fix packages having mistakenly their copyright as doc
  1014      - many: enumerate system seeds, return them on the /v2/systems API
  1015        endpoint
  1016      - randutil: don't consume kernel entropy at init, just mix more info
  1017        to try to avoid fleet collisions
  1018      - snap-bootstrap: add creationSupported predicate for partition
  1019        types
  1020      - tests: umount partitions which are not umounted after remount
  1021        gadget
  1022      - snap: run gofmt -s
  1023      - many: improve environment handling, fixing duplicate entries
  1024      - boot_test: add many boot robustness tests for UC20 kernel
  1025        MarkBootSuccessul and SetNextBoot
  1026      - overlord: remove unneeded overlord.MockPruneInterval() mocks
  1027      - interfaces/greengrass-support: fix typo
  1028      - overlord,timings,daemon: separate timings from overlord/state
  1029      - tests: enable nested on core20 and test current branch
  1030      - snap-bootstrap: remove created partitions on reinstall
  1031      - boot: apply Go 1.10 formatting
  1032      - apparmor: use rw for uuidd request to default and remove from
  1033        elsewhere
  1034      - packaging: add README.source for debian
  1035      - tests: cleanup various uc20 boot tests from previous PR
  1036      - devicestate: disable cloud-init by default on uc20
  1037      - run-checks: tweak formatting checks
  1038      - packaging,tests: ensure debian-sid builds without vendor/
  1039      - travis.yml: run unit tests with go/master as well* travis.yml: run
  1040        unit tests with go/master as well
  1041      - seed: make Brand() part of the Seed interface
  1042      - cmd/snap-update-ns: ignore EROFS from rmdir/unlink
  1043      - daemon: do a forceful server shutdown if we hit a deadline
  1044      - tests/many: don't use StartLimitInterval anymore, unify snapd-
  1045        failover variants, build snapd snap for UC16 tests
  1046      - snap-seccomp: robustness improvements
  1047      - run-tests: disable -v for go test to avoid spaming the logs
  1048      - snap: whitelist lzo as support compression for snap pack
  1049      - snap: tweak comment in Install() for overlayfs detection
  1050      - many: introduce snapdenv.Preseeding instead of release.PreseedMode
  1051      - client, daemon, overlord/devicestate: structures and stubs for
  1052        systems API
  1053      - o/devicestate: delay the creation of mark-seeded task until
  1054        asserts are loaded
  1055      - data/selinux, tests/main/selinux: cleanup tmpfs operations in the
  1056        policy, updates
  1057      - interfaces/greengrass-support: add new 1.9 access
  1058      - snap: do not hardlink on overlayfs
  1059      - boot,image: ARM kernel extract prepare image
  1060      - interfaces: make gpio robust against not-existing gpios in /sys
  1061      - cmd/snap-preseed: handle --reset flag
  1062      - many: introduce snapdenv to present common snapd env options
  1063      - interfaces/kubernetes-support: allow autobind to journald socket
  1064      - snap-seccomp: allow mprotect() to unblock the tests
  1065      - tests/lib/reset: workaround unicode dot in systemctl output
  1066      - interfaces/udisks2: also allow Introspection on
  1067        /org/freedesktop/UDisks/**
  1068      - snap: introduce Container.RandomAccessFile
  1069      - o/ifacestate, api: implementation of snap disconnect --forget
  1070      - cmd/snap: make the portal-info command search for the network-
  1071        status interface
  1072      - interfaces: work around apparmor_parser slowness affecting uio
  1073      - tests: fix/improve failing spread tests
  1074      - many: clean separation of bootenv mocking vs mock bootloader kinds
  1075      - tests: mock prune ticker in overlord tests to reduce wait times
  1076      - travis: disable arm64 again
  1077      - httputil: add support for extra snapd certs
  1078      - travis.yml: run unit tests on arm64 as well
  1079      - many: fix a pair of ineffectual assignments
  1080      - tests: add uc20 kernel snap upgrade managers test, fix
  1081        bootloadertest bugs
  1082      - o/snapstate: set base in SnapSetup on snap revert
  1083      - interfaces/{docker,kubernetes}-support: updates for lastest k8s
  1084      - cmd/snap-exec: add test case for LP bug 1860369
  1085      - interfaces: make the network-status interface implicit on
  1086        classic
  1087      - interfaces: power control interfaceIt is documented in the
  1088        kernel
  1089      - interfaces: miscellaneous policy updates
  1090      - cmd/snap: add a "snap routine portal-info" command
  1091      - usersession/userd: add "apt" to the white list of URL schemes
  1092        handled by xdg-open
  1093      - interfaces/desktop: allow access to system prompter interface
  1094      - devicestate: allow encryption regardless of grade
  1095      - tests: run ipv6 network-retry test too
  1096      - tests: test that after "remove-user" the system is unmanaged
  1097      - snap-confine: unconditionally add /dev/net/tun to the device
  1098        cgroup
  1099      - snapcraft.yaml: use sudo -E and remove workaround
  1100      - interfaces/audio_playback: Fix pulseaudio config access
  1101      - ovelord/snapstate: update only system wide fonts cache
  1102      - wrappers: import /etc/environment in all services
  1103      - interfaces/u2f: Add Titan USB-C key
  1104      - overlord, taskrunner: exit on task/ensure error when preseeding
  1105      - tests: add session-tool, a su / sudo replacement
  1106      - wrappers: add mount unit dependency for snapd services on core
  1107        devices
  1108      - tests: just remove user when the system is not managed on create-
  1109        user-2 test
  1110      - snap-preseed: support for preseeding of snapd and core18
  1111      - boot: misc UC20 changes
  1112      - tests: adding arch-linux execution
  1113      - packaging: revert "work around review-tools and snap-confine"
  1114      - netlink: fix panic on arm64 with the new rawsockstop codewith a
  1115        nil Timeval panics
  1116      - spread, data/selinux: add CentOS 8, update policy
  1117      - tests: updating checks to new test account for snapd-test snaps
  1118      - spread.yaml: mv opensuse 15.1 to unstable
  1119      - cmd/snap-bootstrap,seed: verify only in-play snaps
  1120      - tests: use ipv4 in retry-network to unblock failing master
  1121      - data/systemd: improve the description
  1122      - client: add "Resume" to DownloadOptions and new test
  1123      - tests: enable snapd-failover on uc20
  1124      - tests: add more debug output to the snapd-failure handling
  1125      - o/devicestate: unset recovery_system when done seeding
  1126  
  1127   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 12 May 2020 17:17:57 +0200
  1128  
  1129  snapd (2.44.5-1) unstable; urgency=medium
  1130  
  1131    * New upstream release, LP: #1864808
  1132      - spread.yaml: adding more workers for ubuntu 20.04
  1133      - packaging: stop depending on python-docutils on opensuse
  1134      - spread.yaml: do not run ubuntu-core-20-64 with snapd 2.44, snapd
  1135        is not recent enough to drive ubuntu-core-20
  1136      - spread.yaml: Preserve size for centos images on spread.yaml
  1137      - spread.yaml: use non-uefi enabled image for uc20
  1138      - tests: ensure $cache_dir is actually available
  1139      - tests: disable preseed tests, they work in master but require too
  1140        much cherry-picking here
  1141      - travis.yml: remove go/master unit tests from 2.44
  1142  
  1143   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 30 Apr 2020 09:09:22 +0200
  1144  
  1145  snapd (2.44.4-1) unstable; urgency=medium
  1146  
  1147    * New upstream release, LP: #1864808
  1148      - packaging/fedora: disable FIPS compliant crypto for static
  1149        binaries
  1150      - interfaces/firewall-control: allow -legacy and -nft for core20
  1151      - seccomp: add get_tls, io_pg* and *time64/*64 variants for existing
  1152        syscalls
  1153      - tests: 16.04 and 18.04 now have mediating pulseaudio
  1154      - tests: ignore user@12345.service hierarchy
  1155  
  1156   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 29 Apr 2020 08:32:56 +0200
  1157  
  1158  snapd (2.44.3-1) unstable; urgency=medium
  1159  
  1160    * New upstream release, LP: #1864808
  1161      - tests: fix racy pulseaudio tests
  1162      - many: fix loading apparmor profiles on Ubuntu 20.04 with ZFS
  1163      - tests: update snap-preseed --reset logic
  1164      - tests: backport partition fixes
  1165      - cmd/snap: don't wait for system key when stopping
  1166      - interfaces/many: miscellaneous policy updates xliv
  1167      - tests/main/uc20-snap-recovery: use 20.04 system
  1168      - tests: skip "/etc/machine-id" in "writablepaths
  1169      - interfaces/docker-support: add overlays file access
  1170  
  1171   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 10 Apr 2020 16:57:25 +0200
  1172  
  1173  snapd (2.44.2-1) unstable; urgency=medium
  1174  
  1175    * New upstream release, LP: #1864808
  1176      - packaging: detect/disable broken seeds in the postinst
  1177      - cmd/snap,seed: validate full seeds (UC 16/18)
  1178      - snap: add `snap debug state --is-seeded` helper
  1179      - devicestate: generate warning if seeding fails
  1180      - store: support for search API v2
  1181      - cmd/snap-seccomp/syscalls: update the list of known syscalls
  1182      - snap/cmd: the model command needs just a client, no waitMixin
  1183      - tests: cleanup security-private-tmp properly
  1184      - wrappers: fix timer schedules that are days only
  1185      - tests: update proxy-no-core to match latest CDN changes
  1186      - cmd/snap-failure,tests: make snap-failure more robust
  1187      - tests, many: don't use StartLimitInterval anymore, unify snapd-
  1188        failover variants, build snapd snap for UC16 tests
  1189  
  1190   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 02 Apr 2020 09:51:34 +0200
  1191  
  1192  snapd (2.44.1-1) unstable; urgency=medium
  1193  
  1194    * New upstream release, LP: #1864808
  1195      - randutil: switch back to setting up seed with lower entropy data
  1196      - interfaces/greengrass-support: fix typo
  1197      - packaging,tests: ensure debian-sid builds without vendor/
  1198      - travis.yml: run unit tests with go/master as well
  1199      - cmd/snap-update-ns: ignore EROFS from rmdir/unlink
  1200  
  1201   -- Michael Vogt <michael.vogt@ubuntu.com>  Sat, 21 Mar 2020 18:32:12 +0100
  1202  
  1203  snapd (2.44-1) unstable; urgency=medium
  1204  
  1205    * New upstream release, LP: #1864808
  1206      - daemon: do a forceful serer shutdown if we hit a deadline
  1207      - snap: whitelist lzo as support compression for snap pack
  1208      - data/selinux: update policy to allow more ops
  1209      - interfaces/greengrass-support: add new 1.9 access
  1210      - snap: do not hardlink on overlayfs
  1211      - cmd/snap-preseed: handle --reset flag
  1212      - interfaces/kubernetes-support: allow autobind to journald socket
  1213      - snap-seccomp: allow mprotect() to unblock the tests
  1214      - tests/lib/reset: workaround unicode dot in systemctl output
  1215      - interfaces: work around apparmor_parser slowness affecting uio
  1216      - interfaces/udisks2: also allow Introspection on
  1217        /org/freedesktop/UDisks2/**
  1218      - tests: mock prune ticker in overlord tests to reduce wait times
  1219      - interfaces/{docker,kubernetes}-support: updates for lastest k8s
  1220      - interfaces: miscellaneous policy updates
  1221      - interfaces/audio_playback: Fix pulseaudio config access
  1222      - overlord: disable Test..AbortShortlyAfterStartOfOperation for 2.44
  1223      - ovelord/snapstate: update only system wide fonts cache
  1224      - wrappers: import /etc/environment in all services
  1225      - interfaces/u2f: Add Titan USB-C key
  1226      - overlord, taskrunner: exit on task/ensure error when preseeding
  1227      - overlord/snapstate/backend: update snapd services contents in unit
  1228        tests
  1229      - wrappers: add mount unit dependency for snapd services on core
  1230        devices
  1231      - Revert "tests: remove /tmp/snap.* left over by other tests"
  1232      - Revert "packaging: work around review-tools and snap-confine"
  1233      - netlink: fix panic on arm64 with the new rawsockstop code
  1234      - spread, data/selinux: add CentOS 8, update policy
  1235      - spread.yaml: mv opensuse tumbleweed to unstable too
  1236      - spread.yaml: mv opensuse 15.1 to unstable
  1237      - tests: use ipv4 in retry-network to unblock failing master
  1238      - data/systemd: improve the description
  1239      - tests/lib/prepare.sh: simplify, combine code paths
  1240      - tests/main/user-session-env: add test verifying environment
  1241        variables inside the user session
  1242      - spread.yaml: make qemu ubuntu-core-20-64 use ubuntu-20.04-64
  1243      - run-checks: SKIP_GMFMT really skips formatting checks
  1244      - tests: enable more tests for UC20/UC18
  1245      - tests: remove tmp dir for snap not-test-snapd-sh on security-
  1246        private-tmp test
  1247      - seed,cmd/snap-bootstrap: introduce seed.Snap.EssentialType,
  1248        simplify bootstrap code
  1249      - snapstate: do not restart in undoLinkSnap unless on first install
  1250      - cmd/snap-bootstrap: subcommand to detect UC chooser trigger
  1251      - cmd/snap-bootstrap/initramfs-mounts: mount the snapd snap in run-
  1252        mode too
  1253      - cmd/libsnap, tests: fix C unit tests failing as non-root
  1254      - cmd/snap-bootstrap: verify kernel snap is in modeenv before
  1255        mounting it
  1256      - tests: adding amazon linux to google backend
  1257      - cmd/snap-failure/snapd: rm snapd.socket, reset snapd.socket failed
  1258        status
  1259      - client: add support for "ResumeToken", "HeaderPeek" to download
  1260      - build: enable type: snapd
  1261      - tests: rm -rf /tmp/snap.* in restore
  1262      - cmd/snap-confine: deny snap-confine to load nss libs
  1263      - snapcraft.yaml: add comments, rename snapd part to snapd-deb
  1264      - boot: write current_kernels in bootstate20, makebootable
  1265      - packaging: work around review-tools and snap-confine
  1266      - tests: skipping interfaces-openvswitch on centos due to package is
  1267        not available
  1268      - packaging,snap-confine: stop being setgid root
  1269      - cmd/snap-confine: bring /var/lib/dhcp from host, if present
  1270      - store: rely on CommandFromSystemSnap to find xdelta3
  1271      - tests: bump sleep time of the new overlord tests
  1272      - cmd/snap-preseed: snapd version check for the target
  1273      - netlink: fix/support stopping goroutines reading netlink raw
  1274        sockets
  1275      - tests: reset PS1 before possibly interactive dash
  1276      - overlord, state: don't abort changes if spawn time before
  1277        StartOfOperationTime (2/2)
  1278      - snapcraft.yaml: add python3-apt, tzdata as build-deps for the
  1279        snapd snap
  1280      - tests: ask tar to speak English
  1281      - tests: using google storage when downloading ubuntu cloud images
  1282        from gce
  1283      - Coverity produces false positives for code like this:
  1284      - many: maybe restart & security backend options
  1285      - o/standby: add SNAPD_STANDBY_WAIT to control standby in
  1286        development
  1287      - snap: use the actual staging snap-id for snapd
  1288      - cmd/snap-bootstrap: create a new parser instance
  1289      - snapcraft.yaml: use build-base and adopt-info, rm builddeb
  1290        plugin
  1291      - tests: set StartLimitInterval in snapd failover test
  1292      - tests: disable archlinux system
  1293      - tests: add preseed test for classic
  1294      - many, tests: integrate all preseed bits and add spread tests
  1295      - daemon: support resuming downloads
  1296      - tests: use Filename() instead of filepath.Base(sn.MountFile())
  1297      - tests/core: add swapfiles test
  1298      - interfaces/cpu-control: allow to control cpufreq tunables
  1299      - interfaces: use commonInteface for desktopInterface
  1300      - interfaces/{desktop-legacy,unity7}: adjust for new ibus socket
  1301        location
  1302      - snap/info: add Filename
  1303      - bootloader: make uboot a RecoveryAwareBootloader
  1304      - gadget: skip update when mounted filesystem content is identical
  1305      - systemd: improve is-active check for 'failed' services
  1306      - boot: add current_kernels to modeenv
  1307      - o/devicestate: StartOfOperationTime helper for Prune (1/2)
  1308      - tests: detect LXD launching i386 containers
  1309      - tests: move main/ubuntu-core-* tests to core/ suite
  1310      - tests: remove snapd in ubuntu-core-snapd
  1311      - boot: enable base snap updates in bootstate20
  1312      - tests: Fix core revert channel after 2.43 has been released to
  1313        stable
  1314      - data/selinux: unify tabs/spaces
  1315      - o/ifacestate: move ResolveDisconnect to ifacestate
  1316      - spread: move centos to stable systems
  1317      - interfaces/opengl: allow datagrams to nvidia-driver
  1318      - httputil: add NoNetwork(err) helper, spread test and use in serial
  1319        acquire
  1320      - store: detect if server does not support http range headers
  1321      - test/lib/user: add helper lib for doing things for and as a user
  1322      - overlord/snapstate, wrappers: undo of snapd on core
  1323      - tests/main/interfaces-pulseaudio: use custom pulseaudio script,
  1324        set kill timeout
  1325      - store: add support for resume in DownloadStream
  1326      - cmd/snap: implement 'snap remove-user'
  1327      - overlord/devicestate: fix preseed unit tests on systems not using
  1328        /snap
  1329      - tests/main/static: ldd in glibc 2.31 logs to stderr now
  1330      - run-checks, travis: allow skipping spread jobs by adding a label
  1331      - tests: add new backend which includes images with tpm support
  1332      - boot: use constants for boot status values
  1333      - tests: add "core" suite for UC specific tests
  1334      - tests/lib/prepare: use a local copy of uc20 initramfs skeleton
  1335      - tests: retry mounting the udisk2 device due to timing issue
  1336      - usersession/client: add a client library for the user session
  1337        agent
  1338      - o/devicestate: Handle preseed mode in the firstboot mode (core16
  1339        only for now).
  1340      - boot: add TryBase and BaseStatus to modeenv; use in snap-bootstrap
  1341      - cmd/snap-confine: detect base transitions on core16
  1342      - boot: don't use "kernel" from the modeenv anymore
  1343      - interfaces: add uio interface
  1344      - tests: repack the initramfs + kernel snap for UC20 spread tests
  1345      - interfaces/greengrass-support: add /dev/null ->
  1346        /proc/latency_stats mount
  1347      - httputil: remove workaround for redirect handling in go1.7
  1348      - httputil: remove go1.6 transport workaround
  1349      - snap: add `snap pack --compression=<comp>` options
  1350      - tests/lib/prepare: fix hardcoded loopback device names for UC
  1351        images
  1352      - timeutil: add a unit test case for trivial schedule
  1353      - randutil,o/snapstate,-mkauthors.sh: follow ups to randutil
  1354        introduction
  1355      - dirs: variable with distros using alternate snap mount
  1356      - many,randutil: centralize and streamline our random value
  1357        generation
  1358      - tests/lib/prepare-restore: Revert "Continue on errors updating or
  1359        installing dependencies"
  1360      - daemon: Allow clients to call /v2/logout via Polkit
  1361      - dirs: manjaro-arm is like manjaro
  1362      - data, packaging: Add sudoers snippet to allow snaps to be run with
  1363        sudo
  1364      - daemon, store: better expose single action errors
  1365      - tests: switch mount-ns test to differential data set
  1366      - snapstate: refactor things to add the re-refresh task last
  1367      - daemon: drop support for the DELETE method
  1368      - client: move to /v2/users; implement RemoveUser
  1369      - boot: enable UC20 kernel extraction and bootState20 handling
  1370      - interfaces/policy: enforce plug-names/slot-names constraints
  1371      - asserts: parse plug-names/slot-names constraints
  1372      - daemon: make users result more consistent
  1373      - cmd/snap-confine,tests: support x.y.z nvidia version
  1374      - dirs: fixlet for XdgRuntimeDirGlob
  1375      - boot: add bootloader options to coreKernel
  1376      - o/auth,daemon: do not remove unknown user
  1377      - tests: tweak and enable tests on ubuntu 20.04
  1378      - daemon: implement user removal
  1379      - cmd/snap-confine: allow snap-confine to link to libpcre2
  1380      - interfaces/builtin: Allow NotificationReplied signal on
  1381        org.freedesktop.Notifications
  1382      - overlord/auth: add RemoveUserByName
  1383      - client: move user-related things to their own files
  1384      - boot: tweak kernel cmdline helper docstring
  1385      - osutil: implement deluser
  1386      - gadget: skip update when raw structure content is unchanged
  1387      - boot, cmd/snap, cmd/snap-bootstrap: move run mode and system label
  1388        detection to boot
  1389      - tests: fix revisions leaking from snapd-refresh test
  1390      - daemon: refactor create-user to a user action & hide behind a flag
  1391      - osutil/tests: check there are no leftover symlinks with
  1392        AtomicSymlink
  1393      - grub: support atomically renaming kernel symlinks
  1394      - osutil: add helpers for creating symlinks and renaming in an
  1395        atomic manner
  1396      - tests: add marker tag for core 20 test failure
  1397      - tests: fix gadget-update-pc test leaking snaps
  1398      - tests: remove revision leaking from ubuntu-core-refresh
  1399      - tests: remove revision leaking from remodel-kernel
  1400      - tests: disable system-usernames test on core20
  1401      - travis, tests, run-checks: skip nakedret
  1402      - tests: run `uc20-snap-recovery-encrypt` test on 20.04-64 as well
  1403      - tests: update mount-ns test tables
  1404      - snap: disable auto-import in uc20 install-mode
  1405      - tests: add a command-chain service test
  1406      - tests: use test-snapd-upower instead of upower
  1407      - data/selinux: workaround incorrect fonts cache labeling on RHEL7
  1408      - spread.yaml: fix ubuntu 19.10 and 20.04 names
  1409      - debian: check embedded keys for snap-{bootstrap,preseed} too
  1410      - interfaces/apparmor: fix doc-comments, unnecessary code
  1411      - o/ifacestate,o/devicestatate: merge gadget-connect logic into
  1412        auto-connect
  1413      - bootloader: add ExtractedRunKernelImageBootloader interface,
  1414        implement in grub
  1415      - tests: add spread test for hook permissions
  1416      - cmd/snap-bootstrap: check device size before boostrapping and
  1417        produce a meaningful error
  1418      - cmd/snap: add ability to register "snap routine" commands
  1419      - tests: add a test demonstrating that snaps can't access the
  1420        session agent socket
  1421      - api: don't return connections referring to non-existing
  1422        plugs/slots
  1423      - interfaces: refactor path() from raw-volume into utils with
  1424        comments for old
  1425      - gitignore: ignore snap files
  1426      - tests: skip interfaces-network-manager on arm devices
  1427      - o/devicestate: do not create perfTimings if not needed inside
  1428        ensureSeed/Operational
  1429      - tests: add ubuntu 20.04 to the tests execution and remove
  1430        tumbleweed from unstable
  1431      - usersession: add systemd user instance service control to user
  1432        session agent
  1433      - cmd/snap: print full channel in 'snap list', 'snap info'
  1434      - tests: remove execution of ubuntu 19.04 from google backend
  1435      - cmd/snap-boostrap: add mocking for fakeroot
  1436      - tests/core18/snapd-failover: collect more debug info
  1437      - many: run black formatter on all python files
  1438      - overlord: increase settle timeout for slow machines
  1439      - httputil: use shorter timeout in TestRetryRequestTimeoutHandling
  1440      - store, o/snapstate: send default-tracks header, use
  1441        RedirectChannel
  1442      - overlord/standby: fix possible deadlock in standby test
  1443      - cmd/snap-discard-ns: fix pattern for .info files
  1444      - boot: add HasModeenv to Device
  1445      - devicestate: do not allow remodel between core20 models
  1446      - bootloader,snap: misc tweaks
  1447      - store, overlord/snapstate, etc: SnapAction now returns a []…Result
  1448      - snap-bootstrap: create encrypted partition
  1449      - snap: remove "host" output from `snap version`
  1450      - tests: use snap remove --purge flag in most of the spread tests
  1451      - data/selinux, test/main/selinux-clean: update the test to cover
  1452        more scenarios
  1453      - many: drop NameAndRevision, use snap.PlaceInfo instead
  1454      - boot: split MakeBootable tests into their own file
  1455      - travis-ci: add go import path
  1456      - boot: split MakeBootable implementations into their own file
  1457      - tests: enable a lot of the tests of main on uc20
  1458      - packaging, tests: stop services in prerm
  1459      - tests: enable regression suite on core20
  1460      - overlord/snapstate: improve snapd snap backend link unit tests
  1461      - boot: implement SetNextBoot in terms of bootState.setNext
  1462      - wrappers: write and undo snapd services on core
  1463      - boot,o/devicestate: refactor MarkBootSuccessful over bootState
  1464      - snap-bootstrap: mount the correct snapd snap to /run/mnt/snapd
  1465      - snap-bootstrap: refactor partition creation
  1466      - tests: use new snapd.spread-tests-run-mode-tweaks.service unit
  1467      - tests: add core20 tests
  1468      - boot,o/snapstate: SetNextBoot/LinkSnap return whether to reboot,
  1469        use the information
  1470      - tests/main/snap-sign: add test for non-stdin signing
  1471      - snap-bootstrap: trigger udev after filesystem creation
  1472      - boot,overlord: introduce internal abstraction bootState and use it
  1473        for InUse/GetCurrentBoot
  1474      - overlord/snapstate: tracks are now sticky
  1475      - cmd: sign: add filename param
  1476      - tests: remove "test-snapd-tools" in smoke/sandbox on restore
  1477      - cmd/snap, daemon: stop over-normalising channels
  1478      - tests: fix classic-ubuntu-core-transition-two-cores after refactor
  1479        of MATCH -v
  1480      - packaging: ship var/lib/snapd/desktop/applications in the pkg
  1481      - spread: drop copr repo with F30 build dependencies
  1482      - tests: use test-snapd-sh snap instead of test-snapd-tools - Part 3
  1483      - tests: fix partition creation test
  1484      - tests: unify/rename services-related spread tests to start with
  1485        services- prefix
  1486      - test: extract code that modifies "writable" for test prep
  1487      - systemd: handle preseed mode
  1488      - snap-bootstrap: read only stdout when parsing the sfdisk json
  1489      - interfaces/browser-support: add more product/vendor paths
  1490      - boot: write compat UC16 bootvars in makeBootable20RunMode
  1491      - devicestate: avoid adding mockModel to deviceMgrInstallModeSuite
  1492      - devicestate: request reboot after successful doSetupRunSystem()
  1493      - snapd.core-fixup.sh: do not run on UC20 at all
  1494      - tests: unmount automounted snap-bootstrap devices
  1495      - devicestate: run boot.MakeBootable in doSetupRunSystem
  1496      - boot: copy kernel/base to data partition in makeBootable20RunMode
  1497      - tests: also check nested lxd container
  1498      - run-checks: complain about MATCH -v
  1499      - boot: always return the trivial boot participant in ephemeral mode
  1500      - o/devicestate,o/snapstate: move the gadget.yaml checkdrive-by: use
  1501        gadget.ReadInfoFromSnapFile in checkGadgetRemodelCompatible
  1502      - snap-bootstrap: append new partitions
  1503      - snap-bootstrap: mount filesystems after creation
  1504      - snapstate: do not try to detect rollback in ephemeral modes
  1505      - snap-bootstrap: trigger udev for new partitions
  1506      - cmd/snap-bootstrap: xxx todos about kernel cross-checks
  1507      - tests: avoid mask rsyslog service in case is not enabled on the
  1508        system
  1509      - tests: fix use of MATCH -v
  1510      - cmd/snap-preseed: update help strings
  1511      - cmd/snap-bootstrap: actually parse snapd_recovery_system label
  1512      - bootstrap: reduce runmode mounts from 5 to 2 steps.
  1513      - lkenv.go: adjust for new location of include file
  1514      - snap: improve squashfs.ReadFile() error
  1515      - systemd: fix uc20 shutdown
  1516      - boot: write modeenv when creating the run mode
  1517      - boot,image: add skeleton boot.makeBootable20RunMode
  1518      - cmd/snap-preseed: add snap-preseed executable
  1519      - overlord,boot: follow ups to #7889 and #7899
  1520      - interfaces/wayland: Add access to Xwayland's shm files
  1521      - o/hookstate/ctlcmd: fix command name in snapctl -h
  1522      - daemon,snap: remove screenshot deprecation notice
  1523      - overlord,o/snapstate: make sure we never leave config behind
  1524      - many: pass consistently boot.Device state to boot methods
  1525      - run-checks: check multiline string blocks in
  1526        restore/prepare/execute sections of spread tests
  1527      - intrefaces: login-session-control - added missing dbus commands
  1528      - tests/main/parallel-install-remove-after: parallel installs should
  1529        not break removal
  1530      - overlord/snapstate: tweak assumes error hint
  1531      - overlord: replace DeviceContext.OldModel with GroundContext
  1532      - devicestate: use httputil.ShouldRetryError() in
  1533        prepareSerialRequest
  1534      - tests: replace "test-snapd-base-bare" with real "bare" base snap
  1535      - many: pass a Model to the gadget info reading functions
  1536      - snapstate: relax gadget constraints in ConfigDefaults Et al.
  1537      - devicestate: only run ensureBootOk() in "run" mode
  1538      - tests/many: quiet lxc launching, file pushing
  1539      - tests: disable apt-hooks test until it can be properly fixed
  1540      - tests: 16.04 and 18.04 now have mediating pulseaudio
  1541  
  1542   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 17 Mar 2020 20:55:47 +0100
  1543  
  1544  snapd (2.43.3-1) unstable; urgency=medium
  1545  
  1546    * New upstream release, LP: #1856159
  1547      - interfaces/opengl: allow datagrams to nvidia-driver
  1548      - httputil: add NoNetwork(err) helper, spread test and use
  1549        in serial acquire
  1550      - interfaces: add uio interface
  1551      - interfaces/greengrass-support: 'aws-iot-greengrass' snap fails to
  1552        start due to apparmor deny on mounting of "/proc/latency_stats".
  1553      - data, packaging: Add sudoers snippet to allow snaps to be run with
  1554        sudo
  1555  
  1556   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 12 Feb 2020 14:59:15 +0100
  1557  
  1558  snapd (2.43.2-1) unstable; urgency=medium
  1559  
  1560    * New upstream release, LP: #1856159
  1561      - cmd/snap-confine: Revert #7421 (unmount /writable from snap view)
  1562      - overlord/snapstate: fix for re-refresh bug
  1563      - tests, run-checks, many: fix nakedret issues
  1564      - data/selinux: workaround incorrect fonts cache labeling on RHEL7
  1565      - tests: use test-snapd-upower instead of upower
  1566      - overlord: increase overall settle timeout for slow arm boards
  1567  
  1568   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 28 Jan 2020 15:50:25 +0100
  1569  
  1570  snapd (2.43.1-1) unstable; urgency=medium
  1571  
  1572    * New upstream release, LP: #1856159
  1573      - devicestate: use httputil.ShouldRetryError() in prepareSerialRequest
  1574      - overlord/standby: fix possible deadlock in standby test
  1575      - cmd/snap-discard-ns: fix pattern for .info files
  1576      - overlord,o/snapstate: make sure we never leave config behind
  1577      - data/selinux: update policy to cover more cases
  1578      - snap: remove "host" output from `snap version`
  1579  
  1580   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 14 Jan 2020 20:30:07 +0100
  1581  
  1582  snapd (2.43-1) unstable; urgency=medium
  1583  
  1584    * New upstream release
  1585  
  1586   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 09 Jan 2020 17:16:12 +0100
  1587  
  1588  snapd (2.42.5-1) unstable; urgency=medium
  1589  
  1590    * New upstream release, LP: #1853244
  1591      - snap-confine: revert, with comment, explicit unix deny for nested
  1592        lxd
  1593      - Disable mount-ns test on 16.04. It is too flaky currently.
  1594  
  1595   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 06 Dec 2019 14:10:56 +0100
  1596  
  1597  snapd (2.42.4-1) unstable; urgency=medium
  1598  
  1599    * New upstream release, LP: #1853244
  1600      - overlord/snapstate: make sure configuration defaults are applied
  1601        only once
  1602  
  1603   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 28 Nov 2019 06:48:26 +0100
  1604  
  1605  snapd (2.42.3-1) unstable; urgency=medium
  1606  
  1607    * New upstream release, LP: #1853244
  1608      - overlord/snapstate: pick up system defaults when seeding the snapd
  1609        snap
  1610      - cmd/snap-update-ns: fix overlapping, nested writable mimic
  1611        handling
  1612      - interfaces: misc updates for u2f-devices, browser-support,
  1613        hardware-observe, et al
  1614      - tests: reset failing "fwupd-refresh.service" if needed
  1615      - tests/main/gadget-update-pc: use a program to modify gadget yaml
  1616      - snap-confine: suppress noisy classic snap file_inherit denials
  1617  
  1618   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 27 Nov 2019 12:41:07 +0100
  1619  
  1620  snapd (2.42.2-1) unstable; urgency=medium
  1621  
  1622    * New upstream release, LP: #1853244
  1623      - interfaces/lxd-support: Fix on core18
  1624      - tests/main/system-usernames: Amazon Linux 2 comes with libseccomp
  1625        2.4.1 now
  1626      - snap-seccomp: add missing clock_getres_time64
  1627      - cmd/snap-seccomp/syscalls: update the list of known
  1628        syscalls
  1629      - sandbox/seccomp: accept build ID generated by Go toolchain
  1630      - interfaces: allow access to ovs bridge sockets
  1631  
  1632   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 20 Nov 2019 08:09:15 +0100
  1633  
  1634  snapd (2.42.1-1) unstable; urgency=medium
  1635  
  1636    * New upstream release, LP: #1846181
  1637      - interfaces: de-duplicate emitted update-ns profiles
  1638      - packaging: tweak handling of usr.lib.snapd.snap-confine
  1639      - interfaces: allow introspecting network-manager on core
  1640      - tests/main/interfaces-contacts-service: disable on openSUSE
  1641        Tumbleweed
  1642      - tests/lib/lxd-snapfuse: restore mount changes introduced by LXD
  1643      - snap: fix default-provider in seed validation
  1644      - tests: update system-usernames test now that opensuse-15.1 works
  1645      - overlord: set fake sertial in TestRemodelSwitchToDifferentKernel
  1646      - gadget: rename "boot{select,img}" -> system-boot-{select,image}
  1647      - tests: listing test, make accepted snapd/core versions consistent
  1648  
  1649   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 30 Oct 2019 13:17:43 +0100
  1650  
  1651  snapd (2.42-1) unstable; urgency=medium
  1652  
  1653    * New upstream release
  1654  
  1655   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 01 Oct 2019 11:40:58 +0200
  1656  
  1657  snapd (2.41-1) unstable; urgency=medium
  1658  
  1659    [ Michael Vogt ]
  1660    * New upstream release, LP: #1840740
  1661  
  1662    [ Jamie Strandboge ]
  1663    * debian/control: Depends on apparmor >= 2.10.95-5 instead of
  1664      2.10.95-0ubuntu2.2 since 2.10.95-5 in Debian is the first version to have
  1665      all the patches that 2.10.95-0ubuntu2.2 in Ubuntu brought.
  1666  
  1667   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 30 Aug 2019 08:53:57 +0200
  1668  
  1669  snapd (2.40-1) unstable; urgency=medium
  1670  
  1671    * New upstream release.
  1672  
  1673   -- Michael Vogt <mvo@debian.org>  Tue, 23 Jul 2019 15:38:36 +0200
  1674  
  1675  snapd (2.39.3-1) unstable; urgency=medium
  1676  
  1677    * New upstream release, LP: #1827495
  1678      - daemon: increase `shutdownTimeout` to 25s to deal with slow HW
  1679      - spread: run tests against openSUSE 15.1
  1680      - data/selinux: fix policy for snaps with bases and classic snaps
  1681  
  1682   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 21 Jun 2019 09:06:01 +0200
  1683  
  1684  snapd (2.39.2-1) unstable; urgency=medium
  1685  
  1686    * New upstream release, LP: #1827495
  1687      - debian: rework how we run autopkgtests
  1688      - interfaces/docker-support: add overlayfs accesses for ubuntu core
  1689      - data/selinux: permit init_t to remount snappy_snap_t
  1690      - strutil/shlex: fix ineffassign
  1691      - packaging: fix build-depends on powerpc
  1692  
  1693   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 05 Jun 2019 08:46:14 +0200
  1694  
  1695  snapd (2.39-1) unstable; urgency=medium
  1696  
  1697     * New upstream release
  1698     * d/patches0008-snap-squashsh-skip-TestBuildDate-on-Debian.patch: drop,
  1699       fixed upstream
  1700  
  1701   -- Zygmunt Krynicki <me@zygoon.pl>  Thu, 28 Feb 2019 18:21:26 +0100
  1702  
  1703  snapd (2.39.1-1) unstable; urgency=medium
  1704  
  1705    * New upstream release
  1706  
  1707   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 29 May 2019 12:08:43 +0200
  1708  
  1709  snapd (2.38-1) unstable; urgency=medium
  1710  
  1711    * New upstream release
  1712  
  1713   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 21 Mar 2019 11:02:04 +0100
  1714  
  1715  snapd (2.37.4-1) unstable; urgency=medium
  1716  
  1717    * New upstream release
  1718    * d/patches0008-snap-squashsh-skip-TestBuildDate-on-Debian.patch: drop,
  1719      fixed upstream
  1720  
  1721   -- Zygmunt Krynicki <me@zygoon.pl>  Thu, 28 Feb 2019 18:21:26 +0100
  1722  
  1723  snapd (2.37.3-1) unstable; urgency=medium
  1724  
  1725    * New upstream release
  1726  
  1727   -- Zygmunt Krynicki <me@zygoon.pl>  Tue, 19 Feb 2019 13:46:24 +0100
  1728  
  1729  snapd (2.37.2-1) unstable; urgency=medium
  1730  
  1731    * New upstream releease. 
  1732  
  1733   -- Michael Hudson-Doyle <mwhudson@debian.org>  Thu, 07 Feb 2019 21:26:34 +1300
  1734  
  1735  snapd (2.37.1-1) unstable; urgency=medium
  1736  
  1737    * New upstream release.
  1738    * d/patches/0009-interfaces-apparmor-mock-presence-of-overlayfs-root.patch:
  1739      applied upstream
  1740  
  1741   -- Zygmunt Krynicki <me@zygoon.pl>  Tue, 29 Jan 2019 19:24:35 +0100
  1742  
  1743  snapd (2.37-3) unstable; urgency=medium
  1744  
  1745    * Fix --no-arch-any build.
  1746  
  1747   -- Michael Hudson-Doyle <mwhudson@debian.org>  Thu, 24 Jan 2019 16:11:17 +1300
  1748  
  1749  snapd (2.37-2) unstable; urgency=medium
  1750  
  1751    * d/patches/0010-man-page-sections.patch: fix a couple of instances of the
  1752      lintian warning 'manpage-section-mismatch'.
  1753  
  1754   -- Michael Hudson-Doyle <mwhudson@debian.org>  Thu, 24 Jan 2019 09:52:09 +1300
  1755  
  1756  snapd (2.37-1) unstable; urgency=medium
  1757  
  1758    [ Michael Hudson-Doyle ]
  1759    * New upstream version.
  1760    * d/control: make myself Maintainer, use my Debian address, update Vcs-* to
  1761      point to salsa.
  1762    * Add new build-dependencies.
  1763    * d/watch: update to download new upstream-provided no-vendor tarballs.
  1764    * d/patches: refresh/drop.
  1765    * d/patches/no-snapfuse.patch: do not depend on snapfuse fork of squashfuse.
  1766    * d/patches/upstram-bolt.patch: use upstream version of boltdb.
  1767    * d/patches/systemd-activation-compat.patch: compatibility for the
  1768      newer go-systemd in debian
  1769  
  1770    [ Ondřej Nový ]
  1771    * d/copyright: Use https protocol in Format field
  1772    * d/changelog: Remove trailing whitespaces
  1773  
  1774    [ Zygmunt Krynicki ]
  1775    * Update unreleased package to 2.37
  1776    * Drop and recreate all patches
  1777    * Add patches for failing unit tests
  1778    * Reconcile packaging with snapd upstream
  1779  
  1780   -- Zygmunt Krynicki <me@zygoon.pl>  Tue, 22 Jan 2019 12:39:58 +0100
  1781  
  1782  snapd (2.30-5) unstable; urgency=medium
  1783  
  1784    * Team upload.
  1785    * add fix-pkg-config-line.patch to fix FTBFS
  1786    * Set XS-Go-Import-Path
  1787  
  1788   -- Michael Stapelberg <stapelberg@debian.org>  Sat, 10 Feb 2018 23:18:15 +0100
  1789  
  1790  snapd (2.30-4) unstable; urgency=medium
  1791  
  1792    * Fix Built-Using computation on Debian.
  1793    * Add d/patches/disable-TestDoRequestSerialErrorsOnNoHost.patch to disable
  1794      a flaky test.
  1795  
  1796   -- Michael Hudson-Doyle <mwhudson@debian.org>  Tue, 16 Jan 2018 13:02:31 +1300
  1797  
  1798  snapd (2.30-3) unstable; urgency=medium
  1799  
  1800    * Fix arch builds again, sigh,
  1801  
  1802   -- Michael Hudson-Doyle <mwhudson@debian.org>  Tue, 09 Jan 2018 13:56:48 +1300
  1803  
  1804  snapd (2.30-2) unstable; urgency=medium
  1805  
  1806    * Fix arch-all-only build. (Closes: 886431)
  1807  
  1808   -- Michael Hudson-Doyle <mwhudson@debian.org>  Tue, 09 Jan 2018 10:48:20 +1300
  1809  
  1810  snapd (2.30-1) unstable; urgency=medium
  1811  
  1812    * New upstream release.
  1813    * Remove several patches:
  1814      - 0001-osutil-adjust-StreamCommand-tests-for-golang-1.9.patch: included in
  1815        release.
  1816      - apparmor-compat.patch, no-reexec-on-debian.patch: Removed as upstream
  1817        now implements a better solution to the problem.
  1818      - pb.v1-canonical-path.patch: applied upstream.
  1819    * Stop installing udev/rules.d/80-snappy-assign.rules, gone upstream
  1820  
  1821   -- Michael Hudson-Doyle <mwhudson@debian.org>  Fri, 05 Jan 2018 09:39:07 +1300
  1822  
  1823  snapd (2.28.5) xenial; urgency=medium
  1824  
  1825    * New upstream release, LP: #1714984
  1826      - snap-confine: cleanup broken nvidia udev tags
  1827      - cmd/snap-confine: update valid security tag regexp
  1828      - overlord/ifacestate: refresh udev backend on startup
  1829      - dbus: ensure io.snapcraft.Launcher.service is created on re-
  1830        exec
  1831      - snap-confine: add support for handling /dev/nvidia-modeset
  1832      - interfaces/network-control: remove incorrect rules for tun
  1833  
  1834   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 13 Oct 2017 23:25:46 +0200
  1835  
  1836  snapd (2.28.4) xenial; urgency=medium
  1837  
  1838    * New upstream release, LP: #1714984
  1839      - interfaces/opengl: don't udev tag nvidia devices and use snap-
  1840        confine instead
  1841      - debian: fix replaces/breaks for snap-xdg-open (thanks to apw!)
  1842  
  1843   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 11 Oct 2017 19:40:57 +0200
  1844  
  1845  snapd (2.28.3) xenial; urgency=medium
  1846  
  1847    * New upstream release, LP: #1714984
  1848      - interfaces/lxd: lxd slot implementation can also be an app
  1849        snap
  1850  
  1851   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 11 Oct 2017 08:20:26 +0200
  1852  
  1853  snapd (2.28.2) xenial; urgency=medium
  1854  
  1855    * New upstream release, LP: #1714984
  1856      - interfaces: fix udev rules for tun
  1857      - release,cmd,dirs: Redo the distro checks to take into account
  1858        distribution families
  1859  
  1860   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 10 Oct 2017 18:39:58 +0200
  1861  
  1862  snapd (2.28.1) xenial; urgency=medium
  1863  
  1864    * New upstream release, LP: #1714984
  1865      - snap-confine: update apparmor rules for fedora based basesnaps
  1866      - snapstate: rename refresh hook to post-refresh for consistency
  1867  
  1868   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 27 Sep 2017 17:59:49 -0400
  1869  
  1870  snapd (2.28) xenial; urgency=medium
  1871  
  1872    * New upstream release, LP: #1714984
  1873      - hooks: rename refresh to after-refresh
  1874      - snap-confine: bind mount /usr/lib/snapd relative to snap-confine
  1875      - cmd,dirs: treat "liri" the same way as "arch"
  1876      - snap-confine: fix base snaps on core
  1877      - hooks: substitute env vars when executing hooks
  1878      - interfaces: updates for default, browser-support, desktop, opengl,
  1879        upower and stub-resolv.conf
  1880      - cmd,dirs: treat manjaro the same as arch
  1881      - systemd: do not run auto-import and repair services on classic
  1882      - packaging/fedora: Ensure vendor/ is empty for builds and fix spec
  1883        to build current master
  1884      - many: fix TestSetConfNumber missing an Unlock and other fragility
  1885        improvements
  1886      - osutil: adjust StreamCommand tests for golang 1.9
  1887      - daemon: allow polkit authorisation to install/remove snaps
  1888      - tests: make TestCmdWatch more robust
  1889      - debian: improve package description
  1890      - interfaces: add netlink kobject uevent to hardware observe
  1891      - debian: update trusted account-keys check on 14.04 packaging
  1892      - interfaces/network-{control,observe}: allow receiving
  1893        kobject_uevent() messages
  1894      - tests: fix lxd test for external backend
  1895      - snap-confine,snap-update-ns: add -no-pie to fix FTBFS on
  1896        go1.7,ppc64
  1897      - corecfg: mock "systemctl" in all corecfg tests
  1898      - tests: fix unit tests on Ubuntu 14.04
  1899      - debian: add missing flags when building static snap-exec
  1900      - many: end-to-end support for the bare base snap
  1901      - overlord/snapstate: SetRootDir from SetUpTest, not in just some
  1902        tests
  1903      - store: have an ad-hoc method on cfg to get its list of uris for
  1904        tests
  1905      - daemon: let client decide whether to allow interactive auth via
  1906        polkit
  1907      - client,daemon,snap,store: add license field
  1908      - overlord/snapstate: rename HasCurrent to IsInstalled, remove
  1909        superfluous/misleading check from All
  1910      - cmd/snap: SetRootDir from SetUpTest, not in just some individual
  1911        tests.
  1912      - systemd: rename snap-repair.{service,timer} to snapd.snap-
  1913        repair.{service,timer}
  1914      - snap-seccomp: remove use of x/net/bpf from tests
  1915      - httputil: more naive per go version way to recreate a default
  1916        transport for tls reconfig
  1917      - cmd/snap-seccomp/main_test.go: add one more syscall for arm64
  1918      - interfaces/opengl: use == to compare, not =
  1919      - cmd/snap-seccomp/main_test.go: add syscalls for armhf and arm64
  1920      - cmd/snap-repair: track and use a lower bound for the time for
  1921        TLS checks
  1922      - interfaces: expose bluez interface on classic OS
  1923      - snap-seccomp: add in-kernel bpf tests
  1924      - overlord: always try to get a serial, lazily on classic
  1925      - tests: add nmcli regression test
  1926      - tests: deal with __PNR_chown on aarch64 to fix FTBFS on arm64
  1927      - tests: add autopilot-introspection interface test
  1928      - vendor: fix artifact from manually editing vendor/vendor.json
  1929      - tests: rename complexion to test-snapd-complexion
  1930      - interfaces: add desktop and desktop-legacy
  1931        interfaces/desktop: add new 'desktop' interface for modern DEs
  1932        interfaces/builtin/desktop_test.go: use modern testing techniques
  1933        interfaces/wayland: allow read on /etc/drirc for Plasma desktop
  1934        interfaces/desktop-legacy: add new 'legacy' interface (currently
  1935        for a11y and input)
  1936      - tests: fix race in snap userd test
  1937      - devices/iio: add read/write for missing sysfs entries
  1938      - spread: don't set HTTPS?_PROXY for linode
  1939      - cmd/snap-repair: check signatures of repairs from Next
  1940      - env: set XDG_DATA_DIRS for wayland et.al.
  1941      - interfaces/{default,account-control}: Use username/group instead
  1942        of uid/gid
  1943      - interfaces/builtin: use udev tagging more broadly
  1944      - tests: add basic lxd test
  1945      - wrappers: ensure bash completion snaps install on core
  1946      - vendor: use old golang.org/x/crypto/ssh/terminal to build on
  1947        powerpc again
  1948      - docs: add PULL_REQUEST_TEMPLATE.md
  1949      - interfaces: fix network-manager plug
  1950      - hooks: do not error out when hook is optional and no hook handler
  1951        is registered
  1952      - cmd/snap: add userd command to replace snapd-xdg-open
  1953      - tests: new regex used to validate the core version on extra snaps
  1954        ass...
  1955      - snap: add new `snap switch` command
  1956      - tests: wait more and more debug info about fakestore start issues
  1957      - apparmor,release: add better apparmor detection/mocking code
  1958      - interfaces/i2c: adjust sysfs rule for alternate paths
  1959      - interfaces/apparmor: add missing call to dirs.SetRootDir
  1960      - cmd: "make hack" now also installs snap-update-ns
  1961      - tests: copy files with less verbosity
  1962      - cmd/snap-confine: allow using additional libraries required by
  1963        openSUSE
  1964      - packaging/fedora: Merge changes from Fedora Dist-Git
  1965      - snapstate: improve the error message when classic confinement is
  1966        not supported
  1967      - tests: add test to ensure amd64 can run i386 syscall binaries
  1968      - tests: adding extra info for fakestore when fails to start
  1969      - tests: install most important snaps
  1970      - cmd/snap-repair: more test coverage of filtering
  1971      - squashfs: remove runCommand/runCommandWithOutput as we do not need
  1972        it
  1973      - cmd/snap-repair: ignore superseded revisions, filter on arch and
  1974        models
  1975      - hooks: support for refresh hook
  1976      - Partial revert "overlord/devicestate, store: update device auth
  1977        endpoints URLs"
  1978      - cmd/snap-confine: allow reading /proc/filesystems
  1979      - cmd/snap-confine: genearlize apparmor profile for various lib
  1980        layout
  1981      - corecfg: fix proxy.* writing and add integration test
  1982      - corecfg: deal with system.power-key-action="" correctly
  1983      - vendor: update vendor.json after (presumed) manual edits
  1984      - cmd/snap: in `snap info`, don't print a newline between tracks
  1985      - daemon: add polkit support to /v2/login
  1986      - snapd,snapctl: decode json using Number
  1987      - client: fix go vet 1.7 errors
  1988      - tests: make 17.04 shellcheck clean
  1989      - tests: remove TestInterfacesHelp as it breaks when go-flags
  1990        changes
  1991      - snapstate: undo a daemon restart on classic if needed
  1992      - cmd/snap-repair: recover brand/model from
  1993        /var/lib/snapd/seed/assertions checking signatures and brand
  1994        account
  1995      - spread: opt into unsafe IO during spread tests
  1996      - snap-repair: update snap-repair/runner_test.go for API change in
  1997        makeMockServer
  1998      - cmd/snap-repair: skeleton code around actually running a repair
  1999      - tests: wait until the port is listening after start the fake store
  2000      - corecfg: fix typo in tests
  2001      - cmd/snap-repair: test that redirects works during fetching
  2002      - osutil: honor SNAPD_UNSAFE_IO for testing
  2003      - vendor: explode and make more precise our golang.go/x/crypto deps,
  2004        use same version as Debian unstable
  2005      - many: sanitize NewStoreStack signature, have shared default store
  2006        test private keys
  2007      - systemd: disable `Nice=-5` to fix error when running inside lxd
  2008      - spread.yaml: update delta ref to 2.27
  2009      - cmd/snap-repair: use E-Tags when refetching a repair to retry
  2010      - interfaces/many: updates based on chromium and mrrescue denials
  2011      - cmd/snap-repair: implement most logic to get the next repair to
  2012        run/retry in a brand sequence
  2013      - asserts/assertstest: copy headers in SigningDB.Sign
  2014      - interfaces: convert uhid to common interface and test cases
  2015        improvement for time_control and opengl
  2016      - many tests: move all panicing fake store methods to a common place
  2017      - asserts: add store assertion type
  2018      - interfaces: don't crash if content slot has no attributes
  2019      - debian: do not build with -buildmode=pie on i386
  2020      - wrappers: symlink completion snippets when symlinking binaries
  2021      - tests: adding more debug information for the interfaces-cups-
  2022        control …
  2023      - apparmor: pass --quiet to parser on load unless SNAPD_DEBUG is set
  2024      - many: allow and support serials signed by the 'generic' authority
  2025        instead of the brand
  2026      - corecfg: add proxy configuration via `snap set core
  2027        proxy.{http,https,ftp}=...`
  2028      - interfaces: a bunch of interfaces test improvement
  2029      - tests: enable regression and completion suites for opensuse
  2030      - tests: installing snapd for nested test suite
  2031      - interfaces: convert lxd_support to common iface
  2032      - interfaces: add missing test for camera interface.
  2033      - snap: add support for parsing snap layout section
  2034      - cmd/snap-repair: like for downloads we cannot have a timeout (at
  2035        least for now), less aggressive retry strategies
  2036      - overlord: rely on more conservative ensure interval
  2037      - overlord,store: no piles of return args for methods gathering
  2038        device session request params
  2039      - overlord,store: send model assertion when setting up device
  2040        sessions
  2041      - interfaces/misc: updates for unity7/x11, browser-
  2042        support, network-control and mount-observe
  2043        interfaces/unity7,x11: update for NETLINK_KOBJECT_UEVENT
  2044        interfaces/browser-support: update sysfs reads for
  2045        newer browser versions, interfaces/network-control: rw for
  2046        ieee80211 advanced wireless interfaces/mount-observe: allow read
  2047        on sysfs entries for block devices
  2048      - tests: use dnf --refresh install to avert stale cache
  2049      - osutil: ensure TestLockUnlockWorks uses supported flock
  2050      - interfaces: convert lxd to common iface
  2051      - tests: restart snapd to ensure re-exec settings are applied
  2052      - tests: fix interfaces-cups-control test
  2053      - interfaces: improve and tweak bunch of interfaces test cases.
  2054      - tests: adding extra worker for fedora
  2055      - asserts,overlord/devicestate: support predefined assertions that
  2056        don't establish foundational trust
  2057      - interfaces: convert two hardware_random interfaces to common iface
  2058      - interfaces: convert io_ports_control to common iface
  2059      - tests: fix for  upgrade test on fedora
  2060      - daemon, client, cmd/snap: implement snap start/stop/restart
  2061      - cmd/snap-confine: set _FILE_OFFSET_BITS to 64
  2062      - interfaces: covert framebuffer to commonInterface
  2063      - interfaces: convert joystick to common iface
  2064      - interfaces/builtin: add the spi interface
  2065      - wrappers, overlord/snapstate/backend: make link-snap clean up on
  2066        failure.
  2067      - interfaces/wayland: add wayland interface
  2068      - interfaces: convert kvm to common iface
  2069      - tests: extend upower-observe test to cover snaps providing slots
  2070      - tests: enable main suite for opensuse
  2071      - interfaces: convert physical_memory_observe to common iface
  2072      - interfaces: add missing test for optical_drive interface.
  2073      - interfaces: convert physical_memory_control to common iface
  2074      - interfaces: convert ppp to common iface
  2075      - interfaces: convert time-control to common iface
  2076      - tests: fix failover test
  2077      - interfaces/builtin: rework for avahi interface
  2078      - interfaces: convert broadcom-asic-control to common iface
  2079      - snap/snapenv: document the use of CoreSnapMountDir for SNAP
  2080      - packaging/arch: drop patches merged into master
  2081      - cmd: fix mustUnsetenv docstring (thanks to Chipaca)
  2082      - release: remove default from VERSION_ID
  2083      - tests: enable regression, upgrade and completion test suites for
  2084        fedora
  2085      - tests: restore interfaces-account-control properly
  2086      - overlord/devicestate, store: update device auth endpoints URLs
  2087      - tests: fix install-hook test failure
  2088      - tests: download core and ubuntu-core at most once
  2089      - interfaces: add common support for udev
  2090      - overlord/devicestate: fix, don't assume that the serial is backed
  2091        by a 1-key chain
  2092      - cmd/snap-confine: don't share /etc/nsswitch from host
  2093      - store: do not resume a download when we already have the whole
  2094        thing
  2095      - many: implement "snap logs"
  2096      - store: don't call useDeltas() twice in quick succession
  2097      - interfaces/builtin: add kvm interface
  2098      - snap/snapenv: always expect /snap for $SNAP
  2099      - cmd: mark arch as non-reexecing distro
  2100      - cmd: fix tests that assume /snap mount
  2101      - gitignore: ignore more build artefacts
  2102      - packaging: add current arch packaging
  2103      - interfaces/unity7: allow receiving media key events in (at least)
  2104        gnome-shell
  2105      - interfaces/many, cmd/snap-confine: miscellaneous policy updates
  2106      - interfaces/builtin: implement broadcom-asic-control interface
  2107      - interfaces/builtin: reduce duplication and remove cruft in
  2108        Sanitize{Plug,Slot}
  2109      - tests: apply underscore convention for SNAPMOUNTDIR variable
  2110      - interfaces/greengrass-support: adjust accesses now that have
  2111        working snap
  2112      - daemon, client, cmd/snap: implement "snap services"
  2113      - tests: fix refresh tests not stopping fake store for fedora
  2114      - many: add the interface command
  2115      - overlord/snapstate/backend: some copydata improvements
  2116      - many: support querying and completing assertion type names
  2117      - interfaces/builtin: discard empty Validate{Plug,Slot}
  2118      - cmd/snap-repair:  start of Runner, implement first pass of Peek
  2119        and Fetch
  2120      - tests: enable main suite on fedora
  2121      - snap: do not always quote the snap info summary
  2122      - vendor: update go-flags to address crash in "snap debug"
  2123      - interfaces: opengl support pci device and vendor
  2124      - many: start implenting "base" snap type on the snapd side
  2125      - arch,release: map armv6 correctly
  2126      - many: expose service status in 'snap info'
  2127      - tests: add browser-support interface test
  2128      - tests: disable snapd-notify for the external backend
  2129      - interfaces: Add /run/uuid/request to openvswitch
  2130      - interfaces: add password-manager-service implicit classic
  2131        interface
  2132      - cmd: rework reexec detection
  2133      - cmd: fix re-exec bug when starting from snapd 2.21
  2134      - tests: dependency packages installed during prepare-project
  2135      - tests: remove unneeded check for re-exec in InternalToolPath()
  2136      - cmd,tests: fix classic confinement confusing re-execution code
  2137      - store: configurable base api
  2138      - tests: fix how package lists are updated for opensuse and fedora
  2139  
  2140   -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 25 Sep 2017 12:07:34 -0400
  2141  
  2142  snapd (2.27.6-2) unstable; urgency=medium
  2143  
  2144    * Add d/patches/0001-osutil-adjust-StreamCommand-tests-for-golang-1.9.patch
  2145      to fix FTBFS with Go 1.9. (Closes: #876867)
  2146  
  2147   -- Michael Hudson-Doyle <mwhudson@debian.org>  Tue, 26 Sep 2017 13:41:53 -0400
  2148  
  2149  snapd (2.27.6-1) unstable; urgency=medium
  2150  
  2151    * New upstream release, LP: #1703798:
  2152      - interfaces: add udev netlink support to hardware-observe
  2153      - interfaces/network-{control,observe}: allow receiving
  2154        kobject_uevent() messages
  2155  
  2156   -- Zygmunt Krynicki <me@zygoon.pl>  Fri, 08 Sep 2017 00:03:18 +0200
  2157  
  2158  snapd (2.27.5-1) unstable; urgency=medium
  2159  
  2160    * New upstream release.
  2161      - interfaces: fix network-manager plug regression
  2162      - hooks: do not error when hook handler is not registered
  2163      - interfaces/alsa,pulseaudio: allow read on udev data for sound
  2164      - interfaces/optical-drive: read access to udev data for /dev/scd*
  2165      - interfaces/browser-support: read on /proc/vmstat and misc udev data
  2166  
  2167   -- Zygmunt Krynicki <me@zygoon.pl>  Thu, 31 Aug 2017 10:11:20 +0200
  2168  
  2169  snapd (2.27.4-1) unstable; urgency=medium
  2170  
  2171    * New upstream release.
  2172    * Enable seccomp.
  2173  
  2174   -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Thu, 24 Aug 2017 22:12:52 +1200
  2175  
  2176  snapd (2.27.2-2) unstable; urgency=medium
  2177  
  2178    * Fix re-exec test failure.
  2179  
  2180   -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Fri, 18 Aug 2017 11:37:47 +1200
  2181  
  2182  snapd (2.27.2-1) unstable; urgency=medium
  2183  
  2184    * New upstream release.
  2185    * Stop using single-debian-patch, split delta into separate patches.
  2186    * Allow confining snap-confine even when --disable-apparmor is used.
  2187    * Pass --enable-static-libcap to cmd/configure, as was always the intention.
  2188    * Disable re-exec on Debian until core snap can cope with a partial apparmor
  2189      implementation. (Closes: #851473)
  2190  
  2191   -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Fri, 18 Aug 2017 11:00:31 +1200
  2192  
  2193  snapd (2.27.1-1) unstable; urgency=medium
  2194  
  2195    * New upstream release. (Closes: #868959, #869268, #872071)
  2196    * New changes to upstream sources:
  2197      - Disable cmd/snap-seccomp tests as they depend on an unpackaged fork of
  2198        golang/x/net.
  2199      - Use upstream version of libseccomp-golang.
  2200    * Do not install ancient ubuntu-core-launcher symlink.
  2201  
  2202   -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Mon, 14 Aug 2017 21:53:09 +1200
  2203  
  2204  snapd (2.27.1) xenial; urgency=medium
  2205  
  2206    * New upstream release, LP: #1703798:
  2207      - tests: use dnf --refresh install to avert stale cache
  2208      - tests: fix test failure on 14.04 due to old version of
  2209        flock
  2210      - updates for unity7/x11, browser-support, network-control,
  2211        mount-observe
  2212      - interfaces/unity7,x11: update for NETLINK_KOBJECT_UEVENT
  2213      - interfaces/browser-support: update sysfs reads for
  2214        newer browser versions
  2215      - interfaces/network-control: rw for ieee80211 advanced wireless
  2216      - interfaces/mount-observe: allow read on sysfs entries for block
  2217        devices
  2218  
  2219   -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 14 Aug 2017 08:02:17 +0200
  2220  
  2221  snapd (2.27) xenial; urgency=medium
  2222  
  2223    * New upstream release, LP: #1703798
  2224      - fix build failure on 32bit fedora
  2225      - interfaces: add password-manager-service implicit classic interface
  2226      - interfaces/greengrass-support: adjust accesses now that have working
  2227        snap
  2228      - interfaces/many, cmd/snap-confine: miscellaneous policy updates
  2229      - interfaces/unity7: allow receiving media key events in (at least)
  2230        gnome-shell
  2231      - cmd: fix re-exec bug when starting from snapd 2.21
  2232      - tests: restore interfaces-account-control properly
  2233      - cmd: fix tests that assume /snap mount
  2234      - cmd: mark arch as non-reexecing distro
  2235      - snap-confine: don't share /etc/nsswitch from host
  2236      - store: talk to api.snapcraft.io for purchases
  2237      - hooks: support for install and remove hooks
  2238      - packaging: fix Fedora support
  2239      - tests: add bluetooth-control interface test
  2240      - store: talk to api.snapcraft.io for assertions
  2241      - tests: remove snapd before building from branch
  2242      - tests: add avahi-observe interface test
  2243      - store: orders API now checks if customer is ready
  2244      - cmd/snap: snap find only searches stable
  2245      - interfaces: updates default, mir, optical-observe, system-observe,
  2246        screen-inhibit-control and unity7
  2247      - tests: speedup prepare statement part 1
  2248      - store: do not send empty refresh requests
  2249      - asserts: fix error handling in snap-developer consistency check
  2250      - systemd: add explicit sync to snapd.core-fixup.sh
  2251      - snapd: generate snap cookies on startup
  2252      - cmd,client,daemon: expose "force devmode" in sysinfo
  2253      - many: introduce and use strutil.ListContains and also
  2254        strutil.SortedListContains
  2255      - assserts,overlord/assertstate: test we don't accept chains of
  2256        assertions founded on a self-signed key coming externally
  2257      - interfaces: enable access to bridge settings
  2258      - interfaces: fix copy-pasted iio vs io in io-ports-control
  2259      - cmd/snap-confine: various small fixes and tweaks to seccomp
  2260        support code
  2261      - interfaces: bring back seccomp argument filtering
  2262      - systemd, osutil: rework systemd logs in preparation for services
  2263        commands
  2264      - tests: store /etc/systemd/system/snap-*core*.mount in snapd-
  2265        state.tar.gz
  2266      - tests: shellcheck improvements for tests/main tasks - first set of
  2267        tests
  2268      - cmd/snap: `--last` for abort and watch, and aliases
  2269        (search→find, change→tasks)
  2270      - tests: shellcheck improvements for tests/lib scripts
  2271      - tests: create ramdisk if it's not present
  2272      - tests: shellcheck improvements for nightly upgrade and regressions
  2273        tests
  2274      - snapd: fix for snapctl get panic on null config values.
  2275      - tests: fix for rng-tools service not restarting
  2276      - systemd: add snapd.core-fixup.service unit
  2277      - cmd: avoid using current symlink in InternalToolPath
  2278      - tests: fix timeout issue for test refresh core with hanging …
  2279      - intefaces: control bridged vlan/ppoe-tagged traffic
  2280      - cmd/snap: include snap type in notes
  2281      - overlord/state: Abort() only visits each task once
  2282      - tests: extend find-private test to cover more cases
  2283      - snap-seccomp: skip socket() tests on systems that use socketcall()
  2284        instead of socket()
  2285      - many: support snap title as localized/title-cased name
  2286      - snap-seccomp: deal with mknod on aarch64 in the seccomp tests
  2287      - interfaces: put base policy fragments inside each interface
  2288      - asserts: introduce NewDecoderWithTypeMaxBodySize
  2289      - tests: fix snapd-notify when it takes more time to restart
  2290      - snap-seccomp: fix snap-seccomp tests in artful
  2291      - tests: fix for create-key task to avoid rng-tools service ramains
  2292        alive
  2293      - snap-seccomp: make sure snap-seccomp writes the bpf file
  2294        atomically
  2295      - tests: do not disable ipv6 on core systems
  2296      - arch: the kernel architecture name is armv7l instead of armv7
  2297      - snap-confine: ensure snap-confine waits some seconds for seccomp
  2298        security profiles
  2299      - tests: shellcheck improvements for tests/nested tasks
  2300      - wrappers: add SyslogIdentifier to the service unit files.
  2301      - tests: shellcheck improvements for unit tasks
  2302      - asserts: implement FindManyTrusted as well
  2303      - asserts: open up and optimize Encoder to help avoiding unnecessary
  2304        copying
  2305      - interfaces: simplify snap-confine by just loading pre-generated
  2306        bpf code
  2307      - tests: restart rng-tools services after few seconds
  2308      - interfaces, tests: add mising dbus abstraction to system-observe
  2309        and extend spread test
  2310      - store: change main store host to api.snapcraft.io
  2311      - overlord/cmdstate: new package for running commands as tasks.
  2312      - spread: help libapt resolve installing libudev-dev
  2313      - tests: show the IP from .travis.yaml
  2314      - tests/main: use pkgdb function in more test cases
  2315      - cmd,daemon: add debug command for displaying the base policy
  2316      - tests: prevent quoting error on opensuse
  2317      - tests: fix nightly suite
  2318      - tests: add linode-sru backend
  2319      - snap-confine: validate SNAP_NAME against security tag
  2320      - tests: fix ipv6 disable for ubuntu-core
  2321      - tests: extend core-revert test to cover bluez issues
  2322      - interfaces/greengrass-support: add support for Amazon Greengrass
  2323        as a snap
  2324      - asserts: support timestamp and optional disabled header on repair
  2325      - tests: reboot after upgrading to snapd on the -proposed pocket
  2326      - many: fix test cases to work with different DistroLibExecDir
  2327      - tests: reenable help test on ubuntu and debian systems
  2328      - packaging/{opensuse,fedora}: allow package build with testkeys
  2329        included
  2330      - tests/lib: generalize RPM build support
  2331      - interfaces/builtin: sync connected slot and permanent slot snippet
  2332      - tests: fix snap create-key by restarting automatically rng-tools
  2333      - many: switch to use http numeric statuses as agreed
  2334      - debian: add missing  Type=notify in 14.04 packaging
  2335      - tests: mark interfaces-openvswitch as manual due to prepare errors
  2336      - debian: unify built_using between the 14.04 and 16.04 packaging
  2337        branch
  2338      - tests: pull from urandom when real entropy is not enough
  2339      - tests/main/manpages: install missing man package
  2340      - tests: add refresh --time output check
  2341      - debian: add missing "make -C data/systemd clean"
  2342      - tests: fix for upgrade test when it is repeated
  2343      - tests/main: use dir abstraction in a few more test cases
  2344      - tests/main: check for confinement in a few more interface tests
  2345      - spread: add fedora snap bin dir to global PATH
  2346      - tests: check that locale-control is not present on core
  2347      - many: snapctl outside hooks
  2348      - tests: add whoami check
  2349      - interfaces: compose the base declaration from interfaces
  2350      - tests: fix spread flaky tests linode
  2351      - tests,packaging: add package build support for openSUSE
  2352      - many: slight improvement of some snap error messaging
  2353      - errtracker: Include /etc/apparmor.d/usr.lib.snap-confine md5sum in
  2354        err reports
  2355      - tests: fix for the test postrm-purge
  2356      - tests: restoring the /etc/environment and service units config for
  2357        each test
  2358      - daemon: make snapd a "Type=notify" daemon and notify when startup
  2359        is done
  2360      - cmd/snap-confine: add support for --base snap
  2361      - many: derive implicit slots from interface meta-data
  2362      - tests: add core revert test
  2363      - tests,packaging: add package build support for Fedora for our
  2364        spread setup
  2365      - interfaces: move base declaration to the policy sub-package
  2366      - tests: fix for snapd-reexec test cheking for restart info on debug
  2367        log
  2368      - tests: show available entropy on error
  2369      - tests: clean journalctl logs on trusty
  2370      - tests: fix econnreset on staging
  2371      - tests: modify core before calling set
  2372      - tests: add snap-confine privilege test
  2373      - tests: add staging snap-id
  2374      - interfaces/builtin: silence ptrace denial for network-manager
  2375      - tests: add alsa interface spread test
  2376      - tests: prefer ipv4 over ipv6
  2377      - tests: fix for econnreset test checking that the download already
  2378        started
  2379      - httputil,store: extract retry code to httputil, reorg usages
  2380      - errtracker: report if snapd did re-execute itself
  2381      - errtracker: include bits of snap-confine apparmor profile
  2382      - tests: take into account staging snap-ids for snap-info
  2383      - cmd: add stub new snap-repair command and add timer
  2384      - many: stop "snap refresh $x --channel invalid" from working
  2385      - interfaces: revert "interfaces: re-add reverted ioctl and quotactl
  2386      - snapstate: consider connect/disconnect tasks in
  2387        CheckChangeConflict.
  2388      - interfaces: disable "mknod |N" in the default seccomp template
  2389        again
  2390      - interfaces,overlord/ifacestate: make sure installing slots after
  2391        plugs works similarly to plugs after slots
  2392      - interfaces/seccomp: add bind() syscall for forced-devmode systems
  2393      - packaging/fedora: Sync packaging from Fedora Dist-Git
  2394      - tests: move static and unit tests to spread task
  2395      - many: error types should be called FooError, not ErrFoo.
  2396      - partition: add directory sync to the save uboot.env file code
  2397      - cmd: test everything (100% coverage \o/)
  2398      - many: make shell scripts shellcheck-clean
  2399      - tests: remove additional setup for docker on core
  2400      - interfaces: add summary to each interface
  2401      - many: remove interface meta-data from list of connections
  2402      - logger (& many more, to accommodate): drop explicit syslog.
  2403      - packaging: import packaging bits for opensuse
  2404      - snapstate,many: implement snap install --unaliased
  2405      - tests/lib: abstract build dependency installation a bit more
  2406      - interfaces, osutil: move flock code from interfaces/mount to
  2407        osutil
  2408      - cmd: auto import assertions only from ext4,vfat file systems
  2409      - many: refactor in preparation for 'snap start'
  2410      - overlord/snapstate: have an explicit code path last-refresh
  2411        unset/zero => immediately refresh try
  2412      - tests: fixes for executions using the staging store
  2413      - tests: use pollinate to seed the rng
  2414      - cmd/snap,tests: show the sha3-384 of the snap for snap info
  2415        --verbose SNAP-FILE
  2416      - asserts: simplify and adjust repair assertion definition
  2417      - cmd/snap,tests: show the snap id if available in snap info
  2418      - daemon,overlord/auth: store from model assertion wins
  2419      - cmd/snap,tests/main: add confinement switch instead of spread
  2420        system blacklisting
  2421      - many: cleanup MockCommands and don't leave a process around after
  2422        hookstate tests
  2423      - tests: update listing test to the core version number schema
  2424      - interfaces: allow snaps to use the timedatectl utility
  2425      - packaging: Add Fedora packaging files
  2426      - tests/libs: add distro_auto_remove_packages function
  2427      - cmd/snap: correct devmode note for anomalous state
  2428      - tests/main/snap-info: use proper pkgdb functions to install distro
  2429        packages
  2430      - tests/lib: use mktemp instead of tempfile to work cross-distro
  2431      - tests: abstract common dirs which differ on distributions
  2432      - many: model and expose interface meta-data.
  2433      - overlord: make config defaults from gadget work also at first boot
  2434      - interfaces/log-observe: allow using journalctl from hostfs for
  2435        classic distro
  2436      - partition,snap: add support for android boot
  2437      - errtracker: small simplification around readMachineID
  2438      - snap-confine: move rm_rf_tmp to test-utils.
  2439      - tests/lib: introduce pkgdb helper library
  2440      - errtracker: try multiple paths to read machine-id
  2441      - overlord/hooks: make sure only one hook for given snap is executed
  2442        at a time.
  2443      - cmd/snap-confine: use SNAP_MOUNT_DIR to setup /snap inside the
  2444        confinement env
  2445      - tests: bump kill-timeout and remove quiet call on build
  2446      - tests/lib/snaps: add a test store snap with a passthrough
  2447        configure hook
  2448      - daemon: teach the daemon to wait on active connections when
  2449        shutting down
  2450      - tests: remove unit tests task
  2451      - tests/main/completion: source from /usr/share/bash-completion
  2452      - assertions: add "repair" assertion
  2453      - interfaces/seccomp: document Backend.NewSpecification
  2454      - wrappers: make StartSnapServices cleanup any services that were
  2455        added if a later one fails
  2456      - overlord/snapstate: avoid creating command aliases for daemons
  2457      - vendor: remove unused packages
  2458      - vendor,partition: fix panics from uenv
  2459      - cmd,interfaces/mount: run snap-update-ns and snap-discard-ns from
  2460        core if possible
  2461      - daemon: do not allow to install ubuntu-core anymore
  2462      - wrappers: service start/stop were inconsistent
  2463      - tests: fix failing tests (snap core version, syslog changes)
  2464      - cmd/snap-update-ns: add actual implementation
  2465      - tests: improve entropy also for ubuntu
  2466      - cmd/snap-confine: use /etc/ssl from the core snap
  2467      - wrappers: don't convert between []byte and string needlessly.
  2468      - hooks: default timeout
  2469      - overlord/snapstate: Enable() was ignoring the flags from the
  2470        snap's state, resulting in losing "devmode" on disable/enable.
  2471      - difs,interfaces/mount: add support for locking namespaces
  2472      - interfaces/mount: keep track of kept mount entries
  2473      - tests/main: move a bunch of greps over to MATCH
  2474      - interfaces/builtin: make all interfaces private
  2475      - interfaces/mount: spell unmount correctly
  2476      - tests: allow 16-X.Y.Z version of core snap
  2477      - the timezone_control interface only allows changing /etc/timezone
  2478        and /etc/writable/timezone. systemd-timedated also updated the
  2479        link of /etc/localtime and /etc/writable/localtime ... allow
  2480        access to this file too
  2481      - cmd/snap-confine: aggregate operations holding global lock
  2482      - api, ifacestate: resolve disconnect early
  2483      - interfaces/builtin: ensure we don't register interfaces twice
  2484  
  2485   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 10 Aug 2017 12:43:16 +0200
  2486  
  2487  snapd (2.26.14) xenial; urgency=medium
  2488  
  2489    * New upstream release, LP: #1690083
  2490      - cmd: fix incorrect re-exec when starting from snapd 2.21
  2491  
  2492   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 20 Jul 2017 13:52:05 +0200
  2493  
  2494  snapd (2.26.13) xenial; urgency=medium
  2495  
  2496    * New upstream release, LP: #1690083
  2497      - cmd,tests: fix classic confinement confusing re-execution code
  2498      - cmd: fix incorrect check check for re-exec in InternalToolPath()
  2499      - snap-seccomp: add secondary arch for unrestricted snaps as well
  2500  
  2501   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 18 Jul 2017 20:34:33 +0200
  2502  
  2503  snapd (2.26.10) xenial; urgency=medium
  2504  
  2505    * New upstream release, LP: #1690083
  2506      - Fix snap-seccomp tests in artful/trusty on i386/s390x/aarch64
  2507  
  2508   -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 17 Jul 2017 11:58:22 +0200
  2509  
  2510  snapd (2.26.9) xenial; urgency=medium
  2511  
  2512    * New upstream release, LP: #1690083
  2513      - statically link libseccomp in snap-seccomp to fix refresh issue
  2514        on trusty
  2515  
  2516   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 12 Jul 2017 08:27:14 +0200
  2517  
  2518  snapd (2.26.8) xenial; urgency=medium
  2519  
  2520    * New upstream release, LP: #1690083
  2521      - Fix snap-seccomp tests in artful/trusty on i386/s390x/aarch64
  2522      - add snapd.core-fixup.service unit
  2523      - ensure re-exec uses the right internal tools
  2524  
  2525   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 05 Jul 2017 07:48:22 +0200
  2526  
  2527  snapd (2.26.6) xenial; urgency=medium
  2528  
  2529    * New upstream release, LP: #1690083
  2530      - interfaces: allow snaps to use the timedatectl utility in
  2531        time-control
  2532  
  2533   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 27 Jun 2017 08:36:23 +0100
  2534  
  2535  snapd (2.26.5) xenial; urgency=medium
  2536  
  2537    * New upstream release, LP: #1690083
  2538      - backport of seccomp-bpf branch to the 2.26 release to ensure snap
  2539        revert with new seccomp syntax works correctly
  2540  
  2541   -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 26 Jun 2017 15:30:15 +0100
  2542  
  2543  snapd (2.26.4) xenial; urgency=medium
  2544  
  2545    * New upstream release, LP: #1690083
  2546      - partly revert aace15ab53 to unbreak core reverts
  2547      - Revert "interfaces: re-add reverted ioctl and quotactl (revert 21bc6b9f)"
  2548      - Disable "mknod |N" in the default seccomp template
  2549        reasons outline in https://forum.snapcraft.io/t/snapd-2-25-blocked-because-of-revert-race-condition
  2550      - errtracker: include bits of snap-confine apparmor profile
  2551      - errtracker: report if snapd did re-execute itself
  2552  
  2553   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 01 Jun 2017 18:50:52 +0200
  2554  
  2555  snapd (2.26.3) xenial; urgency=medium
  2556  
  2557    * New upstream release, LP: #1690083
  2558      - cherry pick test fixes f0103a6, 9de5c8a, d7725a7 to make
  2559        sure the image tests are updated for the changes in the
  2560        `snap info core` output and the removal of the rsyslog
  2561        package from core.
  2562  
  2563   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 17 May 2017 11:31:56 +0200
  2564  
  2565  snapd (2.26.2) xenial; urgency=medium
  2566  
  2567    * New upstream release, LP: #1690083
  2568      - cherry pick d444728 to make the uboot.env file parsing more
  2569        robust
  2570  
  2571   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 16 May 2017 18:37:07 +0200
  2572  
  2573  snapd (2.26.1) xenial; urgency=medium
  2574  
  2575    * New upstream release, LP: #1690083
  2576      - store: fix panic error in auth
  2577      - tests: the new ubuntu-image snap needs classic confinement, adjust
  2578        tests
  2579      - cmd/snap-confine: don't fail on pre 3.8 kernel
  2580  
  2581   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 11 May 2017 21:44:27 +0200
  2582  
  2583  snapd (2.26) xenial; urgency=medium
  2584  
  2585    * New upstream release, LP: #1690083
  2586      - timeutil: avoid panicking when the window is very small
  2587      - image: fix go vet issue
  2588      - overlord/ifacestate: don't spam logs with harmless auto-connect
  2589        messages
  2590      - interfaces/builtin: add network-status interface
  2591      - interfaces/builtin: add online-accounts-service interface
  2592      - interfaces/builtin: distribute code of touching allInterfaces
  2593      - interfaces: API additions for interface hooks
  2594      - interfaces/builtin: add storage-framework-service interface
  2595      - tests: disable create-key test on ppc64el for artful (expect not
  2596        working)
  2597      - snap: make `snap prepare-image --extra-snaps` derive side info
  2598      - tests: unify tests/{main/completion,completion}/lib.exp0
  2599      - cmd/snap: tweak info channels output
  2600      - interfaces: ensure that legacy interface methods are unused
  2601      - packaging: cleanup how built-using is generated
  2602      - tests: extend kernel-module-control interface test
  2603      - interfaces/network: workaround Go's need for NETLINK_ROUTE with
  2604        'net'.
  2605      - cmd/snap-confine: use defensive argument parser
  2606      - tests: add test for empty snap name on revert
  2607      - overlord/hookstate: remove unused Context.timeout
  2608      - tests: additional setup in docker test for core systems
  2609      - configstate: return error if patch is invalid
  2610      - interfaces: add random interface
  2611      - store, daemon, client, cmd/snap: handle PASSWORD_POLICY_ERROR
  2612      - cmd/snap, client: add "whoami" command
  2613      - cmd/snap: iterate interface tab completion
  2614      - snap: move locale-control to only be present on classic
  2615      - interfaces/browser-support: deny read on squashfs backing files
  2616        and LVM vg names
  2617      - tests: wait for the docker socket to be listening
  2618      - snap: add `snap refresh --time` option
  2619      - tests: re-enable and moderninze /media sharing test
  2620      - cmd: make rst2man optional
  2621      - tests: remove quoting from [[ ]] when globs
  2622      - interfaces: allow plugging DBus clients to introspect the slot
  2623        service
  2624      - packaging/ubuntu*/changelog: drop extra dash
  2625      - snap-confine: init the ENTRY variable, coverity is unhappy
  2626        otherwise
  2627      - cmd/snap-confine/spread-tests: discard useless --version test
  2628      - spread: add spread target qemu:debian-9-64
  2629      - interfaces: mediate netlink sockets via seccomp
  2630      - tests,cmd/snap-confine: port older snapd-discard-ns tests
  2631      - cmd/snap-confine/tests: fix shellcheck on recently added files
  2632      - tests/upgrade: force install core snap from beta for debian
  2633      - overlord/snapstate/backend,interfaces/mount: move ns management
  2634        code.
  2635      - tests: extend network-control spread test to cope with network
  2636        namespaces
  2637      - tests: fail early in the spread suite if trying to run it inside a
  2638        container
  2639      - tests: set ownership of $PROJECT_PATH for the external backend
  2640      - tests: specify the auto-refreshable snap being tested
  2641      - many: fix tests with go1.8 / artful
  2642      - fix for tests: debian does not have /snap/bin in secure_path so
  2643        sudo
  2644      - snap: support for snap tasks --last=...
  2645      - cmd/snap-confine: remove obsolete debug message
  2646      - address review feedback, add a lot of comments :-), call
  2647        shellcheck on the completion scripts, fix a bug in compopt
  2648  
  2649   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 11 May 2017 10:05:44 +0200
  2650  
  2651  snapd (2.25) xenial; urgency=medium
  2652  
  2653    * New upstream release, LP: #1686713
  2654      - interfaces/default: allow mknod for regular files, pipes and
  2655        sockets
  2656      - many: use "SNAP.APP as ALIAS" instead of => when listing
  2657        added/removed aliases
  2658      - cmd/snap-confine: write current mount profile
  2659      - cmd/snap-discard-ns: remove current profile when cleaning up
  2660      - many: support debian in our CI
  2661      - tests: tweak time for econnreset test a bit more
  2662      - cmd/snap-confine: re-enable re-assciate fix for CE
  2663      - many: aliases v2 cleanups
  2664      - cmd/snap-confine: don't use apparmor if it is disabled on boot
  2665      - many: implement `snap prefer <snap>`  (aliases v2)
  2666      - many: adjust /aliases and "snap aliases" to aliases v2, also some
  2667        cleanup
  2668      - snapstate: normalize gadget defaults
  2669      - many: allow core refresh.schedule setting
  2670      - many: show alias changes on snap alias/unalias (aliases v2)
  2671      - client,cmd/snap: improve messaging on --devmode and --classic
  2672      - many: implement `snap unalias <alias-or-snap>` (aliases v2)
  2673      - store: retry on connection reset
  2674      - interfaces/mount: add Change.Perform
  2675      - tests: add openvswitch interface spread test
  2676      - interfaces/i2c: allow modifying device-specific sysfs entries
  2677      - interfaces: allow writing to /run/systemd/journal/stdout by
  2678        default
  2679      - tests: ensure travis fails early if static checks fail
  2680      - store,daemon: make store interpret channel="" as stable in most
  2681        cases
  2682      - overlord/snapstate: make UpdateAliases idempotent, simplify the
  2683        backend interface bits for aliases not used anymore (aliases v2)
  2684      - many: implement snap alias <snap.app> <alias> (aliases v2)
  2685      - snap-confine: add code to ensure that / or /snap is mounted
  2686        "shared"
  2687      - many: show available "tracks" in `snap info`
  2688      - cmd/snap: make users Xauthority file available in snap environment
  2689      - interfaces/mount: write current fstab files with mode 0644
  2690      - overlord: switch to aliases v2 tasks for install/refresh etc ops
  2691        plus transition
  2692      - tests: parameterize gadget snap channel (#3117)
  2693      - tests: copy .real profile as .real
  2694      - tests: add empty initrd failover test
  2695      - many: mount squashfs as read-only
  2696      - cmd: make locking around namespaces explicit
  2697      - tests: address review comments from #3186
  2698      - tests: add dbus interface spread test
  2699      - interfaces/mount: add ReadMountInfo and LoadMountInfo
  2700      - snap: require snap name for 'revert'
  2701      - overlord: maintain per-revision snapshots of snap configuration
  2702      - tests: relax network-bind interface regexps
  2703      - interfaces: re-add reverted ioctl and quotactl (revert 21bc6b9f)
  2704      - store: retry once on hashsum mismatches in a Download()
  2705      - interfaces/builtin: don't panic if content plug has nil attrs
  2706      - interfaces/mount: pass mount.Profile to mount.NeededChanges
  2707      - packaging: add `built-using` header for 16.04 packaging
  2708      - interfaces: add media-hub interface
  2709      - interfaces/builtin: allow full access to properties iface of the
  2710        udisks service
  2711      - tests: handle case when both .real and plain are present
  2712      - interfaces/mount: add Change.String for readable output
  2713      - tests: ensure we mock force dev mode as well to fix FTBFS in
  2714        sbuild
  2715      - store: add more logs around retry in download
  2716      - interfaces/mount: add stub Change.{Needed,Perform}
  2717      - tests: allow installing snapd from -proposed for SRU validation
  2718      - interfaces/mount: parse mount options to map[string]string
  2719      - snap: added tasks subcommand
  2720      - tests: copy snap-confine apparmor profile into testbed
  2721      - interfaces/mount: improve go identifier names of mountinfo, parse
  2722        optional fields
  2723      - Arch Linux wants to respect FHS
  2724        (https://bugs.archlinux.org/task/53656),
  2725      - daemon: do not set RemoveSnapPath flag when doing a try
  2726      - debian: add maintscript helper to remove usr.lib.snapd.snap-
  2727        confine in snap-confine
  2728      - cmd/snap-confine: don't use plain "classic" term
  2729      - cmd/snap-confine: set TMPDIR and TEMPDIR each time
  2730      - many: fixes for `go vet` in go 1.7
  2731      - tests: add kernel-module-control interface test
  2732      - overlord/snapstate: introduce tasks for aliases v2 semantics with
  2733        temporary names for now (aliases v2)
  2734      - overlord/devicestate: switch to ssh-keygen for device key
  2735        generation
  2736      - snap: skip /dev/ram from auto-import assertions to make it less
  2737        noisy (#3010)
  2738      - interfaces: add kubernetes-support interface and adjust related
  2739        interfaces (LP: #1664638)
  2740      - tests: download previous snapd package from published versions
  2741        instead of specific PPA
  2742      - snap: run snap-confine from core if snap is also running from core
  2743      - overlord/ifacestate: automatically rename connections on core snap
  2744      - many: break the /aliases mutation API with a clean 400 (aliases
  2745        v2)
  2746      - interfaces/builting: allow read-only access to /sys/module
  2747      - tests: add extra test after the core transition for snap get/set
  2748        core
  2749      - store: misc cleanups in tests
  2750      - interfaces/mount: add parser for mountinfo entries
  2751      - store: tests for unexpected EOF
  2752      - tests: fix unity test
  2753      - interfaces,overlord: log interface auto-connection failures
  2754      - cmd/snap-update-ns: add C preamble for setns
  2755      - interfaces: validate plug/slot uniqueness
  2756  
  2757   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 28 Apr 2017 07:57:49 +0200
  2758  
  2759  snapd (2.24.1) xenial; urgency=medium
  2760  
  2761    * New upstream release, LP: #1681799:
  2762      - fix autopkgtest failures with stable core snap
  2763      - ensure the snap-confine transitional package cleans up
  2764        the no-longer-used apparmor profile to fix the kernels
  2765        autopkgtest failures
  2766  
  2767   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 19 Apr 2017 11:54:33 +0200
  2768  
  2769  snapd (2.24) xenial; urgency=medium
  2770  
  2771    * New upstream release, LP: #1681799:
  2772      - interfaces/mount: add InfoEntry type
  2773      - many: fix plug auto-connect during core transition
  2774      - interfaces: fold network bind into core support with tests
  2775      - .travis.yml: add option to make raw log less noisy
  2776      - interfaces: adjust shm accesses to use 'm' for updated mmap kernel
  2777        mediation
  2778      - many: rename two core plugs that clash with slot names
  2779      - snap-confine,browser-support: /dev/tty for snap-confine, misc
  2780        browser-support for gnome-shell
  2781      - store: add download test with EOF in the middle
  2782      - tests: adjust to look for network-bind-plug
  2783      - store: make hash error message more accurate
  2784      - overlord/snapstate: simplify AliasesStatus down to just an
  2785        AutoAliasesDisabled bool flag (aliases v2)
  2786      - errtracker: never send errtracker reports when running under
  2787        SNAPPY_TESTING
  2788      - interfaces/repo: validate slot/plug names
  2789      - daemon: Give the snap directories via GET /v2/system-info
  2790      - interfaces/unity7: support unity messaging menu
  2791      - interfaces/mount: add high-level Profile functions
  2792      - git: ignore only the cmd/Makefile{,.in}
  2793      - cmd: explicitly set _GNU_SOURCE and _FILE_OFFSET_BITS for xfs
  2794        support
  2795      - daemon: add desktop file location for app to the API
  2796      - overlord,release: disable classic snap support when not possible
  2797      - overlord: fix TestEnsureLoopPrune not to be so racy
  2798      - many: abstract path to /bin/{true,false}
  2799      - data/systemd: tweak data/systemd/Makefile to be slightly simpler
  2800      - store: handle EOF via url.Error check
  2801      - packaging: use templates for relevant systemd units
  2802      - tests: run gccgo only on ubuntu-16.04-64
  2803      - .travis.yml: remove travis matrix and do a single sequential run
  2804      - overlord/state: make sure that setting to nil a state key is
  2805        equivalent to deleting it
  2806      - tests: fix incorrect shell expression
  2807      - interfaces/mount: add OptsToFlags for converting arguments to
  2808        syscall…
  2809      - interfaces: add a joystick interface
  2810      - tests: enable docker test for more ubuntu-core systems
  2811      - tests: download and install additional dependencies when using
  2812        prepackaged snapd
  2813      - many: add support for partially static builds
  2814      - interfaces: allow slot to introspect dbus-daemon in dbus
  2815        interface, allow /usr/bin/arch by default
  2816      - interfaces/mount: fix golint issues
  2817      - interfaces/mount: add function for saving fstab-like file
  2818      - osutil: introducing GetenvInt64, like GetenvBool but Int64er.
  2819      - interfaces: drop udev tagging from framebuffer interface
  2820      - snapstate: more helpers to work with aliases state (aliases
  2821        v2)
  2822      - interfaces/mount: add function for parsing fstab-like file
  2823      - cmd: disable the re-associate fix as requested by jdstrand
  2824      - overlord/snapstate: unlock/relock the state less, especially not
  2825        across mutating the SnapState of a snap
  2826      - interfaces: allow executing ld.so (needed with new AppArmor base
  2827        abstraction)
  2828      - interfaces/mount: add function for parsing mount entries
  2829      - cmd: rework header check for xfs/xqm.h
  2830      - cmd: add poky to the list of distros which don't support reexec
  2831      - overlord: finish reorg, revert "be more conservative until we have
  2832        cut 2.23.x"
  2833      - cmd: select what socket to use in cmd/snap{,ctl}
  2834      - overlord: remove snap config values when snap is removed
  2835      - snapstate: introduce helper to apply to disk a alias states change
  2836        for a snap (aliases v2)
  2837      - configstate,hookstate: timeout the configure hook after 5 mins,
  2838        report failures to the errtracker
  2839      - interfaces/seccomp: add bind as part of the default seccomp policy
  2840        for hooks
  2841      - cmd: discard the C implementation of snap-update-ns
  2842      - tests: remove stale apt proxy leftover from cloud-init
  2843      - tests: move unity test to nightly suite
  2844      - interfaces: add support for location-observe for
  2845        dbus::ObjectManager session paths
  2846      - boot: log error in KernelOrOsRebootRequired
  2847      - interfaces: remove old API
  2848      - interfaces: use udev spec
  2849      - interfaces: convert systemd backend to new APIs
  2850      - osutil: add BootID
  2851      - tests: move docker test to new nightly suite
  2852      - interfaces/mount: compute mount changes required to transition
  2853        mount profiles
  2854      - data/selinux: add context definition for snapctl
  2855      - overlord: clean up organization under state packages
  2856      - overlord: make sure all managers packages have *state.go with the
  2857        main state manipulation/query APIs
  2858      - interfaces: use spec in the dbus backend
  2859      - store: download from authenticated URL if there is a device
  2860        session set
  2861      - tests: remove core_name variable
  2862      - interfaces: rename thumbnailer to thumbnailer-service
  2863      - interfaces: add chroot to base templates
  2864      - asserts: remove some unused things
  2865      - systemd: mount the squashfs with nodev
  2866      - overlord: when shutting down assume errors might be due to
  2867        cancellation so retry
  2868      - cmd: rename all unit tests to $command/unit-test
  2869      - cmd/snap: fix help string for version command
  2870      - asserts: don't allow revocations with other items for the same
  2871        developer
  2872      - tests: skip lp-1644439 test on older kernels
  2873      - interfaces: allow "sync" to be used by core support
  2874      - assertstate,snapstate: have assertstate.AutoAliases use the
  2875        "aliases" header
  2876      - interfaces: allow writing config.txt.tmp  in the core-support
  2877        interface
  2878      - tests: adjust network-bind test
  2879      - interfaces: dbus backend spec
  2880      - asserts: introduce a snap-declaration "aliases" header to list
  2881        auto aliases with explicit targets
  2882      - cmd: enable large file support
  2883      - cmd/snap: handle missing snap-confine
  2884      - cmd/snap-confine: re-associate with pid-1 mount namespace if
  2885        required
  2886      - cmd/libsnap: make mountinfo structures public
  2887      - tests: fix interfaces-cups-control for zesty
  2888      - misc: revert "Log if the system goes into ForceDevMode"
  2889      - interfaces: seccomp tests cleanup
  2890      - cmd: validate SNAP_NAME
  2891      - interfaces: log if the system goes into ForceDevMode
  2892      - tests: fix classic-ubuntu-core-transition race
  2893      - interfaces: use apparmor spec in the apparmor backend
  2894      - interfaces: alphabetize framebuffer in base decl and add it to
  2895        all_test.go
  2896      - tests: add ubuntu-core-16-32 system to the external backend and
  2897        fix docker test
  2898      - cmd/libsnap: simplify sc_string_quote default case
  2899      - osutil: fix double expand in environment map code and add test
  2900      - interfaces: extend location-control out-of-process provider
  2901        support
  2902      - cmd/snap-update-ns: use bidirectional lists for mount entries
  2903      - tests: prevent automatic transition before setting the initial
  2904        state of the test
  2905      - release: detect if we are in ForcedDevMode by inspecting the
  2906        kernel
  2907      - tests: add core-snap-refresh test
  2908      - interfaces: add maliit input method interface
  2909      - interfaces: seccomp spec API tweaks for better tests
  2910      - interfaces: updates for mir-kiosk in browser-support, mir, opengl,
  2911        unity7
  2912      - testutils: address review feedback from PR#2997
  2913      - tests: specify the core version to be unsquashfs'ed in the
  2914        failover tests
  2915      - interfaces: use MockInfo in tests
  2916      - cmd/libsnap: add sc_quote_string
  2917      - cmd/snap-confine: use sc_do_umount everywhere
  2918      - interfaces: add unity8 plug permissions
  2919      - timeutil: a few helpers for the recurring events
  2920      - asserts: implement snap-developer type
  2921      - partition: deal with grub{,2}-editenv in tests
  2922      - many: add new (hidden) `snap debug ensure-state-soon` command and
  2923        use in tests
  2924      - interfaces/builtin: small refactor of dbus tests
  2925      - packaging, tests: use "systemctl list-unit-files --full"
  2926        everywhere
  2927      - many: some opensuse patches that are ready to go into master
  2928      - packaging: add opensuse permissions files
  2929      - client, daemon: move "snap list" name filtering into snapd.
  2930      - interfaces: use seccomp specs
  2931      - overlord/snapstate: small cleanup of
  2932        ensureForceDevmodeDropsDevmodeFromState
  2933      - interfaces/builtin/alsa: add read access to alsa state dir
  2934      - interfaces: use spec in kmod backend, updated firewall_control,
  2935        openvswitch_support, ppp
  2936      - cmd/snap-confine: use sc_do_mount everywhere
  2937      - tests: remove workaround for docker again, snap-declaration is
  2938        fixed now
  2939      - interfaces: interface to allow autopilot introspection
  2940  
  2941   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 11 Apr 2017 13:31:46 +0200
  2942  
  2943  snapd (2.23.6) xenial; urgency=medium
  2944  
  2945    * New upstream release, LP: #1673568
  2946      - cmd: use the most appropriate snap/snapctl sockets
  2947      - tests: fix interfaces-cups-control for zesty
  2948      - configstate,hookstate: timeout the configure hook after 5 mins,
  2949        report failures
  2950      - packaging: rename the file shipping snap-confine AA profile to
  2951        workaround dpkg bug #858004
  2952      - many: ignore configure hook failures on core refresh to ensure
  2953        upgrades are always possible
  2954      - snapstate: restart as needed if we undid unlinking aka relinked
  2955        core or kernel snap
  2956  
  2957   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 29 Mar 2017 15:30:35 +0200
  2958  
  2959  snapd (2.23.5) xenial; urgency=medium
  2960  
  2961    * New upstream release, LP: #1673568
  2962      - allow "sync" in core-support
  2963  
  2964   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 17 Mar 2017 18:13:43 +0100
  2965  
  2966  snapd (2.23.4) xenial; urgency=medium
  2967  
  2968    * New upstream release, LP: #1673568
  2969      - fix core-support interface for the new pi-config options
  2970  
  2971   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 17 Mar 2017 16:05:57 +0100
  2972  
  2973  snapd (2.23.3) xenial; urgency=medium
  2974  
  2975    * FTBFS due to missing files in vendor/
  2976  
  2977   -- Zygmunt Krynicki <zygmunt.krynicki@canonical.com>  Thu, 16 Mar 2017 19:56:55 +0100
  2978  
  2979  snapd (2.23.2) xenial; urgency=medium
  2980  
  2981    * New upstream release, LP: #1673568
  2982      - cmd/snap: handle missing snap-confine (#3041)
  2983  
  2984   -- Zygmunt Krynicki <zygmunt.krynicki@canonical.com>  Thu, 16 Mar 2017 19:38:24 +0100
  2985  
  2986  snapd (2.23.1) xenial; urgency=medium
  2987  
  2988    * New upstream release, LP: #1665608
  2989      - packaging, tests: use "systemctl list-unit-files --full"
  2990        everywhere
  2991      - interfaces: fix default content attribute value
  2992      - tests: do not nuke the entire snapd.conf.d dir when changing
  2993        store settings
  2994      - hookstate: run the right "snap" command in the hookmanager
  2995      - snapstate: revert PR#2958, run configure hook again everywhere
  2996  
  2997   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 08 Mar 2017 14:29:56 +0100
  2998  
  2999  snapd (2.23) xenial; urgency=medium
  3000  
  3001    * New upstream release, LP: #1665608
  3002      - overlord: phase 2 with 2nd setup-profiles and hook done after
  3003        restart for core installation
  3004      - data: re-add snapd.refresh.{timer,service} with weekly schedule
  3005      - interfaces: allow 'getent' by default with some missing dbs to
  3006        various interfaces
  3007      - overlord/snapstate: drop forced devmode
  3008      - snapstate: disable running the configure hook on classic for the
  3009        core snap
  3010      - ifacestate: re-generate apparmor in InterfaceManager.initialize()
  3011      - daemon: DevModeDistro does not imply snapstate.Flags{DevMode:true}
  3012      - interfaces/bluez,network-manager: implement ConnectedSlot policy
  3013      - cmd: add helpers for mounting / unmounting
  3014      - snapstate: error in LinkSnap() if revision is unset
  3015      - release: add linuxmint 18 to the non-devmode distros
  3016      - cmd: fixes to run correctly on opensuse
  3017      - interfaces: consistently use 'const' instead of 'var' for security
  3018        policy
  3019      - interfaces: miscellaneous policy updates for unity7, udisks2 and
  3020        browser-support
  3021      - interfaces/apparmor: compensate for kernel behavior change
  3022      - many: only tweak core config if hook exists
  3023      - overlord/hookstate: don't report a run hook output error without
  3024        any context
  3025      - cmd/snap-update-ns: move test data and helpers to new module
  3026      - vet: fix vet error on mount test.
  3027      - tests: empty init (systemd) failover test
  3028      - cmd: add .indent.pro file to the tree
  3029      - interfaces: specs for apparmor, seccomp, udev
  3030      - wrappers/services: RemainAfterExit=yes for oneshot daemons w/ stop
  3031        cmds
  3032      - tests: several improvements to the nested suite
  3033      - tests: do not use core for "All snaps up to date" check
  3034      - cmd/snap-update-ns: add function for sorting mount entries
  3035      - httputil: copy some headers over redirects
  3036      - data/selinux: merge SELinux policy module
  3037      - kmod: added Specification for kmod security backend
  3038      - tests: failover test for rc.local crash
  3039      - debian/tests: map snapd deb pockets to core snap channels for
  3040        autopkgtest
  3041      - many: switch channels on refresh if needed
  3042      - interfaces/builtin: add /boot/uboot/config.txt access to core-
  3043        support
  3044      - release: assume higher version of supported distros will still
  3045        work
  3046      - cmd/snap-update-ns: add compare function for mount entries
  3047      - tests: enable docker test
  3048      - tests: bail out if core snap is not installed
  3049      - interfaces: use mount.Entry instead of string snippets.
  3050      - osutil: trivial tweaks to build ID support
  3051      - many: display kernel version in 'snap version'
  3052      - osutil: add package for reading Build-ID
  3053      - snap: error when `snap list foo` is run and no snap is installed
  3054      - cmd/snap-confine: don't crash if nvidia module is loaded but
  3055        drivers are not available
  3056      - tests: update listing test for latest core snap version update
  3057      - overlord/hookstate/ctlcmd: helper function for creating a deep
  3058        copy of interface attributes
  3059      - interfaces: add a linux framebuffer interface
  3060      - cmd/snap, store: change error messages to reflect latest UX doc
  3061      - interfaces: initial unity8 interface
  3062      - asserts: improved information about assertions format in the
  3063        Decode doc comment
  3064      - snapstate: ensure snapstate.CanAutoRefresh is nil in tests
  3065      - mkversion.sh: Add support for taking the version as a parameter
  3066      - interfaces: add an interface for use by thumbnailer
  3067      - cmd/snap-confine: ensure that hostfs is root owned.
  3068      - screen-inhibit-control: add methods for delaying screensavers
  3069      - overlord: optional device registration and gadget support on
  3070        classic
  3071      - overlord: make seeding work also on classic, optionally
  3072      - image,cmd/snap: refactoring and initial envvar support to use
  3073        stores needing auth
  3074      - tests: add libvirt interface spread test
  3075      - cmd/libsnap: add helper for dropping permissions
  3076      - interfaces: misc updates for network-control, firewall-control,
  3077        unity7 and default policy
  3078      - interfaces: allow recv* and send* by default, accept4 with accept
  3079        and other cleanups
  3080      - interfaces/builtin: add classic-support interface
  3081      - store: use xdelta3 from core if available and not on the regular
  3082        system
  3083      - snap: add contact: line in `snap info`
  3084      - interfaces/builtin: add network-setup-control which allows rw
  3085        access to netplan
  3086      - unity7: support missing signals and methods for status icons
  3087      - cmd: autoconf for RHEL
  3088      - cmd/snap-confine: look for PROCFS_SUPER_MAGIC
  3089      - dirs: use the right snap mount dir for the distribution
  3090      - many: differentiate between "distro" and "core" libexecdir
  3091      - cmd: don't reexec on RHEL family
  3092      - config: make helpers reusable
  3093      - snap-exec: support nested environment variables in environment
  3094      - release: add galliumos support
  3095      - interfaces/builtin: more path options for serial
  3096      - i18n: look into core snaps when checking for translations
  3097      - tests: nested image testing
  3098      - tests: add basic test for docker
  3099      - hookstate,ifacestate: support snapctl set/get slot and plug attrs
  3100        (step 3)
  3101      - cmd/snap: add shell completion to connect
  3102      - cmd: add functions to load/save fstab-like files
  3103      - snap run: create "current" symlink in user data dir
  3104      - cmd: autoconf for centos
  3105      - tests: add more debug if ubuntu-core-upgrade fails
  3106      - tests: increase service retries
  3107      - packaging/ubuntu-14.04: inform user how to extend PATH with
  3108        /snap/bin.
  3109      - cmd: add helpers for working with mount/umount commands
  3110      - overlord/snapstate: prepare for using snap-update-ns
  3111      - cmd: use per-snap mount profile to populate the mount namespace
  3112      - overlord/ifacestate: setup seccomp security on startup
  3113      - interface/seccomp: sort combined snippets
  3114      - release: don't force devmode on LinuxMint "serena"
  3115      - tests: filter ubuntu-core systems for authenticated find-private
  3116        test
  3117      - interfaces/builtin/core-support: Allow modifying logind
  3118        configuration from the core snap
  3119      - tests: fix "snap managed" output check and suppress output from
  3120        expect in the authenticated login tests
  3121      - interfaces: shutdown: also allow shutdown/reboot/suspend via
  3122        logind
  3123      - cmd/snap-confine-tests: reformat test to pass shellcheck
  3124      - cmd: add sc_is_debug_enabled
  3125      - interfaces/mount: add dedicated mount entry type
  3126      - interfaces/core-support: allow modifying systemd-timesyncd and
  3127        sysctl configuration
  3128      - snap: improve message after `snap refresh pkg1 pkg2`
  3129      - tests: improve snap-env test
  3130      - interfaces/io-ports-control: use /dev/port, not /dev/ports
  3131      - interfaces/mount-observe: add quotactl with arg filtering (LP:
  3132        #1626359)
  3133      - interfaces/mount: generate per-snap mount profile
  3134      - tests: add spread test for delta downloads
  3135      - daemon: show "$snapname (delta)" in progress when downloading
  3136        deltas
  3137      - cmd: use safer functions in sc_mount_opt2str
  3138      - asserts: introduce a variant of model assertions for classic
  3139        systems
  3140      - interfaces/core-support: allow modifying snap rsyslog
  3141        configuration
  3142      - interfaces: remove some syscalls already in the default policy
  3143        plus comment cleanups
  3144      - interfaces: miscellaneous updates for hardware-observe, kernel-
  3145        module-control, unity7 and default
  3146      - snap-confine: add the key for which hsearch_r fails
  3147      - snap: improve the error message for `snap try`
  3148      - tests: fix pattern and use MATCH in find-private
  3149      - tests: stop tying setting up staging store access to the setup of
  3150        the state tarball
  3151      - tests: add regression spread test for #1660941
  3152      - interfaces/default: don't allow TIOCSTI ioctl
  3153      - interfaces: allow nice/setpriority to 0-19 values for calling
  3154        process by default
  3155      - tests: improve debug when the core transition test hangs
  3156      - tests: disable ubuntu-core->core transition on ppc64el (its just
  3157        too slow)
  3158      - snapstate: move refresh from a systemd timer to the internal
  3159        snapstate Ensure()
  3160      - tests/lib/fakestore/refresh: some more info when we fail to copy
  3161        asserts
  3162      - overlord/devicestate: backoff between retries if the server seems
  3163        to have refused the serial-request
  3164      - image: check kernel/gadget publisher vs model brand, warn on store
  3165        disconnected snaps
  3166      - vendor: move gettext.go back to github.com/ojii/gettext.go
  3167      - store: retry on 502 http response as well
  3168      - tests: increase snap-service kill-timeout
  3169      - store,osutil: use new osutil.ExecutableExists(exe) check to only
  3170        use deltas if xdelta3 is present
  3171      - cmd: fix autogen.sh on fedora
  3172      - overlord/devicemgr: fix test: setup account-key before using the
  3173        key for signing
  3174      - cmd: add /usr/local/* to PATH
  3175      - cmd: add sc_string_append
  3176      - asserts: support for correctly suggesting format 2 for snap-
  3177        declaration
  3178      - interfaces: port mount backend to new APIs, unify content of per
  3179        app/hook profiles
  3180      - overlord/devicestate: implement policy about gadget and kernel
  3181        matching the model
  3182      - interfaces: allow sched_setscheduler again by default
  3183      - debian: update breaks/replaces for snap-confine->snapd
  3184      - debian: move the snap-confine packaging into snapd
  3185      - 14.04/integrationtests: rely on upstart to restart ssh.
  3186      - store: enable download deltas on classic by default
  3187      - spread: add unit suite
  3188      - snapctl: add config in client to disable auth and use it in
  3189        snapctl
  3190      - overlord/ifacestate: register all security backends with the
  3191        repository
  3192      - overlord,tests: have enable/disable affect security profiles
  3193      - tests: install ubuntu-core from the same channel as core
  3194      - overlord: move configstate.Transaction into config package
  3195      - seccomp-support.c: add PF_* domains which can be used instead of
  3196        AF_*
  3197      - store: always log retry summary when SNAPD_DEBUG is set
  3198      - tests: parameterize kernel snap channel
  3199      - snapenv: do not append ":" to the SNAP_LIBRARY_PATH
  3200      - interfaces/builtin: refine the content interface rules using $SLOT
  3201      - asserts,interfaces/policy: add support for
  3202        $SLOT()/$PLUG()/$MISSING in *-attributes constraintsThis adds
  3203        support for $SLOT(arg), $PLUG(arg) and $MISSING attribute
  3204        constraints in plugs and slots rules in snap-declarations:
  3205      - cmd/snap-confine: add snap-confine command line parser module
  3206      - tests: remove (some) garbage files found by restore cleanup
  3207        analysis
  3208      - cmd: fix issues uncovered by valgrind
  3209      - tests: fix typo in systems name
  3210      - cmd: collect string utilities in one module, add missing tests
  3211      - cmd: rename mountinfo to sc_mountinfo
  3212      - tests: allow to install snapd debs from a ppa instead of building
  3213        them
  3214      - spread: remove state tar on project restore
  3215  
  3216   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 17 Feb 2017 12:21:42 +0100
  3217  
  3218  snapd (2.22.7) xenial; urgency=medium
  3219  
  3220    * New upstream release:
  3221      - errtracker,overlord/snapstate: more info in errtracker reports
  3222      - interfaces/apparmor: compensate for kernel behavior change
  3223  
  3224   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 24 Feb 2017 19:24:11 +0100
  3225  
  3226  snapd (2.22.6) xenial; urgency=medium
  3227  
  3228    * New upstream release, LP: #1667105
  3229      - overlord/ifacestate: don't fail if affected snap is gone
  3230      - revert #2910: osutil: add package for reading Build-ID (#2918)
  3231      - errtracker: include the build-id of host and core snapd (#2912)
  3232      - errtracker: include the number of ubuntu-core -> core retries
  3233        (#2915)
  3234      - snapstate: retry ubuntu-core -> core transition every 6h (#2914)
  3235      - osutil: add package for reading Build-ID (#2910)
  3236      - errtracker: include kernel version in error reports (#2905)
  3237      - release: return "unknown" if uname fails
  3238      - many: rebased uname branch for 2.22
  3239      - errtracker: include snapd version in err reports
  3240      - overlord/ifacestate: don't unconditionally retry stuff (#2906)
  3241      - snapstate: fix incorrect cut of the timestamps for the error
  3242        reports (#2908)
  3243      - tests: update listing test for latest core snap version update
  3244  
  3245   -- Zygmunt Krynicki <zygmunt.krynicki@canonical.com>  Wed, 22 Feb 2017 23:34:23 +0100
  3246  
  3247  snapd (2.22.5) xenial; urgency=medium
  3248  
  3249    * Fix FTBFS due to machine-id file
  3250  
  3251   -- Zygmunt Krynicki <zygmunt.krynicki@canonical.com>  Tue, 21 Feb 2017 09:43:42 +0100
  3252  
  3253  snapd (2.22.4) xenial; urgency=medium
  3254  
  3255    * New bugfix release:
  3256      - errtracker: add support for error reporting via daisy.ubuntu.com
  3257      - snapstate: allow for 6 retries for the core transition
  3258      - httputils: ensure User-Agent works across redirects
  3259  
  3260   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 21 Feb 2017 09:07:10 +0100
  3261  
  3262  snapd (2.22.3) xenial; urgency=medium
  3263  
  3264    * New bugfix release, LP: #1665729:
  3265      - Limit the number of retries for the ubuntu-core -> core
  3266        transition to fix possible store overload.
  3267  
  3268   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 17 Feb 2017 18:58:34 +0100
  3269  
  3270  snapd (2.22.2) xenial; urgency=medium
  3271  
  3272    * New upstream release, LP: #1659522
  3273      - cherry pick fix for sched_setscheduler regression
  3274        (LP: #1661265)
  3275  
  3276   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 02 Feb 2017 17:13:51 +0100
  3277  
  3278  snapd (2.22.1) xenial; urgency=medium
  3279  
  3280    * New upstream release, LP: #1659522
  3281      - cherry pick fix for snapctl auth.json handling
  3282  
  3283   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 01 Feb 2017 17:09:31 +0100
  3284  
  3285  snapd (2.22) xenial; urgency=medium
  3286  
  3287    * New upstream release, LP: #1659522
  3288      - many: make ubuntu-core-launcher mostly go
  3289      - interfaces/builtin: add account-control interface
  3290      - interfaces/builtin: add missing syscalls to core-support needed
  3291        for systemctl
  3292      - interfaces/builtin: rework core-support to only allow full access
  3293        to systemctl
  3294      - debian/tests: drop stale autopkgtest dependencies.
  3295      - tests: make the debugging of c-unit-tests more useful
  3296      - store: retry auth-related requests
  3297      - tests: integration test for system reload
  3298      - snap: be more helpful in the `snap install <already-installed>`
  3299        error message
  3300      - tests: set SNAPPY_USE_STAGING_STORE in su call
  3301      - tests: use test snap
  3302      - spread: set SNAPD_DEBUG=1 in the core snap as well
  3303      - tests: add extra debugging to security-setuid-root test
  3304      - cmd,snap,wrappers: systemd reload command support
  3305      - interfaces: builtin: mir: Allow recv and send
  3306      - overlord/ifacestate: use ParseConnRef
  3307      - overlord/snapstate,overlord/ifacestate: add automatic ubuntu-core
  3308        -> core transition
  3309      - debian: remove aliases as well in snapd.postrm
  3310      - many: change interfaces.ParseID to return value
  3311      - interfaces/opengl: allow access to the nvidia abstract socket
  3312      - overlord, daemon: flag failures feature fancy forms.
  3313      - many: add --classic support to try and revert, and make missing
  3314        these things a little harder
  3315      - interfaces: allow reading non-PCI-attached usb devices via raw-usb
  3316      - many: rename snap-alter-ns to snap-update-ns
  3317      - interfaces/builtin: add core-support
  3318      - store: increase the retry.LimitTime()
  3319      - debian: move the packaging out into package/$id-$version_id
  3320      - overlord/stapstate: don't use unkeyed fields
  3321      - many: add stub implementation of snap-alter-ns
  3322      - asserts: improve error message when key is not valid at the given
  3323        time
  3324      - snapstate, ifacestate: add snapstate.CheckChangeConflict() to
  3325        ifacestate.{Connect,Disconnect}
  3326      - debian: remove trusty specific bits
  3327      - docs: Add a note about building snapd.
  3328      - interfaces: miscellaneous updates for default and network-control
  3329      - daemon: bubble out store.ErrSnapNotFound in the findOne codepath
  3330      - store: add retry logging into download as well
  3331      - snap: show price in `snap info`
  3332      - cmd: add fault injection support code
  3333      - interfaces: network-manager: allow rw access to /etc/netplan
  3334      - debian: move systemd files out of ./debian and into ./data/systemd
  3335      - asserts: implement SuggestFormat to help avoid specifying the
  3336        wrong format iteration for an assertion
  3337      - many: detect potentially insecure use of snap-confine
  3338      - interfaces: allow querying added security backends
  3339      - cmd: ensure that all .c files have a -test.c file
  3340      - asserts: don't use 'context' for the path of attributes, want to
  3341        reuse the concept for something else
  3342      - interfaces: abbreviate ConnRef construction
  3343      - tests: ensure systemd override directory is available before using
  3344        it
  3345      - cmd: more build system cleanups and a small fix
  3346      - tests: increase retries for service up
  3347      - cmd: move seccomp cleanup function to seccomp-support
  3348      - many: auto-connect plugs and slots symmetrically
  3349      - overlord: use a ticker for the pruning
  3350      - interfaces/builtin: add uhid interface
  3351      - cmd/snap-confine: add shutdown helper
  3352      - tests: fix path used when debugging
  3353      - cmd: switch to non-recursive make
  3354      - overlord/ifacestate: setup security of snaps affected by auto-
  3355        connection
  3356      - spread: refresh apt cache before first install
  3357      - overlord: allow max 500 changes in "ready" state to avoid growing
  3358        changes for 24h
  3359      - snap: add {Plug,Slot}Info.SecurityTags
  3360      - cmd: move snap-discard-ns to dedicated directory
  3361      - tests: skip i18n test when no "snappy.mo" file is available
  3362      - interfaces,overlord/ifacestate: small refactor around reference
  3363        methods
  3364      - tests: remove the snapd dirs last (should fix random test errors)
  3365      - interfaces: mm: permissions for protocol proxies
  3366      - interfaces/builtin: add evolution interfaces
  3367      - many: extract the logging http client and user-agent handling for
  3368        use in devicestate
  3369      - interfaces: unity8-download-manager is the chosen name for this
  3370        interface.
  3371      - tests: add "quiet" wrapper function that only prints output on
  3372        failure
  3373      - tests: fix failing snapd-reexec test
  3374      - docs: simplify HACKING.md that snapd itself supports setting up
  3375        the sockets
  3376      - overlord: flag required-snaps from model as required and prevent
  3377        removing them
  3378      - spread: exclude .o and .a files
  3379      - tests: parameterize remote store
  3380      - cmd: fix hardcoded paths to rst2man and support rst2man.py
  3381      - tests: improve debug output when reexec is used
  3382      - tests: disable ipv6 before unpacking delta
  3383      - interfaces: add new interface API
  3384      - tests: change TRUST_TEST_KEYS to be controlled from the host
  3385      - spread: add boilerplate for Linode delta uploads
  3386      - wrappers: add support for the X-Ayatana-Desktop-Shortcuts=
  3387        extension
  3388      - partition: add support for native grubenv read/write and use it
  3389      - tests: add test ensuring manual pages are shipped
  3390  
  3391   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 27 Jan 2017 23:18:57 +0100
  3392  
  3393  snapd (2.21-2) unstable; urgency=medium
  3394  
  3395    * Modify snap-confine's apparmor rules to work on Debian when apparmor is
  3396      enabled on the kernel command line.
  3397  
  3398   -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Wed, 25 Jan 2017 10:26:51 +1300
  3399  
  3400  snapd (2.21-1) unstable; urgency=medium
  3401  
  3402    * New upstream release.
  3403    * Disable i18n so the package can build in stretch without new packages.
  3404  
  3405   -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Mon, 16 Jan 2017 11:15:32 +1300
  3406  
  3407  snapd (2.21) xenial; urgency=medium
  3408  
  3409    * New upstream release, LP: #1656382
  3410      - daemon: re-enable reexec
  3411      - interfaces: allow reading installed files from previous revisions
  3412        by default
  3413      - daemon: make activation optional
  3414      - tests: run all snap-confine tests in c-unit-tests task
  3415      - many: fix abbreviated forms of disconnect
  3416      - tests: switch more tests to MATCH
  3417      - store: export userAgent. daemon: print store.UserAgent() on
  3418        startup.
  3419      - tests: test classic confinement `snap list` and  `snap info`
  3420        output
  3421      - debian: skip snap-confine unit tests on nocheck
  3422      - overlord/snapstate: share code between Update and UpdateMany, so
  3423        that it deals with auto-aliases correctly
  3424      - interfaces: upower-observe: refactor to allow snaps to provide a
  3425        slot
  3426      - tests: add end-to-end store test for classic confinement
  3427      - overlord,overlord/snapstate: have UpdateMany retire/enable auto-
  3428        aliases even without new revision
  3429      - interfaces/browser-support: add @{PROC}/@{pid}/fd/[0-9] w and misc
  3430        /run/udev
  3431      - interfaces/builtin: add physical-memory-* and io-ports-control
  3432      - interfaces: allow getsockopt by default since it is so commonly
  3433        used
  3434      - cmd/snap, daemon, overlord/snapstate: tests and fixes for "snap
  3435        refresh" of a classic snap
  3436      - interfaces: allow read/write access of real-time clock with time-
  3437        control interface
  3438      - store: request no CDN via a header using SNAPPY_STORE_NO_CDN
  3439        envvar
  3440      - snap: add information about tracking channel (not just actual
  3441        channel)
  3442      - interfaces: use fewer dot imports
  3443      - overlord/snapstate: remove restrictions on ResetAliases
  3444      - overlord, store: move confinement filtering to the overlord (from
  3445        The Store)
  3446      - many: move interface test helpers to ifacetest package
  3447      - many: implement 'snap aliases'
  3448      - vet: fix for unkeyed fields error on aliases_test.go
  3449      - interfaces: miscellaneous policy updates for network-control,
  3450        unity7, pulseaudio, default and home
  3451      - tests: test for auto-aliases
  3452      - interface hooks: connect plug slot hooks (step 2)
  3453      - cmd/snap: fix internal naming in snap connect
  3454      - snap: use "size" as the json tag in snap.ChannelSnapInfo
  3455      - tests: restore the missing initialization of iface manager causing
  3456        race
  3457      - snap: fix missing sizes in `snap info <remote-snap>`
  3458      - tests: improve cleanup for c-unit-tests
  3459      - cmd/snap-confine: build non-installed libsnap-confine-private.a
  3460      - cmd/snap-confine: small tweaks to seccomp support code
  3461      - interfaces/docker-support: allow /run/shm/aufs.xeno for 14.04
  3462      - many: obtain installed snaps developer/publisher username through
  3463        assertions
  3464      - store: setting of fields for details endpoint
  3465      - cmd/snap-confine: check for rst2man on configure
  3466      - snap: show `snap --help` output when just running `snap`
  3467      - interface/builtin: drop the obsolete checks in udisks2
  3468        SanitizeSlot
  3469      - cmd/snap: remove currency switch following UX review
  3470      - spread: find top-level directory before running generate-
  3471        packaging-dir
  3472      - interface hooks: prepare plug slot hooks (step 1)
  3473      - i18n: use github.com/mvo5/gettext.go (pure go) for i18n to avoid
  3474        cgo
  3475      - many: put a marker in the User-Agent sent by snapd/snap when under
  3476        testingThe User-Agent will look like:
  3477      - tests: fix -reuse and -resend when govendor is missing
  3478      - snap: provide friendlier `snap find` message when no snaps are
  3479        found
  3480      - tests: fix mkversions.sh failure on zesty
  3481      - spread: install build-essential unconditionally
  3482      - spread: improve qemu ubuntu-14.04-{32,64} support
  3483      - overlord/snapstate,daemon: implement GET /v2/aliases handling
  3484      - store: retry user info request
  3485      - tests: port more snap-confine regression tests
  3486      - tests: cancel the scheduled reboot on ubuntu-core-upgrade-no-gc
  3487        and restore state
  3488      - tests: debug zesty autopkgtest failures
  3489      - overlord/snapstate: use keyed fields on literals
  3490      - tests: use MATCH in install-remove-multi
  3491      - tests: increase wait time for service to be up
  3492      - tests: make debug-each succeed if DENIED doesn't match
  3493      - tests: skip packaging dir generation for non-git based autopkgtest
  3494        runs
  3495      - tests: port refresh-all-undo to MATCH
  3496      - tests: improve snap connect test
  3497      - tests: port additional snap-confine regression tests
  3498      - tests: show --version when it matches unknown
  3499      - tests: optionally use apt proxy for qemu
  3500      - tests: add hello-classic test
  3501      - many: behave more consistently when pointed to staging and
  3502        possibly the fake store
  3503      - overlord/ifacestate: remove stale comments
  3504      - interfaces/apparmor: ignore snippets in classic confinement
  3505      - tests: port first regression test from snap-confine
  3506      - cmd/snap-confine: disable old tests
  3507  
  3508   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 13 Jan 2017 19:39:51 +0100
  3509  
  3510  snapd (2.20.1) xenial; urgency=medium
  3511  
  3512    * New upstream release, LP: #1648520
  3513      - tests: enable the ppc64el tests again
  3514      - tests: add classic confinement test
  3515      - tests: run snap confine tests in debian/rules already
  3516  
  3517   -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 19 Dec 2016 11:53:29 +0100
  3518  
  3519  snapd (2.20-2) unstable; urgency=medium
  3520  
  3521    * Replace unversioned Conflicts on snap package with versioned
  3522      Breaks/Replaces, now that snap has dropped /usr/bin/snap.
  3523      Closes: #849162.
  3524  
  3525   -- Steve Langasek <vorlon@debian.org>  Sun, 25 Dec 2016 17:50:25 -0600
  3526  
  3527  snapd (2.20-1) unstable; urgency=medium
  3528  
  3529    * New upstream release.
  3530    * Update one test (cmd/snap/cmd_interfaces_test.go) to cope with the newer
  3531      golang-go-flags-dev in unstable.
  3532    * Explicitly include 'udev' in Build-Depends.
  3533    * Add tzdata to Build-Depends to avoid ftbfs. (Closes: #848754)
  3534  
  3535   -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Mon, 19 Dec 2016 11:43:55 +1300
  3536  
  3537  snapd (2.20) xenial; urgency=medium
  3538  
  3539    * New upstream release, LP: #1648520
  3540      - many: implement  "snap alias --reset" using snapstate.ResetAliases
  3541      - debian: use a packaging branch for 14.04
  3542      - store: retry downloads on io.Copy errors and sha3 checksum errors
  3543      - snap: show apps in `snap info`
  3544      - store: send an explicit X-Ubuntu-Classic header to the store
  3545      - overlord/snapstate: implement snapstate.ResetAliases
  3546      - interfaces/builtin: add dbus interface
  3547      - tests: fix tests on 17.04
  3548      - store: use mocked retry strategy to make store tests faster
  3549      - overlord: apply auto-aliases information from the snap-declaration
  3550        on install or refresh
  3551      - many: prepare landing on trusty
  3552      - many: implement snap unalias using snapstate.Unalias
  3553      - overlord/snapstate: fixing the placement/grouping of some
  3554        functions
  3555      - interfaces: support network namespaces via 'ip netns' in network-
  3556        control
  3557      - interfaces/builtin: fix pulseaudio apparmor rules
  3558      - interfaces/builtin: add iio interface
  3559      - tests: update custom core snap with the freshly build snap-confine
  3560      - interfaces: use sysd.{Disable,Stop} instead of sysd.DisableNow()
  3561      - overlord,overlord/snapstate: implement snapstate.Unalias by
  3562        generalizing the "alias" task
  3563      - interfaces: misc openstack snap enablement
  3564      - cmd/snap: mock terminal.ReadPassword instead of using /dev/ptmx
  3565      - notifications, daemon: kill the unsupported events endpoint
  3566      - client: only allow Dangerous option in InstallPath
  3567      - overlord/ifacestate: no interface checks if no snap id
  3568      - many: implement alias command
  3569      - snap: tweak snap install output as designed by Mark
  3570      - debian: fix Pre-Depends on dpkg
  3571      - tests: check if snap-confine --version is unknown
  3572      - cmd/snap-confine: allow content interface mounts
  3573      - tests: remove ppa:snappy-dev/image again
  3574      - interfaces/apparmor: allow access to core snap
  3575      - tests: remove snap-confine/ubuntu-core-launcher after the tests
  3576      - overlord,overlord/snapstate: implement snapstate.Alias
  3577      - cmd/snap: reject "snap disconnect foo"
  3578      - debian: add split ubuntu-core-launcher and snap-confine packages
  3579      - cmd: fix mkversion.sh and add regression test
  3580      - overlord/snapstate: setup/remove aliases as we link/unlink snaps
  3581      - cmd/snap,tests: alias support in snap run
  3582      - snap/snapenv: don't obscure HOME if snap uses classic confinement
  3583      - store: decode response.Body json inside retry loops
  3584      - cmd/snap-confine: fix compilation on platforms with gcc < 4.9.0
  3585      - vendor: update tomb package fixing context support
  3586  
  3587   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 15 Dec 2016 22:07:08 +0100
  3588  
  3589  snapd (2.19) xenial; urgency=medium
  3590  
  3591    * New upstream release, LP: #1648520
  3592      - cmd/snap-confine: disable support for XDG_RUNTIME_DIR
  3593      - cmd/snap-confine/tests: fix stale path after move to snapd
  3594      - cmd/snap-confine: don't use __attribute__((nonull))
  3595      - snap: add description to `snap info`
  3596      - snap: show last refresh time
  3597      - store: switch default delta format from xdelta to xdelta3
  3598      - interfaces: fix system-observe interface to work with ps_mem
  3599      - debian: add missing ca-certificates dependency
  3600      - cmd/snap-confine: add support for classic confinement
  3601      - snapstate/backend: add backend methods to manage aliases
  3602      - tests: re-enable snap-confine unit tests via spread
  3603      - many: merge snap-confine into snapd
  3604      - many: add support for classic confinement
  3605      - snap: abort install with ctrl+c
  3606      - cmd/snap: change terms accept URL following UX review
  3607      - interfaces/apparmor: use distinct apparmor template for classic
  3608      - snap: add snap size to `snap info`
  3609      - interfaces: add unconfined access to modem-manager
  3610      - snap: support for parsing and exposing on snap.Info aliases
  3611      - debian: disable autopkgtests on ppc64el
  3612      - snap: disable support for socket activation
  3613      - tests: fix incorrect restore of the current symlink
  3614      - asserts: introduce auto-aliases header in snap-declaration
  3615      - interfaces/seccomp: add support for classic confinement
  3616      - tests: do not use external snaps
  3617      - daemon: close the dup()ed file descriptor to not leak it
  3618      - overlord, daemon, progress: enable building snapd without CGO
  3619      - daemon, store: let snap info find things in any channel
  3620      - store: retry tweaks and logging
  3621      - snap: Improve `snap --help` output as designed by Mark
  3622      - interfaces/builtin: fix incorrect udev rule in i2c
  3623      - overlord: increase test timeout and improve failure message
  3624      - snap: remove unused experimental command
  3625      - debian: remove unneeded conflict against the "snappy" package
  3626      - daemon, strutil: move daemon.quotedNames to strutil.Quoted
  3627      - docs: document SNAP_DEBUG_HTTP in HACKING.md
  3628      - cmd/snap: have some completers
  3629      - snap: support "daemon: notify" in snap.yaml
  3630      - snap: fix try command when daemon linie is added
  3631      - interfaces: apparmor support for classic confinement
  3632      - debian/rules: build with -buildoptions=pie
  3633      - tests: include /boot in saved state (including bootenv and any
  3634        kernels)
  3635      - daemon: ensure `snap try` installs core if it's missing
  3636      - tests: save/restore /snap/core/current symlink
  3637      - tests: decrease the number of expected featured apps
  3638      - tests: add set -e to the prepare ssh script
  3639      - cmd/snap: add tests for section completion; fix bugs.
  3640      - cmd/snap: document 'snap list --all'
  3641  
  3642   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 08 Dec 2016 16:16:04 +0100
  3643  
  3644  snapd (2.18.1) xenial; urgency=medium
  3645  
  3646    * New upstream release, LP: #1644625
  3647      - daemon: fix crash when `snap refresh` contains a single update
  3648      - fix unhandled error from io.Copy() in download()
  3649      - interfaces/builtin: fix incorrect udev rule in i2c
  3650  
  3651   -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 05 Dec 2016 15:04:13 +0100
  3652  
  3653  snapd (2.18) xenial; urgency=medium
  3654  
  3655    * New upstream release, LP: #1644625
  3656      - store: retry on io.EOF
  3657      - tests: skip pty tests on ppc64el and powerpc
  3658      - client, cmd/snap: introducing "snap info"
  3659      - snap: do exit 0 on install/remove if that snap is already
  3660        installed or already removed
  3661      - snap: add `snap watch <change-id>` to attach to a running change
  3662      - store: retry downloads using retry loop
  3663      - snap: try doesn't require snap-dir when run in snap's directory
  3664      - daemon: show what will change in the "refresh-all" changes
  3665      - tests: disable autorefresh for the external backend
  3666      - snap: add `snap list -a` to show all snaps (even inactive ones)
  3667      - many: unify boolean env var handling
  3668      - overlord/ifacestate: don't setup jailmode snaps with devmode
  3669        confinement
  3670      - snapstate: do not garbage collect the snaps used by the bootenv
  3671      - debian: drop hard xdelta dependency for now
  3672      - snap: make `snap login` ask for email if not given as argument
  3673      - osutil: fix build on armhf (arm in go-arch) and powerpc (ppc in
  3674        go-arch)
  3675      - many: rename DevmodeConfinement to DevModeConfinement
  3676      - store: resp.Body.Close() missing in ReadyToBuy
  3677      - many: use ConfinementOptions instead of ConfinementType
  3678      - snap, daemon, store: fake the channel map in the REST API
  3679      - misc: run github.com/gordonklaus/ineffassign as part of the static
  3680        checks
  3681      - docs: add goreportcard badge and remove coveralls badge
  3682      - tests: force gofmt -s in static checks
  3683      - many: run gofmt -s -w on all the code
  3684      - store: DRY actual retry code
  3685      - many: fix various errors uncovered by goreportcard.com
  3686      - interfaces/builtin: allow additional shared memory for webkit
  3687      - many: some more missing snapState->snapst
  3688      - asserts: introduce an optional freeform display-name for model
  3689      - interfaces/builtin: rename usb-raw to raw-usb
  3690      - progress: init pbar with correct total value
  3691      - daemon/api.go: add quotedNames() helper
  3692      - interfaces: add ConfinementOptions type
  3693      - tests: add a test about the extra bits that prepare-device can
  3694        specify for device registration
  3695      - tests: check that gpio device nodes are exported after reboot
  3696      - tests: parameterize core channel with env var for classic too
  3697      - many: rename variable "ss" to "snapsup" or "snapst" or "st"
  3698        (depending on context)
  3699      - tests: do not use external snaps in spread
  3700      - store: retry buy request
  3701      - store: retry store.Find
  3702      - store: retry assertion store call
  3703      - store: retry call for snap details
  3704      - many: use snap.ConfinementType rather than bool devmode
  3705      - daemon: if a bad snap is posted it is not an internal error but a
  3706        bad request
  3707      - client: add "Snap.Screenshots" to the client API
  3708      - interfaces: update base declaration documentation and policy for
  3709        on-classic and snap-type
  3710      - store: check payment method before TOS for a better UX
  3711      - interfaces: allow sched_setaffinity in process-control
  3712      - tests: parameterize core channel with env var
  3713      - tests: ensure that the XDG_ env contains at least XDG_RUNTIME_DIR
  3714      - interfaces: fcitx also listens on the session bus for Qt apps
  3715      - store: retry ListRefresh
  3716      - snap: use "Password of <email>:" in the `snap login`
  3717      - many: reshuffle how we load/inject tests keys so image doesn't
  3718        need assertstate anymore
  3719      - store: use range requests if we have a local file already
  3720      - dirs,interfaces,overlord,snap,snapenv,test: export per-snap
  3721        XDG_RUNTIME_DIR per user
  3722      - osutil: make RealUser only look at SUDO_USER when uid==0
  3723      - tests: do not use the ppa:snappy-dev/image in the tests
  3724      - store: retry readyToBuy request
  3725      - tests: increase `expect` timeouts
  3726      - static tests: add spell check
  3727      - tests: add debug to all flaky expect tests
  3728      - systemd: correct the mount arguments when mounting with squashfuse
  3729      - interfaces: add avahi-observe
  3730      - store: bring delta downloads back
  3731      - interfaces: add alsa
  3732      - interfaces/builtin: fix a broken test that snuck into master
  3733      - osutil: add chattr funcs
  3734      - image: init "snap_mode" on image creation time to avoid ugly
  3735        messages
  3736      - tests: test-snapd-fuse-consumer needs python-fuse as a build-
  3737        package
  3738      - interfaces/builtin: add i2c interface
  3739      - interfaces: add ofono interface
  3740      - tests: do not use hello-world in our tests
  3741      - snap: add support for classic confinement
  3742      - interfaces: remove LegacyAutoConnect() from the interfaces
  3743      - interfaces: miscellaneous policy updates
  3744      - tests: run autopkgtests in the autopkgtest.ubuntu.com
  3745        infrastructure
  3746      - Implement lxd-client interface exposing the lxd snap
  3747      - asserts: validate optional account username
  3748      - many: remove unnecessary snap name parameter from buying endpoint
  3749      - tests: do not hardcode the size of /dev/ram0
  3750      - tests: add test that ensures the right content for /etc/os-release
  3751      - spread tests: fix snap mode check
  3752      - docs: fix path for source files location in HACKING.md
  3753      - interfaces/builtin/mir: allow slot to make recvfrom syscalls
  3754      - store: sections/featured snaps store support
  3755  
  3756   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 24 Nov 2016 19:43:08 +0100
  3757  
  3758  snapd (2.17.1) xenial; urgency=medium
  3759  
  3760    * New upstream release, LP: #1637215:
  3761      - release: os-release on core has changed
  3762      - tests: /dev/ptmx does not work on powerpc, skip here
  3763      - docs: moved to github.com/snapcore/snapd/wiki (#2258)
  3764      - debian: golang is not installable on powerpc, use golang-any
  3765  
  3766   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 04 Nov 2016 18:13:10 +0200
  3767  
  3768  snapd (2.17) xenial; urgency=medium
  3769  
  3770    * New upstream release, LP: #1637215:
  3771      - overlord/ifacestate: add unit tests for undo of setup-snap-
  3772        security (#2243)
  3773      - daemon,overlord,snap,tests: download to .partial in final dir
  3774        (#2237)
  3775      - overlord/state: marshaling tests for lanes (#2245)
  3776      - overlord/state: introduce state lanes (#2241)
  3777      - overlord/snapstate: fix revert+refresh (#2224)
  3778      - interfaces/sytemd: enable/disable generated service units (#2229)
  3779      - many: fix incorrect security files generation on undo
  3780      - overlord/snapstate: add dynamic snapdX.Y assumes (#2227)
  3781      - interfaces: network-manager: give slot full read-write access to
  3782        /run/NetworkManager
  3783      - docs: update the name of the command for the cross-build
  3784      - overlord/snapstate: fix missing argument to Noticef
  3785      - snapstate: ensure gadget/core/kernel can not be disabled (#2218)
  3786      - asserts: limit to 1y only if len(models) == 0 (#2219)
  3787      - debian: only install share/locale if available (missing on
  3788        powerpc)
  3789      - overlrod/snapstate: fix revert followed by refresh to old-current
  3790        (#2214)
  3791      - interfaces/builtin: network-manager and bluez can change hostname
  3792        (#2204)
  3793      - snap: switch the auto-import dir to /run/snapd/auto-import
  3794      - docs: less details about cloud.cfg as requested in trello (#2206)
  3795      - spread.yaml: Ensure ubuntu user has passwordless sudo for
  3796        autopkgtests (#2201)
  3797      - interfaces/builtin: add dcdbas-control interface
  3798      - boot: do not set boot to try mode if the revision is unchanged
  3799      - interfaces: add shutdown interface (#2162)
  3800      - interfaces: add system-power-control interface
  3801      - many: use the new systemd backend for configuring GPIOs
  3802      - overlord/ifacestate: setup security for slots before plugs
  3803      - snap: spool assertion candidates if snapd is not up yet
  3804      - store,daemon,overlord: download things to a partials dir
  3805      - asserts,daemon: implement system-user-authority header/concept
  3806      - interfaces/builtin: home base declaration rule using on-classic
  3807        for its policy
  3808      - interfaces/builtin: finish decl based checks
  3809      - asserts: bump snap-declaration to allow signing with new-style
  3810        plugs and slots
  3811      - overlord: checks for kernel installation/refresh based on model
  3812        assertion and previous kernel
  3813      - tests/lib/fakestore: fix logic to distinguish assertion not found
  3814        errors
  3815      - client: add a few explicit error types (around the request cycle)
  3816      - tests/lib/fakestore/cmd/fakestore: make it log, and fix a typo
  3817      - overlord/snapstate: two bugs for one
  3818      - snappy: disable auto-import of assertions on classic (#2122)
  3819      - overlord/snapstate: move trash cleanup to a cleanup handler
  3820        (#2173)
  3821      - daemon: make create-user --known fail on classic without --force-
  3822        managed (#2123)
  3823      - asserts,interfaces/policy: implement on-classic plug/slot
  3824        constraints
  3825      - overlord: check that the first installed gadget matches the model
  3826        assertion
  3827      - tests: use the snapd-control-consumer snap from the store
  3828      - cmd/snap: make snap run not talk to snapd for finding the revision
  3829      - snap/squashfs: try to hard link instead of copying. Also, switch
  3830        to osutil.CopyFile for cp invocation.
  3831      - store: send supported max-format when retrieving assertions
  3832      - snapstate, devicestate: do not remove seed
  3833      - boot,image,overlord,partition: read/write boot variables in single
  3834        operation
  3835      - tests: reenable ubuntu-core tests on qemu
  3836      - asserts,interfaces/policy: allow OR-ing of subrule constraints in
  3837        plug/slot rules
  3838      - many: move from flags as ints to flags as structs-of-bools (#2156)
  3839      - many: add supports for keeping and finding assertions with
  3840        different format iterations
  3841      - snap: stop using ubuntu-core-launcher, use snap-confine
  3842      - many: introduce an assertion format iteration concept, refuse to
  3843        add unsupported assertion
  3844      - interfaces: tweak wording and comment
  3845      - spread.yaml: dump apparmor denials on spread failure
  3846      - tests: unflake ubuntu-core-reboot (#2150)
  3847      - cmd/snap: tweak unknown command error message (#2139)
  3848      - client,daemon,cmd: add payment-declined error kind (#2107)
  3849      - cmd/snap: update remove command help (#2145)
  3850      - many: removed frameworks target and fixed service files (#2138)
  3851      - asserts,snap: validate attributes to a JSON-compatible type subset
  3852        (#2140)
  3853      - asserts: remove unused serial-proof type
  3854      - tests: skip auto-import tests on systems without test keys (#2142)
  3855      - overlord/devicestate: don't spam the debug log on classic (#2141)
  3856      - cmd/snap: simplify auto-import mountinfo parsing (#2135)
  3857      - tests: run ubuntu-core upgrades on isolated machine (#2137)
  3858      - overlord/devicestate: recover seeding from old external approach
  3859        (#2134)
  3860      - overlord: merge overlord/boot pkg into overlord/devicestate
  3861        (#2118)
  3862      - daemon: add postCreateUserSuite test suite (#2124)
  3863      - tests: abort tests if an update process is scheduled (#2119)
  3864      - snapstate: avoid reboots if nothing in the boot setup has changed
  3865        (#2117)
  3866      - cmd/snap: do not auto-import from loop or non-dev devices (#2121)
  3867      - tests: add spread test for `snap auto-import` (#2126)
  3868      - tests: add test for auto-mount assertion import (#2127)
  3869      - osutil: add missing unit tests for IsMounted (#2133)
  3870      - tests: check for failure creating user on managed ubuntu-core
  3871        systems (#2096)
  3872      - snap: ignore /dev/loop addings from udev (#2111)
  3873      - tests: remove snapd.boot-ok reference (#2109)
  3874      - tests: enable tests related to the home interface in all-snaps
  3875        (#2106)
  3876      - snapstate: only import defaults from gadget on install (#2105)
  3877      - many: move firstboot code into the snapd daemon (#2033)
  3878      - store: send correct JSON type of string for expected payment
  3879        amount (#2103)
  3880      - cmd/snap: rename is-managed to managed and tune (#2102)
  3881      - interfaces,overlord/ifacestate: initial cleaning up of no arg
  3882        AutoConnect related bits (#2090)
  3883      - client, cmd: prompt for password when buying (#2086)
  3884      - snapstate: fix hanging `snap remove` if snap is no longer mounted
  3885      - image: support gadget specific cloud.conf file (#2101)
  3886      - cmd/snap,ctlcmd: fix behavior of snap(ctl) get (#2093)
  3887      - store: local users download from the anonymous url (#2100)
  3888      - docs/hooks.md: fix typos (#2099)
  3889      - many: check installation of slots and plugs against declarations
  3890      - docs: fix missing "=" in the systemd-active docs
  3891      - store: do not set store auth for local users (#2092)
  3892      - interfaces,overlord/ifacestate: use declaration-based checking for
  3893        auto-connect (#2071)
  3894      - overlord, daemon, snap: support gadget config defaults (#2082)The
  3895        main semantic changes are:
  3896      - tests: fix snap-disconnect tests after core rename (#2088)
  3897      - client,daemon,overlord,cmd: add /v2/users and create-user on auto-
  3898        import (#2074)
  3899      - many: abbreviated forms of disconnect (#2066)
  3900      - asserts: require lowercase model until insensitive matching is
  3901        ready (#2076)
  3902      - cmd/snap: add version command, same as --version (#2075)
  3903      - all: use "core" by default but allow "ubuntu-core" still (#2070)
  3904      - overlord/devicestate, docs/hooks.md: nest prepare-device
  3905        configuration options
  3906      - daemon: fix login API to return local macaroons (#2078)
  3907      - daemon: do not hardcode UID in userLookup (#2080)
  3908      - client, cmd: connect fixes (#2026)
  3909      - many: preparations for switching most of autoconnect to use the
  3910        declarationsfor now:
  3911      - overlord/auth: update CheckMacaroon to verify local snapd
  3912        macaroons (#2069)
  3913      - cmd/snap: trivial auto-import and download tweaks (#2067)
  3914      - interfaces: add repo.ResolveConnect that handles name resolution
  3915      - interfaces/policy: introduce InstallCandidate and its checks
  3916      - interfaces/policy,overlord: check connection requests against the
  3917        declarations in ifacestate
  3918      - many: setup snapd macaroon for local users (#2051)Next step: do
  3919        snapd macaroons verification.
  3920      - interfaces/policy: implement snap-id/publisher-id checks
  3921      - many: change Connect to take ConnRef instead of strings (#2060)
  3922      - snap: auto mount block devices and import assertions (#2047)
  3923      - daemon: add `snap create-user --force-managed` support (#2041)
  3924      - docs: remove references to removed buying features (#2057)
  3925      - interfaces,docs: allow sharing SNAP{,_DATA,_COMMON} via content
  3926        iface (#2063)
  3927      - interfaces: add Plug/Slot/Connection reference helpers (#2056)
  3928      - client,daemon,cmd/snap: improve create-user APIs (#2054)
  3929      - many: introduce snap refresh --ignore-validation <snap> to
  3930        override refresh validation (#2052)
  3931      - daemon: add support for `snap create-user --known` (#2040)
  3932      - interfaces/policy: start of interface policy checking code based
  3933        on declarations (#2050)
  3934      - overlord/configstate: support nested configuration (#2039)
  3935      - asserts,interfaces/builtin,overlord/assertstate: introduce base-
  3936        declaration (#2037)
  3937      - interfaces: builtin: Allow writing DHCP lease files to
  3938        /run/NetworkManager/dhcp (#2049)
  3939      - many: remove all traces of the /v2/buy/methods endpoint (#2045)
  3940      - tests: add external spread backend (#1918)
  3941      - asserts: parse the slot rules in snap-declarations (#2035)
  3942      - interfaces: allow read of /etc/ld.so.preload by default for armhf
  3943        on series 16 (#2048)
  3944      - store: change purchase to order and store clean up first pass
  3945        (#2043)
  3946      - daemon, store: switch to new store APIs in snapd (#2036)
  3947      - many: add email to UserState (#2038)
  3948      - asserts: support parsing the plugs stanza i.e. plug rules in snap-
  3949        declarations (#2027)
  3950      - store: apply deltas if explicitly enabled (#2031)
  3951      - tests: fix create-key/snap-sign test isolation (#2032)
  3952      - snap/implicit: don't restrict the camera iface to classic (#2025)
  3953      - client, cmd: change buy command to match UX document (#2011)
  3954      - coreconfig: nuke it. Also, ignore po/snappy.pot. (#2030)
  3955      - store: download deltas if explicitly enabled (#2017)
  3956      - many: allow use of the system user assertion with create-user
  3957        (#1990)
  3958      - asserts,overlord,snap: add prepare-device hook for device
  3959        registration (#2005)
  3960      - debian: adjust packaging for trusty/deputy systemd (#2003)
  3961      - asserts: introduce AttributeConstraints (#2015)
  3962      - interface/builtin: access system bus on screen-inhibit-control
  3963      - tests: add firewall-control interface test (#2009)
  3964      - snapstate: pass errors from ListRefresh in updateInfo (#2018)
  3965      - README: add links to IRC, mailing list and social media (#2022)
  3966      - docs: add `configure` hook to hooks list (#2024)LP: #1596629
  3967      - cmd/snap,configstate: rename apply-config variables to configure.
  3968        (#2023)
  3969      - store: retry download on 500 (#2019)
  3970      - interfaces/builtin: support time and date settings via
  3971        'org.freedesktop.timedate1 (#1832)
  3972  
  3973   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 02 Nov 2016 01:17:36 +0200
  3974  
  3975  snapd (2.16-1) unstable; urgency=medium
  3976  
  3977    [ Michael Hudson-Doyle ]
  3978    * New upstream release.
  3979    * Import gopkg.in/cheggaaa/pb.v1 rather than github.com/cheggaaa/pb.
  3980    * Switch to unconditional conflict against `snap` (Closes: #826884)
  3981    * Update Vcs-Git and Vcs-Browser to point to alioth.
  3982  
  3983    [ Steve Langasek ]
  3984    * Remove govendor from gbp.conf, and import Ubuntu tarball as our
  3985      orig.tar.gz (switching our packaging to non-native).
  3986    * Add Uploaders.
  3987    * Drop lintian overrides not used in Debian because we dynamically link
  3988      against golang-yaml.v2.
  3989    * Bump standards-version, no changes required.
  3990    * Add/fix various lintian overrides.
  3991  
  3992   -- Steve Langasek <vorlon@debian.org>  Wed, 02 Nov 2016 12:14:52 +0000
  3993  
  3994  snapd (2.16) xenial; urgency=medium
  3995  
  3996    * New upstream release, LP: #1628425
  3997      - overlord/state: prune old empty changes
  3998      - interfaces: ppp: load needed kernel module (#2007)
  3999      - interfaces/builtin: add missing rule to allow run-parts to
  4000        execute all resolvconf scripts
  4001      - many: rename apply-config hook to configure
  4002      - tests: use new spread `debug` feature
  4003      - many: finish `snap set` API.
  4004      - overlord: fix and simplify configstate.Transaction
  4005      - assertions: add system-user assertion
  4006      - snap: add `snap known --remote`
  4007      - tests: replace systemd-run with on-the-fly generation of units.
  4008      - overlord/boot: switch to using assertstate.Batch
  4009      - snap, daemon, store: pass through screenshots from store
  4010      - image: add meta/gadget.yaml infrastructure
  4011      - tests: add test benchmark script
  4012      - daemon: add the actual ssh keys that got added to the create-user
  4013        response
  4014      - daemon: add REST API behind `snap get`
  4015      - debian: re-add golang-github-gosexy-gettext-dev
  4016      - tests: added install_local function
  4017      - interfaces/builtin: fix resolvconf permissions for network-manager
  4018        interface
  4019      - tests: use apt as compatible with trusty
  4020      - many: discard preserved namespace after removing snap
  4021      - daemon, overlord, store: add ReadyToBuy API to snapd
  4022      - many: add support for installing/removing multiple snaps
  4023      - progress: use New64 and fix output newline
  4024      - interfaces/builtin: allow network-manager to access netplan conf
  4025        files
  4026      - tests: build once and install test snap from cache
  4027      - overlord/state: introduce cleanup support
  4028      - snap: move/clarify Info.Broken
  4029      - ctlcmd: add snapctl get.
  4030      - overlord,store: clean up serial-proof plumbing code
  4031      - interfaces/builtin: add network-setup-observe interface
  4032      - daemon,overlord/assertstate: support streams of assertions with
  4033        snap ack
  4034      - snapd: kmod backend
  4035      - tests: ensure HOME is also set correctly
  4036      - configstate,hookstate: add snapctl set
  4037      - tests: disable broken create-key test
  4038      - interfaces: adjust bluetooth-control to allow getsockopt (LP:
  4039        #1613572)
  4040      - tests: add a test for core about device initialization and device
  4041        registration and auth
  4042      - many: show snap name before the download progress bar
  4043      - interfaces/builtin: add rcvfrom for client connected plugs to mir
  4044        interface
  4045      - asserts: support for maps in assertions
  4046      - tests: increase timeout for key generation in create-key test
  4047      - many: validate refreshes against validation assertions by gating
  4048        snaps
  4049      - interfaces/apparmor: allow 'm' in default policy for snap-exec
  4050      - many: avoid snap.InfoFromSnapYaml in tests
  4051      - interfaces/builtin: allow /dev/net/tun with network-control
  4052      - tests: add spread test for snap create-key/snap sign
  4053      - tests: add missing quotes in security-device-cgroups/task.yaml
  4054      - interfaces: drop ErrUnknownSecurity
  4055      - store: add "ready to buy" method
  4056      - snap/snapenv, tests: use root's data dirs when running via sudo
  4057      - interfaces/builtin: add initial docker interface
  4058      - snap: remove extra newline after progress is done
  4059      - docs: fix formating of HACKING.md "Testing snapd"
  4060      - store : add requestOptions.ExtraHeaders so that individual
  4061        requests can customise headers.
  4062      - many: use unique plug/slot names in tests
  4063      - tests: add tests for the classic dimension
  4064      - many: add vendoring of dependencies by default
  4065      - tests: use in-tree snap{ctl,-exec} for all tests
  4066      - many: support snapctl -h
  4067      - tests: adjust regex after changes in stat output
  4068      - store,snap: initial support for delta downloads
  4069      - interfaces/builtin: add run/udev/data paths to mir interface
  4070      - snap: lessen annoyance of implicit interface tests
  4071      - tests: ensure http{,s}_proxy is defined inside the fake-store
  4072      - interfaces: allow xdg-open in unity7, unity7 cleanups
  4073      - daemon,store: move store login user logic to store
  4074      - tests: replace realpath with readlink -f for trusty support.
  4075      - tests: add https_proxy into environment as well
  4076      - interfaces/builtin: allow mmaping pulseaudio buffers
  4077  
  4078   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 28 Sep 2016 11:09:27 +0200
  4079  
  4080  snapd (2.15.2ubuntu1) xenial; urgency=medium
  4081  
  4082    * New upstream release, LP: #1623579
  4083      - snap/snapenv, tests: use root's data dirs when running via sudo
  4084        (cherry pick PR: #1857)
  4085      - tests: add https_proxy into environment
  4086        (cherry pick PR: #1926)
  4087      - interfaces: allow xdg-open in unity7, unity7 cleanups
  4088        (cherry pick PR: #1946)
  4089      - tests: ensure http{,s}_proxy is defined inside the fake-store
  4090        (cherry pick PR: #1949)
  4091  
  4092   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 21 Sep 2016 17:21:12 +0200
  4093  
  4094  snapd (2.15.2) xenial; urgency=medium
  4095  
  4096    * New upstream release, LP: #1623579
  4097      - asserts: define a bit less terse Ref.String
  4098      - interfaces: disable auto-connect in libvirt interface
  4099      - asserts: check that validation assertions are signed by the
  4100        publisher of the gating snap
  4101  
  4102   -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 19 Sep 2016 10:42:29 +0200
  4103  
  4104  snapd (2.15.1) xenial; urgency=medium
  4105  
  4106    * New upstream release, LP: #1623579
  4107      - image: ensure local snaps are put last in seed.yaml
  4108      - asserts: revert change that made the account-key's name mandatory.
  4109      - many: refresh all snap decls
  4110      - interfaces/apparmor: allow reading /etc/environment
  4111  
  4112   -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 19 Sep 2016 09:19:44 +0200
  4113  
  4114  snapd (2.15) xenial; urgency=medium
  4115  
  4116    * New upstream release, LP: #1623579
  4117      - tests: disable prepare-image-grub test in autopkgtest
  4118      - interfaces: allow special casing for auto-connect until we have
  4119        assertions
  4120      - docs: add a little documentation on hooks.
  4121      - hookstate,daemon: don't mock HookRunner, mock command.
  4122      - tests: add http_proxy to /etc/environment in the autopkgtest
  4123        environment
  4124      - backends: first bits of kernel-module security backend
  4125      - tests: ensure openssh-server is installed in autopkgtest
  4126      - tests: make ubuntu-core tests more robust
  4127      - many: mostly work to support ABA upgrades
  4128      - cmd/snap: do runtime linting of descriptions
  4129      - spread.yaml: don't assume LANG is set
  4130      - snap: fix SNAP* environment merging in `snap run`
  4131      - CONTRIBUTING.md: remove integration-tests, include spread
  4132      - store: don't discard error body from request device session call
  4133      - docs: add create-user documentation
  4134      - cmd/snap: match UX document for message when buying without login
  4135      - firstboot: do not overwrite any existing netplan config
  4136      - tests: add debug output to ubuntu-core-update-rollback-
  4137        stresstest:
  4138      - tests/lib/prepare.sh: test that classic does not setting bootvars
  4139      - snap: run all tests with gpg2
  4140      - asserts: basic support for validation assertion and refresh-
  4141        control
  4142      - interfaces: miscellaneous policy updates for default, browser-
  4143        support and camera
  4144      - snap: (re)add --force-dangerous compat option
  4145      - tests: ensure SUDO_{USER,GID} is unset in the spread tests
  4146      - many: clean out left over references to integration tests
  4147      - overlord/auth,store: fix raciness in updating device/user in state
  4148        through authcontext and other issuesbonus fixes:
  4149      - tests: fix spread tests on yakkety
  4150      - store: refactor auth/refresh tests
  4151      - asserts: use gpg --fixed-list-mode to be compatible with both gpg1
  4152        and gpg2
  4153      - cmd/snap: i18n option descriptions
  4154      - asserts: required account key name header
  4155      - tests: add yakkety test host
  4156      - packaging: make sure debhelper-generated snippet is invoked on
  4157        postrm
  4158      - snap,store: capture newest digest from the store, make it
  4159        DownloadInfo only
  4160      - tests: add upower-observe spread test
  4161      - Merge github.com:snapcore/snapd
  4162      - tests: fixes to actually run the spread tests inside autopkgtest
  4163      - cmd/snap: make "snap find" error nicer.
  4164      - tests: get the gadget name from snap list
  4165      - cmd/snap: tweak help of 'snap download'
  4166      - cmd/snap,image: teach snap download to download also assertions
  4167      - interfaces/builtin: tweak opengl interface
  4168      - interfaces: serial-port use udevUsbDeviceSnippet
  4169      - store: ensure the payment methods method handles auth failure
  4170      - overlord/snapstate: support revert flags
  4171      - many: add snap configuration to REST API
  4172      - tests: use ubuntu-image for the ubuntu-core-16 image creation
  4173      - cmd/snap: serialise empty keys list as [] rather than null
  4174      - cmd/snap,client: add snap set and snap get commands
  4175      - asserts: update trusted account-key asserts with names
  4176      - overlord/snapstate: misc fixes/tweaks/cleanups
  4177      - image: have prepare-image set devmode correctly
  4178      - overlord/boot: have firstboot support assertion files with
  4179        multiple assertions
  4180      - daemon: bail from enable and disable if revision given, and from
  4181        multi-op if unsupported optons given
  4182      - osutil: call sync after cp if
  4183        requested.overlord/snapstate/backend: switch to use osutil instead
  4184        of another buggy call to cp
  4185      - cmd/snap: generate account-key-request "since" header in UTC
  4186      - many: use symlinks instead of wrappers
  4187      - tests: remove silly [Service] entry from snapd.socket.d/local.conf
  4188      - store: switch device session to use device-session-request
  4189        assertion
  4190      - snap: ensure that plug and slot names are unique
  4191      - cmd/snap: fix test suite (no Exit(0) on tests!)
  4192      - interfaces: add interface for hidraw devices
  4193      - tests: use the real model assertion when creating the core test
  4194        image
  4195      - interfaces/builtin: add udisks2 and removable-media interfaces
  4196      - interface: network_manager: enable resolvconf
  4197      - interfaces/builtin: usb serial-port support via udev
  4198      - interfaces/udev: support noneSecurityTag keyed snippets
  4199      - snap: switch to the new agreed regexp for snap names
  4200      - tests: adjust test setup after ubuntu user removal
  4201      - many: start services only after the snap is fully ready (link-snap
  4202        was run)
  4203      - asserts: don't have Add/Check panic in the face of unsupported no-
  4204        authority assertions
  4205      - asserts: initial support to generate/sign snap-build assertions
  4206      - asserts: support checking account-key-request assertions
  4207      - overlord: introduce AuthContext.DeviceSessionRequest with support
  4208        in devicestate
  4209      - overlord/state: fix for reloaded task/change crashing on Set if
  4210        checkpointed w. no custom data  yet
  4211      - snapd.refresh.service: require snap.socket and /snap/*/current.
  4212      - many: spell --force-dangerous as just --dangerous, devmode should
  4213        imply it
  4214      - overlord/devicestate: try to fetch/refresh the signing key of
  4215        serial (also in case is not there yet)
  4216      - image,overlord/boot,snap: metadata from asserts for image snaps
  4217      - many: automatically restart all-snap devices after os/kernel
  4218        updates
  4219      - interfaces: modem-manager: ignore camera
  4220      - firstboot: only configure en* and eth* interfaces by default
  4221      - interfaces: fix interface handling on no-app snaps
  4222      - snap: set user variables even if HOME is unset (like with systemd
  4223        services)
  4224  
  4225   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 16 Sep 2016 07:46:22 +0200
  4226  
  4227  snapd (2.14.2~16.04) xenial; urgency=medium
  4228  
  4229    * New upstream release: LP: #1618095
  4230      - tests: use the spread tests with the adhoc interface inside
  4231        autopkgtest
  4232      - interfaces: add fwupd interface
  4233      - asserts,cmd/snap: add "name" header to account-key(-request)
  4234      - client,cmd/snap: display os-release data only on classic
  4235      - asserts/tool,cmd/snap: introduce hidden "snap sign"
  4236      - many: when installing snap file derive metadata from assertions
  4237        unless --force-dangerous
  4238      - osutil: tweak the createUserTests a bit and extract common code
  4239      - debian: umount --lazy before rm on snapd.postrm
  4240      - interfaces: updates to default policy, browser-support, and x11
  4241      - store: set initial device session
  4242      - interfaces: add upower-observe interface (LP: #1595813)
  4243      - tests: use beta u-d-f in test by default
  4244      - interfaces/builtin: allow writing on /dev/vhci in bluetooth-
  4245        control
  4246      - interfaces/builtin: allow /dev/vhci on bluetooth-control
  4247      - tests: port integration tests to spread
  4248      - snapstate: use umount --lazy when removing the mount units
  4249      - spread: enable halt-timeout, tweak image selection
  4250      - tests: fix firstboot-assertions to actually be runnable on classic
  4251        again
  4252      - asserts: introduce device-session-request
  4253      - interfaces: add screen-inhibit-control interface (LP: #1604880)
  4254      - firstboot: change location of netplan config
  4255      - overlord/devicestate: some cleanups and solving a couple todos
  4256      - daemon,overlord: add subcommand handling to snapctl
  4257  
  4258   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 01 Sep 2016 18:52:05 +0200
  4259  
  4260  snapd (2.14.1) xenial; urgency=medium
  4261  
  4262    * New upstream release: LP: #1618095
  4263      - snap-exec: add support for commands with internal args in snap-
  4264        exec
  4265      - store: refresh expired device sessions
  4266      - debian: re-add ubuntu-core-snapd-units as a transitional package
  4267      - image: snap assertions into image
  4268      - overlord/assertstate,asserts/snapasserts: give snap assertions
  4269        helpers a package, introduce ReconstructSideInfo
  4270      - docs/interfaces: Add empty line after lxd-support title
  4271      - README: cover the new /run/snapd-snap.socket
  4272      - daemon: make socket split backward-compatible.
  4273  
  4274   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 30 Aug 2016 16:43:29 +0200
  4275  
  4276  snapd (2.14) xenial; urgency=medium
  4277  
  4278    * New upstream release: LP: #1618095
  4279      - cmd: enable SNAP_REEXEC only if it is set to SNAP_REEXEC=1
  4280      - osutil: fix create-user on classic
  4281      - firstboot: disable firstboot on classic for now
  4282      - cmd/snap: add export-key --account= option
  4283      - many: split public snapd REST API into separate socket.
  4284      - many: drop ubuntu-core-snapd-units package, use release.OnClassic
  4285        instead
  4286      - tests: add content-shareing binary test that excersises snap-
  4287        confine
  4288      - snap: use "up to date" instead of "up-to-date"
  4289      - asserts: add an account-key-request assertion
  4290      - asserts: fix GPG key generation parameters
  4291      - tests, integration-tests: implement the cups-control manual test
  4292        as a spread test
  4293      - many: clarify/tie down model assertion
  4294      - cmd/snap: add "snap download" command
  4295      - integration-tests: remove them in favour of the spread tests
  4296      - tests: test all snap ubuntu core upgrade
  4297      - many: support install and remove by revision
  4298      - overlord/state: prevent change ready => unready
  4299      - tests: fixes to make the ubuntu-core-16 image usable with
  4300        -keep/-reuse
  4301      - asserts: authority-id and brand-id of serial must match
  4302      - firstboot: generate netplan config rather than ifupdown
  4303      - store: request device session macaroon from store
  4304      - tests: add workaround for u-d-f to unblock all-snap image tests
  4305      - tests: the stable ubuntu-core snap has snap run support now
  4306      - many: use make StripGlobalRootDir public
  4307      - asserts: add some stricter checks around format
  4308      - many: have AuthContext expose device store-id, serial and serial-
  4309        proof signing to the store
  4310      - tests: fix "tests/main/ack" to not break if asserts are alreay
  4311        there
  4312      - tests/main/ack: fix test/style
  4313      - snap: add key management commands
  4314      - firstboot: add firstboot assertions importing
  4315  
  4316   -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 29 Aug 2016 17:07:20 +0200
  4317  
  4318  snapd (2.13) xenial; urgency=medium
  4319  
  4320    * New upstream release: LP: #1616157
  4321      - many: respect dirs.SnapSnapsDir in tests
  4322      - tests: update listing test for latest stable image
  4323      - many: hook in start of code to fetch/check assertions when
  4324        installing snap from store
  4325      - boot: add missing udevadm mock to fix FTBFS
  4326      - interfaces: add lxd-support interface
  4327      - dirs,snap: handle empty root directory in SetRootDir
  4328      - dirs,snap: define methods for SNAP_USER_DATA and SNAP_USER_COMMON
  4329      - tests: spread all-snap test cleanup
  4330      - tests: add all-snap spread image tests
  4331      - store,tests: have just one envvar SNAPPY_USE_STAGING_STORE to
  4332        control talking to staging
  4333      - overlord/hookstate: use snap run posix parameters.
  4334      - interfaces/builtin: allow bind in the network interface
  4335      - asserts,overlord/devicestate: simplify private key/key pairs APIs,
  4336        they take just key ids
  4337      - dependencies: update godeps
  4338      - boot: add support for "devmode: {true,false}" in seed.yaml
  4339      - many: teach prepare-image to copy the model assertion (and
  4340        prereqs) into the seed area of the image
  4341      - tests: start teaching the fakestore about assertions
  4342      - asserts/sysdb: embed the new format official root/trusted
  4343        assertions
  4344      - overlord/devicestate: first pass at device registration logic
  4345      - tests: add process-control interface spread test
  4346      - tests: disable unity test
  4347      - tests: adapt to new spread version
  4348      - asserts: add serial-proof device assertion
  4349      - client, cmd/snap: use the new multi-refresh endpoint
  4350      - many: preparations for image code to fetch model prereqs
  4351      - debian: add extra checks when debian/snapd.postrm purge is run
  4352      - overlord/snapstate, daemon: support for multi-snap refresh
  4353      - tests: do not leave "squashfs-root" around
  4354      - snap-exec: Fix broken `snap run --shell` and add test
  4355      - overlord/snapstate: check changes to SnapState for conflicts also.
  4356      - docs/interfaces: change snappy command to snap
  4357      - tests: test `snap run --hook` using in-tree snap-exec.
  4358      - partition: ensure that snap_{kernel,core} is not overridden with an
  4359        empty value
  4360      - asserts,overlord/assertstate: introduce an assertstate task
  4361        handler to fetch snap assertions
  4362      - spread: disable re-exec to always test development tree.
  4363      - interfaces: implement a fuse interface
  4364      - interfaces/hardware-observe.go: re-add /run/udev/data
  4365      - overlord/assertstate,daemon: reorg how the assert manager exposes
  4366        the assertion db and adding to it
  4367      - release: Remove "UBUNTU_CODENAME" from the test data
  4368      - many: implement snapctl command.
  4369      - interfaces: mpris updates (fix unconfined introspection, add name
  4370        attribute)
  4371      - asserts: export DecodePublicKey
  4372      - asserts: introduce support for assertions with no authority,
  4373        implement serial-request
  4374      - interfaces: bluez: add a few more tests to verify interface
  4375        connection works
  4376      - interfaces: bluez: add missing mount security snippet case
  4377      - interfaces: add kernel-module interface for module insertion.
  4378      - integration-tests: look for ubuntu-device-flash on PATH before
  4379        calling sudo
  4380      - client, cmd, daemon, osutil: support --yaml and --sudoer flags for
  4381        create-user
  4382      - spread: use snap-confine from ppa:snappy-dev/image for the tests
  4383      - many: move to purely hash based key lookup and to new
  4384        key/signature format (v1)
  4385      - spread: Use /home/gopath in spread.yaml
  4386      - tests: base security spread tests
  4387  
  4388   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 24 Aug 2016 14:48:28 +0200
  4389  
  4390  snapd (2.12) xenial; urgency=medium
  4391  
  4392    * New upstream release: LP: #1612362
  4393      - many: do not require root for `snap prepare-image`
  4394      - tests: prevent restore error on test failure
  4395      - osutil: change escaping for create-user's sudoers
  4396      - docs: private flag doesn't exist on /v2/find (it's select)
  4397      - snap: do not sort the result of `snap find`
  4398      - interfaces/builtin: add gpio interface
  4399      - partition: fix cleaning of the boot variables on the second good
  4400        boot
  4401      - tests: add udev rules spread test
  4402      - docs: fix references to refresh action
  4403      - interfaces/udev,osutil: avoid doubled rules and put all in a per
  4404        snap file
  4405      - store: minor store improvements from previous reviews
  4406      - many: support interactive payments in snapd, filter from command
  4407        line
  4408      - docs/interfaces.md: improve interfaces documentation
  4409      - overlord,store: set store device authorization header
  4410      - store: add device nonce API support
  4411      - many: various fixes around the `create-user` command
  4412      - client, osutil: chown the auth file
  4413      - interfaces/builtin: add transitional browser-support interface
  4414      - snap: don't load unsupported implicit hooks.
  4415      - cmd/snap,cmd/snap-exec: support hooks again.
  4416      - interfaces/builtin: improve pulseaudio interface
  4417      - asserts: make account-key's `until` optional to represent a never-
  4418        expiring key
  4419      - store: refactor newRequest/doRequest to take requestOptions
  4420      - tests: allow-downgrades on upgrade test to prevent version errors
  4421      - daemon: stop using group membership as succedaneous of running
  4422        things with sudo
  4423      - interfaces: add bluetooth-control interfaces
  4424      - many: remove integration-test coverage metrics
  4425      - daemon,docs: drop license docs and error kind
  4426      - tests: add network-control interface spread test
  4427      - tests: add hardware-observe spread test
  4428      - interfaces: add system-trace interface LP: #1600085
  4429      - boot: use `cp -aLv` instead of `cp -a` (no symlinks on vfat)
  4430      - store: soft-refresh discharge macaroon from store when required
  4431      - partition: clear snap_try_{kernel,core} on success
  4432      - tests: add snapd-control interface spread test
  4433      - tests: add locale-control write spread test
  4434      - store: fix buy method after some refactoring broke it
  4435      - interfaces/builtin: read perms for network devices in network-
  4436        observe
  4437      - interfaces: also allow rfkill in network_control
  4438      - snapstate: remove artifacts from a snap try dir that vanished
  4439      - client, cmd/snap: better errors for empty snap list result
  4440      - wrappers: set BAMF_DESKTOP_FILE_HINT for unity
  4441      - many: cleanup/update rest.md; improve auth errors
  4442      - interfaces: miscelleneous policy updates for default, log-observe,
  4443        mount-observe, opengl, pulseaudio, system-observe and unity7
  4444      - interfaces: add process-control interface (LP: #1598225)
  4445      - osutil: support both "nobody" and "nogroup" for grpnam tests
  4446      - cmd: support defaulting to the user's preferred payment method
  4447      - overlord: actually run hooks.
  4448      - overlord/state,overlord/ifacestate: define basic infrastructure
  4449        for and then setting up serialising of interface mgr tasks
  4450      - asserts: add Assertion.Prerequisites and SigningKey, Ref and
  4451        FindTrusted
  4452      - overlord/snapstate: ensure calls to store are done without the
  4453        state lock held
  4454      - asserts,client: switch snap-build and snap-revision to be indexed
  4455        by snap-sha3-384
  4456      - many: make seed.yaml on firstboot mandatory and include sideInfo
  4457      - asserts,many: start supporting structured headers using the new
  4458        parseHeaders
  4459      - many: update code for the new snap_mode
  4460      - tests: added spread find private test
  4461      - store: deal with 404 froms the SSO store properly
  4462      - snap: remove meta/kernel.yaml again
  4463      - daemon: always mock release info in tests
  4464      - snapstate: drop revisions after "current" on refresh
  4465      - asserts: introduce new parseHeadersThis introduces the new
  4466        parseHeaders returning map[string]interface{} and capable of
  4467        accepting:
  4468      - asserts: remove/disable comma separated lists and their uses
  4469  
  4470   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 11 Aug 2016 19:30:36 +0200
  4471  
  4472  snapd (2.11) xenial; urgency=medium
  4473  
  4474    * New upstream release: LP: #1605303
  4475      - increase version number to reflect the nature of the update
  4476        better
  4477      - store, daemon, client, cmd/snap, docs/rest.md: adieu search
  4478        grammar
  4479      - debian: move snapd.refresh.timer into timers.target
  4480      - snapstate: add daemon-reload to fix autopkgtest on yakkety
  4481      - Interfaces: hardware-observe
  4482      - snap: rework the output after a snap operation
  4483      - daemon, cmd/snap: refresh --devmode
  4484      - store, daemon, client, cmd/snap: implement `snap find --private`
  4485      - tests: add network-observe interface spread test
  4486      - interfaces/builtin: allow getsockopt for connected x11 plugs
  4487      - osutil: check for nogrup instead of adm
  4488      - store: small cleanups (more needed)
  4489      - snap/squashfs: fix test not to hardcode snap size
  4490      - client,cmd/snap: cleanup cmd/snap test suite, add extra args
  4491        testThis cleans up the cmd/snap test suite:
  4492      - wrappers: map "never" restart condition to "no."
  4493      - wrappers: run update-desktop-database after add/remove of desktop
  4494        files
  4495      - release: work around elementary mistake
  4496      - many: remove all traces of channel from the buying codepath
  4497      - store: kill setUbuntuStoreHeaders
  4498      - docs: add payment methods documentation
  4499      - many: present user with a choice of payment backends
  4500      - asserts: add cross checks for snap asserts
  4501      - cmd/snap,cmd/snap-exec: support running hooks via snap-exec.
  4502      - tests: improve snap run symlink tests
  4503      - tests: add content sharing interface spread test
  4504      - store & many: a mechanical branch shortening store names
  4505      - snappy: remove old snappy pkg
  4506      - overlord/snapstate: kill flagscompat
  4507      - overlord/snapstate, daemon, client, cmd/snap: devmode override
  4508        (aka confined)
  4509      - tests: extend refresh test to talk to the staging and production
  4510        stores
  4511      - asserts,daemon: cross checks for account and account-key
  4512        assertions
  4513      - client: existing JSON fixtures uses tabs for indentation
  4514      - snap-exec: add proper integration test for snap-exec
  4515      - spread.yaml, tests: replace hello-world with test-snapd-tools
  4516      - tests: add locale-control interface spread test
  4517      - tests: add mount-observe interface spread test
  4518      - tests: add system-observe interface spread test
  4519      - many: add AuthContext to mediate user updates to the state
  4520      - store/auth: add helper for the macaroon refresh endpoint
  4521      - cmd: add buy command
  4522      - overlord: switch snapstate.Update to use ListRefresh (aka
  4523        /snaps/metadata)
  4524      - snap-exec: fix silly off-by-one error
  4525      - tests: stop using hello-world.echo in the tests
  4526      - tests: add env command to test-snapd-tools
  4527      - classic: remove (most of) "classic" mode, this is implemented as a
  4528        snap now
  4529      - many: remove snapstate.Candidate and other cleanups
  4530      - many: removed authenticator, store gets a user instead
  4531      - asserts: fix minor doc comment typo
  4532      - snap: ensure unknown arguments to `snap run` are ignored
  4533      - overlord/auth: add Device/SetDevice to persist device identity in
  4534        state
  4535      - overlord: make SyncBoot work again
  4536      - tests: add -y flag to apt autoremove command in unity task restore
  4537      - many: migrate SnapSetup and SideInfo to use RealName
  4538      - daemon: drop auther()
  4539      - client: improve error from client.do() on json decode failures
  4540      - tests: readd the fake store tests
  4541      - many: allow removal of broken snaps, add spread test
  4542      - overlord: implement &Retry{After: duration} support for handlers
  4543      - interface: add new interfaces.all.SecurityBackends
  4544      - integration-tests: remove login tests
  4545      - cmd,interfaces,snap: implement hook whitelist.
  4546      - daemon,overlord/auth,store: update macaroon authentication to use
  4547        the new endpoints
  4548      - daemon, overlord: add buy endpoint to REST API
  4549      - tests: use systemd-run for starting and stopping the unity app
  4550      - tests, integration-tests: port systemd service check test to
  4551        spread
  4552      - store: switch search to new snap-specific endpoint
  4553      - store, many: start using the new details endpoint
  4554      - tests, integration-tests: port unity test to spread
  4555      - tests: add spread test for tried snaps removal
  4556      - tests, integration-tests: port auth errors test to spread
  4557      - snapstate: rename OfficialName to RealName in the new tests
  4558      - many: rename SideInfo.OfficialName to SideInfo.RealName
  4559      - snapstate: use snapstate.Type in backend.RemoveSnapFiles
  4560      - many: add `snap enable/disable` commands
  4561      - tests, integration-tests: port refresh all test to spread
  4562      - snap: add `snap run --shell`
  4563      - tests: set yaml indentation to 4 spaces
  4564      - snapstate: cleanup downloaded temp snap files
  4565      - overlord: make patch1_test more robust
  4566      - debian: add snapd.postrm that purges
  4567      - integration-tests: drop already covered refresh app test
  4568      - many: add concept of "broken" snaps
  4569      - tests, integration-tests: port remove errors tests to spread
  4570      - tests, integration-tests: port revert test to spread
  4571      - debian: fix snapbuild path
  4572      - overlord: fix access to the state without lock in firstboot.go and
  4573        add test
  4574      - snapstate: add very simple garbage collection on upgrade
  4575      - asserts: introduce assertstest with helpers to test code involving
  4576        assertions
  4577      - tests, integration tests: port undone failed install test to
  4578        spread
  4579      - snap,store: switch to the new snaps/metadata endpoint, introduce
  4580        and start capturing DeveloperID
  4581      - tests, integration-tests: port the op remove retry test to spread
  4582      - po: remove snappy.pot from git, it will be generated at build time
  4583      - many: add some missing tests, clarify some things and nitpicks as
  4584        follow up to `snap revert`
  4585      - snapstate: when doing snapsate.Update|Install, talk to the store
  4586        early
  4587      - tests, integration-tests: port the op remove test to spread
  4588      - interfaces: allow /usr/bin/locale in default policy
  4589      - many: add `snap revert`
  4590      - overlord/auth,store: add macaroon serialization/deserialization
  4591        helpers
  4592      - many: embed main store trusted assertions in snapd, way to have
  4593        test ones, spread tests for ack and known
  4594      - overlord/snapstate,daemon: clarify active vs current, add
  4595        SnapState.HasCurrent,CurrentInfo
  4596      - tests: do not search for a specific snap (we hit 100 items) and
  4597        pagination kicks in
  4598      - tests: use printf instead of echo where we need portability
  4599      - tests: rename and generalize basic-binaries to test-snapd-tools
  4600  
  4601   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 26 Jul 2016 15:49:04 +0200
  4602  
  4603  snapd (2.0.10) xenial; urgency=medium
  4604  
  4605    *  New upstream release: LP: #1597329
  4606      - interfaces: also allow @{PROC}/@{pid}/mountinfo and
  4607        @{PROC}/@{pid}/mountstats
  4608      - interfaces: allow read access to /etc/machine-id and
  4609        @{PROC}/@{pid}/smaps
  4610      - interfaces: miscelleneous policy updates for default, log-observe
  4611        and system-observe
  4612      - snapstate: add logging after a successful doLinkSnap
  4613      - tests, integration-tests: port try tests to spread
  4614      - store, cmd/snapd: send a basic user-agent to the store
  4615      - store: add buy method
  4616      - client: retry on failed GETs
  4617      - tests: actual refresh test
  4618      - docs: REST API update
  4619      - interfaces: add mount support for hooks.
  4620      - interfaces: add udev support for hooks.
  4621      - interfaces: add dbus support for hooks.
  4622      - tests, integration-tests: port refresh test to spread
  4623      - tests, integration-tests: port change errors test to spread
  4624      - overlord/ifacestate: don't retry snap security setup
  4625      - integration-tests: remove unused file
  4626      - tests: manage the socket unit when reseting state
  4627      - overlord: improve organization of state patches
  4628      - tests: wait for snapd listening after reset
  4629      - interfaces/builtin: allow other sr*/scd* optical devices
  4630      - systemd: add support for squashfuse
  4631      - snap: make snaps vanishing less fatal for the system
  4632      - snap-exec: os.Exec() needs argv0 in the args[] slice too
  4633      - many: add new `create-user` command
  4634      - interfaces: auto-connect content interfaces with the same content
  4635        and developer
  4636      - snapstate: add Current revision to SnapState
  4637      - readme: tweak readme blurb
  4638      - integration-tests: wait for listening port instead of active
  4639        service reported by systemd
  4640      - many: rename Current -> {CurrentSideInfo,CurrentInfo}
  4641      - spread: fix home interface test after suite move
  4642      - many: name unversioned data.
  4643      - interfaces: add "content" interface
  4644      - overlord/snapstate: defaultBackend can go away now
  4645      - debian: comment to remember why the timer is setup like it is
  4646      - tests,spread.yaml: introduce an upgrade test, support/split into
  4647        two suites for this
  4648      - overlord,overlord/snapstate: ensure we keep snap type in snapstate
  4649        of each snap
  4650      - many: rework the firstboot support
  4651      - integration-tests: fix test failure
  4652      - spread: keep core on suite restore
  4653      - tests: temporary fix for state reset
  4654      - overlord: add infrastructure for simple state format/content
  4655        migrations
  4656      - interfaces: add seccomp support for hooks.
  4657      - interfaces: allow gvfs shares in home and temporarily allow
  4658        socketcall by default (LP: #1592901, LP: #1594675)
  4659      - tests, integration-tests: port network-bind interface tests to
  4660        spread
  4661      - snap,snap/snaptest: use PopulateDir/MakeTestSnapWithFiles directly
  4662        and remove MockSnapWithHooks
  4663      - interfaces: add mpris interface
  4664      - tests: enable `snap run` on i386
  4665      - tests, integration-tests: port network interface test to spread
  4666      - tests, integration-tests: port interfaces cli to spread
  4667      - tests, integration-tests: port leftover install tests to spread
  4668      - interfaces: add apparmor support for hooks.
  4669      - tests, integration-tests: port log-observe interface tests to
  4670        spread
  4671      - asserts: improve Decode doc comment about assertion format
  4672      - tests: moved snaps to lib
  4673      - many: add the camera interface
  4674      - many: add optical-drive interface
  4675      - interfaces: auto-connect home if running on classic
  4676      - spread: bump gccgo test timeout
  4677      - interfaces: use security tags to index security snippets.
  4678      - daemon, overlord/snapstate, store: send confinement header to the
  4679        store for install
  4680      - spread: run tests on 16.04 i386 concurrently
  4681      - tests,integration-tests: port install error tests to spread
  4682      - interfaces: add a serial-port interface
  4683      - tests, integration-tests, debian: port sideload install tests to
  4684        spread
  4685      - interfaces: add new bind security backend and refactor
  4686        backendtests
  4687      - snap: load and validate implicit hooks.
  4688      - tests: add a build/run test for gccgo in spread
  4689      - cmd/snap/cmd_login: Adjust message after adding support for wheel
  4690        group
  4691      - tests, integration-tests: ported install from store tests to
  4692        spread
  4693      - snap: make `snap change <taskid>` show task progress
  4694      - tests, integration-tests: port search tests to spread
  4695      - overlord/state,daemon: make abort proceed immediately, fix doc
  4696        comment, improve tests
  4697      - daemon: extend privileged access to users in "wheel" group
  4698      - snap: tweak `snap refresh` and `snap refresh --list` outputTiny
  4699        branch that does three things:
  4700      - interfaces: refactor auto-connection candidate check
  4701      - snap: add support for snap {install,refresh}
  4702        --{edge,beta,candidate,stable}
  4703      - release: don't force KDE Neon into devmode.
  4704  
  4705   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 29 Jun 2016 21:02:39 +0200
  4706  
  4707  snapd (2.0.9) xenial; urgency=medium
  4708  
  4709    * New upstream release: LP: #1593201
  4710      - snap: add the magic redirect part of `snap run`
  4711      - tests, integration-tests: port server related tests to spread
  4712      - overlord/snapstate: log restarting in the task
  4713      - daemon: test restart wiring, fix setup/teardown
  4714      - cmd: don't show the price if a snap has already been purchased
  4715      - tests, integration-tests: port listing tests to spread
  4716      - integration-tests: do not try to kill ubuntu-clock-app.clock (no
  4717        longer a process)
  4718      - several: tie up overlord's restart handler into daemon; adjust
  4719        snap to cope
  4720      - tests, integration-tests: port abort tests to spread
  4721      - integration-tests: fix flaky TestRemoveBusyRetries
  4722      - testutils: refactor/mock exec
  4723      - snap,cmd: add hook support to snap run.
  4724      - overlord/snapstate: remove Download from backend
  4725      - store: use a custom logging transport
  4726      - overlord/hookstate: implement basic HookManager.
  4727      - spread: move the suite restore to restore-each
  4728      - asserts: turn model os into model core field, making it also more
  4729        like the kernel and gadget fields
  4730      - asserts: / is not allowed in primary key headers, follow the store
  4731        in this
  4732      - release: enable full confinement on Elementary 0.4
  4733      - integration-tests: fix another i386 autopkgtest failure.
  4734      - cmd/snap: create SNAP_USER_DATA and common dirs in `snap run`
  4735      - many: have the installation of the core snap request a restart (on
  4736        classic)
  4737      - asserts: allow to load also account assertions into the trusted
  4738        set
  4739      - many: install snaps in devmode on distributions without complete
  4740        apparmor and seccomp support
  4741      - spread: run on travis
  4742      - snapenv: do not hardcode amd64 in tests
  4743      - spread: initial harness and first test
  4744      - interfaces: miscelleneous policy updates for chromium, x86,
  4745        opengl, etc
  4746      - integration-tests: remove daemon to use the log-observe interface
  4747      - client: remove client.Revision and import snap.Revision instead
  4748      - integration-tests: wait for network-bind service in try test
  4749      - many: move over from snappy to snapstate/backend SetupSnap and
  4750        related code
  4751      - integration-tests: add interfaces cli tests
  4752      - snapenv: cleanup snapenv.{Basic,User}
  4753      - cmd/snap: also print slots that connect to the wanted snap (LP:
  4754        #1590704)
  4755      - asserts: error style, use "cannot" instead of "failed to"
  4756        following the main decided style
  4757      - integration-tests: wait until the network-bind service is up
  4758        before testing
  4759      - many: add new `snap run` command
  4760      - snappy: unexport snappy.Install and snappy.Overlord.{Un,}Install
  4761      - many: add some shared testing helpers to snap/snaptest and to
  4762        boot/boottest
  4763      - rest-api: support to send apps per snap (LP: #1564076)
  4764  
  4765   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 16 Jun 2016 13:56:12 +0200
  4766  
  4767  snapd (2.0.8.1) UNRELEASED; urgency=medium
  4768  
  4769    * New upstream release
  4770      - Cherry pick four commits that show snaps as installed in devmode on
  4771      distributions without full confinement dependencies available:
  4772  
  4773      25634d3364a46b5e9147e4466932c59b1b572d35
  4774      53f2e8d5f1b2d7ce13f5b50be4c09fa1de8cf1e0
  4775      38771f4cc324ad9dd4aa48b03108d13a2c361aad
  4776      c46e069351c61e45c338c98ab12689a319790bd5
  4777  
  4778   -- Zygmunt Krynicki <zygmunt.krynicki@canonical.com>  Tue, 14 Jun 2016 15:55:30 +0200
  4779  
  4780  snapd (2.0.8+1) unstable; urgency=medium
  4781  
  4782    * New upstream release.
  4783    * Update lintian-overrides for new paths.
  4784    * debian/copyright: fix a typo (thanks, lintian!)
  4785  
  4786   -- Steve Langasek <vorlon@debian.org>  Fri, 10 Jun 2016 23:17:22 +0000
  4787  
  4788  snapd (2.0.8) xenial; urgency=medium
  4789  
  4790    * New upstream release: LP: #1589534
  4791      - debian: make `snap refresh` times more random (LP: #1537793)
  4792      - cmd: ExecInCoreSnap looks in "core" snap first, and only in
  4793        "ubuntu-core" snap if rev>125.
  4794      - cmd/snap: have 'snap list' display helper message on stderr
  4795        (LP: #1587445)
  4796      - snap: make app names more restrictive.
  4797  
  4798   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 08 Jun 2016 07:56:58 +0200
  4799  
  4800  snapd (2.0.7) xenial; urgency=medium
  4801  
  4802    * New upstream release: LP: #1589534
  4803      - debian: do not ship  /etc/ld.so.conf.d/snappy.conf (LP: #1589006)
  4804      - debian: fix snapd.refresh.service install and usage (LP: #1588977)
  4805      - ovlerlord/state: actually support task setting themself as
  4806        done/undone
  4807      - snap: do not use "." import in revision_test.go, as this breaks
  4808        gccgo-6 (fix build failure on powerpc)
  4809      - interfaces: add fcitx and mozc input methods to unity7
  4810      - interfaces: add global gsettings interfaces
  4811      - interfaces: autoconnect home and doc updates (LP: #1588886)
  4812      - integration-tests: remove
  4813        abortSuite.TestAbortWithValidIdInDoingStatus
  4814      - many: adding backward compatible code to upgrade SnapSetup.Flags
  4815      - overlord/snapstate: handle sideloading over an old sideloaded snap
  4816        without panicing
  4817      - interfaces: add socketcall() to the network/network-bind
  4818        interfaces (LP: #1588100)
  4819      - overlord/snapstate,snappy: move over CanRemoveThis moves over the
  4820        CanRemove check to snapstate itself.overlord/snapstate
  4821      - snappy: move over CanRemove
  4822      - overlord/snapstate,snappy: move over CopyData and Remove*Data code
  4823  
  4824   -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 06 Jun 2016 16:35:50 +0200
  4825  
  4826  snapd (2.0.6) xenial; urgency=medium
  4827  
  4828    * New upstream release: LP: #1588052:
  4829      - many: repository moved to snapcore/snapd
  4830      - debian: add transitional pkg for the github location change
  4831      - snap: ensure `snap try` work with relative paths
  4832      - debian: drop run/build dependency on lsb-release
  4833      - asserts/tool: gpg key pair manager
  4834      - many: add new snap-exec
  4835      - many: implement `snap refresh --list` and  `snap refresh`
  4836      - snap: add parsing support for hooks.
  4837      - many: add the cups interface
  4838      - interfaces: misc policy fixes (LP: #1583794)
  4839      - many: add `snap try`
  4840      - interfaces: allow using sysctl and scmp_sys_resolver for parsing
  4841        kernel logs
  4842      - debian: make snapd get its environ from /etc/environment
  4843      - daemon,client,snap: revisions are now strings
  4844      - interfaces: allow access to new ibus abstract socket path
  4845        LP: #1580463
  4846      - integration-tests: add remove tests
  4847      - asserts: stronger crypto choices and follow better latest designs
  4848      - snappy,daemon: hollow out more of snappy (either removing or not
  4849        exporting stuff on its way out), snappy/gadget.go is gone
  4850      - asserts: rename device-serial to serial
  4851      - asserts: rename identity to account (and username access)
  4852      - integration-tests: add changes tests
  4853      - backend: add tests for environment wrapper generation
  4854      - interfaces/builtin: add location-control interface
  4855      - overlord/snapstate: move over check snap logic from snappy
  4856      - release: use os-release instead of lsb-release for cross-distro
  4857        use
  4858      - asserts: allow empty snap-name for snap-declaration
  4859      - interfaces/builtin,docs,snap: add the pulseaudio interface
  4860      - many: add support for an environment map inside snap.yaml
  4861      - overlord/snapstate: increase robustness of doLinkSnap/undoLinkSnap
  4862        with sanity unit tests
  4863      - snap: parse epoch property
  4864      - snappy: do nothing in SetNextBoot when running on classic
  4865      - snap: validate snap type
  4866      - integration-tests: extend find command tests
  4867      - asserts: extend tests to cover mandatory and empty headers
  4868      - tests: stop the update-pot check in run-checks
  4869      - snap: parse confinement property.
  4870      - store: change applyUbuntuStoreHeaders to not take accept, and to
  4871        take a channel
  4872      - many: struct-based revisions, new representation
  4873      - interfaces: remove 'audit deny' rules from network_control.go
  4874      - interfaces: add  com.canonical.UrlLauncher.XdgOpen to unity7
  4875        interface
  4876      - interfaces: firewall-control can access xtables lock file
  4877      - interfaces: allow unity7 AppMenu
  4878      - interfaces: allow unity7 launcher API
  4879      - interfaces/builtin: add location-observe interface
  4880      - snap: fixed snap empty list text LP: #1587445
  4881  
  4882   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 02 Jun 2016 08:23:50 +0200
  4883  
  4884  snapd (2.0.5+1) unstable; urgency=medium
  4885  
  4886    * Initial Debian upload.  Closes: #824943.
  4887    * release/release{,_test}.go: use /etc/os-release, which is guaranteed to
  4888      be part of base-files on both Ubuntu and Debian, instead of
  4889      /etc/lsb-release which doesn't exist at all on Debian.
  4890    * drop transitional packages, not needed in Debian.
  4891    * Add lintian overrides for false-positive detection of embedded libyaml.
  4892    * Update Vcs-* fields to point at maintainer's branch.
  4893    * Add a further lintian override for the /snap directory so that the
  4894      package is not automatically rejected by the NEW queue; this directory
  4895      location is certainly subject to discussion for Debian, but let's have
  4896      the discussion rather than blocking the package at the archive level.
  4897  
  4898   -- Steve Langasek <vorlon@debian.org>  Mon, 23 May 2016 00:36:06 +0000
  4899  
  4900  snapd (2.0.5) xenial; urgency=medium
  4901  
  4902    * New upstream release: LP: #1583085
  4903      - interfaces: add dbusmenu, freedesktop and kde notifications to
  4904        unity7 (LP: #1573188)
  4905      - daemon: make localSnapInfo return SnapState
  4906      - cmd: make snap list with no snaps not special
  4907      - debian: workaround for XDG_DATA_DIRS issues
  4908      - cmd,po: fix conflicts, apply review from #1154
  4909      - snap,store: load and store the private flag sent by the store in
  4910        SideInfo
  4911      - interfaces/apparmor/template.go: adjust /dev/shm to be more usable
  4912      - store: use purchase decorator in Snap and FindSnaps
  4913      - interfaces: first version of the networkmanager interface
  4914      - snap, snappy: implement the new (minmimal) kernel spec
  4915      - cmd/snap, debian: move manpage generation to depend on an environ
  4916        key; also, fix completion
  4917  
  4918   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 19 May 2016 15:29:16 +0200
  4919  
  4920  snapd (2.0.4) xenial; urgency=medium
  4921  
  4922    * New upstream release:
  4923      - interfaces: cleanup explicit denies
  4924      - integration-tests: remove the ancient integration daemon tests
  4925      - integration-tests: add network-bind interface test
  4926      - integration-tests: add actual checks for undoing install
  4927      - integration-tests: add store login test
  4928      - snap: add certain implicit slots only on classic
  4929      - integration-tests: add coverage flags to snapd.service ExecStart
  4930        setting when building from branch
  4931      - integration-tests: remove the tests for features removed in 16.04.
  4932      - daemon, overlord/snapstate: "(de)activate" is no longer a thing
  4933      - docs: update meta.md and security.md for current snappy
  4934      - debian: always start snapd
  4935      - integration-tests: add test for undoing failed install
  4936      - overlord: handle ensureNext being in the past
  4937      - overlord/snapstate,overlord/snapstate/backend,snappy: start
  4938        backend porting LinkSnap and UnlinkSnap
  4939      - debian/tests: add reboot capability to autopkgtest and execute
  4940        snapPersistsSuite
  4941      - daemon,snappy,progress: drop license agreement broken logic
  4942      - daemon,client,cmd/snap: nice access denied message
  4943        (LP: #1574829)
  4944      - daemon: add user parameter to all commands
  4945      - snap, store: rework purchase methods into decorators
  4946      - many: simplify release package and add OnClassic
  4947      - interfaces: miscellaneous policy updates
  4948      - snappy,wrappers: move desktop files handling to wrappers
  4949      - snappy: remove some obviously dead code
  4950      - interfaces/builtin: quote apparmor label
  4951      - many: remove the gadget yaml support from snappy
  4952      - snappy,systemd,wrappers: move service units generation to wrappers
  4953      - store: add method to determine if a snap must be bought
  4954      - store: add methods to read purchases from the store
  4955      - wrappers,snappy: move binary wrapper generation to new package
  4956        wrappers
  4957      - snap: add `snap help` command
  4958      - integration-tests: remove framework-test data and avoid using
  4959        config-snap for now
  4960      - add integration test to verify fix for LP: #1571721
  4961  
  4962   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 13 May 2016 17:19:37 -0700
  4963  
  4964  snapd (2.0.3) xenial; urgency=medium
  4965  
  4966    * New upstream micro release:
  4967      - integration-tests, debian/tests: add unity snap autopkg test
  4968      - snappy: introduce first feature flag for assumes: common-data-dir
  4969      - timeout,snap: add YAML unmarshal function for timeout.Timeout
  4970      - many: go into state.Retry state when unmounting a snap fails.
  4971        (LP: #1571721, #1575399)
  4972      - daemon,client,cmd/snap: improve output after snap
  4973        install/refresh/remove (LP: #1574830)
  4974      - integration-tests, debian/tests: add test for home interface
  4975      - interfaces,overlord: support unversioned data
  4976      - interfaces/builtin: improve the bluez interface
  4977      - cmd: don't include the unit tests when building with go test -c
  4978        for integration tests
  4979      - integration-tests: teach some new trick to the fake store,
  4980        reenable the app refresh test
  4981      - many: move with some simplifications test snap building to
  4982        snap/snaptest
  4983      - asserts: define type for revision related errors
  4984      - snap/snaptest,daemon,overlord/ifacestate,overlord/snapstate: unify
  4985        mocking snaps behind MockSnap
  4986      - snappy: fix openSnapFile's handling of sideInfo
  4987      - daemon: improve snap sideload form handling
  4988      - snap: add short and long description to the man-page
  4989        (LP: #1570280)
  4990      - snappy: remove unused SetProperty
  4991      - snappy: use more accurate test data
  4992      - integration-tests: add a integration test about remove removing
  4993        all revisions
  4994      - overlord/snapstate: make "snap remove" remove all revisions of a
  4995        snap (LP: #1571710)
  4996      - integration-tests: re-enable a bunch of integration tests
  4997      - snappy: remove unused dbus code
  4998      - overlord/ifacestate: fix setup-profiles to use new snap revision
  4999        for setup (LP: #1572463)
  5000      - integration-tests: add regression test for auth bug LP:#1571491
  5001      - client, snap: remove obsolete TypeCore which was used in the old
  5002        SystemImage days
  5003      - integration-tests: add apparmor test
  5004      - cmd: don't perform type assertion when we know error to be nil
  5005      - client: list correct snap types
  5006      - intefaces/builtin: allow getsockname on connected x11 plugs
  5007        (LP: #1574526)
  5008      - daemon,overlord/snapstate: read name out of sideloaded snap early,
  5009        improved change summary
  5010      - overlord: keep tasks unlinked from a change hidden, prune them
  5011      - integration-tests: snap list on fresh boot is good again
  5012      - integration-tests: add partial term to the find test
  5013      - integration-tests: changed default release to 16
  5014      - integration-tests: add regression test for snaps not present after
  5015        reboot
  5016      - integration-tests: network interface
  5017      - integration-tests: add proxy related environment variables to
  5018        snapd env file
  5019      - README.md: snappy => snap
  5020      - etc: trivial typo fix (LP:#1569892)
  5021      - debian: remove unneeded /var/lib/snapd/apparmor/additional
  5022        directory (LP: #1569577)
  5023      - builtin/unity7.go: allow using gmenu. LP: #1576287
  5024  
  5025   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 03 May 2016 07:51:57 +0200
  5026  
  5027  snapd (2.0.2) xenial; urgency=medium
  5028  
  5029    * New upstream release:
  5030      - systemd: add multi-user.target (LP: #1572125)
  5031      - release: our series is 16
  5032      - integration-tests: fix snapd binary path for mounting the daemon
  5033        built from branch
  5034      - overlord,snap: add firstboot state sync
  5035  
  5036   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 19 Apr 2016 16:02:44 +0200
  5037  
  5038  snapd (2.0.1) xenial; urgency=medium
  5039  
  5040    * client,daemon,overlord: fix authentication:
  5041      - fix incorrect authenication check (LP: #1571491)
  5042  
  5043   -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 18 Apr 2016 07:24:33 +0200
  5044  
  5045  snapd (2.0) xenial; urgency=medium
  5046  
  5047    * New upstream release:
  5048      - debian: put snapd in /usr/lib/snapd/
  5049      - cmd/snap: minor polishing
  5050      - cmd,client,daemon: add snap abort command
  5051      - overlord: don't hold locks when callling backends
  5052      - release,store,daemon: no more default-channel, release=>series
  5053      - many: drop support for deprecated environment variables
  5054        (SNAP_APP_*)
  5055      - many: support individual ids in changes cmd
  5056      - overlord/state: use numeric change and task ids
  5057      - overlord/auth,daemon,client,cmd/snap: logout
  5058      - daemon: don't install ubuntu-core twice
  5059      - daemon,client,overlord/state,cmd: add changes command
  5060      - interfaces/dbus: drop superfluous backslash from template
  5061      - daemon, overlord/snapstate: updates are users too!
  5062      - cmd/snap,daemon,overlord/ifacestate: add support for developer
  5063        mode
  5064      - daemon,overlord/snapstate: on refresh use the remembered channel,
  5065        default to stable channel otherwise
  5066      - cmd/snap: improve UX of snap interfaces when there are no results
  5067      - overlord/state: include time in task log messages
  5068      - overlord: prune and abort old changes and tasks
  5069      - overlord/ifacestate: add implicit slots in setup-profiles
  5070      - daemon,overlord: setup authentication for store downloads
  5071      - daemon: macaroon-authed users are like root, and sudoers can login
  5072      - daemon,client,docs: send install options to daemon
  5073  
  5074   -- Michael Vogt <michael.vogt@ubuntu.com>  Sat, 16 Apr 2016 22:15:40 +0200
  5075  
  5076  snapd (1.9.4) xenial; urgency=medium
  5077  
  5078    * New upstream release:
  5079      - etc: fix desktop file location
  5080      - overlord/snapstate: stop an update once download sees the revision
  5081        is already installed
  5082      - overlord: make SnapState.DevMode a method, store flags
  5083      - snappy: no more snapYaml in snappy.Snap
  5084      - daemon,cmd,dirs,lockfile: drop all lockfiles
  5085      - debian: use sudo in setup of the proxy environment
  5086      - snap/snapenv,snappy,systemd: expose SNAP_REVISION to app
  5087        environment
  5088      - snap: validate similarly to what we did with old snapYaml info
  5089        from squashfs snaps
  5090      - daemon,store: plug in authentication for store search/details
  5091      - overlord/snapstate: fix JSON name of SnapState.Candidate
  5092      - overlord/snapstate: start using revisions higher than 100000 for
  5093        local installs (sideloads)
  5094      - interfaces,overlorf/ifacestate: honor user choice and don't auto-
  5095        connect disconnected plugs
  5096      - overlord/auth,daemon,client: hide user ids again
  5097      - daemon,overlord/snapstate: back /snaps (and so snap list) using
  5098        state
  5099      - daemon,client,overlord/auth: rework state auth data
  5100      - overlord/snapstate: disable Activate and Deactivate
  5101      - debian: fix silly typo in autopkgtest setup
  5102      - overlord/ifacestate: remove connection state with discard-conns
  5103        task, on the removal of last snap
  5104      - daemon,client: rename API update action to refresh
  5105      - cmd/snap: rework login to be more resilient
  5106      - overlord/snapstate: deny two changes on one snap
  5107      - snappy: fix crash on certain snap.yaml
  5108      - systemd: use native systemctl enable instead of our own
  5109        implementation
  5110      - store: add workaround for misbehaving store
  5111      - debian: make autopkgtest use the right env vars
  5112      - state: log do/undo status too when a task is run
  5113      - docs: update rest.md with price information
  5114      - daemon: only include price property if the snap is non-free
  5115      - daemon, client, cmd/snap: connect/disconnect now async
  5116      - snap,snappy: allow snaps to require system features
  5117      - integration-tests: fix report of skips in SetUpTest method
  5118      - snappy: clean out major bits (still using Installed) now
  5119        unreferenced as cmd/snappy is gone
  5120      - daemon/api,overlord/auth: add helper to get UserState from a
  5121        client request
  5122  
  5123   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 15 Apr 2016 23:30:00 +0200
  5124  
  5125  snapd (1.9.3) xenial; urgency=medium
  5126  
  5127    * New upstream release:
  5128      - many: prepare for opengl support on classic
  5129      - interfaces/apparmor: load all apparmor profiles on snap setup
  5130      - daemon,client: move async resource to change in meta
  5131      - debian: disable autopilot
  5132      - snap: add basic progress reporting
  5133      - client,cmd,daemon,snap,store: show the price of snaps in the cli
  5134      - state: add minimal taskrunner logging
  5135      - daemon,snap,overlord/snapstate: in the API get the snap icon using
  5136        state
  5137      - client,daemon,overlord: don't guess snap file vs. name
  5138      - overlord/ifacestate: reload snap connections when setting up
  5139        security for a given snap
  5140      - snappy: remove cmd/snappy (superseded in favour of cmd/snap)
  5141      - interfaecs/apparmor: remove all traces of old-security from
  5142        apparmor backend
  5143      - interfaces/builtin: add bluez interface
  5144      - overlord/ifacestate: don't crash if connection cannot be reloaded
  5145      - debian: add searchSuite to autopkgtest
  5146      - client, daemon, cmd/snap: no more tasks; everything is changes
  5147      - client: send authorization header in client requests
  5148      - client, daemon: marshal suggested currency over REST
  5149      - docs, snap: enumerate snap types correctly in docs and comments
  5150      - many: add store authenticator parameter
  5151      - overlord/ifacestate,daemon: setup security on conect and
  5152        disconnect
  5153      - interfaces/apparmor: remove unused apparmor variables
  5154      - snapstate: add missing "TaskProgressAdapter.Write()" for working
  5155        progress reporting
  5156      - many: clean out snap config related code not for OS
  5157      - daemon,client,cmd: return snap list from /v2/snaps
  5158      - docs: update `/v2/snaps` endpoint documentation
  5159      - interfaces: rename developerMode to devMode
  5160      - daemon,client,overlord: progress current => done
  5161      - daemon,client,cmd/snap: move query metadata to top-level doc
  5162      - interfaces: add TestSecurityBackend
  5163      - many: replace typographic quotes with ASCII
  5164      - client, daemon: rework rest changes to export "ready" and "err"
  5165      - overlord/snapstate,snap,store: track snap-id in side-info and
  5166        therefore in state
  5167      - daemon: improve mocking  of interfaces API tests
  5168      - integration-tests: remove origins in default snap names for udf
  5169        call
  5170      - integration-test: use "snap list" in GetCurrentVersion
  5171      - many: almost no more NewInstalledSnap reading manifest from
  5172        snapstate and backend
  5173      - daemon: auto install ubuntu-core if missing
  5174      - oauth,store: remove OAuth authentication logic
  5175      - overlord/ifacestate: simplify some tests with implicit manager
  5176        initialization
  5177      - store, snappy: move away from hitting details directly
  5178      - overlord/ifacestate: reload connections when restarting the
  5179        manager
  5180      - overlord/ifacestate: increase flexibility of unit tests
  5181      - overlord: use state to discover all installed snaps
  5182      - overlord/ifacestate: track connections in the state
  5183      - many: separate copy-data from unlinking of current snap
  5184      - overlord/auth,store/auth: add macaroon authenticator to UserState
  5185      - client: support for /v2/changes and /v2/changes/{id}
  5186      - daemon/api,overlord/auth: rework authenticated users information
  5187        in state
  5188  
  5189   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 14 Apr 2016 23:29:43 +0200
  5190  
  5191  snapd (1.9.2) xenial; urgency=medium
  5192  
  5193    * New upstream release:
  5194      - cmd/snap,daemon,store: rework login command to use daemon login
  5195        API
  5196      - store: cache suggested currency from the store
  5197      - overlord/ifacestate: modularize and extend tests
  5198      - integration-tests: reenable failure tests
  5199      - daemon: include progress in rest changes
  5200      - daemon, overlord/state: expose individual changes
  5201      - overlord/ifacestate: drop duplicate package comment
  5202      - overlord/ifacestate: allow tests to override security backends
  5203      - cmd/snap: install *.snap and *.snap.* as files too
  5204      - interfaces/apparmor: replace /var/lib/snap with /var/snap
  5205      - daemon,overlord/ifacestate: connect REST API to interfaces in the
  5206        overlord
  5207      - debian: remove unneeded dependencies from snapd
  5208      - overlord/state: checkpoint on final progress only
  5209      - osutil: introduce IsUIDInAny
  5210      - overlord/snapstate: rename GetSnapState to Get, SetSnapState to
  5211        Set
  5212      - daemon: add id to changes json
  5213      - overlord/snapstate: SetSnapState() needs locks
  5214      - overlord: fix broken tests
  5215      - overlord/snapstate,overlord/ifacestate: reimplement SnapInfo (as
  5216        Info) actually using the state
  5217  
  5218   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 13 Apr 2016 17:27:00 +0200
  5219  
  5220  snapd (1.9.1.1) xenial; urgency=medium
  5221  
  5222    * debian/tests/control:
  5223      - add git to make autopkgtest work
  5224  
  5225   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 12 Apr 2016 17:19:19 +0200
  5226  
  5227  snapd (1.9.1) xenial; urgency=medium
  5228  
  5229    * Add warning about installing ubuntu-core-snapd-units on Desktop systems.
  5230    * Add ${misc:Depends} to ubuntu-core-snapd-units.
  5231    * interfaces,overlord: add support for auto-connecting plugs on
  5232      install
  5233    * fix sideloading snaps and (re)add tests for this
  5234    * add `ca-certificates` to the test-dependencies to fix autopkgtest
  5235      failure on armhf
  5236  
  5237   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 12 Apr 2016 14:39:57 +0200
  5238  
  5239  snapd (1.9) xenial; urgency=medium
  5240  
  5241    * rename source and binary package to "snapd"
  5242    * update directory layout to final 16.04 layout
  5243    * use `snap` command instead of the previous `snappy`
  5244    * use `interface` based security
  5245    * use new state engine for install/update/remove
  5246  
  5247   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 12 Apr 2016 01:05:09 +0200
  5248  
  5249  ubuntu-snappy (1.7.3+20160310ubuntu1) xenial; urgency=medium
  5250  
  5251      - debian: update versionized ubuntu-core-launcher dependency
  5252      - debian: tweak desktop file dir, ship Xsession.d snip for seamless
  5253        integration
  5254      - snappy: fix hw-assign to work with per-app udev tags
  5255      - snappy: use $snap.$app as per-app udev tag
  5256      - snap,snappy,systemd: %s/\<SNAP_ORIGIN\>/SNAP_DEVELOPER/g
  5257      - snappy: add mksquashfs --no-xattrs parameter
  5258      - snap,snappy,systemd: kill SNAP_FULLNAME
  5259  
  5260   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 10 Mar 2016 09:26:20 +0100
  5261  
  5262  ubuntu-snappy (1.7.3+20160308ubuntu1) xenial; urgency=medium
  5263  
  5264      - snappy,snap: move icon under meta/gui/
  5265      - debian: add snap.8 manpage
  5266      - debian: move snapd to /usr/lib/snappy/snapd
  5267      - snap,snappy,systemd: remove TMPDIR, TEMPDIR, SNAP_APP_TMPDIR
  5268      - snappy,dirs: add support to use desktop files from inside snaps
  5269      - daemon: snapd API events endpoint redux
  5270      - interfaces/builtin: add "network" interface
  5271      - overlord/state: do small fixes (typo, id clashes paranoia)
  5272      - overlord: add first pass of the logic in StateEngine itself
  5273      - overlord/state: introduce Status/SetStatus on Change
  5274      - interfaces: support permanent security snippets
  5275      - overlord/state: introduce Status/SetStatus and
  5276        Progress/SetProgress on Task
  5277      - overlord/state: introduce Task and Change.NewTask
  5278      - many: selectively swap semantics of plugs and slots
  5279      - client,cmd/snap: remove useless indirection in Interfaces
  5280      - interfaces: maintain Plug and Slot connection details
  5281      - client,daemon,cmd/snap: change POST /2.0/interfaces to work with
  5282        lists
  5283      - overlord/state: introduce Change and NewChange on state to create
  5284        them
  5285      - snappy: bugfix for snap.yaml parsing to be more consistent with
  5286        the spec
  5287      - snappy,systemd: remove "ports" from snap.yaml
  5288  
  5289   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 08 Mar 2016 11:24:09 +0100
  5290  
  5291  ubuntu-snappy (1.7.3+20160303ubuntu4) xenial; urgency=medium
  5292  
  5293    * rename:
  5294      debian/golang-snappy-dev.install ->
  5295         debian/golang-github-ubuntu-core-snappy-dev.install:
  5296  
  5297   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 03 Mar 2016 12:29:16 +0100
  5298  
  5299  ubuntu-snappy (1.7.3+20160303ubuntu3) xenial; urgency=medium
  5300  
  5301    * really fix typo in dependency name
  5302  
  5303   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 03 Mar 2016 12:21:39 +0100
  5304  
  5305  ubuntu-snappy (1.7.3+20160303ubuntu2) xenial; urgency=medium
  5306  
  5307    * fix typo in dependency name
  5308  
  5309   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 03 Mar 2016 12:05:36 +0100
  5310  
  5311  ubuntu-snappy (1.7.3+20160303ubuntu1) xenial; urgency=medium
  5312  
  5313      - debian: update build-depends for MIR
  5314      - many: implement new REST API: GET /2.0/interfaces
  5315      - integration-tests: properly stop snapd from branch
  5316      - cmd/snap: update tests for go-flags changes
  5317      - overlord/state: implement Lock/Unlock with implicit checkpointing
  5318      - overlord: split out the managers and State to their own
  5319        subpackages of overlord
  5320      - snappy: rename "migration-skill" to "old-security" and use new
  5321        interface names instead of skills
  5322      - client,cmd/snap: clarify name ambiguity in Plug or Slot
  5323      - overlord: start working on state engine along spec v2, have the
  5324        main skeleton follow that
  5325      - classic, oauth: update tests for change in MakeRandomString()
  5326      - client,cmd/snap: s/add/install/:-(
  5327      - interfaces,daemon: specialize Name to either Plug or Slot
  5328      - interfaces,interfaces/types: unify security snippet functions
  5329      - snapd: close the listener on Stop, to force the http.Serve loop to
  5330        exit
  5331      - snappy,daemon,snap/lightweight,cmd/snappy,docs/rest.md: expose
  5332        explicit channel selection to rest api
  5333      - interfaces,daemon: rename package holding built-in interfaces
  5334      - integration-tests: add the first classic dimension tests
  5335      - client,deaemon,docs: rename skills to interfaces on the wire
  5336      - asserts: add identity assertion type
  5337      - integration-tests: add the no_proxy env var
  5338      - debian: update build-depends for new package names
  5339      - oauth: fix oauth & quoting in the oauth_signature
  5340      - integration-tests: remove unused field
  5341      - integration-tests: add the http proxy argument
  5342      - interfaces,interfaces/types,deamon: mass internal rename to
  5343        interfaces
  5344      - client,cmd/snap: rename skills to interfaces (part 2)
  5345      - arch: fix missing mapping for powerpc
  5346  
  5347   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 03 Mar 2016 11:00:19 +0100
  5348  
  5349  ubuntu-snappy (1.7.3+20160225ubuntu1) xenial; urgency=medium
  5350  
  5351      - integration-tests: always use the built snapd when compiling
  5352        binaries from branch
  5353      - cmd/snap: rename skills to interfaces
  5354      - testutil,skills/types,skills,daemon: tweak discovery of know skill
  5355        types
  5356      - docs: add docs for arm64 cross building
  5357      - overlord: implement basic ReadState/WriteState
  5358      - overlord: implement Get/Set/Copy on State
  5359      - integration-tests: fix dd output check
  5360      - integration-tests: add fromBranch config field
  5361      - integration-tests: use cli pkg methods in hwAssignSuite
  5362      - debian: do not create the snappypkg user, we don't need it anymore
  5363      - arch: fix build failure on s390x
  5364      - classic: cleanup downloaded lxd tarball
  5365      - cmd/snap,client,integration-tests: rename snap subcmds
  5366        'assert'=>'ack', 'asserts'=>'known'
  5367      - skills: fix broken tests builds
  5368      - skills,skills/types: pass slot to SlotSecuritySnippet()
  5369      - skills/types: teach bool-file about udev security
  5370  
  5371   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 25 Feb 2016 16:17:19 +0100
  5372  
  5373  ubuntu-snappy (1.7.2+20160223ubuntu1) xenial; urgency=medium
  5374  
  5375    * New git snapshot:
  5376      - asserts: introduce snap-declaration
  5377      - cmd/snap: fix integration tests for the "cmd_asserts"
  5378      - integration-tests: fix fanctl output check
  5379      - cmd/snap: fix test failure after merging 23a64e6
  5380      - cmd/snap: replace skip-help with empty description
  5381      - docs: update security.md to match current migration-skill
  5382        semantics
  5383      - snappy: treat commands with 'daemon' field as services
  5384      - asserts: use more consistent names for receivers in
  5385        snap_asserts*.go
  5386      - debian: add missing golang-websocket-dev build-dependency
  5387      - classic: if classic fails to get created, undo the bind mounts
  5388      - snappy: never return nil in NewLocalSnapRepository()
  5389      - notifications: A simple notification system
  5390      - snappy: when using staging, authenticate there instead
  5391      - integration-tests/snapd: fix the start of the test snapd socket
  5392      - skills/types: use CamelCase for security names
  5393      - skills: add support for implicit revoke
  5394      - skills: add security layer
  5395      - integration-tests: use exec.Command wrapper for updates
  5396      - cmd/snap: add 'snap skills'
  5397      - cms/snap: add 'snap revoke'
  5398      - docs: add docs for skills API
  5399      - cmd/snap: add 'snap grant'
  5400      - cmd/snappy, coreconfig, daemon, snappy: move config to always be
  5401        bytes (in and out)
  5402      - overlord: start with a skeleton and stubs for Overlord,
  5403        StateEngine, StateJournal and managers
  5404      - integration-tests: skip tests affected by LP: #1544507
  5405      - skills/types: add bool-file
  5406      - po: refresh translation templates
  5407      - cmd/snap: add 'snap experimental remove-skill-slot'
  5408      - asserts: introduce device assertion
  5409      - cmd/snap: implemented add, remove, purge, refresh, rollback,
  5410        activate, deactivate
  5411      - cmd/snap: add 'snap experimental add-skill-slot'
  5412      - cmd/snap: add 'snap experimental remove-skill'
  5413      - cmd/snap: add tests for common skills code
  5414      - cmd/snap: add 'snap experimental add-skill'
  5415      - asserts: make assertion checkers used by db.Check modular and
  5416        pluggable
  5417      - cmd,client,daemon,caps,docs,po: remove capabilities
  5418      - scripts: move the script to get dependencies to a separate file
  5419      - asserts: make the disk layout compatible for storing more than one
  5420        revision
  5421      - cmd/snap: make the assert command options exported
  5422      - integration-tests: Remove the target release and channel
  5423      - asserts: introduce model assertion
  5424      - integration-tests: add exec.Cmd wrapper
  5425      - cmd/snap: add client test support methods
  5426      - cmd/snap: move key=value attribute parsing to commmon
  5427      - cmd/snap: apply new style consistency to "snap" commands.
  5428      - cmd/snap: support redirecting the client for testing
  5429      - cmd/snap: support testing command output
  5430      - snappy,daemon: remove the meta repositories abstractions
  5431      - cmd: add support for experimental commands
  5432      - cmd/snappy,daemon,snap,snappy: remove SetActive from parts
  5433      - cmd/snappy,daemon,snappy,snap: remove config from parts interface
  5434      - client: improve test data
  5435      - cmd: allow to construct a fresh parser
  5436      - cmd: don't treat help as an error
  5437      - cmd/snappy,snappy: remove "Details" from the repository interface
  5438      - asserts: check that primary keys are set when
  5439        Decode()ing/assembling assertions
  5440      - snap,snappy: refactor to remove "Install" from the Part interface
  5441      - client,cmd: make client.New() configurable
  5442      - client: enable retrieving asynchronous operation information with
  5443        `Client.Operation`.
  5444  
  5445   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 23 Feb 2016 11:28:18 +0100
  5446  
  5447  ubuntu-snappy (1.7.2+20160204ubuntu1) xenial; urgency=medium
  5448  
  5449    * New git snapshot:
  5450      - integration-tests: fix the rollback error messages
  5451      - integration-test: use the common cli method when trying to install
  5452        an unexisting snap
  5453      - integration-tests: rename snap find test
  5454      - daemon: refactor makeErrorResponder()
  5455      - integration: add regression test for LP: #1541317
  5456      - integration-tests: reenable TestRollbackMustRebootToOtherVersion
  5457      - asserts: introduce "snap asserts" subcmd to show assertions in the
  5458        system db
  5459      - docs: fix parameter style
  5460      - daemon: use underscore in JSON interface
  5461      - client: add skills API
  5462      - asserts,docs/rest.md: change Encoder not to add extra newlines at
  5463        the end of the stream
  5464      - integration-tests: "snappy search" is no more, its "snap search"
  5465        now
  5466      - README, integration-tests/tests: chmod snapd.socket after manual
  5467        start.
  5468      - snappy: add default security profile if none is specified
  5469      - skills,daemon: add REST APIs for skills
  5470      - cmd/snap, cmd/snappy: move from `snappy search` to `snap find`.
  5471      - The first step towards REST world domination: search is now done
  5472        via
  5473      - debian: remove obsolete /etc/grub.d/09_snappy on upgrade
  5474      - skills: provide different security snippets for skill and slot
  5475        side
  5476      - osutil: make go vet happy again
  5477      - snappy,systemd: use Type field in systemd.ServiceDescription
  5478      - skills: add basic grant-revoke methods
  5479      - client,daemon,asserts: expose the ability to query assertions in
  5480        the system db
  5481      - skills: add basic methods for slot handling
  5482      - snappy,daemon,snap: move "Uninstall" into overlord
  5483      - snappy: move SnapFile.Install() into Overlord.Install()
  5484      - integration-tests: re-enable some failover tests
  5485      - client: remove snaps
  5486      - asserts: uniform searching across trusted (account keys) and main
  5487        backstore
  5488      - asserts: introduce Decoder to parse streams of assertions and
  5489        Encoder to build them
  5490      - client: filter snaps with a search query
  5491      - client: pass query as well as path in client internals
  5492      - skills: provide different security snippets for skill and slot
  5493        side
  5494      - snappy: refactor snapYaml to remove methods on snapYaml type
  5495      - snappy: remove unused variable from test
  5496      - skills: add basic methods for skill handing
  5497      - snappy: remove support for meta/package.yaml and implement new
  5498        meta/snap.yaml
  5499      - snappy: add new overlord type responsible for
  5500        Installed/Install/Uninstall/SetActive and stub it out
  5501      - skills: add basic methods for type handling
  5502      - daemon, snappy: add find (aka search)
  5503      - client: filter snaps by type
  5504      - skills: tweak valid names and error messages
  5505      - skills: add special skill type for testing
  5506      - cmd/snapd,daemon: filter snaps by type
  5507      - partition: remove obsolete uEnv.txt
  5508      - skills: add Type interface
  5509      - integration-tests: fix the bootloader path
  5510      - asserts: introduce a memory backed assertion backstore
  5511      - integration-tests: get name of OS snap from bootloader
  5512      - cmd/snapd,daemon: filter snaps by source
  5513      - asserts,daemon: bump some copyright years for things that have
  5514        been touched in the new year
  5515      - skills: add the initial Repository type
  5516      - skills: add a name validation function
  5517      - client: filter snaps by source
  5518      - snappy: unmount the squashfs snap again if it fails to install
  5519      - snap: make a copy of the search uri before mutating it
  5520        Closes: LP#1537005
  5521      - cmd/snap,client,daemon,asserts: introduce "assert " snap
  5522        subcommand
  5523      - cmd/snappy, snappy: fix failover handling of the "active"
  5524        kernel/os snap
  5525      - daemon, client, docs/rest.md, snapd integration tests: move to the
  5526        new error response
  5527      - asserts: change Backstore interface, backstores can now access
  5528        primary key names from types
  5529      - asserts: make AssertionType into a real struct exposing the
  5530        metadata Name and PrimaryKey
  5531      - caps: improve bool-file sanitization
  5532      - asserts: fixup toolbelt to use exposed key ID.
  5533      - client: return by reference rather than by value
  5534      - asserts: exported filesystem backstores + explicit backstores
  5535  
  5536   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 04 Feb 2016 16:35:31 +0100
  5537  
  5538  ubuntu-snappy (1.7.2+20160113ubuntu1) xenial; urgency=medium
  5539  
  5540    * New git snapshot
  5541  
  5542   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 13 Jan 2016 11:25:40 +0100
  5543  
  5544  ubuntu-snappy (1.7.2ubuntu1) xenial; urgency=medium
  5545  
  5546    * New upstream release:
  5547      - bin-path integration
  5548      - assertions/capability work
  5549      - fix squashfs based snap building
  5550  
  5551   -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 04 Dec 2015 08:46:35 +0100
  5552  
  5553  ubuntu-snappy (1.7.1ubuntu1) xenial; urgency=medium
  5554  
  5555    * New upstream release:
  5556      - fix dependencies
  5557      - fix armhf builds
  5558  
  5559   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 02 Dec 2015 07:46:07 +0100
  5560  
  5561  ubuntu-snappy (1.7ubuntu1) xenial; urgency=medium
  5562  
  5563    * New upstream release:
  5564      - kernel/os snap support
  5565      - squashfs snap support
  5566      - initial capabilities work
  5567      - initial assertitions work
  5568      - rest API support
  5569  
  5570   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 18 Nov 2015 19:59:51 +0100
  5571  
  5572  ubuntu-snappy (1.6ubuntu1) wily; urgency=medium
  5573  
  5574    * New upstream release, including the following changes:
  5575      - Fix hwaccess for gpio (LP: #1493389, LP: #1488618)
  5576      - Fix handleAssets name normalization
  5577      - Run boot-ok job late (LP: #1476129)
  5578      - Add support for systemd socket files
  5579      - Add "snappy service" command
  5580      - Documentation improvements
  5581      - Many test improvements (unit and integration)
  5582      - Override sideload versions
  5583      - Go1.5 fixes
  5584      - Add i18n
  5585      - Add man-page
  5586      - Add .snapignore
  5587      - Run services that uses external ports only after the network is up
  5588      - Bufix in Synbootloader (LP: 1474125)
  5589      - Use uboot.env for boot state tracking
  5590  
  5591   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 09 Sep 2015 14:20:22 +0200
  5592  
  5593  ubuntu-snappy (1.5ubuntu1) wily; urgency=medium
  5594  
  5595    * New upstream release, including the following changes:
  5596      - Use O_TRUNC when copying files
  5597      - Added path redefinition to include test's binaries location
  5598      - Don't run update-grub, instead use grub.cfg from the oem
  5599        package
  5600      - Do network configuration from first boot
  5601      - zero size systemd of new partition made executable to
  5602        prevent unrecoverable boot failure
  5603      - Close downloaded files
  5604  
  5605   -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Mon, 06 Jul 2015 15:14:37 -0300
  5606  
  5607  ubuntu-snappy (1.4ubuntu1) wily; urgency=medium
  5608  
  5609    * New upstream release, including the following changes:
  5610      - Allow to run the integration tests using snappy from branch
  5611      - Add CopyFileOverwrite flag and behaviour to helpers.CopyFile
  5612      - add a bunch of missing i18n.G() now that we have gettext
  5613      - Generate only the translators comments that start with
  5614        TRANSLATORS
  5615      - Try both clickpkg and snappypkg when dropping privs
  5616  
  5617   -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Thu, 02 Jul 2015 16:21:53 -0300
  5618  
  5619  ubuntu-snappy (1.3ubuntu1) wily; urgency=medium
  5620  
  5621    * New upstream release, including the following changes:
  5622      - gettext support
  5623      - use snappypkg user for the installed snaps
  5624      - switch to system-image-3.x as the system-image backend
  5625      - more reliable developer mode detection
  5626  
  5627   -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 01 Jul 2015 10:37:05 +0200
  5628  
  5629  ubuntu-snappy (1.2-0ubuntu1) wily; urgency=medium
  5630  
  5631    * New upstream release, including the following changes:
  5632      - Consider the root directory when installing and removing policies
  5633      - In the uboot TestHandleAssetsNoHardwareYaml, patch the cache dir
  5634        before creating the partition type
  5635      - In the PartitionTestSuite, remove the unnecessary patches for
  5636        defaultCacheDir
  5637      - Fix the help output of "snappy install -h"
  5638  
  5639   -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Wed, 17 Jun 2015 11:42:47 -0300
  5640  
  5641  ubuntu-snappy (1.1.2-0ubuntu1) wily; urgency=medium
  5642  
  5643    * New upstream release, including the following changes:
  5644      - Remove compatibility for click-bin-path in generated exec-wrappers
  5645      - Release the readme.md after parsing it
  5646  
  5647   -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Thu, 11 Jun 2015 23:42:49 -0300
  5648  
  5649  ubuntu-snappy (1.1.1-0ubuntu1) wily; urgency=medium
  5650  
  5651    * New upstream release, including the following changes:
  5652      - Set all app services to restart on failure
  5653      - Fixes the missing oauth quoting and makes the code a bit nicer
  5654      - Added integrate() to set Integration to default values needed for
  5655        integration
  5656      - Moved setActivateClick to be a method of SnapPart
  5657      - Make unsetActiveClick a method of SnapPart
  5658      - Check the package.yaml for the required fields
  5659      - Integrate lp:snappy/selftest branch into snappy itself
  5660      - API to record information about the image and to check if the kernel was
  5661        sideloaded.
  5662      - Factor out update from cmd
  5663      - Continue updating when a sideload error is returned
  5664  
  5665   -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Wed, 10 Jun 2015 15:54:12 -0300
  5666  
  5667  ubuntu-snappy (1.1-0ubuntu1) wily; urgency=low
  5668  
  5669    * New wily upload with fix for go 1.4 syscall.Setgid() breakage
  5670  
  5671   -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 09 Jun 2015 10:02:04 +0200
  5672  
  5673  ubuntu-snappy (1.0.1-0ubuntu1) vivid; urgency=low
  5674  
  5675    * fix symlink unpacking
  5676    * fix typo in apparmor rules generation
  5677  
  5678   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 23 Apr 2015 16:09:56 +0200
  5679  
  5680  ubuntu-snappy (1.0-0ubuntu1) vivid; urgency=low
  5681  
  5682    * 15.04 archive upload
  5683  
  5684   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 23 Apr 2015 11:08:22 +0200
  5685  
  5686  ubuntu-snappy (0.1.2-0ubuntu1) vivid; urgency=medium
  5687  
  5688    * initial ubuntu archive upload
  5689  
  5690   -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 13 Apr 2015 22:48:13 -0500
  5691  
  5692  ubuntu-snappy (0.1.1-0ubuntu1) vivid; urgency=low
  5693  
  5694    * new snapshot
  5695  
  5696   -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 12 Feb 2015 13:51:22 +0100
  5697  
  5698  ubuntu-snappy (0.1-0ubuntu1) vivid; urgency=medium
  5699  
  5700    * Initial packaging
  5701  
  5702   -- Sergio Schvezov <sergio.schvezov@canonical.com>  Fri, 06 Feb 2015 02:25:43 -0200