mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 06:40:04 +01:00
Release 0.99.18
This commit is contained in:
parent
ddb0ce87e7
commit
017ac33d58
2 changed files with 22 additions and 1 deletions
21
NEWS
21
NEWS
|
|
@ -1,3 +1,24 @@
|
||||||
|
Version 0.99.18
|
||||||
|
---------------
|
||||||
|
Released: 2022-05-17
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
- Remove broken wakeup DBus API
|
||||||
|
- Tag UPS hid devices using hwdb and update list from upstream
|
||||||
|
- Only permit Refresh method when in debug mode
|
||||||
|
- Refactor device polling
|
||||||
|
- Refactor udev device discovery and sibling detection
|
||||||
|
- Improved testing and CI
|
||||||
|
- Handle SIGTERM to trigger a clean shutdown
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
- Improve polling of batteries after line-power "online" status change
|
||||||
|
- Multiple wacom tablet detection fixes
|
||||||
|
- Fix updates after a BT hid power supply moves in sysfs
|
||||||
|
- Fix enumeration of "Whats Up!" devices on startup
|
||||||
|
- Accept USB power supplies without warning
|
||||||
|
- Allow building without gtk-doc
|
||||||
|
|
||||||
Version 0.99.17
|
Version 0.99.17
|
||||||
---------------
|
---------------
|
||||||
Released: 2022-03-09
|
Released: 2022-03-09
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('upower', 'c',
|
project('upower', 'c',
|
||||||
version: '0.99.17',
|
version: '0.99.18',
|
||||||
license: 'GPLv2+',
|
license: 'GPLv2+',
|
||||||
default_options: [
|
default_options: [
|
||||||
'buildtype=debugoptimized',
|
'buildtype=debugoptimized',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue