mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 06:40:04 +01:00
Release 0.99.14
This commit is contained in:
parent
dd3d63b274
commit
ab9520a7aa
2 changed files with 19 additions and 1 deletions
18
NEWS
18
NEWS
|
|
@ -1,3 +1,21 @@
|
||||||
|
Version 0.99.14
|
||||||
|
---------------
|
||||||
|
Released: 2022-02-03
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
- Port build system to meson
|
||||||
|
- New ChargeCycles D-Bus property (#152)
|
||||||
|
- New async GLib APIs (#121)
|
||||||
|
- lid related functions are now deprecated
|
||||||
|
- Refresh API is now deprecated
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
- Plenty of test suite fixes
|
||||||
|
- Fix leak of inhibitor lock (#160)
|
||||||
|
- Recognize USB power supplies (#148)
|
||||||
|
- Fix time compression of data points (#167)
|
||||||
|
- Fix disk write amplification when battery is low (#150)
|
||||||
|
|
||||||
Version 0.99.13
|
Version 0.99.13
|
||||||
---------------
|
---------------
|
||||||
Released: 2021-08-17
|
Released: 2021-08-17
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('upower', 'c',
|
project('upower', 'c',
|
||||||
version: '0.99.13',
|
version: '0.99.14',
|
||||||
license: 'GPLv2+',
|
license: 'GPLv2+',
|
||||||
default_options: [
|
default_options: [
|
||||||
'buildtype=debugoptimized',
|
'buildtype=debugoptimized',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue