From ae9076ab19e649103ebf07846aaf2b6d1b8240e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 4 Apr 2024 01:49:01 +0200 Subject: [PATCH] Release power-profiles-daemon 0.21 --- NEWS | 22 ++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 247eb8d..c545fb9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +0.21 +---- + +Since this release power-profiles-daemon is battery-state aware and some drivers +use a more power efficient state when using the balanced profile on battery. +In particular both the AMD and Intel P-State drivers will use the +balance_power EPP profile, while for Intel one we also set the energy +performance bias to 8 (instead of 6). + +This release also contains various fixes for the powerprofilesctl command line +tool when using the launch or version commands. +The tool is now better documented as we generate a manual page for it (if +python3-argparse is installed) and bash completions. We're even generating the +ZSH completions, but the install path must be provided. + +The daemon command line interface has been improved for debugging, so use +--help-debug for further information. + +The systemd service lockdown settings have been restricted even more. + +Various code optimizations. + 0.20 ---- diff --git a/meson.build b/meson.build index 6e6389b..dad9114 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('power-profiles-daemon', [ 'c' ], - version: '0.20', + version: '0.21', license: 'GPLv3+', default_options: [ 'buildtype=debugoptimized',