github.com/meulengracht/snapd@v0.0.0-20210719210640-8bde69bcc84e/packaging/debian-sid/changelog (about)

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