This commit is contained in:
Bastien Nocera 2023-07-05 18:01:27 +02:00
parent bdc5638627
commit 8dcf54440d
2 changed files with 16 additions and 1 deletions

15
NEWS
View file

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

View file

@ -1,5 +1,5 @@
project('upower', 'c',
version: '1.90.1',
version: '1.90.2',
license: 'GPLv2+',
default_options: [
'buildtype=debugoptimized',