From 1ddc98ecd843def3a4364d761442d3d83bcd2199 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 28 Jun 2022 15:58:14 +0200 Subject: [PATCH] 0.12 --- NEWS | 10 ++++++++++ meson.build | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b8488c0..8b75a65 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +0.12 +---- + +This release adds support for the Intel "Energy Performance Bias" feature, which +can be used on hardware that doesn't have a platform_profile or doesn't support +HWP. It will also be used to eke out a bit more performance, or power, on systems +which already supported HWP. + +More information is available in the README. + 0.11.1 ------ diff --git a/meson.build b/meson.build index e2abd45..7f31046 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('power-profiles-daemon', [ 'c' ], - version: '0.11.1', + version: '0.12', license: 'GPLv3+', default_options: [ 'buildtype=debugoptimized',