head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.04.30.16.24.01; author vins; state Exp; branches; next ; commitid aWW5qOXXy06390EG; desc @@ 1.1 log @sysutils/upower: update to 1.91.2 # upstream changes (since 1.90.9) 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 - Fix: a resource leak (!294) - Fix: a NULL exception caused by a Non-NULL GError pointer (!295, #331) - Fix client API: crashing when printing the error message from a NULL GError pointer (!304) - Fix: ACPI reports -NaN capacity value (!306) - Feature: Skip CriticalPowerAction when performing battery recalibration (!285, #312) - Deprecate: capacity_level and luminosity property (!293, !297 ) - CI: Add a tartan LLVM static analysis (!300) - Feature: History supports voltage item (!299) Version 1.91.0 -------------- Released: 2025-11-25 - New feature: Support multiple keyboard backlight LED control. (#291 !203) - Make installation of tests optional (!202) - Support conf.d style config file (!286) - Deprecate CapacityLevel property (!290 #333) Version 1.90.10 -------------- Released: 2025-08-26 - Fix wrong model name of the devices (!267, #309) - Switch charge_types to "Custom" when charging threshold is enabled (!268, #275) - Fix invalid command line arguments (!269) - Fix leak when reporting daemon usage error (!270) - OpenBSD: support battery status from qcpas (!272) - Fix history progression (!274, #316) - Add a battery filter to the upower command line (!275) - Change the charging behaviors using charge_types (!276, !46, #275) - Fix integration tests issues, including floating point value and race between umockdev and upower (!277, !278) - Rework upower command (!280) - Propagate charge-threshold-enabled to display device (!281) @ text @$NetBSD$ Install to doc dir. --- etc/UPower.conf.d/meson.build.orig 2026-04-30 15:21:03.158090371 +0000 +++ etc/UPower.conf.d/meson.build @@@@ -1,5 +1,5 @@@@ install_data( 'README.md', install_tag: 'doc', - install_dir: get_option('sysconfdir') / 'UPower' / 'UPower.conf.d', + install_dir: get_option('datadir') / 'doc' / 'UPower', ) @