summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 deletions
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',