Skip to content

Commit 08dc99d

Browse files
committed
docs: update changelogs for the pcp-6.0.1 release
1 parent ed6a42b commit 08dc99d

File tree

3 files changed

+57
-5
lines changed

3 files changed

+57
-5
lines changed

CHANGELOG

+53-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,56 @@
1-
pcp-6.0.1 (25 October 2022)
2-
- https://github.com/performancecopilot/pcp/projects/1
1+
pcp-6.0.1 (27 October 2022)
2+
- Security Enhanced Linux:
3+
selinux: rework policy to use optional_policy
4+
selinux: rework policy to use an independent policy
5+
selinux: new cluster_exec_t policy handling for pmdahacluster(1)
6+
selinux: retire those parts of the build affecting CentOS 6
7+
- PMDA additions, enhancements and bug fixes:
8+
pmdabpf: set perf_buffer__poll timeout to 0 for optimal sampling
9+
pmdabpf: add CO-RE biosnoop
10+
pmdabpf: no BPF debug messages unless debugging (-Ddev0)
11+
pmdalinux: add "squashfs" to the list of ignored filesystem types
12+
pmdasnmp: install agent specific configuration file to PMDATMPDIR
13+
pmdakvm: initialise perf_event interface only if/when needed
14+
- Client tools and utilities:
15+
pcp-ps: initial version of a PCP implementation of ps(1)
16+
pcp-dstat: add --nomissed command line option for large systems
17+
pmfind, libpcp_web: MMV and shutdown memory management fixes
18+
pmlogreduce: fix corner-case in temporal index generation
19+
pmlogcheck: tighten some pmlogcheck pass0 checks
20+
pmseries: fix sampling when start < first sample or series has gaps
21+
shell completion: improve pmrep/zsh instance completion in live mode
22+
shell tools: convert fgrep and egrep over to grep -F and -E
23+
- Server-side utilities and log management scripts:
24+
pmlogger_daily_report: no longer needs any systemd support now
25+
pmlogger_daily.sh: fix pmlogger_daily_report test for zeroconf
26+
- libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings:
27+
libpcp_web: fix race conditions affecting pmproxy
28+
libpcp_web: allow scalar operands in pmseries expressions
29+
libpcp_web: add pmseries float multiplication
30+
- Misc build, infrastructure and packaging updates:
31+
build: add PCP archive analysis container
32+
build: updates to fix Windows platform builds
33+
build: update configure.ac to allow builds on Mac M1 (arm64)
34+
build: make openSUSE spec file builds work again
35+
containers: remove /build directory
36+
debian: use deb-systemd-helper if available
37+
build: fix libpcp check-statics regexp error with objects in subdirs
38+
build: podman PMDA no longer has deps, make it unconditional
39+
build: don't package and install pmrep xtract-names helper
40+
build: updates to hiredis code for pmseries and pmproxy
41+
build: updates to hiredis-cluster code for pmseries and pmproxy
42+
build: fix Makepkgs handling of argument parameters
43+
build: use vendored github.com/libbpf/bpftool/libbpf and update
44+
build: use vendored github.com/iovisor/bcc/libbpf-tools
45+
build: use vendored git.code.sf.net/p/qwt and update
46+
build: fix bpf PMDA inclusion check
47+
build: fix windows default pmcd.conf entry, dup path component
48+
build: rework Python3 and Python2 configure.ac logic
49+
packaging: fix rpm systemd-sysusers on f37 and rawhide
50+
- Documentation and QA infrastructure:
51+
docs: small typo fixes relating to secure connections
52+
docs: fix sheet2pcp(1) man page quoting in examples
53+
pmdasample: additional metrics for testing cases
354

455
pcp-6.0.0 (31 August 2022)
556
- Major changes:

build/rpm/redhat.spec

+3-2
Original file line numberDiff line numberDiff line change
@@ -3372,8 +3372,9 @@ fi
33723372
%files zeroconf -f pcp-zeroconf-files.rpm
33733373

33743374
%changelog
3375-
* Tue Oct 25 2022 Nathan Scott <[email protected]> - 6.0.1-1
3376-
- https://github.com/performancecopilot/pcp/projects/1
3375+
* Thu Oct 27 2022 Nathan Scott <[email protected]> - 6.0.1-1
3376+
- Resolve a BPF module related build failure (BZ 2132998)
3377+
- Update to latest PCP sources.
33773378

33783379
* Wed Aug 31 2022 Nathan Scott <[email protected]> - 6.0.0-1
33793380
- Add libpcp/postgresql-pgpool-II-devel conflict (BZ 2100185)

debian/changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pcp (6.0.1-1) unstable; urgency=low
22

33
* New release (full details in CHANGELOG).
44

5-
-- Nathan Scott <[email protected]> Tue, 25 Oct 2022 09:41:51 +1100
5+
-- Nathan Scott <[email protected]> Thu, 27 Oct 2022 10:33:30 +1100
66

77
pcp (6.0.0-1) unstable; urgency=low
88

0 commit comments

Comments
 (0)