diff options
| author | Kate Hsuan <hpa@redhat.com> | 2026-04-01 15:14:13 +0800 |
|---|---|---|
| committer | Kate Hsuan <hpa@redhat.com> | 2026-04-01 16:20:02 +0800 |
| commit | 17f9e8dc5a967fde13be688634a465c71fb79dd0 (patch) | |
| tree | 408913bd09ab42d459f7d46d8b45b099be9b93a8 | |
| parent | 61654b84afe424a890c145e9fc45082ddf9186c1 (diff) | |
Release version 1.91.2v1.91.2
- Feature: Skip the systemd inhibitor when performing CriticalPowerAction
(!309)
- Feature: Introduce "Auto" CriticalPowerAction using systemd-logind
Sleep() (!309)
- Fix: Test CanPowerOff() availability before calling PowerOff() (!311)
- Fix: Add charge limit support for systems providing only
charge_control_end_threshold (!310, #342, #285)
Co-Authored-By: Cursor and Claude-4.6-sonnet
Signed-off-by: Kate Hsuan <hpa@redhat.com>
| -rw-r--r-- | NEWS | 9 | ||||
| -rw-r--r-- | meson.build | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +Version 1.91.2 +-------------- +Released: 2026-04-01 + +- Feature: Skip the systemd inhibitor when performing CriticalPowerAction (!309) +- Feature: Introduce "Auto" CriticalPowerAction using systemd-logind Sleep() (!309) +- Fix: Test CanPowerOff() availability before calling PowerOff() (!311) +- Fix: Add charge limit support for systems providing only charge_control_end_threshold (!310, #342, #285) + Version 1.91.1 -------------- Released: 2026-02-10 diff --git a/meson.build b/meson.build index 8fccda2..2c7018f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('upower', 'c', - version: '1.91.1', + version: '1.91.2', license: 'GPLv2+', default_options: [ 'buildtype=debugoptimized', |
