Skip to content

Commit

Permalink
release: 2.56.1 (#11878)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 authored Jun 15, 2022
1 parent ba7908e commit 6ebf9c0
Show file tree
Hide file tree
Showing 7 changed files with 85 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.56
pkgver=2.56.1
pkgrel=1
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/snapcore/snapd"
Expand Down
20 changes: 20 additions & 0 deletions packaging/debian-sid/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
snapd (2.56.1-1) unstable; urgency=medium

* New upstream release, LP: #1974147
- gadget/install: do not assume dm device has same block size as
disk
- gadget: check also mbr type when testing for implicit data
partition
- interfaces: update network-control interface with permissions
required by resolvectl
- interfaces/builtin: remove the name=org.freedesktop.DBus
restriction in cups-control AppArmor rules
- many: print valid/invalid status on snap validate --monitor ...
- o/snapstate: fix validation sets restoring and snap revert on
failed refresh
- interfaces/opengl: update allowed PCI accesses for RPi
- interfaces/shared-memory: Update AppArmor permissions for
mmap+linkpaths

-- Michael Vogt <[email protected]> Wed, 15 Jun 2022 09:57:54 +0200

snapd (2.56-1) unstable; urgency=medium

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

Name: snapd
Version: 2.56
Version: 2.56.1
Release: 0%{?dist}
Summary: A transactional software package manager
License: GPLv3
Expand Down Expand Up @@ -981,6 +981,23 @@ fi


%changelog
* Wed Jun 15 2022 Michael Vogt <[email protected]>
- New upstream release 2.56.1
- gadget/install: do not assume dm device has same block size as
disk
- gadget: check also mbr type when testing for implicit data
partition
- interfaces: update network-control interface with permissions
required by resolvectl
- interfaces/builtin: remove the name=org.freedesktop.DBus
restriction in cups-control AppArmor rules
- many: print valid/invalid status on snap validate --monitor ...
- o/snapstate: fix validation sets restoring and snap revert on
failed refresh
- interfaces/opengl: update allowed PCI accesses for RPi
- interfaces/shared-memory: Update AppArmor permissions for
mmap+linkpaths

* Thu May 19 2022 Michael Vogt <[email protected]>
- New upstream release 2.56
- portal-info: Add CommonID Field
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 @@
-------------------------------------------------------------------
Wed Jun 15 07:57:54 UTC 2022 - [email protected]

- Update to upstream release 2.56.1

-------------------------------------------------------------------
Thu May 19 07:57:33 UTC 2022 - [email protected]

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


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

* New upstream release, LP: #1974147
- gadget/install: do not assume dm device has same block size as
disk
- gadget: check also mbr type when testing for implicit data
partition
- interfaces: update network-control interface with permissions
required by resolvectl
- interfaces/builtin: remove the name=org.freedesktop.DBus
restriction in cups-control AppArmor rules
- many: print valid/invalid status on snap validate --monitor ...
- o/snapstate: fix validation sets restoring and snap revert on
failed refresh
- interfaces/opengl: update allowed PCI accesses for RPi
- interfaces/shared-memory: Update AppArmor permissions for
mmap+linkpaths

-- Michael Vogt <[email protected]> Wed, 15 Jun 2022 09:57:54 +0200

snapd (2.56~14.04) trusty; urgency=medium

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

* New upstream release, LP: #1974147
- gadget/install: do not assume dm device has same block size as
disk
- gadget: check also mbr type when testing for implicit data
partition
- interfaces: update network-control interface with permissions
required by resolvectl
- interfaces/builtin: remove the name=org.freedesktop.DBus
restriction in cups-control AppArmor rules
- many: print valid/invalid status on snap validate --monitor ...
- o/snapstate: fix validation sets restoring and snap revert on
failed refresh
- interfaces/opengl: update allowed PCI accesses for RPi
- interfaces/shared-memory: Update AppArmor permissions for
mmap+linkpaths

-- Michael Vogt <[email protected]> Wed, 15 Jun 2022 09:57:54 +0200

snapd (2.56) xenial; urgency=medium

* New upstream release, LP: #1974147
Expand Down

0 comments on commit 6ebf9c0

Please sign in to comment.