Skip to content

Commit

Permalink
release: 2.59.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Mar 29, 2023
1 parent 1e0f04f commit 577003b
Show file tree
Hide file tree
Showing 8 changed files with 52 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.59.1:

* Add udev rules from steam-devices to steam-support interface
* Bugfixes for layout path checking, dm_crypt permissions,
mount-control interface parameter checking, kernel commandline
parsing, docker-support, refresh-app-awareness

# New in snapd 2.59:

* Support setting extra kernel command line parameters via snap
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.59
pkgver=2.59.1
pkgrel=1
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/snapcore/snapd"
Expand Down
10 changes: 10 additions & 0 deletions packaging/debian-sid/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
snapd (2.59.1-1) unstable; urgency=medium

* New upstream release, LP: #2009946
- Add udev rules from steam-devices to steam-support interface
- Bugfixes for layout path checking, dm_crypt permissions,
mount-control interface parameter checking, kernel commandline
parsing, docker-support, refresh-app-awareness

-- Michael Vogt <[email protected]> Tue, 28 Mar 2023 20:58:44 +0200

snapd (2.59-1) unstable; urgency=medium

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


%changelog
* Tue Mar 28 2023 Michael Vogt <[email protected]>
- New upstream release 2.59.1
- Add udev rules from steam-devices to steam-support interface
- Bugfixes for layout path checking, dm_crypt permissions,
mount-control interface parameter checking, kernel commandline
parsing, docker-support, refresh-app-awareness

* Fri Mar 10 2023 Michael Vogt <[email protected]>
- New upstream release 2.59
- Support setting extra kernel command line parameters via snap
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 @@
-------------------------------------------------------------------
Tue Mar 28 18:58:44 UTC 2023 - [email protected]

- Update to upstream release 2.59.1

-------------------------------------------------------------------
Fri Mar 10 11:51:26 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.59
Version: 2.59.1
Release: 0
Summary: Tools enabling systems to work with .snap files
License: GPL-3.0
Expand Down
10 changes: 10 additions & 0 deletions packaging/ubuntu-14.04/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
snapd (2.59.1~14.04) trusty; urgency=medium

* New upstream release, LP: #2009946
- Add udev rules from steam-devices to steam-support interface
- Bugfixes for layout path checking, dm_crypt permissions,
mount-control interface parameter checking, kernel commandline
parsing, docker-support, refresh-app-awareness

-- Michael Vogt <[email protected]> Tue, 28 Mar 2023 20:58:44 +0200

snapd (2.59~14.04) trusty; urgency=medium

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

* New upstream release, LP: #2009946
- Add udev rules from steam-devices to steam-support interface
- Bugfixes for layout path checking, dm_crypt permissions,
mount-control interface parameter checking, kernel commandline
parsing, docker-support, refresh-app-awareness

-- Michael Vogt <[email protected]> Tue, 28 Mar 2023 20:58:44 +0200

snapd (2.59) xenial; urgency=medium

* New upstream release, LP: #2009946
Expand Down

0 comments on commit 577003b

Please sign in to comment.