-
Notifications
You must be signed in to change notification settings - Fork 589
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
237 additions
and
10 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
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,54 @@ | ||
snapd (2.63-1) unstable; urgency=medium | ||
|
||
* New upstream release, LP: #2061179 | ||
- Support for snap services to show the current status of user | ||
services (experimental) | ||
- Refresh app awareness: record snap-run-inhibit notice when | ||
starting app from snap that is busy with refresh (experimental) | ||
- Refresh app awareness: use warnings as fallback for desktop | ||
notifications (experimental) | ||
- Aspect based configuration: make request fields in the aspect- | ||
bundle's rules optional (experimental) | ||
- Aspect based configuration: make map keys conform to the same | ||
format as path sub-keys (experimental) | ||
- Aspect based configuration: make unset and set behaviour similar | ||
to configuration options (experimental) | ||
- Aspect based configuration: limit nesting level for setting value | ||
(experimental) | ||
- Components: use symlinks to point active snap component revisions | ||
- Components: add model assertion support for components | ||
- Components: fix to ensure local component installation always gets | ||
a new revision number | ||
- Add basic support for a CIFS remote filesystem-based home | ||
directory | ||
- Add support for AppArmor profile kill mode to avoid snap-confine | ||
error | ||
- Allow more than one interface to grant access to the same API | ||
endpoint or notice type | ||
- Allow all snapd service's control group processes to send systemd | ||
notifications to prevent warnings flooding the log | ||
- Enable not preseeded single boot install | ||
- Update secboot to handle new sbatlevel | ||
- Fix to not use cgroup for non-strict confined snaps (devmode, | ||
classic) | ||
- Fix two race conditions relating to freedesktop notifications | ||
- Fix missing tunables in snap-update-ns AppArmor template | ||
- Fix rejection of snapd snap udev command line by older host snap- | ||
device-helper | ||
- Rework seccomp allow/deny list | ||
- Clean up files removed by gadgets | ||
- Remove non-viable boot chains to avoid secboot failure | ||
- posix_mq interface: add support for missing time64 mqueue syscalls | ||
mq_timedreceive_time64 and mq_timedsend_time64 | ||
- password-manager-service interface: allow kwalletd version 6 | ||
- kubernetes-support interface: allow SOCK_SEQPACKET sockets | ||
- system-observe interface: allow listing systemd units and their | ||
properties | ||
- opengl interface: enable use of nvidia container toolkit CDI | ||
config generation | ||
|
||
-- Ernest Lotter <[email protected]> Wed, 24 Apr 2024 02:00:39 +0200 | ||
|
||
snapd (2.62-1) unstable; urgency=medium | ||
|
||
* New upstream release, LP: #2058277 | ||
|
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 |
---|---|---|
|
@@ -104,7 +104,7 @@ | |
%endif | ||
|
||
Name: snapd | ||
Version: 2.62 | ||
Version: 2.63 | ||
Release: 0%{?dist} | ||
Summary: A transactional software package manager | ||
License: GPLv3 | ||
|
@@ -1004,6 +1004,54 @@ fi | |
|
||
|
||
%changelog | ||
* Wed Apr 24 2024 Ernest Lotter <[email protected]> | ||
- New upstream release 2.63 | ||
- Support for snap services to show the current status of user | ||
services (experimental) | ||
- Refresh app awareness: record snap-run-inhibit notice when | ||
starting app from snap that is busy with refresh (experimental) | ||
- Refresh app awareness: use warnings as fallback for desktop | ||
notifications (experimental) | ||
- Aspect based configuration: make request fields in the aspect- | ||
bundle's rules optional (experimental) | ||
- Aspect based configuration: make map keys conform to the same | ||
format as path sub-keys (experimental) | ||
- Aspect based configuration: make unset and set behaviour similar | ||
to configuration options (experimental) | ||
- Aspect based configuration: limit nesting level for setting value | ||
(experimental) | ||
- Components: use symlinks to point active snap component revisions | ||
- Components: add model assertion support for components | ||
- Components: fix to ensure local component installation always gets | ||
a new revision number | ||
- Add basic support for a CIFS remote filesystem-based home | ||
directory | ||
- Add support for AppArmor profile kill mode to avoid snap-confine | ||
error | ||
- Allow more than one interface to grant access to the same API | ||
endpoint or notice type | ||
- Allow all snapd service's control group processes to send systemd | ||
notifications to prevent warnings flooding the log | ||
- Enable not preseeded single boot install | ||
- Update secboot to handle new sbatlevel | ||
- Fix to not use cgroup for non-strict confined snaps (devmode, | ||
classic) | ||
- Fix two race conditions relating to freedesktop notifications | ||
- Fix missing tunables in snap-update-ns AppArmor template | ||
- Fix rejection of snapd snap udev command line by older host snap- | ||
device-helper | ||
- Rework seccomp allow/deny list | ||
- Clean up files removed by gadgets | ||
- Remove non-viable boot chains to avoid secboot failure | ||
- posix_mq interface: add support for missing time64 mqueue syscalls | ||
mq_timedreceive_time64 and mq_timedsend_time64 | ||
- password-manager-service interface: allow kwalletd version 6 | ||
- kubernetes-support interface: allow SOCK_SEQPACKET sockets | ||
- system-observe interface: allow listing systemd units and their | ||
properties | ||
- opengl interface: enable use of nvidia container toolkit CDI | ||
config generation | ||
|
||
* Thu Mar 21 2024 Ernest Lotter <[email protected]> | ||
- New upstream release 2.62 | ||
- Aspects based configuration schema support (experimental) | ||
|
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 @@ | ||
------------------------------------------------------------------- | ||
Wed Apr 24 00:00:39 UTC 2024 - [email protected] | ||
|
||
- Update to upstream release 2.63 | ||
|
||
------------------------------------------------------------------- | ||
Thu Mar 21 20:06:10 UTC 2024 - [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,54 @@ | ||
snapd (2.63~14.04) trusty; urgency=medium | ||
|
||
* New upstream release, LP: #2061179 | ||
- Support for snap services to show the current status of user | ||
services (experimental) | ||
- Refresh app awareness: record snap-run-inhibit notice when | ||
starting app from snap that is busy with refresh (experimental) | ||
- Refresh app awareness: use warnings as fallback for desktop | ||
notifications (experimental) | ||
- Aspect based configuration: make request fields in the aspect- | ||
bundle's rules optional (experimental) | ||
- Aspect based configuration: make map keys conform to the same | ||
format as path sub-keys (experimental) | ||
- Aspect based configuration: make unset and set behaviour similar | ||
to configuration options (experimental) | ||
- Aspect based configuration: limit nesting level for setting value | ||
(experimental) | ||
- Components: use symlinks to point active snap component revisions | ||
- Components: add model assertion support for components | ||
- Components: fix to ensure local component installation always gets | ||
a new revision number | ||
- Add basic support for a CIFS remote filesystem-based home | ||
directory | ||
- Add support for AppArmor profile kill mode to avoid snap-confine | ||
error | ||
- Allow more than one interface to grant access to the same API | ||
endpoint or notice type | ||
- Allow all snapd service's control group processes to send systemd | ||
notifications to prevent warnings flooding the log | ||
- Enable not preseeded single boot install | ||
- Update secboot to handle new sbatlevel | ||
- Fix to not use cgroup for non-strict confined snaps (devmode, | ||
classic) | ||
- Fix two race conditions relating to freedesktop notifications | ||
- Fix missing tunables in snap-update-ns AppArmor template | ||
- Fix rejection of snapd snap udev command line by older host snap- | ||
device-helper | ||
- Rework seccomp allow/deny list | ||
- Clean up files removed by gadgets | ||
- Remove non-viable boot chains to avoid secboot failure | ||
- posix_mq interface: add support for missing time64 mqueue syscalls | ||
mq_timedreceive_time64 and mq_timedsend_time64 | ||
- password-manager-service interface: allow kwalletd version 6 | ||
- kubernetes-support interface: allow SOCK_SEQPACKET sockets | ||
- system-observe interface: allow listing systemd units and their | ||
properties | ||
- opengl interface: enable use of nvidia container toolkit CDI | ||
config generation | ||
|
||
-- Ernest Lotter <[email protected]> Wed, 24 Apr 2024 02:00:39 +0200 | ||
|
||
snapd (2.62~14.04) trusty; urgency=medium | ||
|
||
* New upstream release, LP: #2058277 | ||
|
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,54 @@ | ||
snapd (2.63) xenial; urgency=medium | ||
|
||
* New upstream release, LP: #2061179 | ||
- Support for snap services to show the current status of user | ||
services (experimental) | ||
- Refresh app awareness: record snap-run-inhibit notice when | ||
starting app from snap that is busy with refresh (experimental) | ||
- Refresh app awareness: use warnings as fallback for desktop | ||
notifications (experimental) | ||
- Aspect based configuration: make request fields in the aspect- | ||
bundle's rules optional (experimental) | ||
- Aspect based configuration: make map keys conform to the same | ||
format as path sub-keys (experimental) | ||
- Aspect based configuration: make unset and set behaviour similar | ||
to configuration options (experimental) | ||
- Aspect based configuration: limit nesting level for setting value | ||
(experimental) | ||
- Components: use symlinks to point active snap component revisions | ||
- Components: add model assertion support for components | ||
- Components: fix to ensure local component installation always gets | ||
a new revision number | ||
- Add basic support for a CIFS remote filesystem-based home | ||
directory | ||
- Add support for AppArmor profile kill mode to avoid snap-confine | ||
error | ||
- Allow more than one interface to grant access to the same API | ||
endpoint or notice type | ||
- Allow all snapd service's control group processes to send systemd | ||
notifications to prevent warnings flooding the log | ||
- Enable not preseeded single boot install | ||
- Update secboot to handle new sbatlevel | ||
- Fix to not use cgroup for non-strict confined snaps (devmode, | ||
classic) | ||
- Fix two race conditions relating to freedesktop notifications | ||
- Fix missing tunables in snap-update-ns AppArmor template | ||
- Fix rejection of snapd snap udev command line by older host snap- | ||
device-helper | ||
- Rework seccomp allow/deny list | ||
- Clean up files removed by gadgets | ||
- Remove non-viable boot chains to avoid secboot failure | ||
- posix_mq interface: add support for missing time64 mqueue syscalls | ||
mq_timedreceive_time64 and mq_timedsend_time64 | ||
- password-manager-service interface: allow kwalletd version 6 | ||
- kubernetes-support interface: allow SOCK_SEQPACKET sockets | ||
- system-observe interface: allow listing systemd units and their | ||
properties | ||
- opengl interface: enable use of nvidia container toolkit CDI | ||
config generation | ||
|
||
-- Ernest Lotter <[email protected]> Wed, 24 Apr 2024 02:00:39 +0200 | ||
|
||
snapd (2.62) xenial; urgency=medium | ||
|
||
* New upstream release, LP: #2058277 | ||
|