Released UPower 0.99.10

This commit is contained in:
Christian Kellner 2019-02-20 14:32:49 +01:00
parent c4e561f54d
commit 215049e7b8
2 changed files with 10 additions and 1 deletions

9
NEWS
View file

@ -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

View file

@ -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])