summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKate Hsuan <hpa@redhat.com>2024-04-08 23:36:47 +0800
committerKate Hsuan <hpa@redhat.com>2024-04-08 23:36:47 +0800
commitc8385cb08a2ec5f6df1f14aebd8e976bca3d3042 (patch)
tree18f5d0ff635d15f6649a45002eb07bdca642b319
parentc970a1a1b969945015a51ba69acb66d267f74282 (diff)
Release 1.90.4v1.90.4
- Update change information to NEWS
-rw-r--r--NEWS12
-rw-r--r--meson.build2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fc22034..a55502d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Version 1.90.4
+--------------
+Released: 2024-04-08
+
+- Update the information for version 1.90.3.
+- Resolved high disk and CPU rate. (#256)
+- Update glib2 requirement to 2.66.0.
+- Stop guessing the unknown battery as a power supply.
+- Continue to support lid handling.
+- Fix org.freedesktop.UPower: EnergyRate is a positive value. (#252)
+- Fix uni-test python script. (!205)
+
Version 1.90.3
--------------
Released: 2024-04-08
diff --git a/meson.build b/meson.build
index d538a5f..74851c3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('upower', 'c',
- version: '1.90.3',
+ version: '1.90.4',
license: 'GPLv2+',
default_options: [
'buildtype=debugoptimized',