diff options
author | Kate Hsuan <hpa@redhat.com> | 2025-01-08 11:10:38 +0800 |
---|---|---|
committer | Kate Hsuan <hpa@redhat.com> | 2025-01-09 13:47:51 +0800 |
commit | 70a5026662765ee7396c388bbe6dd3951bd8622f (patch) | |
tree | 9fd0c249ffda530d40d7023ff6100034d889439d | |
parent | 0f9bdf1d1cb8ea3a77916bfe3583f563991b84ec (diff) |
Release 1.90.7v1.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)
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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 diff --git a/meson.build b/meson.build index 0f4baa8..4f0aa21 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('upower', 'c', - version: '1.90.6', + version: '1.90.7', license: 'GPLv2+', default_options: [ 'buildtype=debugoptimized', |