Release 0.99.19

This commit is contained in:
Benjamin Berg 2022-06-08 14:16:46 +02:00
parent c6a851d798
commit e9d73a3115
2 changed files with 15 additions and 1 deletions

14
NEWS
View file

@ -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

View file

@ -1,5 +1,5 @@
project('upower', 'c',
version: '0.99.18',
version: '0.99.19',
license: 'GPLv2+',
default_options: [
'buildtype=debugoptimized',