Skip to content

Commit

Permalink
release: 2.61 (#13299)
Browse files Browse the repository at this point in the history
release: 2.61
  • Loading branch information
Meulengracht committed Oct 13, 2023
1 parent 06dd531 commit a9c308a
Show file tree
Hide file tree
Showing 8 changed files with 127 additions and 3 deletions.
18 changes: 18 additions & 0 deletions NEWS.md
@@ -1,3 +1,21 @@
# New in snapd 2.61:
* Fix control of activated services in 'snap start' and 'snap stop'
* Correctly reflect activated services in 'snap services'
* Disabled services are no longer enabled again when snap is refreshed
* interfaces/builtin: added support for Token2 U2F keys
* interfaces/u2f-devices: add Swissbit iShield Key
* interfaces/builtin: update gpio apparmor to match pattern that contains multiple subdirectories under /sys/devices/platform
* interfaces: add a polkit-agent interface
* interfaces: add pcscd interface
* Kernel command-line can now be edited in the gadget.yaml
* Only track validation-sets in run-mode, fixes validation-set issues on first boot.
* Added support for using store.access to disable access to snap store
* Support for fat16 partition in gadget
* Pre-seed authority delegation is now possible
* Support new system-user name _daemon_
* Several bug fixes and improvements around remodelling
* Offline remodelling support

# New in snapd 2.60.4:
* Switch to plug/slot in the "qualcomm-ipc-router" interface
but keeping backward compatibility
Expand Down
2 changes: 1 addition & 1 deletion packaging/arch/PKGBUILD
Expand Up @@ -11,7 +11,7 @@ pkgdesc="Service and tools for management of snap packages."
depends=('squashfs-tools' 'libseccomp' 'libsystemd' 'apparmor')
optdepends=('bash-completion: bash completion support'
'xdg-desktop-portal: desktop integration')
pkgver=2.60.4
pkgver=2.61
pkgrel=1
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/snapcore/snapd"
Expand Down
26 changes: 26 additions & 0 deletions packaging/debian-sid/changelog
@@ -1,3 +1,29 @@
snapd (2.61-1) unstable; urgency=medium

* New upstream release, LP: #2039017
- Fix control of activated services in 'snap start' and 'snap stop'
- Correctly reflect activated services in 'snap services'
- Disabled services are no longer enabled again when snap is
refreshed
- interfaces/builtin: added support for Token2 U2F keys
- interfaces/u2f-devices: add Swissbit iShield Key
- interfaces/builtin: update gpio apparmor to match pattern that
contains multiple subdirectories under /sys/devices/platform
- interfaces: add a polkit-agent interface
- interfaces: add pcscd interface
- Kernel command-line can now be edited in the gadget.yaml
- Only track validation-sets in run-mode, fixes validation-set
issues on first boot.
- Added support for using store.access to disable access to snap
store
- Support for fat16 partition in gadget
- Pre-seed authority delegation is now possible
- Support new system-user name daemon
- Several bug fixes and improvements around remodelling
- Offline remodelling support

-- Philip Meulengracht <philip.meulengracht@canonical.com> Fri, 13 Oct 2023 13:06:02 +0200

snapd (2.60.4-1) unstable; urgency=medium

* New upstream release, LP: #2024007
Expand Down
25 changes: 24 additions & 1 deletion packaging/fedora/snapd.spec
Expand Up @@ -102,7 +102,7 @@
%endif

Name: snapd
Version: 2.60.4
Version: 2.61
Release: 0%{?dist}
Summary: A transactional software package manager
License: GPLv3
Expand Down Expand Up @@ -996,6 +996,29 @@ fi


%changelog
* Fri Oct 13 2023 Philip Meulengracht <philip.meulengracht@canonical.com>
- New upstream release 2.61
- Fix control of activated services in 'snap start' and 'snap stop'
- Correctly reflect activated services in 'snap services'
- Disabled services are no longer enabled again when snap is
refreshed
- interfaces/builtin: added support for Token2 U2F keys
- interfaces/u2f-devices: add Swissbit iShield Key
- interfaces/builtin: update gpio apparmor to match pattern that
contains multiple subdirectories under /sys/devices/platform
- interfaces: add a polkit-agent interface
- interfaces: add pcscd interface
- Kernel command-line can now be edited in the gadget.yaml
- Only track validation-sets in run-mode, fixes validation-set
issues on first boot.
- Added support for using store.access to disable access to snap
store
- Support for fat16 partition in gadget
- Pre-seed authority delegation is now possible
- Support new system-user name daemon
- Several bug fixes and improvements around remodelling
- Offline remodelling support

* Fri Sep 15 2023 Michael Vogt <michael.vogt@ubuntu.com>
- New upstream release 2.60.4
- i/b/qualcomm_ipc_router.go: switch to plug/slot and add socket
Expand Down
5 changes: 5 additions & 0 deletions packaging/opensuse/snapd.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 13 11:06:02 UTC 2023 - philip.meulengracht@canonical.com

- Update to upstream release 2.61

-------------------------------------------------------------------
Fri Sep 15 18:46:59 UTC 2023 - michael.vogt@ubuntu.com

Expand Down
2 changes: 1 addition & 1 deletion packaging/opensuse/snapd.spec
Expand Up @@ -82,7 +82,7 @@


Name: snapd
Version: 2.60.4
Version: 2.61
Release: 0
Summary: Tools enabling systems to work with .snap files
License: GPL-3.0
Expand Down
26 changes: 26 additions & 0 deletions packaging/ubuntu-14.04/changelog
@@ -1,3 +1,29 @@
snapd (2.61~14.04) trusty; urgency=medium

* New upstream release, LP: #2039017
- Fix control of activated services in 'snap start' and 'snap stop'
- Correctly reflect activated services in 'snap services'
- Disabled services are no longer enabled again when snap is
refreshed
- interfaces/builtin: added support for Token2 U2F keys
- interfaces/u2f-devices: add Swissbit iShield Key
- interfaces/builtin: update gpio apparmor to match pattern that
contains multiple subdirectories under /sys/devices/platform
- interfaces: add a polkit-agent interface
- interfaces: add pcscd interface
- Kernel command-line can now be edited in the gadget.yaml
- Only track validation-sets in run-mode, fixes validation-set
issues on first boot.
- Added support for using store.access to disable access to snap
store
- Support for fat16 partition in gadget
- Pre-seed authority delegation is now possible
- Support new system-user name daemon
- Several bug fixes and improvements around remodelling
- Offline remodelling support

-- Philip Meulengracht <philip.meulengracht@canonical.com> Fri, 13 Oct 2023 13:06:02 +0200

snapd (2.60.4~14.04) trusty; urgency=medium

* New upstream release, LP: #2024007
Expand Down
26 changes: 26 additions & 0 deletions packaging/ubuntu-16.04/changelog
@@ -1,3 +1,29 @@
snapd (2.61) xenial; urgency=medium

* New upstream release, LP: #2039017
- Fix control of activated services in 'snap start' and 'snap stop'
- Correctly reflect activated services in 'snap services'
- Disabled services are no longer enabled again when snap is
refreshed
- interfaces/builtin: added support for Token2 U2F keys
- interfaces/u2f-devices: add Swissbit iShield Key
- interfaces/builtin: update gpio apparmor to match pattern that
contains multiple subdirectories under /sys/devices/platform
- interfaces: add a polkit-agent interface
- interfaces: add pcscd interface
- Kernel command-line can now be edited in the gadget.yaml
- Only track validation-sets in run-mode, fixes validation-set
issues on first boot.
- Added support for using store.access to disable access to snap
store
- Support for fat16 partition in gadget
- Pre-seed authority delegation is now possible
- Support new system-user name daemon
- Several bug fixes and improvements around remodelling
- Offline remodelling support

-- Philip Meulengracht <philip.meulengracht@canonical.com> Fri, 13 Oct 2023 13:06:02 +0200

snapd (2.60.4) xenial; urgency=medium

* New upstream release, LP: #2024007
Expand Down

0 comments on commit a9c308a

Please sign in to comment.