mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-20 13:38:23 +02:00
0.99.13
This commit is contained in:
parent
b5a6e2491a
commit
0f6cc0a10b
2 changed files with 15 additions and 1 deletions
14
NEWS
14
NEWS
|
|
@ -1,3 +1,17 @@
|
|||
Version 0.99.13
|
||||
---------------
|
||||
Released: 2021-08-17
|
||||
|
||||
Bug fixes:
|
||||
- Tweak default percentage levels to better match other operating systems
|
||||
- Support large energy rates seen in some modern laptops
|
||||
- Fix touchpads showing up as mice
|
||||
- Fix composite battery state when multiple batteries are used and
|
||||
one isn't drawing any power
|
||||
- Make the icon and warning properties respect the "low battery level"
|
||||
configuration option
|
||||
- Stop the device being suspended during the 20-second "shutdown" grace period
|
||||
|
||||
Version 0.99.12
|
||||
~~~~~~~~~~~~~~~
|
||||
Released: 2021-06-17
|
||||
|
|
|
|||
|
|
@ -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], [12])
|
||||
m4_define([up_micro_version], [13])
|
||||
m4_define([up_version],
|
||||
[up_major_version.up_minor_version.up_micro_version])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue