summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2022-03-09 18:46:34 +0100
committerBenjamin Berg <bberg@redhat.com>2022-03-09 18:46:34 +0100
commitc889154ec8e3e2239db9260d48b2e198d72ba002 (patch)
tree17da94febec8bab123c72fb31023a6142968b2fb
parent9cca8a244b92356b1ba747672f2755fe208a76b2 (diff)
Release 0.99.17v0.99.17
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index de17fbd..e6e523c 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/meson.build b/meson.build
index 5c0bc27..04aed85 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('upower', 'c',
- version: '0.99.16',
+ version: '0.99.17',
license: 'GPLv2+',
default_options: [
'buildtype=debugoptimized',