Skip to content

Commit d7e9082

Browse files
authored
release: 2.60.3 (#13124)
1 parent 4cd82ec commit d7e9082

File tree

8 files changed

+48
-3
lines changed

8 files changed

+48
-3
lines changed

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# New in snapd 2.60.3:
2+
* Fix bug in the "private" plug attribute of the shared-memory
3+
interface that can result in a crash when upgrading from an
4+
old version of snapd.
5+
* Fix missing integration of the /etc/apparmor.d/tunables/home.d/
6+
apparmor to support non-standard home directories
7+
18
# New in snapd 2.60.2:
29
* Performance improvements for apparmor_parser to compensate for
310
the slower `-O expr-simplify` default used. This should bring

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.60.2
14+
pkgver=2.60.3
1515
pkgrel=1
1616
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
1717
url="https://github.com/snapcore/snapd"

packaging/debian-sid/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
snapd (2.60.3-1) unstable; urgency=medium
2+
3+
* New upstream release, LP: #2024007
4+
- i/b/shared-memory: handle "private" plug attribute in shared-
5+
memory interface correctly
6+
- i/apparmor: support for home.d tunables from /etc/
7+
8+
-- Michael Vogt <[email protected]> Fri, 25 Aug 2023 18:36:50 +0200
9+
110
snapd (2.60.2-1) unstable; urgency=medium
211

312
* New upstream release, LP: #2024007

packaging/fedora/snapd.spec

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

104104
Name: snapd
105-
Version: 2.60.2
105+
Version: 2.60.3
106106
Release: 0%{?dist}
107107
Summary: A transactional software package manager
108108
License: GPLv3
@@ -996,6 +996,12 @@ fi
996996

997997

998998
%changelog
999+
* Fri Aug 25 2023 Michael Vogt <[email protected]>
1000+
- New upstream release 2.60.3
1001+
- i/b/shared-memory: handle "private" plug attribute in shared-
1002+
memory interface correctly
1003+
- i/apparmor: support for home.d tunables from /etc/
1004+
9991005
* Fri Aug 04 2023 Michael Vogt <[email protected]>
10001006
- New upstream release 2.60.2
10011007
- i/builtin: allow directories in private /dev/shm

packaging/opensuse/snapd.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Fri Aug 25 16:36:50 UTC 2023 - [email protected]
3+
4+
- Update to upstream release 2.60.3
5+
16
-------------------------------------------------------------------
27
Fri Aug 04 10:14:04 UTC 2023 - [email protected]
38

packaging/opensuse/snapd.spec

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

8383

8484
Name: snapd
85-
Version: 2.60.2
85+
Version: 2.60.3
8686
Release: 0
8787
Summary: Tools enabling systems to work with .snap files
8888
License: GPL-3.0

packaging/ubuntu-14.04/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
snapd (2.60.3~14.04) trusty; urgency=medium
2+
3+
* New upstream release, LP: #2024007
4+
- i/b/shared-memory: handle "private" plug attribute in shared-
5+
memory interface correctly
6+
- i/apparmor: support for home.d tunables from /etc/
7+
8+
-- Michael Vogt <[email protected]> Fri, 25 Aug 2023 18:36:50 +0200
9+
110
snapd (2.60.2~14.04) trusty; urgency=medium
211

312
* New upstream release, LP: #2024007

packaging/ubuntu-16.04/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
snapd (2.60.3) xenial; urgency=medium
2+
3+
* New upstream release, LP: #2024007
4+
- i/b/shared-memory: handle "private" plug attribute in shared-
5+
memory interface correctly
6+
- i/apparmor: support for home.d tunables from /etc/
7+
8+
-- Michael Vogt <[email protected]> Fri, 25 Aug 2023 18:36:50 +0200
9+
110
snapd (2.60.2) xenial; urgency=medium
211

312
* New upstream release, LP: #2024007

0 commit comments

Comments
 (0)