mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-06 05:38:13 +02:00
Release 0.99.19
This commit is contained in:
parent
c6a851d798
commit
e9d73a3115
2 changed files with 15 additions and 1 deletions
14
NEWS
14
NEWS
|
|
@ -1,3 +1,17 @@
|
|||
Version 0.99.19
|
||||
---------------
|
||||
Released: 2022-06-08
|
||||
|
||||
Changes:
|
||||
- Move state guessing into DisplayDevice
|
||||
- Always use 90% threshold to consider a battery full
|
||||
- Various test improvements
|
||||
|
||||
Bug fixes:
|
||||
- Fix mice showing up as keyboards (#189)
|
||||
- Allow unit test inspector to fail (#187)
|
||||
- Fix test cases when daemon shuts down too slowly (#188)
|
||||
|
||||
Version 0.99.18
|
||||
---------------
|
||||
Released: 2022-05-17
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('upower', 'c',
|
||||
version: '0.99.18',
|
||||
version: '0.99.19',
|
||||
license: 'GPLv2+',
|
||||
default_options: [
|
||||
'buildtype=debugoptimized',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue