File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ Versioning practices: [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
99### Removed
1010### Changed
1111
12+ ## [ 1.6.16] - 2026-01-14
13+ ### Fixed
14+ - pepc tpmi read: Do not read dead instances.
15+
1216## [ 1.6.15] - 2026-01-14
1317### Fixed
1418 - pepc tpmi read: Fix bit-fields print format.
Original file line number Diff line number Diff line change 1+ pepc (1.6.16) unstable; urgency=low
2+
3+ * pepc tpmi read: Do not read dead instances.
4+
5+ -- Artem Bityutskiy <artem.bityutskiy@intel.com> Wed, 14 Jan 2026 00:00:00 +0200
6+
17pepc (1.6.15) unstable; urgency=low
28
39 * pepc tpmi read: Fix bit-fields print format.
Original file line number Diff line number Diff line change 3838 from pepclibs .helperlibs .ProcessManager import ProcessManagerType
3939 from pepclibs .PropsTypes import PropertyTypedDict
4040
41- _VERSION : Final [str ] = "1.6.15 "
41+ _VERSION : Final [str ] = "1.6.16 "
4242TOOLNAME : Final [str ] = "pepc"
4343
4444_LOG = Logging .getLogger (f"{ Logging .MAIN_LOGGER_NAME } .pepc" ).configure (prefix = TOOLNAME )
Original file line number Diff line number Diff line change 11[project ]
22name = " pepc"
3- version = " 1.6.15 "
3+ version = " 1.6.16 "
44description = " A tool for configuring power and performance aspects of a Linux system."
55authors = [
66 { name = " Artem Bityutskiy" , email = " dedekind@gmail.com" }
Original file line number Diff line number Diff line change 11%bcond_without tests
22
33Name: pepc
4- Version: 1.6.15
4+ Version: 1.6.16
55Release: 1%{?dist }
66Summary: Power, Energy, and Performance configuration tool
77
You can’t perform that action at this time.
0 commit comments