From a9fb6d5fa04537f31da01e8f76213fbb2fa387b8 Mon Sep 17 00:00:00 2001 From: Kate Hsuan Date: Mon, 8 Apr 2024 11:49:01 +0800 Subject: [PATCH] Release upower 1.90.3 1. Resolved high disk and CPU rate. 2. Update glib2 requirement to 2.66.0. 3. Stop guessing the unknown battery as a power supply. 4. Continue to support lid handling. 5. Document fixes and bug fixes. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 9c67166..d538a5f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('upower', 'c', - version: '1.90.2', + version: '1.90.3', license: 'GPLv2+', default_options: [ 'buildtype=debugoptimized',