From c1d6aee587682c2b848616ea5a6cb171e6aa0cb3 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Fri, 12 May 2023 21:21:32 +1000 Subject: [PATCH] docs: update changelog, set expected 6.0.4 release date --- CHANGELOG | 37 +++++++++++++++++++++++++++++++++++-- build/rpm/redhat.spec | 3 ++- debian/changelog | 2 +- 3 files changed, 38 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index cd546ca41a..56460942d7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,38 @@ -pcp-6.0.4 (3 May 2023) - - Work-in-progress +pcp-6.0.4 (15 May 2023) + - pmcd: propogate a new PMCD_HOSTNAME_CHANGE flag to clients + - pmdumplog: support preferred alternate name pmlogdump + - pmlogger: changes to accommodate PMCD_HOSTNAME_CHANGE + - pmlogger_janitor: new script called from pmlogger_check + - pmlogger: add -d directory argument for alternate naming schemes + - pmlogrewrite: fix remaining corner case for indom renumbering + - pmie: changes to accommodate PMCD_HOSTNAME_CHANGE + - pmie: catching SIGUSR1 triggers a pending task dump + - pmie_{check,daily}: change pmie.log handling regime + - pmieconf: add support for a webhook action to pmieconf + - pmieconf: add a wall rule action for adm group members + - pmieconf: add support for an action testing rule + - pmieconf: use correct pmieconf percent type for thermal throttle + - pmieconf: add minimum pct conjunction to entropy for small poolsizes + - pminfo: use -b to batch pmDesc retrievals as well as pmResult + - pmstat: fix corner case handling of automatic pmcd reconnect + - pcp2influxdb: add requests.post timeout to avoid hangs + - pcp-dstat: fixes CSV output to show all (not visible) plugins + - pcp-htop: support File Descriptor Meter + - pcp-htop: sync latest fixes from upstream htop + - pcp-mpstat: fixed broken pipe issue + - pcp-ps: fix exception handling for process name + - rc scripts: ensure pmcd.conf not rewritten unnecessarily + - pmdalinux: add a couple of new /proc/net/snmp ICMP metrics + - pmdalinux: add new network.tcp.tcpplbrehash metric + - pmdaproc: add new proc.smaps.pss_dirty metric + - pmdarabbitmq: add timeout handling to http requests + - pmdastatsd: stats and blocklisted metric names alignment + - libpcp: new pmAddDerivedText API for derived metric help text + - libpcp: check level parameter on entry to pmLookupText + - libpcp: new PMAPI error code addition for bad API arguments + - libpcp: allow derived metrics semantics of 'similar' indoms + - selinux: add missing context information on farm services + - build: fix a number of Debian sub-package dependency issues pcp-6.0.3 (23 February 2023) - build: fix Debian postinst script handling of missing systemctl diff --git a/build/rpm/redhat.spec b/build/rpm/redhat.spec index a3844419af..4aae686262 100644 --- a/build/rpm/redhat.spec +++ b/build/rpm/redhat.spec @@ -3362,7 +3362,8 @@ fi %files zeroconf -f pcp-zeroconf-files.rpm %changelog -* Wed May 03 2023 Nathan Scott - 6.0.4-1 +* Mon May 15 2023 Nathan Scott - 6.0.4-1 +- Rework LOCALHOSTNAME handling in control files (BZ 2172892) - Update to latest PCP sources. * Thu Feb 23 2023 Nathan Scott - 6.0.3-1 diff --git a/debian/changelog b/debian/changelog index 1f7b808b1d..346f781128 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ pcp (6.0.4-1) unstable; urgency=low * New release (full details in CHANGELOG). - -- Nathan Scott Wed, 03 May 2023 08:38:07 +1000 + -- Nathan Scott Mon, 15 May 2023 08:38:07 +1000 pcp (6.0.3-1) unstable; urgency=low