Release 1.90.4

- Update change information to NEWS
This commit is contained in:
Kate Hsuan 2024-04-08 23:36:47 +08:00
parent c970a1a1b9
commit c8385cb08a
2 changed files with 13 additions and 1 deletions

12
NEWS
View file

@ -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 Version 1.90.3
-------------- --------------
Released: 2024-04-08 Released: 2024-04-08

View file

@ -1,5 +1,5 @@
project('upower', 'c', project('upower', 'c',
version: '1.90.3', version: '1.90.4',
license: 'GPLv2+', license: 'GPLv2+',
default_options: [ default_options: [
'buildtype=debugoptimized', 'buildtype=debugoptimized',