mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-05 08:48:05 +02:00
0.99.9
This commit is contained in:
parent
52dcda8c73
commit
59faabc3c2
2 changed files with 11 additions and 1 deletions
10
NEWS
10
NEWS
|
|
@ -1,3 +1,13 @@
|
|||
Version 0.99.9
|
||||
~~~~~~~~~~~~~~
|
||||
Released: 2018-10-25
|
||||
|
||||
Bugfixes:
|
||||
- Fix lack of update after AC status changes, and broken keyboard
|
||||
backlight, following the daemon lockdown added in 0.99.8
|
||||
- Multiple API documentation fixes
|
||||
- Out-of-tree build fixes
|
||||
|
||||
Version 0.99.8
|
||||
~~~~~~~~~~~~~~
|
||||
Released: 2018-06-18
|
||||
|
|
|
|||
|
|
@ -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], [8])
|
||||
m4_define([up_micro_version], [9])
|
||||
m4_define([up_version],
|
||||
[up_major_version.up_minor_version.up_micro_version])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue