From e9d73a31154dab202ac9438a24fa2a67c34f686d Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Wed, 8 Jun 2022 14:16:46 +0200 Subject: Release 0.99.19 --- NEWS | 14 ++++++++++++++ meson.build | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cd76351..ffd2dc6 100644 --- a/NEWS +++ b/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 diff --git a/meson.build b/meson.build index c3e615a..055c658 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('upower', 'c', - version: '0.99.18', + version: '0.99.19', license: 'GPLv2+', default_options: [ 'buildtype=debugoptimized', -- cgit v1.2.3