diff --git a/_service b/_service index 6180c54..ae0605e 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://git.sr.ht/~kennylevinsen/seatd git - 0.8.0 + 0.9.1 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/seatd-0.8.0.obscpio b/seatd-0.8.0.obscpio deleted file mode 100644 index 0295f90..0000000 --- a/seatd-0.8.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4d3ddf2d9898b8526778d733b14947e23fd5b33caad267aef404d2864168553 -size 182795 diff --git a/seatd-0.9.1.obscpio b/seatd-0.9.1.obscpio new file mode 100644 index 0000000..0f38d34 --- /dev/null +++ b/seatd-0.9.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5847d4ec2d7c8300e21c24557e68f0c5d763db5293eea0dd43d5af32646bfaeb +size 190987 diff --git a/seatd.changes b/seatd.changes index 6589fd5..8a2ac46 100644 --- a/seatd.changes +++ b/seatd.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Oct 31 17:06:26 UTC 2024 - llyyr + +- Update to 0.9.1 + * Fix libseat not servicing seat enable/disable events if they were + received immediately after a response, leading to the session + deadlocking in a deactivated state. + * Fix some protocol strings lacking validation of the NULL + termination requirement. +- Update to 0.9.0 + * Improve session state tracking in the libseat logind backend, which + could previously fail to notify the libseat client that the session + had been deactivated. + * Do not trigger a VT switch when starting a logind session, allowing + sessions to be started in the background. + * Improve error handling in some edgecases in the libseat seatd backend. + * Apply more aggressive security policies to the included systemd unit. + + ------------------------------------------------------------------- Wed Jul 19 09:37:07 UTC 2023 - llyyr diff --git a/seatd.obsinfo b/seatd.obsinfo index ae40c9f..8359020 100644 --- a/seatd.obsinfo +++ b/seatd.obsinfo @@ -1,4 +1,4 @@ name: seatd -version: 0.8.0 -mtime: 1689758313 -commit: 3e9ef69f14f630a719dd464f3c90a7932f1c8296 +version: 0.9.1 +mtime: 1730317406 +commit: 566ffeb032af42865dc1210e48cec08368059bb9 diff --git a/seatd.spec b/seatd.spec index 9d22a15..f3bea19 100644 --- a/seatd.spec +++ b/seatd.spec @@ -1,7 +1,7 @@ # # spec file for package seatd # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: seatd -Version: 0.8.0 +Version: 0.9.1 Release: 0 Summary: Seat management daemon License: MIT