-
Notifications
You must be signed in to change notification settings - Fork 594
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.1 changes. Signed-off-by: Ian Johnson <[email protected]>
- Loading branch information
1 parent
05c8a2a
commit cb29ff9
Showing
7 changed files
with
117 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,31 @@ | ||
snapd (2.53.1-1) unstable; urgency=medium | ||
|
||
* New upstream release, LP: #1946127 | ||
- spread: run lxd tests with version from latest/stable | ||
- secboot: use latest secboot with tpm legacy platform and v2 fully | ||
optional (#10946) | ||
- cmd/snap-confine: die when snap process is outside of snap | ||
specific cgroup (2.53) | ||
- interfaces/u2f-devices: add Nitrokey 3 | ||
- Update the ubuntu-image channel to candidate | ||
- Allow hostnames up to 253 characters, with dot-delimited elements | ||
(as suggested by man 7 hostname). | ||
- Disable i386 until it is possible to build snapd using lxd | ||
- o/snapstate, hookstate: print remaining hold time on snapctl | ||
--hold | ||
- tests/snapd-sigterm: be more robust against service restart | ||
- tests: add a regression test for snapd hanging on SIGTERM | ||
- daemon: use the syscall connection to get the socket | ||
credentials | ||
- interfaces/builtin/hardware-observer: add /proc/bus/input/devices | ||
too | ||
- cmd/snap-confine/snap-confine.apparmor.in: update ld rule for | ||
s390x impish | ||
- interface/modem-manager: add accept for MBIM/QMI proxy clients | ||
- secboot: revert move to new version | ||
|
||
-- Ian Johnson <[email protected]> Thu, 21 Oct 2021 11:55:31 -0500 | ||
|
||
snapd (2.53-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 | ||
Version: 2.53.1 | ||
Release: 0%{?dist} | ||
Summary: A transactional software package manager | ||
License: GPLv3 | ||
|
@@ -978,6 +978,31 @@ fi | |
|
||
|
||
%changelog | ||
* Thu Oct 21 2021 Ian Johnson <[email protected]> | ||
- New upstream release 2.53.1 | ||
- spread: run lxd tests with version from latest/stable | ||
- secboot: use latest secboot with tpm legacy platform and v2 fully | ||
optional (#10946) | ||
- cmd/snap-confine: die when snap process is outside of snap | ||
specific cgroup (2.53) | ||
- interfaces/u2f-devices: add Nitrokey 3 | ||
- Update the ubuntu-image channel to candidate | ||
- Allow hostnames up to 253 characters, with dot-delimited elements | ||
(as suggested by man 7 hostname). | ||
- Disable i386 until it is possible to build snapd using lxd | ||
- o/snapstate, hookstate: print remaining hold time on snapctl | ||
--hold | ||
- tests/snapd-sigterm: be more robust against service restart | ||
- tests: add a regression test for snapd hanging on SIGTERM | ||
- daemon: use the syscall connection to get the socket | ||
credentials | ||
- interfaces/builtin/hardware-observer: add /proc/bus/input/devices | ||
too | ||
- cmd/snap-confine/snap-confine.apparmor.in: update ld rule for | ||
s390x impish | ||
- interface/modem-manager: add accept for MBIM/QMI proxy clients | ||
- secboot: revert move to new version | ||
|
||
* Tue Oct 05 2021 Michael Vogt <[email protected]> | ||
- New upstream release 2.53 | ||
- overlord: fix generated snap-revision assertions in remodel unit | ||
|
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 @@ | ||
------------------------------------------------------------------- | ||
Thu Oct 21 16:55:31 UTC 2021 - [email protected] | ||
|
||
- Update to upstream release 2.53.1 | ||
|
||
------------------------------------------------------------------- | ||
Tue Oct 05 16:16:47 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,31 @@ | ||
snapd (2.53.1~14.04) trusty; urgency=medium | ||
|
||
* New upstream release, LP: #1946127 | ||
- spread: run lxd tests with version from latest/stable | ||
- secboot: use latest secboot with tpm legacy platform and v2 fully | ||
optional (#10946) | ||
- cmd/snap-confine: die when snap process is outside of snap | ||
specific cgroup (2.53) | ||
- interfaces/u2f-devices: add Nitrokey 3 | ||
- Update the ubuntu-image channel to candidate | ||
- Allow hostnames up to 253 characters, with dot-delimited elements | ||
(as suggested by man 7 hostname). | ||
- Disable i386 until it is possible to build snapd using lxd | ||
- o/snapstate, hookstate: print remaining hold time on snapctl | ||
--hold | ||
- tests/snapd-sigterm: be more robust against service restart | ||
- tests: add a regression test for snapd hanging on SIGTERM | ||
- daemon: use the syscall connection to get the socket | ||
credentials | ||
- interfaces/builtin/hardware-observer: add /proc/bus/input/devices | ||
too | ||
- cmd/snap-confine/snap-confine.apparmor.in: update ld rule for | ||
s390x impish | ||
- interface/modem-manager: add accept for MBIM/QMI proxy clients | ||
- secboot: revert move to new version | ||
|
||
-- Ian Johnson <[email protected]> Thu, 21 Oct 2021 11:55:31 -0500 | ||
|
||
snapd (2.53~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,31 @@ | ||
snapd (2.53.1) xenial; urgency=medium | ||
|
||
* New upstream release, LP: #1946127 | ||
- spread: run lxd tests with version from latest/stable | ||
- secboot: use latest secboot with tpm legacy platform and v2 fully | ||
optional (#10946) | ||
- cmd/snap-confine: die when snap process is outside of snap | ||
specific cgroup (2.53) | ||
- interfaces/u2f-devices: add Nitrokey 3 | ||
- Update the ubuntu-image channel to candidate | ||
- Allow hostnames up to 253 characters, with dot-delimited elements | ||
(as suggested by man 7 hostname). | ||
- Disable i386 until it is possible to build snapd using lxd | ||
- o/snapstate, hookstate: print remaining hold time on snapctl | ||
--hold | ||
- tests/snapd-sigterm: be more robust against service restart | ||
- tests: add a regression test for snapd hanging on SIGTERM | ||
- daemon: use the syscall connection to get the socket | ||
credentials | ||
- interfaces/builtin/hardware-observer: add /proc/bus/input/devices | ||
too | ||
- cmd/snap-confine/snap-confine.apparmor.in: update ld rule for | ||
s390x impish | ||
- interface/modem-manager: add accept for MBIM/QMI proxy clients | ||
- secboot: revert move to new version | ||
|
||
-- Ian Johnson <[email protected]> Thu, 21 Oct 2021 11:55:31 -0500 | ||
|
||
snapd (2.53) xenial; urgency=medium | ||
|
||
* New upstream release, LP: #1946127 | ||
|