This commit is contained in:
Bastien Nocera 2022-06-28 15:58:14 +02:00
parent 0005a190f0
commit 1ddc98ecd8
2 changed files with 11 additions and 1 deletions

10
NEWS
View file

@ -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
------

View file

@ -1,5 +1,5 @@
project('power-profiles-daemon', [ 'c' ],
version: '0.11.1',
version: '0.12',
license: 'GPLv3+',
default_options: [
'buildtype=debugoptimized',