summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2022-07-13 17:18:50 +0200
committerBenjamin Berg <bberg@redhat.com>2022-07-13 17:18:50 +0200
commit3f2eabb4d1f82bb8ca4ee357e5232cb4237fdc90 (patch)
tree06376f946df3763dad9f403db090df97f92e518f
parentf64210df4ae8a032130f1dc8a68bbf7478d17b29 (diff)
Release 0.99.20v0.99.20upower-0.99
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ffd2dc6..631a70f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Version 0.99.20
+---------------
+Released: 2022-07-13
+
+Bug fixes:
+- Ensure polling is resumed after suspend (#198)
+- Bugfixes to state guessing code (#146)
+- Stability improvements of automated tests
+
Version 0.99.19
---------------
Released: 2022-06-08
diff --git a/meson.build b/meson.build
index 055c658..acc4cd0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('upower', 'c',
- version: '0.99.19',
+ version: '0.99.20',
license: 'GPLv2+',
default_options: [
'buildtype=debugoptimized',