summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2022-02-02 17:15:27 +0100
committerBenjamin Berg <bberg@redhat.com>2022-02-02 20:12:58 +0100
commitab9520a7aad3795be7975e021577093a6e85946c (patch)
tree6f98c49f45818e47d10348b90d1126ef02324d8c
parentdd3d63b27474664f96bfcd1600d68deb694023d7 (diff)
Release 0.99.14v0.99.14
-rw-r--r--NEWS18
-rw-r--r--meson.build2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7ee6e6c..782ed35 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Version 0.99.14
+---------------
+Released: 2022-02-03
+
+Changes:
+- Port build system to meson
+- New ChargeCycles D-Bus property (#152)
+- New async GLib APIs (#121)
+- lid related functions are now deprecated
+- Refresh API is now deprecated
+
+Bug fixes:
+- Plenty of test suite fixes
+- Fix leak of inhibitor lock (#160)
+- Recognize USB power supplies (#148)
+- Fix time compression of data points (#167)
+- Fix disk write amplification when battery is low (#150)
+
Version 0.99.13
---------------
Released: 2021-08-17
diff --git a/meson.build b/meson.build
index fe0497b..f87de19 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('upower', 'c',
- version: '0.99.13',
+ version: '0.99.14',
license: 'GPLv2+',
default_options: [
'buildtype=debugoptimized',