Skip to content

Commit c1d6aee

Browse files
committed
docs: update changelog, set expected 6.0.4 release date
1 parent f9bbb2a commit c1d6aee

File tree

3 files changed

+38
-4
lines changed

3 files changed

+38
-4
lines changed

CHANGELOG

+35-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
1-
pcp-6.0.4 (3 May 2023)
2-
- Work-in-progress
1+
pcp-6.0.4 (15 May 2023)
2+
- pmcd: propogate a new PMCD_HOSTNAME_CHANGE flag to clients
3+
- pmdumplog: support preferred alternate name pmlogdump
4+
- pmlogger: changes to accommodate PMCD_HOSTNAME_CHANGE
5+
- pmlogger_janitor: new script called from pmlogger_check
6+
- pmlogger: add -d directory argument for alternate naming schemes
7+
- pmlogrewrite: fix remaining corner case for indom renumbering
8+
- pmie: changes to accommodate PMCD_HOSTNAME_CHANGE
9+
- pmie: catching SIGUSR1 triggers a pending task dump
10+
- pmie_{check,daily}: change pmie.log handling regime
11+
- pmieconf: add support for a webhook action to pmieconf
12+
- pmieconf: add a wall rule action for adm group members
13+
- pmieconf: add support for an action testing rule
14+
- pmieconf: use correct pmieconf percent type for thermal throttle
15+
- pmieconf: add minimum pct conjunction to entropy for small poolsizes
16+
- pminfo: use -b to batch pmDesc retrievals as well as pmResult
17+
- pmstat: fix corner case handling of automatic pmcd reconnect
18+
- pcp2influxdb: add requests.post timeout to avoid hangs
19+
- pcp-dstat: fixes CSV output to show all (not visible) plugins
20+
- pcp-htop: support File Descriptor Meter
21+
- pcp-htop: sync latest fixes from upstream htop
22+
- pcp-mpstat: fixed broken pipe issue
23+
- pcp-ps: fix exception handling for process name
24+
- rc scripts: ensure pmcd.conf not rewritten unnecessarily
25+
- pmdalinux: add a couple of new /proc/net/snmp ICMP metrics
26+
- pmdalinux: add new network.tcp.tcpplbrehash metric
27+
- pmdaproc: add new proc.smaps.pss_dirty metric
28+
- pmdarabbitmq: add timeout handling to http requests
29+
- pmdastatsd: stats and blocklisted metric names alignment
30+
- libpcp: new pmAddDerivedText API for derived metric help text
31+
- libpcp: check level parameter on entry to pmLookupText
32+
- libpcp: new PMAPI error code addition for bad API arguments
33+
- libpcp: allow derived metrics semantics of 'similar' indoms
34+
- selinux: add missing context information on farm services
35+
- build: fix a number of Debian sub-package dependency issues
336

437
pcp-6.0.3 (23 February 2023)
538
- build: fix Debian postinst script handling of missing systemctl

build/rpm/redhat.spec

+2-1
Original file line numberDiff line numberDiff line change
@@ -3362,7 +3362,8 @@ fi
33623362
%files zeroconf -f pcp-zeroconf-files.rpm
33633363

33643364
%changelog
3365-
* Wed May 03 2023 Nathan Scott <[email protected]> - 6.0.4-1
3365+
* Mon May 15 2023 Nathan Scott <[email protected]> - 6.0.4-1
3366+
- Rework LOCALHOSTNAME handling in control files (BZ 2172892)
33663367
- Update to latest PCP sources.
33673368

33683369
* Thu Feb 23 2023 Nathan Scott <[email protected]> - 6.0.3-1

debian/changelog

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

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

5-
-- Nathan Scott <[email protected]> Wed, 03 May 2023 08:38:07 +1000
5+
-- Nathan Scott <[email protected]> Mon, 15 May 2023 08:38:07 +1000
66

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

0 commit comments

Comments
 (0)