Skip to content

Commit 7615a29

Browse files
authored
release: version 2.56.3 (#11959)
1 parent de94c60 commit 7615a29

File tree

7 files changed

+97
-3
lines changed

7 files changed

+97
-3
lines changed

packaging/arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pkgdesc="Service and tools for management of snap packages."
1111
depends=('squashfs-tools' 'libseccomp' 'libsystemd' 'apparmor')
1212
optdepends=('bash-completion: bash completion support'
1313
'xdg-desktop-portal: desktop integration')
14-
pkgver=2.56.2
14+
pkgver=2.56.3
1515
pkgrel=1
1616
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
1717
url="https://github.com/snapcore/snapd"

packaging/debian-sid/changelog

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
snapd (2.56.3-1) unstable; urgency=medium
2+
3+
* New upstream release, LP: #1974147
4+
- devicestate: add more path to `fixupWritableDefaultDirs()`
5+
- many: introduce IsUndo flag in LinkContext
6+
- i/apparmor: allow calling which.debianutils
7+
- interfaces: update AppArmor template to allow reading snap's
8+
memory statistics
9+
- interfaces: add memory stats to system_observe
10+
- i/b/{mount,system}-observe: extend access for htop
11+
- features: disable refresh-app-awarness by default again
12+
- image: fix handling of var/lib/extrausers when preseeding
13+
uc20
14+
- interfaces/modem-manager: Don't generate DBus policy for plugs
15+
- interfaces/modem-manager: Only generate DBus plug policy on
16+
Core
17+
- interfaces/serial_port_test: fix static-checks errors
18+
- interfaces/serial-port: add USB gadget serial devices (ttyGSX) to
19+
allowed list
20+
- interface/serial_port_test: adjust variable IDs
21+
22+
-- Michael Vogt <[email protected]> Wed, 13 Jul 2022 09:26:57 +0200
23+
124
snapd (2.56.2-1) unstable; urgency=medium
225

326
* New upstream release, LP: #1974147

packaging/fedora/snapd.spec

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
%endif
103103

104104
Name: snapd
105-
Version: 2.56.2
105+
Version: 2.56.3
106106
Release: 0%{?dist}
107107
Summary: A transactional software package manager
108108
License: GPLv3
@@ -981,6 +981,26 @@ fi
981981

982982

983983
%changelog
984+
* Wed Jul 13 2022 Michael Vogt <[email protected]>
985+
- New upstream release 2.56.3
986+
- devicestate: add more path to `fixupWritableDefaultDirs()`
987+
- many: introduce IsUndo flag in LinkContext
988+
- i/apparmor: allow calling which.debianutils
989+
- interfaces: update AppArmor template to allow reading snap's
990+
memory statistics
991+
- interfaces: add memory stats to system_observe
992+
- i/b/{mount,system}-observe: extend access for htop
993+
- features: disable refresh-app-awarness by default again
994+
- image: fix handling of var/lib/extrausers when preseeding
995+
uc20
996+
- interfaces/modem-manager: Don't generate DBus policy for plugs
997+
- interfaces/modem-manager: Only generate DBus plug policy on
998+
Core
999+
- interfaces/serial_port_test: fix static-checks errors
1000+
- interfaces/serial-port: add USB gadget serial devices (ttyGSX) to
1001+
allowed list
1002+
- interface/serial_port_test: adjust variable IDs
1003+
9841004
* Wed Jun 15 2022 Michael Vogt <[email protected]>
9851005
- New upstream release 2.56.2
9861006
- o/snapstate: exclude services from refresh app awareness hard

packaging/opensuse/snapd.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Wed Jul 13 07:26:57 UTC 2022 - [email protected]
3+
4+
- Update to upstream release 2.56.3
5+
16
-------------------------------------------------------------------
27
Wed Jun 15 12:22:31 UTC 2022 - [email protected]
38

packaging/opensuse/snapd.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282

8383
Name: snapd
84-
Version: 2.56.2
84+
Version: 2.56.3
8585
Release: 0
8686
Summary: Tools enabling systems to work with .snap files
8787
License: GPL-3.0

packaging/ubuntu-14.04/changelog

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
snapd (2.56.3~14.04) trusty; urgency=medium
2+
3+
* New upstream release, LP: #1974147
4+
- devicestate: add more path to `fixupWritableDefaultDirs()`
5+
- many: introduce IsUndo flag in LinkContext
6+
- i/apparmor: allow calling which.debianutils
7+
- interfaces: update AppArmor template to allow reading snap's
8+
memory statistics
9+
- interfaces: add memory stats to system_observe
10+
- i/b/{mount,system}-observe: extend access for htop
11+
- features: disable refresh-app-awarness by default again
12+
- image: fix handling of var/lib/extrausers when preseeding
13+
uc20
14+
- interfaces/modem-manager: Don't generate DBus policy for plugs
15+
- interfaces/modem-manager: Only generate DBus plug policy on
16+
Core
17+
- interfaces/serial_port_test: fix static-checks errors
18+
- interfaces/serial-port: add USB gadget serial devices (ttyGSX) to
19+
allowed list
20+
- interface/serial_port_test: adjust variable IDs
21+
22+
-- Michael Vogt <[email protected]> Wed, 13 Jul 2022 09:26:57 +0200
23+
124
snapd (2.56.2~14.04) trusty; urgency=medium
225

326
* New upstream release, LP: #1974147

packaging/ubuntu-16.04/changelog

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
snapd (2.56.3) xenial; urgency=medium
2+
3+
* New upstream release, LP: #1974147
4+
- devicestate: add more path to `fixupWritableDefaultDirs()`
5+
- many: introduce IsUndo flag in LinkContext
6+
- i/apparmor: allow calling which.debianutils
7+
- interfaces: update AppArmor template to allow reading snap's
8+
memory statistics
9+
- interfaces: add memory stats to system_observe
10+
- i/b/{mount,system}-observe: extend access for htop
11+
- features: disable refresh-app-awarness by default again
12+
- image: fix handling of var/lib/extrausers when preseeding
13+
uc20
14+
- interfaces/modem-manager: Don't generate DBus policy for plugs
15+
- interfaces/modem-manager: Only generate DBus plug policy on
16+
Core
17+
- interfaces/serial_port_test: fix static-checks errors
18+
- interfaces/serial-port: add USB gadget serial devices (ttyGSX) to
19+
allowed list
20+
- interface/serial_port_test: adjust variable IDs
21+
22+
-- Michael Vogt <[email protected]> Wed, 13 Jul 2022 09:26:57 +0200
23+
124
snapd (2.56.2) xenial; urgency=medium
225

326
* New upstream release, LP: #1974147

0 commit comments

Comments
 (0)