summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2023-07-05 18:01:27 +0200
committerBastien Nocera <hadess@hadess.net>2023-07-06 10:52:27 +0200
commit8dcf54440d7eb58b75d7982bc1c29ee35dccf0c2 (patch)
tree15fd50ee1fdca46c394e0c22d8487f20af8c5c7d
parentbdc563862767b3b8e7edcd0e68b9f0d395cd28da (diff)
1.90.2v1.90.2
-rw-r--r--NEWS15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
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',