mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 04:20:04 +01:00
Release 1.90.10
- Fix wrong model name of the devices (!267, #309) - Switch charge_types to "Custom" when charging threshold is enabled (!268, #275) - Fix invalid command line arguments (!269) - Fix leak when reporting daemon usage error (!270) - OpenBSD: support battery status from qcpas (!272) - Fix history progression (!274, #316) - Add a battery filter to the upower command line (!275) - Change the charging behaviors using charge_types (!276, !46, #275) - Fix integration tests issues, including floating point value and race between umockdev and upower (!277, !278) - Rework upower command (!280) - Propagate charge-threshold-enabled to display device (!281)
This commit is contained in:
parent
3369d31472
commit
c56ff5f207
2 changed files with 17 additions and 1 deletions
16
NEWS
16
NEWS
|
|
@ -1,3 +1,19 @@
|
||||||
|
Version 1.90.10
|
||||||
|
--------------
|
||||||
|
Released: 2025-08-26
|
||||||
|
|
||||||
|
- Fix wrong model name of the devices (!267, #309)
|
||||||
|
- Switch charge_types to "Custom" when charging threshold is enabled (!268, #275)
|
||||||
|
- Fix invalid command line arguments (!269)
|
||||||
|
- Fix leak when reporting daemon usage error (!270)
|
||||||
|
- OpenBSD: support battery status from qcpas (!272)
|
||||||
|
- Fix history progression (!274, #316)
|
||||||
|
- Add a battery filter to the upower command line (!275)
|
||||||
|
- Change the charging behaviors using charge_types (!276, !46, #275)
|
||||||
|
- Fix integration tests issues, including floating point value and race between umockdev and upower (!277, !278)
|
||||||
|
- Rework upower command (!280)
|
||||||
|
- Propagate charge-threshold-enabled to display device (!281)
|
||||||
|
|
||||||
Version 1.90.9
|
Version 1.90.9
|
||||||
--------------
|
--------------
|
||||||
Released: 2025-04-10
|
Released: 2025-04-10
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('upower', 'c',
|
project('upower', 'c',
|
||||||
version: '1.90.9',
|
version: '1.90.10',
|
||||||
license: 'GPLv2+',
|
license: 'GPLv2+',
|
||||||
default_options: [
|
default_options: [
|
||||||
'buildtype=debugoptimized',
|
'buildtype=debugoptimized',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue