1.90.2

System Internals / UPower - Bastien Nocera [hadess.net] - 6 July 2023 08:52 UTC



###

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',

8dcf544 1.90.2
NEWS | 15 +++++++++++++++
meson.build | 2 +-
2 files changed, 16 insertions(+), 1 deletion(-)

Upstream: cgit.freedesktop.org


  • Share