github.com/tompreston/snapd@v0.0.0-20210817193607-954edfcb9611/packaging/debian-sid/changelog (about)

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