diff options
author | Kate Hsuan <hpa@redhat.com> | 2024-04-08 11:49:01 +0800 |
---|---|---|
committer | Kate Hsuan <hpa@redhat.com> | 2024-04-08 13:27:51 +0800 |
commit | a9fb6d5fa04537f31da01e8f76213fbb2fa387b8 (patch) | |
tree | 6180a97e8db787ee3cde81558b81060a559d0c9d | |
parent | 1e58e8218a0a3ea3e46c092eef1ea4b389f6cce7 (diff) |
Release upower 1.90.3v1.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.
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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', |