Skip to content

Commit

Permalink
release: 2.51.7
Browse files Browse the repository at this point in the history
Update changelog with the 2.51.7 changes.
  • Loading branch information
anonymouse64 committed Aug 27, 2021
1 parent 9e4072a commit aef0746
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
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.51.6
pkgver=2.51.7
pkgrel=1
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/snapcore/snapd"
Expand Down
14 changes: 14 additions & 0 deletions packaging/debian-sid/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
snapd (2.51.7-1) unstable; urgency=medium

* New upstream release, LP: #1929842
- cmd/snap-seccomp/syscalls: update syscalls list to libseccomp
v2.2.0-428-g5c22d4b1
- tests: cherry-pick shellcheck fix `bd730fd4`
- interfaces/dsp: add /dev/ambad into dsp interface
- many: shellcheck fixes
- snapstate: abort kernel refresh if no gadget update can be found
- overlord: add manager test for "assumes" checking
- store: deal correctly with "assumes" from the store raw yaml

-- Ian Johnson <ian.johnson@canonical.com> Fri, 27 Aug 2021 15:26:46 -0500

snapd (2.51.6-1) unstable; urgency=medium

* New upstream release, LP: #1929842
Expand Down
13 changes: 12 additions & 1 deletion packaging/fedora/snapd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
%endif

Name: snapd
Version: 2.51.6
Version: 2.51.7
Release: 0%{?dist}
Summary: A transactional software package manager
License: GPLv3
Expand Down Expand Up @@ -942,6 +942,17 @@ fi


%changelog
* Fri Aug 27 2021 Ian Johnson <ian.johnson@canonical.com>
- New upstream release 2.51.7
- cmd/snap-seccomp/syscalls: update syscalls list to libseccomp
v2.2.0-428-g5c22d4b1
- tests: cherry-pick shellcheck fix `bd730fd4`
- interfaces/dsp: add /dev/ambad into dsp interface
- many: shellcheck fixes
- snapstate: abort kernel refresh if no gadget update can be found
- overlord: add manager test for "assumes" checking
- store: deal correctly with "assumes" from the store raw yaml

* Thu Aug 19 2021 Ian Johnson <ian.johnson@canonical.com>
- New upstream release 2.51.6
- secboot: use half the mem for KDF in AddRecoveryKey
Expand Down
5 changes: 5 additions & 0 deletions packaging/opensuse/snapd.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 27 20:26:46 UTC 2021 - ian.johnson@canonical.com

- Update to upstream release 2.51.7

-------------------------------------------------------------------
Thu Aug 19 20:49:47 UTC 2021 - ian.johnson@canonical.com

Expand Down
2 changes: 1 addition & 1 deletion packaging/opensuse/snapd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@


Name: snapd
Version: 2.51.6
Version: 2.51.7
Release: 0
Summary: Tools enabling systems to work with .snap files
License: GPL-3.0
Expand Down
14 changes: 14 additions & 0 deletions packaging/ubuntu-14.04/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
snapd (2.51.7~14.04) trusty; urgency=medium

* New upstream release, LP: #1929842
- cmd/snap-seccomp/syscalls: update syscalls list to libseccomp
v2.2.0-428-g5c22d4b1
- tests: cherry-pick shellcheck fix `bd730fd4`
- interfaces/dsp: add /dev/ambad into dsp interface
- many: shellcheck fixes
- snapstate: abort kernel refresh if no gadget update can be found
- overlord: add manager test for "assumes" checking
- store: deal correctly with "assumes" from the store raw yaml

-- Ian Johnson <ian.johnson@canonical.com> Fri, 27 Aug 2021 15:26:46 -0500

snapd (2.51.6~14.04) trusty; urgency=medium

* New upstream release, LP: #1929842
Expand Down
14 changes: 14 additions & 0 deletions packaging/ubuntu-16.04/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
snapd (2.51.7) xenial; urgency=medium

* New upstream release, LP: #1929842
- cmd/snap-seccomp/syscalls: update syscalls list to libseccomp
v2.2.0-428-g5c22d4b1
- tests: cherry-pick shellcheck fix `bd730fd4`
- interfaces/dsp: add /dev/ambad into dsp interface
- many: shellcheck fixes
- snapstate: abort kernel refresh if no gadget update can be found
- overlord: add manager test for "assumes" checking
- store: deal correctly with "assumes" from the store raw yaml

-- Ian Johnson <ian.johnson@canonical.com> Fri, 27 Aug 2021 15:26:46 -0500

snapd (2.51.6) xenial; urgency=medium

* New upstream release, LP: #1929842
Expand Down

0 comments on commit aef0746

Please sign in to comment.