Skip to content

Commit

Permalink
docs: update changelogs for 5.3.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Apr 5, 2022
1 parent c77cac5 commit 697fb27
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
34 changes: 32 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
pcp-5.3.7 (1 April 2022)
- https://github.com/performancecopilot/pcp/projects/1
pcp-5.3.7 (5 April 2022)
- Client tools and utilities:
pcp2elasticsearch: implement authentication support
pcp-ss: fixed incorrect client-side filtering
pcp-ss: fixed reporting of IPv6 sockets in LISTEN state
pmrep: 'iostat-multipath-wwid' for multipath disk monitoring
- PMDA additions, enhancements and bug fixes:
pmdalinux: add disk.wwid.* aggregated multipath metrics
pmdalinux: add new MPTCP metrics from latest Linux kernel versions
pmdalinux: fix up TTY metrics on s390x platform
pmdalinux: add network.tcp.tcploss metric
pmdamssql: fix config file logic, python string handling
pmdadenki: fix crash in labels callback with multiple instances
pmdasockets: changed default filter in sockets PMDA to "state all"
- Server-side utilities and log management scripts:
pmlogconf: correctly handle metric state transitions on (re-)probe
pmie systemd: add missing systemd configuration and shell code
- libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings:
libpcp_web: resolve a number of small memory leaks
- Security Enhanced Linux:
selinux: use interface calls instead of a simple rule
selinux: add several more obscure missing selinux rules
selinux: additional debugfs policy requirement for pmdakvm
selinux: resolve an AVC observed on el8 with pmdashping
- Misc build, infrastructure and packaging updates:
rpms: switch to conditional selinux dependency for containers
debs: reproducible build updates
- Documentation and QA infrastructure:
docs: add section to pcpcompat(1) about python2
docs: update notes about sar2pcp, iostat2pcp in pcpcompat(1)
docs: improve pmproxy --timeseries and pmseries --load documentation
CI: disable cppcheck for pcp-atop temporarily due to a cppcheck bug

pcp-5.3.6 (2 February 2022)
- Client tools and utilities:
Expand Down
3 changes: 2 additions & 1 deletion build/rpm/redhat.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3338,7 +3338,8 @@ PCP_LOG_DIR=%{_logsdir}
%files zeroconf -f pcp-zeroconf-files.rpm

%changelog
* Fri Apr 01 2022 Nathan Scott <nathans@redhat.com> - 5.3.7-1
* Tue Apr 05 2022 Nathan Scott <nathans@redhat.com> - 5.3.7-1
- Add disk.wwid aggregated multipath metrics (BZ 1293444)
- Update to latest PCP sources.

* Wed Feb 02 2022 Nathan Scott <nathans@redhat.com> - 5.3.6-1
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pcp (5.3.7-1) unstable; urgency=low
* New release (full details in CHANGELOG).
* Updates for reproducible-builds (closes: #1006860, #1006861, #1006864)

-- Nathan Scott <nathans@debian.org> Fri, 01 Apr 2022 09:12:16 +1100
-- Nathan Scott <nathans@debian.org> Tue, 05 Apr 2022 09:12:16 +1000

pcp (5.3.6-1) unstable; urgency=low

Expand Down

0 comments on commit 697fb27

Please sign in to comment.