From 70a5026662765ee7396c388bbe6dd3951bd8622f Mon Sep 17 00:00:00 2001 From: Kate Hsuan Date: Wed, 8 Jan 2025 11:10:38 +0800 Subject: [PATCH] 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) --- NEWS | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index de219b2..3f4f82e 100644 --- a/NEWS +++ b/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 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',