From 215049e7b80c5f24cb35cd229a445c6cf19bd381 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Wed, 20 Feb 2019 14:32:49 +0100 Subject: Released UPower 0.99.10 --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d08173e..3782c28 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Version 0.99.10 +~~~~~~~~~~~~~~~ +Released: 2019-02-20 + +Bugfixes: + - Set 'pending-charge' for DisplayDevice if at least one + battery is in the 'pending-charge' state + - Map pending-charge to fully-charged when charge is 100% + Version 0.99.9 ~~~~~~~~~~~~~~ Released: 2018-10-25 diff --git a/configure.ac b/configure.ac index a3d3bea..ba56089 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. m4_define([up_major_version], [0]) m4_define([up_minor_version], [99]) -m4_define([up_micro_version], [9]) +m4_define([up_micro_version], [10]) m4_define([up_version], [up_major_version.up_minor_version.up_micro_version]) -- cgit v1.2.1