-
Notifications
You must be signed in to change notification settings - Fork 587
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelogs with the 2.53.2 changes. Signed-off-by: Ian Johnson <[email protected]>
- Loading branch information
1 parent
edbca85
commit aa0c4db
Showing
7 changed files
with
141 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,37 @@ | ||
snapd (2.53.2-1) unstable; urgency=medium | ||
|
||
* New upstream release, LP: #1946127 | ||
- interfaces/builtin/block_devices: allow blkid to print block | ||
device attributes/run/udev/data/b{major}:{minor} | ||
- cmd/libsnap-confine-private: do not deny all devices when reusing | ||
the device cgroup | ||
- interfaces/builtin/time-control: allow pps access | ||
- interfaces/u2f-devices: add Trezor and Trezor v2 keys | ||
- interfaces: timezone-control, add permission for ListTimezones | ||
DBus call | ||
- interfaces/apparmor/template.go: allow udevadm from merged usr | ||
systems | ||
- interface/modem-manager: allow connecting to the mbim/qmi proxy | ||
- interfaces/network-manager-observe: Update for libnm client | ||
library | ||
- cmd/snap-seccomp/syscalls: update syscalls to match libseccomp | ||
abad8a8f4 | ||
- sandbox/cgroup: freeze and thaw cgroups related to services and | ||
scopes only | ||
- o/hookstate: print cohort with snapctl refresh --pending | ||
- cmd/snap-confine: lazy set up of device cgroup, only when devices | ||
were assigned | ||
- tests: ensure systemd-timesyncd is installed on debian | ||
- tests/lib/pkgdb: install strace on Debian 11 and Sid | ||
- tests/main/snapd-sigterm: flush, use retry | ||
- tests/main/snapd-sigterm: fix race conditions | ||
- release-tools/repack-debian-tarball.sh: fix c-vendor dir | ||
- data/selinux: allow snap-confine to read udev's database | ||
- interfaces/dsp: add more ambarella things* interfaces/dsp: add | ||
more ambarella things | ||
|
||
-- Ian Johnson <[email protected]> Mon, 15 Nov 2021 16:09:09 -0600 | ||
|
||
snapd (2.53.1-1) unstable; urgency=medium | ||
|
||
* New upstream release, LP: #1946127 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,7 @@ | |
%endif | ||
|
||
Name: snapd | ||
Version: 2.53.1 | ||
Version: 2.53.2 | ||
Release: 0%{?dist} | ||
Summary: A transactional software package manager | ||
License: GPLv3 | ||
|
@@ -978,6 +978,37 @@ fi | |
|
||
|
||
%changelog | ||
* Mon Nov 15 2021 Ian Johnson <[email protected]> | ||
- New upstream release 2.53.2 | ||
- interfaces/builtin/block_devices: allow blkid to print block | ||
device attributes/run/udev/data/b{major}:{minor} | ||
- cmd/libsnap-confine-private: do not deny all devices when reusing | ||
the device cgroup | ||
- interfaces/builtin/time-control: allow pps access | ||
- interfaces/u2f-devices: add Trezor and Trezor v2 keys | ||
- interfaces: timezone-control, add permission for ListTimezones | ||
DBus call | ||
- interfaces/apparmor/template.go: allow udevadm from merged usr | ||
systems | ||
- interface/modem-manager: allow connecting to the mbim/qmi proxy | ||
- interfaces/network-manager-observe: Update for libnm client | ||
library | ||
- cmd/snap-seccomp/syscalls: update syscalls to match libseccomp | ||
abad8a8f4 | ||
- sandbox/cgroup: freeze and thaw cgroups related to services and | ||
scopes only | ||
- o/hookstate: print cohort with snapctl refresh --pending | ||
- cmd/snap-confine: lazy set up of device cgroup, only when devices | ||
were assigned | ||
- tests: ensure systemd-timesyncd is installed on debian | ||
- tests/lib/pkgdb: install strace on Debian 11 and Sid | ||
- tests/main/snapd-sigterm: flush, use retry | ||
- tests/main/snapd-sigterm: fix race conditions | ||
- release-tools/repack-debian-tarball.sh: fix c-vendor dir | ||
- data/selinux: allow snap-confine to read udev's database | ||
- interfaces/dsp: add more ambarella things* interfaces/dsp: add | ||
more ambarella things | ||
|
||
* Thu Oct 21 2021 Ian Johnson <[email protected]> | ||
- New upstream release 2.53.1 | ||
- spread: run lxd tests with version from latest/stable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
------------------------------------------------------------------- | ||
Mon Nov 15 22:09:09 UTC 2021 - [email protected] | ||
|
||
- Update to upstream release 2.53.2 | ||
|
||
------------------------------------------------------------------- | ||
Thu Oct 21 16:55:31 UTC 2021 - [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,37 @@ | ||
snapd (2.53.2~14.04) trusty; urgency=medium | ||
|
||
* New upstream release, LP: #1946127 | ||
- interfaces/builtin/block_devices: allow blkid to print block | ||
device attributes/run/udev/data/b{major}:{minor} | ||
- cmd/libsnap-confine-private: do not deny all devices when reusing | ||
the device cgroup | ||
- interfaces/builtin/time-control: allow pps access | ||
- interfaces/u2f-devices: add Trezor and Trezor v2 keys | ||
- interfaces: timezone-control, add permission for ListTimezones | ||
DBus call | ||
- interfaces/apparmor/template.go: allow udevadm from merged usr | ||
systems | ||
- interface/modem-manager: allow connecting to the mbim/qmi proxy | ||
- interfaces/network-manager-observe: Update for libnm client | ||
library | ||
- cmd/snap-seccomp/syscalls: update syscalls to match libseccomp | ||
abad8a8f4 | ||
- sandbox/cgroup: freeze and thaw cgroups related to services and | ||
scopes only | ||
- o/hookstate: print cohort with snapctl refresh --pending | ||
- cmd/snap-confine: lazy set up of device cgroup, only when devices | ||
were assigned | ||
- tests: ensure systemd-timesyncd is installed on debian | ||
- tests/lib/pkgdb: install strace on Debian 11 and Sid | ||
- tests/main/snapd-sigterm: flush, use retry | ||
- tests/main/snapd-sigterm: fix race conditions | ||
- release-tools/repack-debian-tarball.sh: fix c-vendor dir | ||
- data/selinux: allow snap-confine to read udev's database | ||
- interfaces/dsp: add more ambarella things* interfaces/dsp: add | ||
more ambarella things | ||
|
||
-- Ian Johnson <[email protected]> Mon, 15 Nov 2021 16:09:09 -0600 | ||
|
||
snapd (2.53.1~14.04) trusty; urgency=medium | ||
|
||
* New upstream release, LP: #1946127 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,37 @@ | ||
snapd (2.53.2) xenial; urgency=medium | ||
|
||
* New upstream release, LP: #1946127 | ||
- interfaces/builtin/block_devices: allow blkid to print block | ||
device attributes/run/udev/data/b{major}:{minor} | ||
- cmd/libsnap-confine-private: do not deny all devices when reusing | ||
the device cgroup | ||
- interfaces/builtin/time-control: allow pps access | ||
- interfaces/u2f-devices: add Trezor and Trezor v2 keys | ||
- interfaces: timezone-control, add permission for ListTimezones | ||
DBus call | ||
- interfaces/apparmor/template.go: allow udevadm from merged usr | ||
systems | ||
- interface/modem-manager: allow connecting to the mbim/qmi proxy | ||
- interfaces/network-manager-observe: Update for libnm client | ||
library | ||
- cmd/snap-seccomp/syscalls: update syscalls to match libseccomp | ||
abad8a8f4 | ||
- sandbox/cgroup: freeze and thaw cgroups related to services and | ||
scopes only | ||
- o/hookstate: print cohort with snapctl refresh --pending | ||
- cmd/snap-confine: lazy set up of device cgroup, only when devices | ||
were assigned | ||
- tests: ensure systemd-timesyncd is installed on debian | ||
- tests/lib/pkgdb: install strace on Debian 11 and Sid | ||
- tests/main/snapd-sigterm: flush, use retry | ||
- tests/main/snapd-sigterm: fix race conditions | ||
- release-tools/repack-debian-tarball.sh: fix c-vendor dir | ||
- data/selinux: allow snap-confine to read udev's database | ||
- interfaces/dsp: add more ambarella things* interfaces/dsp: add | ||
more ambarella things | ||
|
||
-- Ian Johnson <[email protected]> Mon, 15 Nov 2021 16:09:09 -0600 | ||
|
||
snapd (2.53.1) xenial; urgency=medium | ||
|
||
* New upstream release, LP: #1946127 | ||
|