From 8dcf54440d7eb58b75d7982bc1c29ee35dccf0c2 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 5 Jul 2023 18:01:27 +0200 Subject: 1.90.2 --- NEWS | 15 +++++++++++++++ meson.build | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f6acc84..60382af 100644 --- a/NEWS +++ b/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 diff --git a/meson.build b/meson.build index e3b3c51..b16f36c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('upower', 'c', - version: '1.90.1', + version: '1.90.2', license: 'GPLv2+', default_options: [ 'buildtype=debugoptimized', -- cgit v1.2.3