mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-09 07:08:07 +02:00
Release 1.90.7
- Find the correct parent id for input devices (#268 #286) - Fix race condition in test_sibling_priority_no_overwrite (!240) - Show charge-threshold-* status as yes/no (!242) - Add zsh-completions for CLI (!241) - Wait 10 seconds for stopping the daemon (#290) - Added pre-commit test and fixed code spelling, markdown, and code style issues. (!248)
This commit is contained in:
parent
0f9bdf1d1c
commit
70a5026662
2 changed files with 12 additions and 1 deletions
11
NEWS
11
NEWS
|
|
@ -1,3 +1,14 @@
|
|||
Version 1.90.7
|
||||
--------------
|
||||
Released: 2025-01-09
|
||||
|
||||
- Find the correct parent id for input devices. (#268 #286)
|
||||
- Fix race condition in test_sibling_priority_no_overwrite. (!240)
|
||||
- Show charge-threshold-* status as yes/no. (!242)
|
||||
- Add zsh-completions for CLI. (!241)
|
||||
- Fix integration test. Extend the daemon stopping timeout to 10sec (#290)
|
||||
- Added pre-commit test and fixed code spelling, markdown, and code style issues. (!248)
|
||||
|
||||
Version 1.90.6
|
||||
--------------
|
||||
Released: 2024-09-18
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('upower', 'c',
|
||||
version: '1.90.6',
|
||||
version: '1.90.7',
|
||||
license: 'GPLv2+',
|
||||
default_options: [
|
||||
'buildtype=debugoptimized',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue