summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',