Release 0.99.17

This commit is contained in:
Benjamin Berg 2022-03-09 18:46:34 +01:00
parent 9cca8a244b
commit c889154ec8
2 changed files with 8 additions and 1 deletions

7
NEWS
View file

@ -1,3 +1,10 @@
Version 0.99.17
---------------
Released: 2022-03-09
Bug fixes:
- Fix FD handling issues that may cause lid to not be detected
Version 0.99.16
---------------
Released: 2022-02-23

View file

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