Skip to content

Commit

Permalink
release: 2.60.3 (#13124)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 authored Aug 25, 2023
1 parent 4cd82ec commit d7e9082
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 3 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# New in snapd 2.60.3:
* Fix bug in the "private" plug attribute of the shared-memory
interface that can result in a crash when upgrading from an
old version of snapd.
* Fix missing integration of the /etc/apparmor.d/tunables/home.d/
apparmor to support non-standard home directories

# New in snapd 2.60.2:
* Performance improvements for apparmor_parser to compensate for
the slower `-O expr-simplify` default used. This should bring
Expand Down
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.60.2
pkgver=2.60.3
pkgrel=1
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/snapcore/snapd"
Expand Down
9 changes: 9 additions & 0 deletions packaging/debian-sid/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
snapd (2.60.3-1) unstable; urgency=medium

* New upstream release, LP: #2024007
- i/b/shared-memory: handle "private" plug attribute in shared-
memory interface correctly
- i/apparmor: support for home.d tunables from /etc/

-- Michael Vogt <[email protected]> Fri, 25 Aug 2023 18:36:50 +0200

snapd (2.60.2-1) unstable; urgency=medium

* New upstream release, LP: #2024007
Expand Down
8 changes: 7 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.60.2
Version: 2.60.3
Release: 0%{?dist}
Summary: A transactional software package manager
License: GPLv3
Expand Down Expand Up @@ -996,6 +996,12 @@ fi


%changelog
* Fri Aug 25 2023 Michael Vogt <[email protected]>
- New upstream release 2.60.3
- i/b/shared-memory: handle "private" plug attribute in shared-
memory interface correctly
- i/apparmor: support for home.d tunables from /etc/

* Fri Aug 04 2023 Michael Vogt <[email protected]>
- New upstream release 2.60.2
- i/builtin: allow directories in private /dev/shm
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 25 16:36:50 UTC 2023 - [email protected]

- Update to upstream release 2.60.3

-------------------------------------------------------------------
Fri Aug 04 10:14:04 UTC 2023 - [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 @@ -82,7 +82,7 @@


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

* New upstream release, LP: #2024007
- i/b/shared-memory: handle "private" plug attribute in shared-
memory interface correctly
- i/apparmor: support for home.d tunables from /etc/

-- Michael Vogt <[email protected]> Fri, 25 Aug 2023 18:36:50 +0200

snapd (2.60.2~14.04) trusty; urgency=medium

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

* New upstream release, LP: #2024007
- i/b/shared-memory: handle "private" plug attribute in shared-
memory interface correctly
- i/apparmor: support for home.d tunables from /etc/

-- Michael Vogt <[email protected]> Fri, 25 Aug 2023 18:36:50 +0200

snapd (2.60.2) xenial; urgency=medium

* New upstream release, LP: #2024007
Expand Down

0 comments on commit d7e9082

Please sign in to comment.