mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-02-03 16:00:36 +01:00
1.90.2
This commit is contained in:
parent
bdc5638627
commit
8dcf54440d
2 changed files with 16 additions and 1 deletions
15
NEWS
15
NEWS
|
|
@ -1,3 +1,18 @@
|
|||
Version 1.90.2
|
||||
--------------
|
||||
Released: 2023-07-06
|
||||
|
||||
Note that this is the last release of UPower with lid handling. OS components
|
||||
that rely on the lid status should get it from logind instead. See:
|
||||
https://www.freedesktop.org/software/systemd/man/org.freedesktop.login1.html
|
||||
|
||||
- Fix wireless devices not disappearing from Settings when disconnected
|
||||
- Require a newer libgudev to avoid bugs related to newline stripping
|
||||
when reading sysfs attributes
|
||||
- Add installed-tests files for use with gnome-desktop-testing
|
||||
- Fix integration test to work with system installed upower binary and
|
||||
under jhbuild
|
||||
|
||||
Version 1.90.1
|
||||
--------------
|
||||
Released: 2023-07-04
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('upower', 'c',
|
||||
version: '1.90.1',
|
||||
version: '1.90.2',
|
||||
license: 'GPLv2+',
|
||||
default_options: [
|
||||
'buildtype=debugoptimized',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue