mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 06:40:04 +01:00
Release 0.99.16
This commit is contained in:
parent
4b5b8a451b
commit
2e5ba3ef80
2 changed files with 13 additions and 1 deletions
12
NEWS
12
NEWS
|
|
@ -1,3 +1,15 @@
|
|||
Version 0.99.16
|
||||
---------------
|
||||
Released: 2022-02-23
|
||||
|
||||
Bug fixes:
|
||||
- Silence unnecessary udev event warnings
|
||||
- Increase test timeout (#171)
|
||||
- Explicitly link with plist
|
||||
- Fix UpClient reference leak
|
||||
- Fix DisplayDevice state on battery hotplug
|
||||
- Fix critical action to work after it was cancelled (#172)
|
||||
|
||||
Version 0.99.15
|
||||
---------------
|
||||
Released: 2022-02-09
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('upower', 'c',
|
||||
version: '0.99.15',
|
||||
version: '0.99.16',
|
||||
license: 'GPLv2+',
|
||||
default_options: [
|
||||
'buildtype=debugoptimized',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue