pcp (7.1.3-2)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 7.1.4-1 > 7.1.3-2
- Git: https://github.com/performancecopilot/pcp.git
-
- Branch: main
- Path: debian/changelog
- Repo size: 24186880
- Browser: https://github.com/performancecopilot/pcp
- Last scan: 2026-05-11 12:54:09+00
- Next scan: 2026-05-12 09:12:00+00
- Debian changelog in Git:
pcp (7.1.4-1) unstable; urgency=high
* New release (full details in CHANGELOG).
-- Nathan Scott <nathans@debian.org> Fri, 31 Jul 2026 07:59:33 +1000
- This branch is 5 commits ahead of tag 7.1.3
- Git log:
commit 6aa5eb107344e427245042f488e3f07d10cd881d
Merge: 143bb59c 96e7320c
Author: Ken McDonell <kenj@kenj.id.au>
Date: Sun May 10 13:28:47 2026 +1000
Merge pull request #2587 from kurik/locales
qa: unset LC_ALL in the check script to fix locale-dependent sort order
commit 143bb59c764f8d20b382fa9a678975ee73c9a50b
Author: William Cohen <wcohen@redhat.com>
Date: Wed May 6 15:45:22 2026 -0400
pmdaamdgpu: Prevent out-of-bound references in amdgpu_fetch function
The valid range of indices for the pmidlist array is 0 to numpmid-1.
The loop in amdgpu_fetch was incorrectly using a "i <= numpmid" rather
than "i < numpmid" to terminate the loop.
Resolves: https://github.com/performancecopilot/pcp/issues/2584
commit 96e7320c2e4c5e94f648915076854d460c30febd
Author: Jan Kurik <jkurik@redhat.com>
Date: Thu May 7 07:21:36 2026 +0200
qa: unset LC_ALL in the check script to fix locale-dependent sort order
When LC_ALL is set in the caller's environment (e.g. LC_ALL=en_US.utf8),
it overrides any per-command LC_COLLATE=POSIX setting used inside
individual QA tests, causing locale-sensitive sort ordering instead of
the expected POSIX byte-value ordering. This manifests as spurious
output mismatches in tests such as 821/1663 where metric names are
enumerated via "LC_COLLATE=POSIX sort".
Unsetting LC_ALL at the start of the check script removes the inherited
override while still allowing individual tests to apply their own
per-command locale settings (e.g. "LC_COLLATE=en_US.utf8 sort") as
intended by their authors.
commit 7338e8aeb84de30dafd5f4ba8e93533d5eae9838
Author: Marko Myllynen <myllynen@redhat.com>
Date: Mon May 4 13:33:53 2026 +0300
pmrep: complete and fix csv header unit info change
Recognize the option in the config file. Make pcp2xxx tools to
ignore it. Add zsh completion. Sanitize man page description.
Clean up implementation. Fix --no-inst-info for CSV while at it.
It was inconsistent whether -U should work as --csv-unit-info,
QA suggested so but the implementation didn't work like that.
Avoid doing so to avoid confusion with one option (-U) having
the opposite meaning in different cases.
Correct and update QA.
commit 8d9ae8f6e22fe2d01e6c41e5a905ff29c5a7d30f
Author: Nathan Scott <nathans@redhat.com>
Date: Sun May 3 02:00:32 2026 +1000
docs: updates for next planned release