PowerTOP v2.15 release mainly focuses on bug fixes and patching compatibility issues. Also, adds support to multiple platforms.
Thank you all for your contributions to this release!
Here is the short log of this release:
PowerTOP v2.15 (2022-09-29 04:46:17 -0700)
Alexander Kanavin (1):
src: fix compatibility with ncurses 6.3
Arjan van de Ven (4):
Merge pull request #82 from amigadave/use-autoconf-archive
Merge pull request #91 from simewu/master
Merge pull request #92 from kanavin/fix-ncurses
Merge pull request #96 from LingMan/master
David King (2):
Revert "configure: Remove AX macros from configure.ac file"
configure: Use AX_REQUIRE_DEFINED
Gayatri Kammela (13):
Merge pull request #83 from kariya-mitsuru/fix-buffer-overrun
Merge pull request #87 from yarda/valgrind-errors-fix
Merge pull request #94 from jorgehermo9/master
Merge pull request #95 from crodjer/auto-tune-on-resume
intel_cpus: Enable Lake Field platform support in PowerTop
intel_cpus: Enable Ice Lake NNPI support in PowerTop
intel_cpus: Update the names for Kaby Lake platforms
intel_cpus: Enable Alder Lake N platform support in PowerTop
intel_cpus: Enable Raptor Lake platform support in PowerTop
intel_cpus: Enable Raptor Lake P (mobile) support in PowerTop
intel_cpus: Enable Raptor Lake S (client) support in PowerTop
intel_cpus: Enable Meteor Lake mobile and desktop support in PowerTop
PowerTOP v2.15
Jaroslav Škarvada (1):
Fixed valgrind errors about uninitialized values in conditionals
Jorge Hermo Gonzalez (1):
Patch for compability with Ryzen processors (v2)
LingMan (1):
Add missing line breaks after error messages
Mitsuru Kariya (1):
Fix buffer overrun
Rohan Jain (1):
Ensure that auto-tune is executed on resume as well
simewu (1):
Patch for compatibility with Ryzen processors
README.md | 4 ++--
configure.ac | 14 +++++++++++++-
po/ca.po | 34 +++++++++++++++++-----------------
po/cs_CZ.po | 38 +++++++++++++++++++-------------------
po/de_DE.po | 34 +++++++++++++++++-----------------
po/en_GB.po | 34 +++++++++++++++++-----------------
po/en_US.po | 34 +++++++++++++++++-----------------
po/es_ES.po | 34 +++++++++++++++++-----------------
po/hu_HU.po | 34 +++++++++++++++++-----------------
po/id_ID.po | 38 +++++++++++++++++++-------------------
po/nl_NL.po | 34 +++++++++++++++++-----------------
po/powertop.pot | 36 ++++++++++++++++++------------------
po/zh_TW.po | 38 +++++++++++++++++++-------------------
powertop.service | 2 +-
src/cpu/cpu.cpp | 8 ++++++++
src/cpu/cpu.h | 4 ++--
src/cpu/intel_cpus.cpp | 48 ++++++++++++++++++++++++++++++++++++++++--------
src/devices/devfreq.cpp | 2 +-
src/display.cpp | 2 +-
src/lib.cpp | 2 +-
src/main.cpp | 4 ++--
src/measurement/measurement.h | 2 +-
src/process/process.cpp | 26 +++++++++-----------------
23 files changed, 275 insertions(+), 231 deletions(-)
What's Changed
- Use autoconf archive by @amigadave in #82
- Patch for compatibility with Ryzen processors by @Simewu in #91
- src: fix compatibility with ncurses 6.3 by @kanavin in #92
- Fix buffer overrun by @kariya-mitsuru in #83
- Fixed valgrind errors about uninitialized values in conditionals by @yarda in #87
- Patch for compability with Ryzen processors (v2) by @jorgehermo9 in #94
- Add missing line breaks after error messages by @LingMan in #96
- Ensure that auto-tune is executed on resume as well by @crodjer in #95
New Contributors
- @amigadave made their first contribution in #82
- @Simewu made their first contribution in #91
- @kanavin made their first contribution in #92
- @kariya-mitsuru made their first contribution in #83
- @jorgehermo9 made their first contribution in #94
- @LingMan made their first contribution in #96
- @crodjer made their first contribution in #95
Full Changelog: v2.14...v2.15