Skip to content

Commit 577003b

Browse files
committed
release: 2.59.1
1 parent 1e0f04f commit 577003b

File tree

8 files changed

+52
-3
lines changed

8 files changed

+52
-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.59.1:
2+
3+
* Add udev rules from steam-devices to steam-support interface
4+
* Bugfixes for layout path checking, dm_crypt permissions,
5+
mount-control interface parameter checking, kernel commandline
6+
parsing, docker-support, refresh-app-awareness
7+
18
# New in snapd 2.59:
29

310
* Support setting extra kernel command line parameters via snap

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

packaging/debian-sid/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
snapd (2.59.1-1) unstable; urgency=medium
2+
3+
* New upstream release, LP: #2009946
4+
- Add udev rules from steam-devices to steam-support interface
5+
- Bugfixes for layout path checking, dm_crypt permissions,
6+
mount-control interface parameter checking, kernel commandline
7+
parsing, docker-support, refresh-app-awareness
8+
9+
-- Michael Vogt <[email protected]> Tue, 28 Mar 2023 20:58:44 +0200
10+
111
snapd (2.59-1) unstable; urgency=medium
212

313
* New upstream release, LP: #2009946

packaging/fedora/snapd.spec

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

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

997997

998998
%changelog
999+
* Tue Mar 28 2023 Michael Vogt <[email protected]>
1000+
- New upstream release 2.59.1
1001+
- Add udev rules from steam-devices to steam-support interface
1002+
- Bugfixes for layout path checking, dm_crypt permissions,
1003+
mount-control interface parameter checking, kernel commandline
1004+
parsing, docker-support, refresh-app-awareness
1005+
9991006
* Fri Mar 10 2023 Michael Vogt <[email protected]>
10001007
- New upstream release 2.59
10011008
- Support setting extra kernel command line parameters via snap

packaging/opensuse/snapd.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Tue Mar 28 18:58:44 UTC 2023 - [email protected]
3+
4+
- Update to upstream release 2.59.1
5+
16
-------------------------------------------------------------------
27
Fri Mar 10 11:51:26 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.59
85+
Version: 2.59.1
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
snapd (2.59.1~14.04) trusty; urgency=medium
2+
3+
* New upstream release, LP: #2009946
4+
- Add udev rules from steam-devices to steam-support interface
5+
- Bugfixes for layout path checking, dm_crypt permissions,
6+
mount-control interface parameter checking, kernel commandline
7+
parsing, docker-support, refresh-app-awareness
8+
9+
-- Michael Vogt <[email protected]> Tue, 28 Mar 2023 20:58:44 +0200
10+
111
snapd (2.59~14.04) trusty; urgency=medium
212

313
* New upstream release, LP: #2009946

packaging/ubuntu-16.04/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
snapd (2.59.1) xenial; urgency=medium
2+
3+
* New upstream release, LP: #2009946
4+
- Add udev rules from steam-devices to steam-support interface
5+
- Bugfixes for layout path checking, dm_crypt permissions,
6+
mount-control interface parameter checking, kernel commandline
7+
parsing, docker-support, refresh-app-awareness
8+
9+
-- Michael Vogt <[email protected]> Tue, 28 Mar 2023 20:58:44 +0200
10+
111
snapd (2.59) xenial; urgency=medium
212

313
* New upstream release, LP: #2009946

0 commit comments

Comments
 (0)