mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-02-05 07:40:29 +01:00
Release 1.90.6
- Fix g_object_weak_ref: assertion 'g_atomic_int_get (&object->ref_count) >= 1' failed (#281, !233) - Fractional battery percentage (!226) - CI enhancement. (!236) - Tweak the default battery charging threshold to 75-80. (!234)
This commit is contained in:
parent
3390fa48ae
commit
7fbc02e8af
2 changed files with 10 additions and 1 deletions
9
NEWS
9
NEWS
|
|
@ -1,3 +1,12 @@
|
|||
Version 1.90.6
|
||||
--------------
|
||||
Released: 2024-09-16
|
||||
|
||||
- Fractional battery percentage (!226)
|
||||
- CI enhancement. (!236)
|
||||
- Tweak the default battery charging threshold to 75-80. (!234)
|
||||
- Fix g_object_weak_ref: assertion 'g_atomic_int_get (&object->ref_count) >= 1' failed (#281, !233)
|
||||
|
||||
Version 1.90.5
|
||||
--------------
|
||||
Released: 2024-08-22
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('upower', 'c',
|
||||
version: '1.90.5',
|
||||
version: '1.90.6',
|
||||
license: 'GPLv2+',
|
||||
default_options: [
|
||||
'buildtype=debugoptimized',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue