mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 04:20:04 +01:00
Released UPower 0.99.10
This commit is contained in:
parent
c4e561f54d
commit
215049e7b8
2 changed files with 10 additions and 1 deletions
9
NEWS
9
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
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue