Create and use __pmTimevalCmp for comparing __pmTimeval.
[pcp.git] / CHANGELOG
blob0ad863326dc61adc50cc31f3626e1f2dafd28d2d
1 pcp-3.11.7 (21 December 2016)
2     - Work-in-progress, see http://pcp.io/roadmap
4 pcp-3.11.6 (11 November 2016)
5     - pmchart, pmtime, pmdumptext: enable use of Qt5 toolchain
6     - pmchart, pmtime: switch to Qwt 6.1 for charts, widgets
7     - pmchart: display data values interactively (table popup)
8     - pmchart: fix signal blocking for the Qwt picker events
9     - pmdalibvirt: add per-device metrics
10     - pmdalibvirt: add support for new perf metrics
11     - pmdalibvirt: add new balloon statistics
12     - pmdalinux: add NFSv4.2 parameters to nfs4.* metric instances
13     - pmdalinux: additional shared memory segment metrics
14     - pmdalinux: fix network.interface.speed values
15     - pmdalinux: correctly classify NBD devices and partitions
16     - pmdalinux: fix units, semantics for some network.tcp metrics
17     - pmdapmcd: add pmcd.sighups metric to assist signal detection
18     - pmdapostgresql: no active and recovery metrics in 8.x series
19     - pmda scripts: deprecate "forced_restart" from Install scripts
20     - collectl2pcp: detect if input data in collectls "plot" format
21     - pmlogger: fix SIGINT handling problem
22     - pmlogger: allow default primary pmlogger interval to be set
23     - pmlogconf: suppress $PCP_DERIVED_CONFIG processing
24     - pmlogrewrite: fix small error in temporal index
25     - pmrep: add support for specifying instances
26     - pmrep: improve metrics collection via extend_indom
27     - pmrep: fixes and other improvements to CSV output
28     - pmrep: add -X "label" flag for instance-per-line output mode
29     - pmwebd: fix HTTP time zones in Date:/Last-Modified: headers
30     - python api: correct type of fetchgroup instance ids
31     - libpcp: correct logic in __pmHasPMNSFileChanged()
32     - libpcp: allow -EINTR to be returned from pduread()
33     - libpcp: correct return code for derive metric help text
34     - libpcp: optimise DSO lookups for local context mode startup
35     - libpcp_json: fix JSON data type conversion
36     - scripts: correct tempfile handling used throughout (SElinux)
37     - zabbix-agent: support zabbix 3.2.x and later, transparently
38     - bashrc: defend against unexpected bash completion input
39     - build: annotate PCP_RUN_DIR as %ghost in rpm packages
40     - build: fix a handful of Windows build issues
41     - build: revamp buildbot config and Dockerfile based builds
42     - docs: switch list name from pcp@oss.sgi.com to pcp@groups.io
44 pcp-3.11.5 (26 September 2016)
45     - pmdalibvirt: statistics from guest and hypervisor machines
46     - dmcache: improved err handling when lvmcache not configured
47     - pmie: support expressions involving string-valued-metrics
48     - pmlogger: fix several logic errors in disconnect handling
49     - pcp-atop: fix SIGFPE when some kernel metrics unavailable
50     - python api: add errno attribute to pmErr class
51     - pmdaproc: fix double accounting in the proc.runq metrics
52     - pmlogconf: add set of default Vector webapp metrics
53     - libpcp_pmi: close archive in pmi_end, plugging an fd leak
54     - libpcp: improvements to detection of IPv6 being disabled
55     - libpcp: small portability fixes from OpenIndiana compilers
56     - libpcp_pmda: change some char* function args to const char*
57     - libpcp_web: completely rewo of simple http client library,
58       shared library now installed and API available for all PMDAs
59     - libpcp_web: support for Unix domain socket http requests
60     - libpcp_web: prefer persistent connections whenever possible
61     - libpcp_web: cater for both http 1.0 and 1.1 client requests
62     - rc scripts: allow systemd auto-restart of all PCP daemons
63     - rc scripts: ensure same-named non-PCP daemons are not killed
64     - cron scripts: ignore *.rpmsave and *.rpmnew from control.d
65     - zsh completions: minor tweaks, rewrite archive completion
66     - build: re-instate libsystemd-journal.so as a fallback, such
67       that pcp-pmda-systemd packages generated as previously done
68     - build: fix debian papi pmda dependencies
69     - docs: remove out-of-date section in pmdamounts(1) man page
71 pcp-3.11.4 (5 August 2016)
72     - pcp2influxdb: export PCP metrics to InfluxDB
73     - collectl2pcp: fix metadata and overflow issues
74     - pcp-mpstat: PCP version of mpstat(1), supporting archives
75     - pcp-pidstat: PCP version of pidstat(1), supporting archives
76     - pmdammv: MMV version 2 format (longer metric & instance names)
77     - pmdalinux: add kernel.percpu.intr count metric
78     - pmdalinux: add cgroup.cpusched.cfs_{period,quota} metrics
79     - pmdalinux: correctly handle Ceph RADOS RBD device naming
80     - pmdalinux: add kernel.percpu.softirqs metrics (/proc/softirqs)
81     - pmdalinux: filesys metrics use persistent device mapper names
82     - pmdalinux: persist interrupt and softirq metric name:ID maps
83     - pmdaproc: rewrite proc.psinfo.ttyname metric handling (this
84       fix significantly reduces probability of proc PMDA timeouts)
85     - pmdaproc: correct handling of command names with whitespace
86     - pmdaproc: include threads in hotproc results, if enabled
87     - pmdads389log: use "dirsrv" as default user account
88     - scripts: fix failure status handling in PMDA Install scripts
89     - pmdaoracle: fix Install script failure diagnostic message
90     - pmlogger: auto-reconnect to pmcd whenever possible
91     - pmlogger: fix broken logic for primary control file
92     - pmlogger: validate metrics before generating MARK records
93     - pmnewlog: improve checking of pmlogger processes
94     - pmlogger_check: additional hardening against failure cases
95     - pmlogconf: enable logging of small core set of XFS metrics
96     - pmchart: fix diagnostics for archives from the same host
97     - pmcd: improve robustness in the face of accept(2) errors
98     - libpcp: guard against accept() returning an AF_UNSPEC
99     - libpcp: correct __pmSecureClientHandshake() error handling
100     - libpcp: make pmcd-client protocol safer when timeouts occur
101     - libpcp_web: a new web library, with JSON-pointer (RFC 6901)
102       support for extracting values from JSON - see pmjsoninit(3)
103     - libpcp_pmda: allow string caches to be saved also
104     - python api: support for containers
105     - python api: support for local context mode
106     - python api: interface tm class to struct_time for strftime
107     - pmrep: improve command line parsing
108     - pmrep: support configuration file sources
109     - pmrep: support local context mode
110     - pmrep: add support for containers
111     - pmrep: default timezone handling fix
112     - pmrep: allow sub-second sampling intervals
113     - pmrep: improve robustness of CSV output
114     - pmrep: fix unitinfo for mixed type metrics
115     - pmrep: fix archive end time reporting
116     - pmrep: cwd, user-specific config, then system-wide config
117     - pmdiff: rework the sort/join use for portability
118     - pminfo: increase default batch size
119     - pmafm: support standard --help option
120     - pmie: honour SIGINT while parsing rules
121     - zsh completion: multi-archive support
122     - zsh completion: support pmafm/pmie2col/pmlogcheck/pmloglabel
123     - zsh completion: --container improvements
124     - zsh completion: fix handling of pcp(1) subcommands
125     - build: ensure man pages are not built if unnecessary
126     - build: look for libsystemd not deprecated libsystemd-journal
127     - build: rearrange deb order of depending on python3 modules
128     - build: add missing python debian package shlib dependencies
129     - build: remove build-essential packages from debian/control
130     - build: add to ds389{,log} RPM package dependencies
131     - build: do not include .gitignore in installed file set
132     - build: fix declarations for deb graphite export package
133     - build: create nssdb directory with rpm spec packaging too
134     - docs: fix pmmgr(1) path typo
135     - docs: updates to pmrep configuration section
136     - docs: update pmns(5) domain table to match stdpmid
138 pcp-3.11.3 (17 June 2016)
139     - zsh: pcp command auto-completions for the zsh(1) shell
140     - pcp-ipcs: new command to show inter-process communication
141     - pmdalinux: add maximum memory bandwidth per numa node metric
142     - pmdalinux: update max numa bandwidth iff the .config changes
143     - pmdalinux: add metric about current shared memory segments
144     - pmdalinux: ipc shared memory swap attempts/successes metrics
145     - pmdalinux: add MSG_INFO and SEM_INFO ipc metrics
146     - pmdaproc: fix typo in name of proc.memory.vmhw{n,m} metric
147     - pmdaproc: switch to external instances without arguments
148     - libpcp, pmcd, pmproxy: client certificate support for secure
149       connections and add a PMCD_REQUIRE_CLIENT_CERT option
150     - libpcp: allow self-signed server certs in secure connections
151       optionally via PCP_SERVER_SELF_CERT environment variable
152     - libpcp: correctly propogate indom in mixed derived metrics
153     - libpcp: allow name of server certificate to be customized
154     - libpcp: plug memory leak in derived metrics error handling
155     - libpcp: drop dup-metric warning for logged derived metrics
156     - collectl2pcp: refine proc names, support for more metrics
157     - pmcd: improve interrupted pmcd/pmda communication resilience
158     - pmcd: make probe-style connection error a debug diagnostic
159     - pmdapapi: defensive programming improvements
160     - pmdaperfevent: current memory bandwidth perf derived event
161     - pmdaoracle: allow explicit host name and port specification
162     - pmdaoracle: allow potentially high latency query disabling
163     - python pmcc: cater for additional sample needed by counters
164     - pmrep: fix infinity handling
165     - mmv: several python api wrapper fixes
166     - rc scripts: really use default pmcd timeouts by default
167     - rc scripts: no longer allow stopping pmie/pmlogger from cron
168     - rc scripts: add primary (local) pmie concept to pmie
169     - misc: add --version/-V option to several more commands
170     - pmlogextract: fix metadata checking for duplicate names
171     - pmlogconf: move atop nfsclient metrics into own config
172     - pmwebd: allow use of compressed archives as nature intended
173     - build: fix pcp-python vs pcp-python3 deb package contents
174     - build: remove duplicate or unneeded header file checking
175     - build: resolve rpm multilib fallout from printf vs configure
176     - build: resolve Windows build fallout from timezone changes
177     - build: correct logic bug in builddefs INSTALL_MAN macro
178     - build: fix configure test for perl Net::SNMP module
179     - build: Fedora mandates a build-dep on perl-devel for pcp
180     - build: improve command-check error reporting in configure.ac
181     - build: new pcp-devel rpm package with tools/docs
182     - build: drop python dependency from pcp rpm package
183     - build: redo the generation of debian control file
184     - build: reinstate infiniband PMDA optional deb packaging
185     - build: don't double-up on default-on deb monitoring services
186     - build: fixes to the packaging for OpenMandriva
187     - docs, pmie: replace xwsh with xterm use throughout
188     - docs: update pmie man page references to oracle metrics
189     - docs: improve the sample code in the python mmv module
190     - docs: added tutorial about new secure connection features
191     - docs: use markdown for README/INSTALL formatting
193 pcp-3.11.2 (29 April 2016)
194     - pmdalinux: add per CPU network.softnet metrics
195     - pmdaoracle: connect to pmcd as early as possible
196     - pmdaperfevent: optional scaling of derived events
197     - pmdaperfevent: alternate event groups for derived events
198     - pmdaelasticsearch: restrict to local node metrics by default
199     - pmdaproc: cgroup blkio throttle throughput+iops metrics
200     - pmdaproc: fix per-process scheduler metrics (type+semantics)
201     - pmdaroot: add check for config.v2.json Docker 1.10+ files
202     - pcp-collectl: fix missing network.interface metric handling
203     - pcp-iostat: add -R flag for device name regex matching
204     - pcp-iostat: add -G flag for sum, avg, min or max statistics
205     - pcp-iostat: add -x flag to skip idle devices
206     - libpcp: fix pmcd-context-sharing refcnt and memleak bug
207     - libpcp: add support for permanent, global derived metrics
208     - libpcp: fix a multi-archive context error path memory leak
209     - libpcp: increase discovery probe thread stack sizes
210     - libpcp: rework push and pop of TZ values into environment
211     - pmcd: usability improvements to pmda restart
212     - pmieconf: tweak pcp.pmda rule to detect persistent failures
213     - packaging: python3 debian package
214     - packaging: optional vector webapp debian package
215     - images: switch to DFSG-compliant licensing for GUI icons
216     - pcp_completion.sh: add pmrep support to bash completion
217     - derived metrics: add derived iostat metrics below disk.*
218     - pmchart: split out the Iostat view into SD, DM and MD
219     - pmwebd: better support for some older MSIE browsers
220     - python api: improve the to-string function for struct tm
221     - pmrep: handle Py3 BrokenPipeError in Py2 compatible manner
222     - docs: updates to the pmdajson README file
224 pcp-3.11.1 (18 March 2016)
225     - libpcp: multi-archive contexts (directory or comma-separated)
226     - libpcp: fix corner case in loading PMNS causing duplicates
227     - libpcp: fix pmLoadDerivedConfig return code, man page updated
228     - libpcp: fix initialization error in roll-your-own TPD (MacOSX)
229     - libpcp_import: new pmiPutMark() API to write <mark> records
230     - libpcp_import: check timestamp ordering in pmiPutResult too
231     - pmieconf: rule to automate restarting of unresponsive PMDAs
232     - pmlogconf: automatically record Oracle database metrics
233     - pmlogconf: automatically record application mmap'd metrics
234     - pmdadarwin: add a hinv.machine metric like other platforms have
235     - pmdaelasticsearch: adjust to deal with elasticsearch API change
236     - pmdaopenbsd: first working version, basic kernel metrics
237     - pmdaoracle: Oracle database metrics available and updated
238     - pmdaoracle: improve error handling on disconnect/reconnect
239     - pmdalinux: fix metric units for swapdev.priority metric
240     - pmdalinux: fix interrupts data types for big endian hosts
241     - pmdalinux: require privileged client for slabinfo metrics
242     - pmdalinux: support for MD driver statistics and status
243     - pmdammv: name mmv control metrics with standard convention
244     - pmdaperfevent: add extension for perf derived events
245     - pmdapmcd: restrict pmcd.services to checking known pcp services
246     - pmdaproc: fix possible sigsegv with unexpected refresh order
247     - pmdasample: add sample.negative metrics for test coverage
248     - pmdaslurm: add allocated cores metric
249     - pcp2graphite: add an option to specify pickle protocol
250     - pcp2graphite: use cPickle instead of pickle for speed
251     - pcp2graphite: send all metrics at once in pickled mode
252     - pcp-vmstat: wrapper for pmstat to be more vmstat-alike
253     - pcp-iostat: uninterpolated archive replay with -u option
254     - pcp-iostat: tweak syntax used for old python versions (2.6.6)
255     - pcp-iostat: signal handling improvements to dodge warnings
256     - pcp-iostat: add -P flag for setting precision (ala pmrep)
257     - pcp-dmcache: dynamic lvname width to avoid truncation
258     - pmie: updates to the PATH handling for pmie shell actions
259     - pmrep: fix extended header times with -O, and sample count
260     - pmrep: correctly handle the end of the time window
261     - pmrep: improve stdio flushing to avoid exception errors
262     - pmrep: fix timezone handling and reporting
263     - pmrep: adjust exit codes for consistency
264     - pmrep: do not issue fsync, makes no sense here
265     - pmrep: finalize zabbix transfers in all cases
266     - pmsignal: provide a targetted program mode, -p option
267     - pmsignal: make dry-run mode show the full command line
268     - pmsocks: use the wrapper script from the tsocks package
269     - pmval: correct handling of real negative values
270     - perl api: fix input-type-socket connection logic typo
271     - perl api: merge pmdalogger logic fix for input string handling
272     - zbxpcp: add derived metrics configuration support
273     - zbxpcp: support both Zabbix 2 and 3 versions simultaneously
274     - dbpmda: add -f option to skip .dbpmdarc processing
275     - collectl2pcp: write a <mark> record between each input source
276     - build: pmdasnmp is now conditionally built as nature intended
277     - build: install pmlogconf where it will be found, like pmieconf
278     - build: fix rpmbuild warnings about symlink attrs
279     - build: fix compiler warnings from perl PMDA module
280     - build: fix af_unix-related solaris build failure
281     - build: rework Makepkgs configopts logic for rpm/dpkg confusion
282     - build: allow rpm signing, bintray upload tweaks (gpgenabled=1)
283     - build: non-verbose reporting on Makepkgs deb packages too
284     - build: add /usr/local/bin to search path for new Mac OS X Qt
285     - packaging: several Debian build depencency corrections
286     - porting: numerous OpenBSD portability changes across the board
287     - porting: numerous Mac OS X fixes and testing (incl a pmpython)
289 pcp-3.11.0 (29 January 2016)
290     - containers: add a pcp-pmwebd container image
291     - pmcd: start PMDAs via pmdaroot, allowing restart on PMDA
292       failure without restarting pmcd itself
293     - pmcd: tenfold speed up of the shutdown process
294     - pmcd: ensure startup before zabbix-agent, with systemd
295     - pmdafreebsd: use getifaddrs() for network interface
296     - pmdalinux: fix /proc/interrupts parsing on s390x platforms
297     - pmdalinux: fix i386 buffer overflow in softnet stats
298     - pmdalinux: support additional vmstat kernel metrics (virt
299       balloon, transparent-huge-page zero page alloc counters)
300     - pmdaxfs: support the per-device XFS metrics
301     - pmdanamed: fix SELinux AVC denials during Install
302     - pmdavmware: updates to work with current VMWare perl API
303     - libpcp: improvements to derived metrics error handling
304     - libpcp: rework interp logic arond <mark> records
305     - libpcp: fix bug in interp mode record caching
306     - libpcp: pthread_mutexattr_destroy, pthread_mutex_destroy calls
307     - libpcp: added a new fetchgroup API
308     - libpcp: fix dup-context-with-attrs memory corruption bug
309     - libpcp: fix derived metric PMNS navigation mem leak
310     - libpcp: unconditional registration of anon (event.*) metrics
311     - pcp-iostat: use py3 and py3 compatible pipe exception handlers
312     - pcp-iostat: improve incorrect counter rate conversion
313     - pcp-iostat: improve BrokenPipeError exception handling
314     - pmmgr: add general monitor-program launching option
315     - pmmgr: resolved a couple of small memory leaks
316     - pmrep: fix first sample reporting, instant/discrete metrics
317     - pmrep: fix string valued metric reporting, with python3
318     - pmval: improve reporting in the region of <mark> records
319     - pmwebd: add an option to disable service advertising
320     - pmwebd: support for http compression
321     - pmwebd: add units/sem to legend in graphite/png mode
322     - pmwebd: enable graphite image-mode caching via redirection
323     - pmwebd: add an option for alternative name encodings
324     - sar2pcp: support additional mem.util metrics
325     - docs: updates to the system CPU performance tutorial
326     - packaging: add missing dependencies on some perl modules
327     - packaging: drop the pcp-compat subpackage
329 pcp-3.10.9 (16 December 2015)
330     - pmrep: swiss-army-chainsaw metric reporting utility
331     - pmstat: fix sigsegv from uninit'd var use in gui mode
332     - pcp-iostat: handle transient devices more cleanly
333     - pmwebd: deprecate local context and unix: access
334     - pmwebd: add _store protocol support as in pmwebapi(3)
335     - pmlogrewrite: change severity of DYNAMIC_PMID checks
336     - pmlogger: improvements to derived metric handling
337     - libpcp: fix a missed context unlock case
338     - libpcp: allow exclusive flag to be passed via hostspec
339     - python api: resolve series of corner cases in python APIs
340     - libpcp: finer-grained manipulation of pmcd timeouts
341     - libpcp_pmda: plug memory leak with dynamic metric names
342     - pmdajson: support counter and discrete metrics
343     - pmdanetfilter: update to use current /proc hierarchy
344     - pmdaroot: optimised name lookup for direct match case
345     - pmdaroot: rework partial-systemd-install detection logic
346     - pmdalinux: add support for guest nice CPU time 
347     - pmchart: update vCPU view to account for guest_nice time
348     - pmdalogger: fix buffer overrun after read()
349     - pmevent: consolidate code, merge into pmval sources
350     - pmdapipe: command output event capture PMDA
351     - sar2pcp: add support for sysstat-11.0.1 commands
352     - pmdafreebsd: numerous updates and new kernel metrics
353     - zbxpcp: Zabbix Agent loadable module for pcp metrics
354     - build: remove all dynamic library loading during build
355     - build: switch Mac OS X packaging to /usr/local over /usr
356     - build: FreeBSD porting and QA work across the whole tree
357     - build: add gcc/gcc-c++ build requires for Fedora packages
358     - build: refactor pmda.h to separate out pmdaroot internals
359     - rc scripts: ensure no tmp_t selinux context on configs
361 pcp-3.10.8 (30 October 2015)
362     - pmdaslurm: new PMDA exporting HPC scheduler metrics
363     - pmdalinux: correctly report high speed network link speeds
364     - pmdalinux: support for wireless network interfaces
365     - pmdalinux: add support for NVME devices
366     - pmie: fqdn functionality, added %c for action strings
367     - pmlogextract: runtime reducing instance optimizations
368     - pmlogrewrite: metric name lex pattern change
369     - pmlogger: change semantics for first logging operation
370     - rc_pmlogger: shell escape for control file "directory" field
371     - pcp-atop: update with latest atop features (esp. NFS)
372     - pcp-atop: fix initial fetch time offset for the globals
373     - pcp-atop: fix -b/-e options to match man page description
374     - docs: update Quick Ref Guide with pcp-atop/pcp-atopsar
375     - docs: remove outdated pmatop man page, see pcp-atop(1)
376     - python api: fix local-context mode type error
377     - python api: improve handling of non-ascii instance names
378     - python api: simple debugging interface to access pmDebug
379     - python api: ensure an interruptible sleep is used
380     - python api: add single host/archive pmOption setter methods
381     - libpcp: add $PCP_DEBUG to initialize pmDebug
382     - libpcp: extend __pmAF* family with __pmAFsetup
383     - libpcp: resolve false-context-sharing corner cases
384     - pcp2graphite: provide a local-context mode option
385     - pmmgr: add the subtarget-containers option
386     - pmmgr: add pmlogreduce support
387     - rc_pmcd: be more careful with auto-install/-remove
388     - pmcd: allow dynamic switching of monitored containers
389     - pmdapmcd: add pmcd.client.container diagnostic metric
390     - pmdaroot: new metric mapping containers to their cgroups
391     - pmdaroot: add cgroup heuristics for non-systemd setups
392     - pmdaroot: fix timeliness of creation of socket connection
393     - pmdads389: add normalized dn cache metrics
394     - pmdads389: instantaneous vs discrete metric corrections
395     - pmdads389: send correct error codes when not connected
396     - pmdamounts: correct a number of 32-bit unsafe calculations
397     - pmdanfsclient: improve PMDA error handling
398     - pmdaperfevent: fix invalid metric names
399     - pmdaperfevent: add reference clock cycles for NHM and WSM
400     - docs: added upgrade instructions to pmdaperfevent man page
401     - containers: bindmount /dev/log for syslog messages
402     - build: fix FreeBSD 10.2 with dtrace probes auto-enabled
404 pcp-3.10.7 (16 September 2015)
405     - containers: added the pcp-pmie container
406     - containers: remove /proc bind mount, conflicts with --pid=host
407     - pcp-atopsar: new PMAPI sar command based on http://atoptool.nl
408     - pcp-uptime: fix sigsegv from missing metrics on first fetch
409     - pmchart: fix memory corruption when restoring Saved Hosts list
410     - pmchart: fix sigsegv opening a view when no archive available
411     - rc_scripts: pmie/pmlogger - logged, no longer send cron email
412     - rc_scripts: pmie/pmlogger - support for control.d directories;
413       backward-compatible /etc/pcp/{pmie,pmlogger}/control extension
414     - rc_scripts: pmcd/pmlogger - provide a localhost-only setting
415     - pmdamic: new PMDA for Intel MIC card metrics
416     - pmdaproc: export CPU scheduler cgroup metrics from cpu.stat
417     - pmdalinux: export IPv6 kernel metrics from /proc/net/snmp6
418     - pmdalinux: fix variable types for several disk metrics
419     - pmdalinux: printf int64_t and/or uint64_t support (for softnet)
420     - pmdajson: updates to allow use with python 2.6 installations
421     - pmcpp: support inline shell command execution
422     - pmwebd: multiple metrics/instances per log graphite mode speedup
423     - libpcp: use public domain getdate instead of gnulib version
424     - libpcp: optimise archive decompression for common operations
425     - libpcp: revert pdubuf tsearch-based optimisation, fails on OSX
426     - pmieconf: add dmthin pool utilization monitoring scripts
427     - python: more care taken in pmOptions destructor (could sigsegv)
428     - windows port: 64-bit format specifiers throughout code base
429     - windows port: fix a libpcp dlsym bug and IPC on Windows
430     - windows port: fix a python crash when free'ing resources
431     - pmdawindows: fix mem.cache.bytes metric kernel extraction
432     - perl pmda module: fix double free error in local_sock() routine
433       (observed to cause pmdamemcache crash during error path exit)
434     - pmdanginx: correct errors returned for not-running nginx daemon
435     - pmdamounts: add mount fs usage metrics via statvfs(3)
436     - pmdapostfix: improve error handling for files vs directories
437     - pmdanfsclient: fix typos in metric value parsing routines
438     - pmlogconf: remove tool-specific intervals from tool templates
439     - pmlogconf: add nginx, elasticsearch and memcache configs
440     - docs: update quickref guide for easier command pasting
441     - docs: update references to init scripts, pmlogger control files
442     - docs: update pmdanginx(1) describing nginx configuration needs
443     - build: configure.ac preserves optional gcc flags in the build
444     - build: cater for builds using the latest Vector (now 1.0.2)
445     - build: fix LGPL license annotations in headers+libraries
446     - build: current FreeBSD toolchain updates
448 pcp-3.10.6 (4 August 2015)
449     - rc_scripts: use syslog over email for error notification
450     - libpcp: catch bad valfmt encoding in interp.c (SGI BZ 1100)
451     - libpcp: $PATH-alike lists for derived metrics configurations
452     - libpcp: add instant() method for derived metrics
453     - libpcp: fix locking problem in pmGetConfig(3) routine
454     - python: fix bug in pmsubsys causing timestamp to reset.
455     - misc: several Coverity scan bug fixes, across the board
456     - containers: add version and arch to container image filenames
457     - containers: add crontab entries for containers
458     - containers: don't fix pcp user since pcp-base already does
459     - pmlogcheck: teach it about valfmt badness
460     - pmcpp: major revamp for pmlogger use (include files & macros)
461     - pmcpp: speed and robustness enhancements
462     - pmdadm: fix 2 dmcache metrics encoding on big-endian machines
463     - pmdalinux: fix the mnt/net namespace setns call ordering
464     - pmdalinux: corrections to the linux disk statistics metadata
465     - pmdalinux: ipc shared memory metrics for total, rss, and swap
466     - pmdalinux: new network.softnet metrics (/proc/net/softnet_stat)
467     - pmdaproc: reduce log spam in pmdaproc unknown state case
468     - pmdapostgresql: separate DB username from O/S username
469     - pmdapostgresql: major overhaul for different versions schemas
470     - pmdapostfix: general log parsing improvements
471     - pmdajson: handle instances better in the JSON PMDA.
472     - pmdajson: default to instantaneous metrics and do not attempt
473       to guess at semantics from type.
474     - pmdaperfevent: fix typo causing memleak/worse on an error path
475     - pmdadtsrun: fix parenthesis botch in Perl code
476     - pmdate: correct year and month offset problems at end of month
477     - pmlogconf: stop enabling percpu interrupt metrics by default
478     - pmlogger: improve handling of stale primary socket links
479     - pmlogger: integration with pmcpp
480     - pmwebd: elide repeated indom searching in graphite mode
481     - pcp2graphite: archive mode, reused connections, and python3
482     - pcp-atop: correct the reporting of some system memory metrics
483     - pcp-python: allow preferred-python switching at runtime
484     - pcp-collectl: fix an interrupt subsystem crash
485     - pcp-collectl: break out append statements for valid syntax
486     - pcp-collectl: fix recording of data to archive folios
487     - iostat2pcp: fix off-by-one error in disk rawactive metrics
488     - docs: corrections to pmdaperfevent man page
489     - docs: add some missing text to pmGetConfig man page
490     - docs: correct references to pre-v3 CC-BY-SA license
491     - docs: update book builds for current Publican variants
492     - docs: add derived metrics section to guide.html
493     - rpms: pcp-collector meta-package default-enables pmcd+pmlogger
494     - build: fix dependency problems causing parallel make races
495     - build: pcp containers build support via Makepkgs
496     - build: ensure pmcollectl is installed, man page updates
497     - build: correct rpm package dependency on pcp-libs version
498     - build: disable autofsd-probe on (most) platforms, unneeded
499     - build: allow pmdajson configure on/off build overrides
500     - build: rework configure test for ps(1) output formats
501     - build: install python-pcp in pcp-monitor container
502     - build: get native Solaris builds going again
503     - build: get native Illumos builds going again
504     - build: get native Windows builds going again
506 pcp-3.10.5 (15 June 2015)
507     - packaging: rebuild pmns in %post in fedora.spec
508     - build: changes for SUSE SLES 12
509     - ds389log: fixes to match updated logconv.pl
510     - build: realpath not needed, and not there on older platforms
511     - build: fix configure typo causing accidental books build
512     - packaging: fedora spec updates to be more consistent with Makepkgs
513     - build: add ppc64le to rpm 64bit lib macro list
514     - libpcp: pmdaCache: hash determinism across compilers/platforms
515     - pmda proc: Proc metrics depend on page size
516     - pcp-atop: fix folio recording replay with DM indom
517     - pcp-atop: fix bounds checking on disk names (valgrind)
518     - pmdaproc.sh: ensure pmloggers not started if disabled
519     - json pmda: tolerate json array instances that are missing
520     - pmnewlog: usage tweaks
521     - packaging, build: json pmda: make build and packaging conditional
522     - configure: add /bin/sh as possible pid==1 candidate
523     - pmlogger: initialize linger
524     - pmdalinux: Deprecate hinv.nlv and hinv.map.lvname, add hinv.map.dmname
525     - python: fix bug found by qa/739, unguarded destructor call
526     - pmlogger: add comment explaining -o => opts.Lflag usage
527     - pmnewlog: clean up usage message
528     - pcp-atop: implement record mode functionality (-w option)
529     - pcp-atop: resolve a print-buffer overflow on large I/O values
530     - build: src/include/builddefs.in: promote QA SUBDIRS
531     - pmie: prevent premature rule evaluation in pmie live mode
532     - pmlogger: add initial support for running in local context mode
533     - rc scripts: Use full path to pmlogger in pmlogger_check
534     - containers: Use pcp-base as the base image for all other PCP containers
535     - containers: introduce pcp-base container, for layering
536     - pcp-atop: reading from PCP archives now operational
537     - rc scripts: Don't fork pmcheck co-processes in a container environment
538     - pmlogconf: use the correct dm metrics in the atop set
539     - pmtime: further workarounds for App Nap on Mac OS X
540     - pcp-atop: archive mode and md/lvm device support
541     - pmie: fix for ruleset UNKNOWN case
542     - pmie: add new 'instant' operator, with doc updates
543     - pmda json: Skip sources with the same name in the JSON PMDA
544     - pmlogger_check: re-process every logconf group on config updates
545     - pmlogconf: qa and other updates following recent additions
546     - pmfind, pmsleep: Use sig_atomic_t within signal handlers
547     - pmda json: Add python 2/3 compatibility fixes
548     - packaging: ensure pmiostat and pmatop symlinks end up in system-tools
549     - pcp-atop: feature-filled PMAPI version of atop
550     - containers: configuration of optional PMDAs in pcp-collector container
551     - containers: prototype Dockerfiles and build infrastructure (not integrated)
552     - build: retire old pmtop sources and man page
553     - build: allow for multiple man pages below one src subdir
554     - pmdaproc: add two /proc/pid/status metrics, used by atop
555     - pmdaproc.sh: fix temp file handling
556     - packaging: Mirror pcp.spec.in package into fedora.spec
557     - pmdalinux: restore pmlogrewrite config file name
558     - build: add struct declarations for application headers
559     - build: add ncurses configure checking via pkg-config for console tools
560     - packaging: debian: add missing pmGetOptionalConfig.3.gz entry
561     - pmda linux_proc: cleanup up the jiffies -> msec calculations
562     - linux pmda: fix up types for some disk i/o metrics
563     - jbd2 pmda: add pmlogrewrite support for KERNEL_ULONG metrics
564     - pmlogextract: fix additional corner case for -d
565     - pmdalinux: code refactoring, common source files for ipc metrics
566     - pmdaroot: Fix NULL pointer deref for initial root_container_search(NULL)
567     - pmdaproc: ensure environ_buf buffer correctly setup on refresh
568     - docs: correct the pmmktime(3) return code - not a pointer
569     - pmie: add quiet mode to suppress default diagnostics
570     - python pmda api: Fix problems when returning fetch errors
571     - pcp.sh: ensure usage always generated via --help option
572     - pmdas: handle multiple pmchart config files for pmda installs
573     - pcp-shping: report shell-ping availability/response times
574     - pmda linux proc: Fixup some of the time types in linux_proc descriptors
575     - pmda json: Ignore cache load erros, fix refresh metric bug
576     - pmda json: Improve the JSON PMDA by use of indom caches
577     - libpcp python: Improve indom cache handling, add Add pmdaCacheResize()
578     - libpcp: add a pmGetOptionalConfig(3) for safe use in DSOs
579     - pmdaroot: fix order of pmdaConnect/Init for slow start case
580     - build: improve parallel builds, use make %{?_smp_mflags}
581     - pmdaroot: Add some additional DBG_TRACE_ATTR debug printfs
582     - build: update mac plist properties, attempt an appnap workaround
583     - pmdaroot: fix race and segv with short-lived containers
584     - docs: man/pmda.3: document the hidden variables in pmdaproc.sh
585     - pmdaproc.sh: rework, retire perl_args and python_args
586     - pmdalinux: fix container issues, especially with networking metrics
587     - libpcp: allow duplicates pmns names
588     - build: work-around bugs in RPM filter-requires
589     - build, packaging: lots of conditional Requires clauses
590     - packaging: Wrap pcp-pmda-rpm and pcp-gui with proper %if checks
591     - docs: Fix location of pcp-webjs gitweb in the pcp guide
592     - build: spin-rawhide: Extract version info from VERSION.pcp
593     - build: add rpm conflict handling for pcp command in librapi
594     - packaging: Add pcp-doc to pcp-compat deps to avoid losing man pages on upgrade
595     - packaging: Rename pcp-pmda-nvidia rpm to pcp-pmda-nvidia-gpu
596     - perl binding: refine perl PMDA interface error codes
597     - build: pmda.h: refine PMDA_PMID macro
598     - packaging, build: rpm packaging split - split out most PMDAs
599     - build: Add configure psproc check for /bin/bash for open build systems
600     - pmdaproc: consistent error code for missing proc.psinfo metrics
601     - pmda systemd: re-enable with reworked regex in file selection
602     - packaging: add pcp-compat package for back-compat upgrades
603     - pmdapostfix: logfiles are root-readable only, drop setuser (RHBZ #1213724)
604     - pcp-lvmcache: added link, an exact synonym for pcp-dmcache
605     - docs: add a configure switch for publican brand support
606     - libpcp: add pmGetVersion
607     - rc scripts: more cautious approach to using systemctl for Debian
608     - docs: describe hotproc in the quick reference guide
609     - pmda json: add an empty "trusted_directory_list" to default config file
610     - libpcp: new error code PM_ERR_BADSTORE for malformed pmstore input
611     - hotproc: update the pmdaproc manpage with hotproc info
612     - hotproc: Allow config file reload
613     - hotproc: disallow hotproc.conf with global write mode
614     - pmda postfix: bugfix to report mails submitted using mail program
615     - hotproc: support disabling via pmstore
616     - pmdaproc: add help text for new cgroup mem metrics
617     - pmiostat: Add pmiostat to the list of tools known to pmafm
618     - pmda root: fix for root_root installer problem on Mac OS X
619     - pcp-monitor and pcp-collector 'meta' packages to pcp.spec.in
620     - libpcp: libpcp/check-statics: more Mac OS X changes
621     - pmda postfix: Force restart for postfix pmda installation to change gid
622     - libpcp: p_profile.c: add fault injection points in libpcp_fault
623     - pmnscomp: remove code ... no longer used - deprecated
624     - libpcp: avoid pmcpp when loading PMNS for the most common usage
625     - pmda rpm: check return status from pthread_create
626     - hotproc: add guards for missing ioentry
627     - pmdumplog: fix cmdline filename handling
628     - pmdaproc: additional proc memory, namespace and memory cgroup metrics
629     - python: exception handling improvements
630     - pmdamounts: fix stack corruption for large mount options
631     - libpcp: pmns.c pmNameID and pmNameAll error handling fix
632     - pmwebd: add -I option for opening directories-as-archives for graphite
633     - pmwebd: graphite-png rendering: tweak graphics
634     - pmwebd: compressed archive mitigation, skip them in graphite mode
635     - pmwebd: crash fix: png-rendered multiple graphs with corrupt archives
636     - pmwebd: handle exit_p requested during graphite data-mass gathering
637     - pmwebd: fix little memory leak for fts() during interrupted rendering
638     - pmwebd: add a "-i MIN-INTERVAL" option for graphite time-precision control
639     - hotproc: cleanups, gracefully handle no schedstat, config cleanup
640     - pmiostat: accumulate -x arguments, remove duplicate error handling
641     - ds389log: init metrics with PM_ERR_AGAIN not zero
642     - pmdads389[log]: make configuration variables actually configurable
643     - pmdads389: make more resilient to server failures
644     - libpcp: interp.c: massive performance improvement in archive replay
645     - build: scripts to set up a buildbot 
646     - libpcp: pmLookupName() error handling, especially for dynamic metrics
647     - hotproc: fix an off by one error for fname configs
648     - rc scripts: Allow more than one .NeedInstall to occur at a time
649     - pmie: remove unnecessary 2 second delay at live startup
650     - pmiostat: usage message cleanup
651     - build: pmchart: porting work to current macosx compiler
652     - packaging: Build pmns in RPM spec for faster startup
654 pcp-3.10.4 (15 April 2015)
655     - pmdalinux: fixed kernel.pernode.cpu.* for systems with only one CPU.
656     - pmdadm: merged in pmdadmcache, added thin provisioning metrics
657     - pmcd: fix failure to recover from errors sending client attrs
658     - pmcd: don't advertise presence if -A specified.
659     - pmchart: fix metric/host selection for containers
660     - python build: support for epel5 builds using python26 packages
661     - python api: do not assume unicode is only for python3
662     - stdpmid: updated the reserved domain number ranges
663     - libpcp: fix instance request memory corruption for large requests
664     - libpcp: multi-threading fixes and pdubuf optimisations
665     - libpcp: fix Avahi-related memory corruption
666     - libpcp: fix an interpolation performance issue
667     - libpcp: fix getopt --hostsfile parsing
668     - libpcp: tighten error handling in __pmGetArchiveEnd()
669     - pmwebd: enable multi-threading by default
670     - pmwebd: correct _indom array-allocation logic
671     - pmwebd: additional ACAO headers to resource responses
672     - pcp2graphite: python version neutral handling of stdout flush
673     - pcp-verify: a new utility for verifying collector setups, especially
674       for use with containers
675     - pcp sh: fix tempfile leak with sub-commands, refactor pcp-summary
676     - rc scripts: ensure rundir directories created when needed
677     - rc scripts: ensure tmpfiles not leftover from helper scripts
678     - rc_pmcd: add .NeedRemove option for pmcd start script also
679     - pmpause: lightweight pmsleep extension for a pmcd container
680     - pmlogcheck: merge previous versions, added documentation and tests
681     - pmdumplog: new options and new log reading logic
682     - build: add missing configure check for pkg-config requirement
683     - build: Dockerfile for a pcp-pmcd container image based on Fedora
684     - build: get Mac builds going on current Mac OS X (10.9/10.10)
685     - configure: fix AC_MSG_ERROR parameter passing
686     - packaging: fix default pmlogger/pmie configs directory location
687     - packaging: simplify rpm dependencies on pcp-webjs package via %dir
688     - packaging: relax the allowed-libpfm-version checks a little
690 pcp-3.10.3 (2 March 2015)
691     - enhancement: ongoing improvements to the native containers support
692         http://pcp.io/docs/lab.containers.html
693     - enhancement: pmlogger on-the-fly one-shot recording
694     - doc: containers tutorial.
695     - build: new scripts directory. Contains useful scripts for project
696       management tasks.
697     - build: python-pcp no longer required.
698     - build: python3 now used where available.
699         https://bugzilla.redhat.com/show_bug.cgi?id=1194324
700     - build: new --with-papi configure option.
701     - qa: lots of improvements for robustness, portablity and determinism.
702     - qa: duplicate PMNS names allowed by default.
703     - pmdapapi: add papi refresh/read batching: papi.control.batch.
704     - pmdalinux: improve /proc/cpuinfo parser for irregular formats.
705     - services: ensure that they start after pmcd.
706     - libpcp: allow duplicate names to map to the same PMID by default.
707     - libpcp: duplicate PMNS names allowed by default.
708     - pminfo: duplicate PMNS names allowed by default. Reverse the semantics of
709       the -n and -N options.
710     - pmlogger: duplicate PMNS names allowed by default
711     - dbpmda: duplicate PMNS names allowed by default
712     - pmcd: duplicate PMNS names allowed by default. Reverse the semantics of
713       the -n and -N options.
714     - pmdumplog: duplicate PMNS names allowed by default.
715     - pmlogreduce: duplicate PMNS names allowed by default.
716     - pmlogsummary: duplicate PMNS names allowed by default.
717     - pmlogcheck: duplicate PMNS names allowed by default.
718     - pmevent: duplicate PMNS names allowed by default.
719     - pmchart: add an extra optional chart colour scheme.
720     - solaris PMDA: duplicate PMNS names allowed by default.
721     - ganglia2pcp: new utility.
722     - bug fix: pmlogger: signal delivery may lead to deadlock
723     - bug fix: libpcp: AF functionality has posix-signal-unsafe elements
725 pcp-3.10.2 (23 January 2015)
726     - PMAPI extension: pmParseUnitsStr. Includes python binding
727     - libpcp/pmcd: protocol-level support for containers
728     - libpcp_pmda - add pmdaInterfaceMoved() function
729     - pmdalinux: improve help text for network metrics
730     - pmdalinux: remove support for devfs device names - replaced by udev
731     - pmdalinux: rework hinv.map.scsi for longer scsi device names and indom
732     - pmdalinux: switch to running as a daemon, as root
733       persistence
734     - activeMQ: new pmda
735     - CIFS: new pmda (Common Internet File System)
736     - pmda unbound: a new PMDA for the Unbound DNS resolver
737     - pmdapapi: add configure conditional to test for
738       PAPI_component_info_t->disabled
739     - pmdapapi: add papi.available.version to output current PAPI version being
740       used
741     - pmdapapi: other new metrics
742     - pmdapapi: drop root requirement for less sensitive papi.available metrics
743     - pmdapapi: use dynamic metric description
744     - dbpmda: extend string syntax to include both " and ' delimiters
745     - rc_pmcd: execute _pmda_setup in the background
746     - Solaris build improvements:
747       - Support for Solaris symbol versioning
748       - use a libcpp exports comment style that works for both Linux and Solaris
749     - pmwebd: buildability fixes for illumos-based distros
750     - pmda root: a privileged pmcd co-process
751       Initial implementation of "pmdaroot", a helper co-process
752       for pmcd that runs with elevated privileges and is able to
753       (well, will be able to soon) offer services to pmcd and to
754       other PMDAs where root access is required
755     - pmdaroot/libpcp_pmda: interfaces for changing namespaces
756     - pmlogextract robustness improvements
757     - add pcp2graphite
758     - fix security PR1101: unprivileged access to linux proc.* metrics on modern
759       kernel
760     - Fedora 1180109: pmda cleanup was killing unrelated python and perl
761       processes
763 pcp-3.10.1 (1 December 2014)
764     - pmda proc: rework existing per-cgroup metrics - no
765       longer use dynamic metrics, allowing arbitray names
766     - pmda proc: add many new per-cgroup metrics, audited
767       definitions (units, etc) for existing metrics.
768     - perfevent pmda: new libpfm hardware counters agent
769     - papi pmda: switch to using dynamic metrics
770     - papi pmda: multiplexing, auto-enabling options
771     - papi pmda: added a new papi.control.reset metric
772     - pmwebd: improve /metrics/find for graphite dashboard
773     - pmwebd: $PCP_SHARE_DIR/webapps - default web content
774     - docs: clarify web services section in quick guide
775     - docs: fix books build for current publican versions
776     - docs: enable building of html book content as well
777     - linux pmda: improve aarch64 /proc/cpuinfo parsing
778     - libpcp: fix 64bit endian bug in highres event timers
780 pcp-3.10.0 (31 October 2014)
781     - pmlogextract: improve handling of corrupt archives
782     - linux pmda: add hinv.{cpu,node}.online metrics
783     - gluster pmda: thread-based timeout for long queries
784     - linux pmda: fix hinv.cpu.clock refresh logic
785     - dmcache pmda: add missing instance request handler
786     - iostat2pcp: cater for iostat output format changes
787     - packaging: fix debian suggests vs recommends usage
788     - sample pmda: add pmStore support for some metrics
789     - python: pmda module object refcounts improvements
790     - pmiostat: support archives converted from collectl
791     - FreeBSD pmda: changes for 32-bit platforms
792     - docs: html validation fixes for the tutorial
793     - pmie: rework control and config files
794     - pmlogger: rework control and config files
795     - pmstat: add pmlogger config as per man page
796     - proc pmda: parser rework to improve robustness
797     - proc pmda: per-proc context switch & other metrics
798     - man pages: pmdiscoverservices(3) and pmfind(1)
799     - ds389 pmda: 389 Directory Server PMDA
800     - ds389log pmda: 389 Directory Server log processing PMDA
801     - linux pmda: add rpc.server and nfs v4.1 ops metrics
802     - telnet-probe: fix byte-by-byte copying
803     - papi pmda: default enable when possible
804     - docs: improve quick reference guide, use man7.org
805     - pmproxy: fix new client init for secure connections
806     - pmdiff: minor output formatting improvements
807     - linux pmda: fix initialization for netstat metrics
808     - pmlogger: fix small race on exit condition
809     - timeval refactoring for improved double arithmetic
810     - python: drop support for versions older than 2.6
811     - python3: add pcp module support for 3.3 and newer
812     - build: workaround qmake handling of library paths
813     - Mac OSX build/install improvements
814     - pmwebd: support for more javascript demos (including
815       graphite/grafana - via separate pcp-webjs package)
816     - pmwebd: extend precision for floating point outputs
817     - pmwebd: Access-Control-Allow-Origin header additions
818     - pmwebd: experimental pthread support
819     - pmwebd: new options file configuration format
820     - pmmgr: avoid some granularity-edge races
822 pcp-3.9.10 (5 September 2014)
823     - Support for native systemd service files for daemons
824     - Support for nanosecond resolution event timestamps
825     - Changes to the FreeBSD build to bring it up to date
826     - libpcp: reduce daemon memory usage with secure sockets
827     - libpcp: add auto-deflate support for xz compression
828     - pmie/pmlogger scripts: xz compression support enabled
829     - pmie/pmlogger scripts: lzo compression support added
830     - pmlogconf: fix slow pmlogger_daily remote host startup
831     - pmcd_wait: fixed to handle af_unix sockets correctly
832     - pmatop: fix help keys
833     - pmatop: parse standard pcp options (including archives)
834     - pmstore: support for local-context mode of operation
835     - pmdiff: additional reporting options, added to /usr/bin
836     - pmdiff: fix column layout with custom precision setting
837     - pmlogsummary: fix time window reporting with -S and -T
838     - pmdapapi: new agent for PAPI hardware event counters
839     - pmdagfs2: latency metrics for glock grant/demote/queue
840     - pmdamysql: change metric semantics for "uptime"
841     - pmdaxfs: fix DSO mode and allow test data injection
842     - pmdammv: long option support
843     - docs: numerous updates to the online documentation
844     - docs: added a quick reference guide for Red Hat users
846 pcp-3.9.9 (13 August 2014)
847     - sar2pcp: support for systat version 10.2.0
848     - pmiostat(1): new monitor tool with iostat-alike output
849     - pcp-dmcache(1): new monitor tool for dm-cache devices
850     - pmdalinux: disk.dm.* metric hierarchiy (device mapper)
851     - pmdalinux: refine device mapper naming for old platforms
852     - pmdalinux: allow controlled data injection for QA tests
853     - pmdadmcache: new agent for device mapper cache targets
854     - pmdainfiniband: correctly initialise switch metrics
855     - libpcp: global timeout option for service discovery
856     - libpcp: __pmDiscoverServicesWithOptions() improvements
857     - libpcp: grok '%<interface' for link-local ipv6 addresses
858     - libpcp: derived metrics support for new rate() keyword
859     - python api: many convenience class module extensions
860     - python api: timeval accessor helper interfaces
861     - python api: pmUnitStr now uses thread-safe version
862     - python api: pmNumberStr_r now available from python
863     - python api: fix derived metrics interface exceptions
864     - pmlogconf: mark some log-default metrics as log-once
865     - dbpmda: use the correct (blocking) socket API variants
866     - pmlogger_daily: fix $PCP_RUN_DIR creation checks
868 pcp-3.9.8 (16 July 2014)
869     - Add overlooked Debian packaging metadata updates.
871 pcp-3.9.7 (16 July 2014)
872     - pmie: "ruleset" extensions to the pmie(1) language
873     - pmdaproc: additional memory and new blkio cgroup metrics
874     - pmdanvidia: new Nvidia GPU PMDA using NVML interfaces
875     - pmdainfiniband: add switch counter metrics
876     - pmdalustrecomm: bug fixes in the lnet memory metrics
877     - pmdamemcache: fixed underlying socket code
878     - pmdalinux: mem.util.available for down-rev kernels
879     - pmdagfs2: several fixes and improvements in behaviour
880     - pmdas: support for long form command line options
881       (aix, jbd2, linux, lustre, mounts, processes, sample,
882       sendmail, txmon, xfs)
883     - libpcp: 'timeout' option for 'probe' service discovery
884     - libpcp: secure sockets timeout handling improvements
885     - pmie examples: updates to the pmie tutorial docs
886     - pmchart: new MemAvailable view for mem.util.available
887     - porting: additional GNU/Hurd port updates
888     - packaging: fix Makepkgs script for old tar versions
889     - packaging: fix rpm builds for rpm versions prior to 4.6
890     - libpcp: use minimum required stack for discovery threads
891     - libpcp: archive folio parsing in option handling code
892     - python APIs: archive folio parsing for recording tools
893     - man pages: updates to service discovery APIs and tools
894     - libpcp: archive interpolation thread safety improvements
895     - libpcp: fixed memory leak from pmDestroyContext(3)
897 pcp-3.9.6 (19 June 2014)
898     - Fix pthreads build fallout for Solaris platforms
899     - Remove accidental /var/run/pcp install on Debian
900     - Rename configure.in to configure.ac as autoconf prefers
902 pcp-3.9.5 (18 June 2014)
903     - porting work on the GNU/Hurd platform
904     - porting work on Windows (early MinGW-64 work)
905     - pmdalinux: add in the new mem.util.available metric
906     - pmchart: new vCPU view, resolve guest time reporting
907     - pmwebd: add CORS "Access-Control-Allow-Origin: *" to
908       JSON response headers
909     - pmatop: improvements to value fitting
910     - packaging: gui debuginfo/testsuite correctly replaced
911     - pmconfig: moved install location for Solaris conflict
912     - pmstat: fix hostname reporting when in cluster mode
913     - Coverity scan fixes in libpcp, python, and elsewhere
914     - packaging: pcp-doc now contains all of the tutorial bits
915     - python: timeval/metricspec error handling improvements
916     - pmatop: handle curses problems more gracefully
917     - pmdapostfix: run as postfix user, not the pcp user
918     - python: fix pmParseInterval failure segfault
919     - python: fix segfault when printing empty units
920     - libpcp: functions for collecting server port numbers
921     - pmcd.services metric reflecting PCP daemon usage
922     - libpcp, pmfind: active service probing
923     - pmproxy, pmwebd: support for service discovery
924     - pmcollectl, pmatop: improved log writing support
925     - pmie: long option support
926     - pmquery: neater output formatting
927     - pmchart, pmtime: long option support
928     - pmdasystemd: install the built binary
929     - python: significant work on the pcp.pmcc module, adding
930       long option support, scale conversion, an initial fetch
931       loop method, and entirely new convenience classes
932     - pmlogcheck: fix bad memory access sigsegv on some logs
933     - Fix infinite loop in build scripts without Qt enabled
934     - pmdalinux: add metrics from /proc/net/netstat
935     - pmdumptext: long option support
936     - pmcollectl: support for sub-second sampling intervals
937     - Revive support for RHEL5-era builds, post pcp-gui merge
939 pcp-3.9.4 (15 May 2014)
940     - pmlogger: improved archive I/O features, esp for access to
941       archives while they are actively being written
942     - pmlogger/pmlc: all flushing operations are now no-ops, but
943       they remain available for backward compatibility
944     - pcp-free: use pmConvScale in case metric units ever change
945     - pmlogmv: fix a couple of argument handling corner cases
946     - another round of IPv6 updates throughout PCP, making use
947       of __pm* networking APIs instead of e.g. gethostbyname.
948     - archive utilities updated for long option support:
949       pmdumplog, pmlogcheck, pmlogextract, pmlogger, pmloglabel,
950       pmlogreduce, pmlogrewrite and pmlogsummary
951     - PMDAs with long option support:
952       pmdaapache, pmdabash, pmdagfs2, pmdasample, pmdasimple,
953       pmdatrivial
954     - libpcp: allow addition of free-form text to usage messages
955     - pmgetopt: new cross-platform long option handling utility,
956       allowing pcp shell scripts to acquire long option support
957     - shell scripts updated to support long options:
958       pcp, pmie2col, pmie_check, pmie_daily, pmlogger_check,
959       pmlogger_daily, pmlogger_merge, pmlogmv, pmnewlog, pmwtf,
960       pmsignal, pmlogconf
961     - pmlogger: improve pmlc access controls
962     - man pages: more detailed pmlc/pmlogger access control docs
963     - pmda systemd: adopt slow-start capability
964     - pcp command: improved error handling
965     - pmcollectl: correct reporting of disk and network details
966     - merged pcp-gui source tree (back) into pcp
968 pcp-3.9.2 (15 April 2014)
969     - python api: direct support for creating derived metrics
970     - python api: fix C strings memory leak in pmExtractValue
971     - python api: fix pmConvScale parameterization
972     - python api: pmLookupName API mode allowing partial failure
973     - python api: improvements to the pmErr exceptions class
974     - python api: support auto-command-line-parsing in scripts
975     - python api: switch to thread-safe pmGetContextHostname
976     - pcp: support for scripted pcp(1) child commands, adding in
977       pcp-free(1), pcp-uptime(1) and pcp-numastat(1) to get the
978       ball rolling (python scripts)
979     - pmlogmv: new utility to atomically move/rename archives
980     - pmconfig: improvements to quoting for unusual versions
981     - pmdaproc.sh: allow Install/Remove from any directory
982     - libpcp: pmgetopt_r interface for use by collector tools
983     - libpcp_pmda: slow-start PMDA changes
984     - libpcp_pmda: fix a memory leak dealing in dynamic metrics,
985       with PMDAs using the optional hashed metric table method.
986     - libpcp_pmda: long option command line processing interface
987     - libpcp_pmda: handle POSIXLY_CORRECT arguments internally
988     - pmcd: remove POSIXLY_CORRECT env modifications
989     - dbpmda: remove POSIXLY_CORRECT env modifications
990     - pmlogger_check: add a no-merging-renaming-rewriting option
991     - pmlogger_daily: don't merge archives if it is not needed
992       (optimization)
993     - perl pmda api: add documentation for PCP::PMDA interfaces
994     - pmdalinux: fix a memory leak in cpu:node name resolution
995     - pmmgr: fix daemon invocation quirk for some sh variants
996     - pmdarpm: improvements to concurrent rpmdb access
997     - pmdarpm: rpm.size metric now 64bit, matching rpmdb changes
998     - pmdaproc.sh: add $perl_args and $python_args
999     - long command line options support:
1000       pmdamailq, pmns utilities, newhelp, pmcd, pmcd_wait, pmcpp,
1001       pmdate, pmdbg, pmerr, pmhostname, pmieconf, collectl2pcp,
1002       pmlc, pmmgr, pmproxy, pmwebd.
1003     - Makepkgs changes to support source tarball builds via git
1004     - HACKING file added, describing PCP development methodology
1006 pcp-3.9.1 (19 March 2014)
1007     - libpcp: extended date parsing with GNU getdate(3) strings
1008     - libpcp: APIs for tools to share command-line options code
1009     - libpcp: thread-safe API variant for pmGetContexHostName()
1010     - libpcp: fix local:/unix: bug in __pmUnparseHostSpec
1011     - Begin adding long option support to tools (pminfo, pmval,
1012       pmprobe, pmstore, pmstat, pmclient so far)
1013     - Fix python module bug for PMDAs without instance domains
1014     - pmmgr: -march=i386 build fix
1015     - pmlogger_daily: fix problem with pmproxy connections
1016     - pmdagfs2: miscellaneous updates
1017     - pmdanfsclient: new PMDA exporting NFS client metrics
1018     - pmdazswap: new PMDA exporting compressed swap metrics
1019     - testsuite: porting, several new tests, updates to existing
1020       tests, resolved a couple of SELinux related problems
1021     - Series of portability changes for *BSD platforms
1023 pcp-3.9.0 (19 February 2014)
1024     - Packaging changes for multilib pcp-libs{-devel},pcp-conf
1025     - Packaging changes for pcp-manager and pcp-webapi split
1026     - pmmgr: signal-response improvements
1027     - pmmgr: add pmlogmerge-granular mode
1028     - pmmgr: pmlogrewrite support
1029     - pmmgr: latency-based tie-break for multi-URL target pmcds
1030     - pmmgr.1 man page: outline archiving strategy tradeoffs
1031     - pmdalinux: s390x platform issues in /proc/cpuinfo parser
1032     - pmdalinux: valgrind fix for /proc/stat parser
1033     - pmdagluster: improvements to multiple volume handling
1034     - pmdagluster: support for additional file operations
1035     - pmlogextract: <mark> record handling fix
1036     - pmdas: further robustness improvements to dynamic names
1037     - pmdas: Install scripts can run even when pmcd is stopped
1038     - pmdanfsclient: add source code (not yet enabled in build),
1039       thanks to Ben Myers
1040     - pcp-archive.5 man page: new, documents on-disk log format
1041     - pmdammv: fix sigsegv when no MMV tempdir is present
1042     - pmclient: updated to match the Programmers Guide examples
1043     - pmapi.py: fix python interface to pmLocaltime and pmCtime
1044     - debian: use autotools-dev to update config.{sub,guess},
1045       thanks to Logan Rosen
1046     - pmdumplog: add a -x option for extended timestamp reports
1047     - pmie: fix count_* operators with dynamic instance domains
1048     - pmie: fix fetch logic with dynamic instance domains
1049     - testsuite: ensure pcpqa account creation does not warn
1050     - testsuite: numerous new tests, updates to existing tests
1052 pcp-3.8.12 (29 January 2014)
1053     - Fix recent (3.8.10) regression for certain platforms where
1054       important PMNS files ended up not being installed.  Impact
1055       is on new installs only, not upgrades (so my QA missed it).
1056     - pmmgr: add -l (logfile) option to fix a permissions issue.
1057     - pmdalinux: fix sigsegv on certain ICMP procfs file lines.
1058     - Further improvements to pmlogger internal data structures
1059       dealing with configuration files with duplicate metrics
1060       and/or instances - improved in terms of network fetching,
1061       as well as on-disk data layout (all backwards compatible).
1062     - pmdarpm: added cumulative rpm.total.{count,bytes} metrics.
1063     - Add man pages for all of the PMDAs currently missing one.
1065 pcp-3.8.10 (15 January 2014)
1066     - Adds pmmgr(1) PCP daemon manager - a cunning new (opt-in)
1067       approach to managing farms of pmlogger and pmie processes.
1068     - Adds pmfind(1) utility for discovering advertised pmcd
1069       services (initially) on the network.
1070     - Adds a new pmDiscoverServices(3) PMAPI routine.
1071     - Linux pmda: plug memory leak in /proc/interrupts parsing.
1072     - systemd pmda: add sd_journal_process() to avoid inotify()
1073       driven spinning
1074     - Man page rework for some NAME entries, addressing SGI oss
1075       bugzilla #972)
1076     - Add notes for creating user pcp before make from source,
1077       addressing SGI oss bugzilla #1040)
1078     - Improve behavior related to Avahi service name collisions.
1079     - Dodge another hostname-does-not-resolve bullet in pmlogger.
1080     - Fix the configure check for RHEL5 rpmlib for pmdarpm.
1081     - An extensive series of spelling fixes to man pages, thanks
1082       to Michele Baldessari
1083     - Small fixes here and there from Coverity static analysis.
1084     - GFS2 pmda: add the complete set of GFS2 tracepoint metrics.
1085     - RPM pmda: make instance names unique, add rpm.name metric.
1086     - RPM pmda: reduce number of inotify events and rpmdb scans.
1087     - Add some heuristics to reduce metric duplication from tasks
1088       formed via pmlogger configuration file blocks.
1090 pcp-3.8.9 (12 December 2013)
1091     - Fix pmdalinux stack blowout during ioctl() for network
1092       interfaces.
1093     - Add a generic string cache concept for PMDAs to use when
1094       needing to perform string value de-duplication.
1095     - Add a PMDA for the RPM Package Manager exporting package
1096       metadata and state.
1097     - Fix bug in pmlogextract handling time windows and metrics
1098       with dynamic indoms.
1099     - Allow the host part of the host spec to be enclosed with
1100       square brackets - needed for IPv6 addresses in order to
1101       separate the address from the port.
1102     - Fix an Avahi and pmcd conflict when using multiple ports.
1103     - Introduce shared library symbol versioning and hidden
1104       attributes for all PCP libraries.
1105     - Reduce internal API/ABI leakage in libpcp with respect to
1106       endian code, locking code, and derived metrics.
1107     - Bring the Solaris port back up to date with latest source.
1108     - Tag temporary files created by qa tests with test prefix.
1109     - Split PCP_TMP_DIR setting into its two distinct use-cases
1110       removing the need to install world-writable-sticky-bit-set
1111       directories.
1112     - Add /proc/cpuinfo flags and cache_alignement fields (x86).
1113     - Improvements to the hinv.cpu.model metric value we export.
1114     - Ensure pmcpp does not accidentally #include directories.
1115     - Better cleanup of uncompressed temporary files in libpcp.
1116     - Correct pmdasystemd fd_set usage.
1117     - Gracefully handle missing python curses module scenario.
1118     - Improvements to pmstat error handling.
1119     - Update pmcds config file parser - cleaner quotes handling.
1120     - pcp.sh - change formatting for pmie and pmlogger details.
1121     - Unknown Host fixups in libpcp __pmHostEnt code.
1122     - Add a security philosophy section to PCPIntro(1) man page.
1123     - Dodge wchan in Linux proc PMDA if procfs file not found.
1124     - Add network.interface.hw_addr metric (exported from sysfs)
1125     - Remove a nowadays-empty config directory from installation
1126     - Resolve rpm upgrade warning from missing .NeedRebuild file
1127     - Add pmdaproc option to skip access checking, for secure /
1128       isolated environments.
1129     - Make NSS use a stronger default cipher suite.
1131 pcp-3.8.8 (3 November 2013)
1132     - Dodge Debian build issues related to kfreebsd sys/sdt.h.
1134 pcp-3.8.7 (3 November 2013)
1135     - Resolve Debian build issues related to pkg-config/Avahi.
1137 pcp-3.8.6 (1 November 2013)
1138     - Added a new Linux JDB2 PMDA (ext3, ext4, ocfs journals).
1139     - Added Linux kernel PMDA mem.util.directMap1G metric.
1140     - Rework previous fix for Debian kfreebsd port wrt probes.
1141     - Further work on Coverity scan issues, again nothing big.
1142     - Further work on removing the hostname-as-DNS-entity, add
1143       more use of pmGetContextHostName, more default-to-local:
1144       tools.
1145     - Initial support for DNS-SD via Avahi in pmcd for service
1146       discovery.
1147     - Change pcpqa to default to $PCP_VAR_DIR/testsuite as its
1148       home directory.
1150 pcp-3.8.5 (18 October 2013)
1151     - Add jsdemos for the web API into the source tarball.
1152     - Resolve Fedora/EPEL build issue for Infiniband PMDA.
1153     - Resolve Debian build issue for kfreebsd probes.h
1154     - Remove hostname checks in pmie/pmlogger script PID search.
1155     - Much work on QA.  Zero test failures on release for RHEL6,
1156       and there was much rejoicing.
1157     - Many Coverity scan issues resolved, nothing major though.
1158     - Ensure MMV PMDA entry exists in default pmcd.conf once more.
1159     - Add Linux disk.partitions metrics to the default logged set.
1160     - New hinv.nlv (logical volume count) metric into Linux PMDA.
1161     - Update pmevent to use local: as the default mechanism.
1162     - Numerous updates to the GFS2 PMDA.
1163     - Reinstate a pmcd sigsegv fix, lost in an earlier merge.
1164     - Fix handling multiple concurrent clients in pmdasystemd.
1165     - Fix memory leak in pmNewContext failure path seen via pmie.
1166     - Make default crontab install cooperate with runlevel settings.
1167     - Add a privacy-protecting pmdasystemd uid/gid-filtering mode.
1168     - Functional network.interface speed/duplex metrics on older
1169       kernels (2.6.32 vintage and earlier, for example).
1170     - Support for IPv6 address and scope metrics (ifconfig-style)
1171     - Numerous updates to the pmatop utility.
1172     - Updates to the PCPIntro(1) manual page.
1173     - Improvements to the Linux per-process metrics values for any
1174       threads being reported.
1175     - Options for restricting Linux pmdaproc to a named cgroup.
1176     - Update pmlogger to default to local: connection mode.
1177     - Allow opt-out with the default-enabled xfs and proc PMDAs.
1178     - Resolve a pmcollectl divide-by-zero (python stack trace).
1179     - Fix recursive expansion of child cgroups in Linux pmdaproc.
1180     - Fix a pmie core dump with archives, interp and mark records.
1181     - Reduce memory footprint of Linux per-process metrics.
1182     - Add proc.psinfo metrics for cgroups and security labels.
1183     - Use local: connection by default in pmatop and pmcollectl.
1184     - Update the python API wrapper to default to local: connection.
1185     - Improvements to pmcollectl host name handling.
1186     - pmGetContextHostName return to static char[] return value.
1188 pcp-3.8.4 (15 September 2013)
1189     - Allow numerous of the pmlogconf/tools templates to be probed
1190       and enabled.  These are Linux tools, so we probe for (remote
1191       possibly) Linux hosts only for these.
1192     - Numerous QA test updates, resolving small amounts of fallout
1193       from the previous release reported by Red Hat QE folks.
1194     - Updates to the Samba PMDA.
1195     - Improvements to the Debian build - remove Infiniband deps as
1196       we're not attempting to build that anymore there (evidently,
1197       poor cross platform support?  Can revisit if anyone needs it).
1198     - Remove Debian dependence on deprecated sysv rc package.
1199     - Resolve Debian packaging override disparities.
1201 pcp-3.8.3 (9 September 2013)
1202     - Split the XFS and XFS quota metrics into a separate PMDA
1203     - Optional hash-based metric table lookups for PMDAs
1204     - pmdagfs2: updates
1205     - pmlogrewrite: add support for indom replication
1206     - pmatop: Decrease screen real estate used for display.
1207     - Fix the pmdabash shell version support validation code
1208     - Add gluster PMDA into the build, really this time
1209     - Add hinv.nnode metric to pmdalinux, mirroring the IRIX metric
1210     - Add an option allowing custom pmcd.hostname settings
1211     - Implement host access checking for unix domain sockets.
1212     - Man page updates, esp. to pmcd.1 re access controls.
1213     - Add static probe support for pmcd probes (systemtap/dtrace)
1214     - Change pmGetContextHostName to be pmcd.hostname aware and thus
1215       able to report the correct remote hostname through a tunnel.
1216     - Update numerous tools to use pmGetContextHostName now.
1217     - Demonstration programs for the MMV API
1218     - Add pmdasystemd journal event count and total bytes metrics
1219     - Use -fPIC over -fpic, resolving build issues on some platforms.
1220     - Ensure Perl refcount bumped on PMDA.pm pmdacache stored variables
1221     - Fix pmie/pmlogger control scripts - bad pmproxy handling
1222     - Add a mechanism for packaging to avoid chown use, for Debian.
1224 pcp-3.8.2 (31 July 2013)
1225     - Support for the Unix domain socket transport between pmcd
1226       and client tools, using the "unix:" host specifier (and the
1227       more forgiving "local:" which falls back to localhost if no
1228       platform support exists).
1229     - Note: PCP_RUN_DIR is as a result now installed owned by the
1230       "pcp" user and group (rather than as "root").  Several other
1231       directories are also now installed "pcp"-owned too, after
1232       (unrelated) pmie and changes described below.
1233     - Support for automatic extraction of client tool credentials
1234       with Unix domain sockets, and transfer to interested PMDAs,
1235       on Linux, Mac OS X and Solaris.  IOWs, PMDAs now know which
1236       user they are acting on behalf of for each connection, when
1237       this class of socket is used.  In a future release, it hoped
1238       to make this the default local connection style.
1239     - Extensions to pmdaproc to allow it to perform access-control
1240       checking and metric value fetches as the user requesting the
1241       data, instead of as root, such that kernel-based permission
1242       checking is now performed.
1243     - Re-enabled pmdaproc by default on Linux.
1244     - pmdagfs2: updates to metrics, tests and a new manual page.
1245     - pmdagfs2: fixes for distributions without gfs2 trace-points.
1246     - pmdalinux: fix hinv.map.lvname realink memory corruption bug.
1247     - pmdalinux: fix issue where EPERM passed out as a fetch result
1248       with inaccessible filesystem paths.
1249     - pmdalinux: rework /proc/net/snmp metric extraction, added new
1250       metrics from recent kernels (checksum error counters, icmpmsg).
1251     - Linux PMDA SNMP metric type migration support (log rewriter).
1252     - pmdasystemd: correct .maxmem metric to PM_SPACE_BYTE
1253     - pmdasystemd: limit number of journald entries consumed per poll
1254     - pmdamysql: additional status metrics suitable for pmie rules.
1255     - pmdamysql: correct units and type for active connection count
1256     - MySQL PMDA metric migration support (log rewriting rules).
1257     - pmdagluster: new PMDA exporting gluster filesystem metrics,
1258       in particular fs operation latency and brick throughput data.
1259     - Fixes to the python pmda interface code to allow old python
1260       versions as well.
1261     - Extensions to python pmda interface to allow pmdaCache(3) use.
1262     - pmwebapi: support more general pcp hostname specs, and
1263       HTTP Basic authentication.
1264     - Throttle the size of the pmatop hardware component display.
1265     - Fix pmgui.py on big endian platforms (affects pmcollectl).
1266     - Further progress on the log checking tool, pmlogcheck.
1267     - Generate default pmlogger and pmie daemon configuration files.
1268     - Migrated all static pmlogger configs over to pmlogconf format.
1269     - Added pmlogconf config files for metrics used by iostat, ip,
1270       mpstat, sar, vmstat.
1271     - Install cisco PMDA pmieconf rules into the correct location.
1272     - Install default crontab entries for pmlogger and pmie checking
1273       and daily archive maintenance, on Linux, running as user "pcp"
1274       now (previously, "root").
1275     - pmlogconf scripts: added in automatic NFSv4 logging.
1276     - pmlogger scripts: better locking between check and daily
1277     - pmlogger control: add -r, -T and increase timeouts by default.
1278     - Start a working primary pmlogger with a useful and extensible
1279       set of metrics after enabling the service.
1280     - Start a working pmie with a useful and extensible set of rules
1281       after enabling the service.
1282     - Assigned new PANASAS and NVML PMDA domain numbers.
1283     - pmlogextract: fix minor bug for empty instance domains
1284     - Resolve issue where clients get sigsegv from bad -h options.
1285     - Updated pmwtf man page - better explanation for -q option
1286     - Massive, massive QA efforts, much better support for non-x86.
1287     - iostat2pcp - timestamp rework for European datetime formats.
1288     - Fixed debian bugs related to broken library symlink.
1289     - Ensure permissions on the NOTICES file allow pcp uid/gid access.
1290     - Major updates to the SASL code allowing remote authentication
1291       and improvements to username/password interaction process.
1292     - Fix SASL related memory leaks, sort out authname mapping.
1293     - Ensure SASL errors are easily identifiable as such (pmErrStr_r)
1294     - User and groups access control list support in pmcd, augmenting
1295       the existing host-based access control list support.
1296     - Fix tempfile leak in pmdaproc.sh from accidental $tmp override.
1297     - Improve the PCP experience with older versions of NSS (<=RHEL5)
1298     - Introduce pmcd self-callstack-tracing capability for the Linux,
1299       FreeBSD, and MacOSX platforms (maybe others, via backtrace(3)).
1301 pcp-3.8.1 (19 June 2013)
1302     - Add support for PMDAs written in python via pcp.pmda package.
1303     - Example implementation of pmdasimple using python.
1304     - Added new proc.{memory.vmswap,psinfo.threads} metrics.
1305     - New collectl2pcp utility and sub-package (deb/rpm) for
1306       converting historical data collected with collectl into the
1307       PCP archive format for replay and analysis with PCP tools.
1308     - Add missing help text for some Linux kernel hinv.map metrics
1309     - Added new hinv.map.lvname metric for reverse mapping logical
1310       device mapper names to physical device names.
1311     - Added new hinv.ninterface metric (pmdalinux and collectl2pcp)
1312     - Fixes to pmcollectl handling of PCP logs in archive mode.
1313     - Allow pmcollectl metrics to be sourced from a remote host.
1314     - Additional gfs2 metrics and tests, thanks to Paul Evans from
1315       the gfs2 development team at Red Hat.  This makes use of the
1316       gfs2 kernel glock event tracing to track hot locks, and also
1317       provides a storable mechanism for enabling/disabling tracing
1318       on-the-fly.
1319     - Updated access control section of pmcd.1 with IPv6 details.
1320     - Improve archive integrity checking from libpcp_import, ensure
1321       monotonic increasing timestamps presented for single archive.
1322     - Improvements to the log import perl API allowing for batched
1323       updates (out-of-order), thanks to Marko Myllynen.
1324     - Removed a low limit in the libpcp_import auto-PMID generation
1325       scheme, now allowing millions of metrics instead of hundreds.
1326     - Promote pmlogger and pmlogextract into the default PATH, with
1327       backward-compatibility preserving symlinks in PCP_BINADM_DIR.
1328     - Support for IPv6 socket communication in libpcp_pmda for pmcd
1329       PMDA communication.
1330     - Support for IPv6 socket communication testing via dbpmda.
1331     - Update man pages to reflect IPv6 support in libpcp_pmda.
1332     - Other improvements to the socket-based PMDA mechanisms.
1333     - Fix a 64bit big-endian host issue in systemd.maxmem metric
1334     - Mac OS X packaging tweaks.
1336 pcp-3.8.0 (14 May 2013)
1337     - Added the nginx PMDA, thanks to Ryan Doyle.
1338     - Fixed memory leak on an error path in profile PDU decoder.
1339     - Added pmwebd(1) - a JSON-based bridge providing web tools
1340       with access to the PMAPI (both pmcd and archives) via HTTP.
1341     - Initial support for client authentication via opt-in protocol
1342       extensions, host specification extension, communication to
1343       PMDAs via version 6 of the agent interface, dbpmda support.
1344       Uses SASL2 as the underlying technology (which provides for
1345       plugin-based extension to many authentication mechanisms).
1346     - Reworked many aspects of the python APIs - now a pcp package
1347       with sub-modules, improved error handling, and much more.
1348     - Work toward pylint(1)-clean python code throughout PCP.
1349     - Added a new python module for MMV instrumentation.
1350     - Initial work on a python module for writing PMDAs.
1351     - Added a new python module abstracting commonly needed metric
1352       Subsystems, shared by pmatop(1) and pmcollectl(1).
1353     - Added new python client tool - pmatop(1) - implementing much
1354       of the reporting functionality of atop (www.atoptool.nl).
1355     - Additional checks added to metric names allowed into the PCP
1356       Log Import library to match the PMNS man page requirements.
1357     - Support for parallel make invocations.
1358     - Improvements to the secure server code to make it work better
1359       and on more platforms.
1360     - Improvements to the IPv6 and IPv4 access control wildcards.
1361     - Migrate man pages from man4 to man5.
1362     - Resolve Fedora bug where the log import API was found to be
1363       allowing invalid metric names to be created.
1365 pcp-3.7.2 (19 April 2013)
1366     - Improved pmie propagation of metadata units.
1367     - Extra pmlogger diagnostic when log cannot be created.
1368     - Fix Debian python build dependencies.
1369     - Avoid mis-sharing outbound pmcd connections if ports do not
1370       match (libpcp).
1371     - IPv6 presence now checked at run-time as well (pmconfig).
1372     - Packaging updates - tarball, slackware, gentoo.
1373     - Add several missing man page options, typos and such, found
1374       by Red Hat (internal?) checker tools.
1375     - Added pmwtf.1 man page.
1376     - Make pmdaapache observe a connect timeout as well as its
1377       existing request timeout.
1378     - Extend pmcd access control with a global wildcard for IPv6.
1379     - Make __pmSockAddrIsLoopBack handle IPv6 loopback address.
1380     - Resolve bug in too-small pduread recv causing communication
1381       failures with secure sockets, but in theory affecting other
1382       socket transports as well.
1383     - Resolve Debian packaging and build dependency issue.
1384     - Resolve Fedora bug where pmstat fails to start when pmcd has
1385       never been started (so namespace rebuild script not yet run).
1387 pcp-3.7.1 (20 March 2013)
1388     - IPv6 addresses and wild cards for host access control.
1389     - Add packaging scripts to correctly transition active temp
1390       file directories from their old locations.
1391     - Resolve a warning from rpm %pre script on new installs.
1392     - Convert pmhostname(1) to use the newer networking APIs.
1393     - Convert pmproxy(1) to use the newer networking APIs.
1394     - Correct the pmlogger heuristics for determining whether it
1395       is running as a daemon for *both* pmlogger_{daily,check}.
1396     - Add script to handle the tmpdir transition such that folks
1397       with running parfait/mmv-instrumented applications continue
1398       to see data exported, and for correct pmlogger/pmie daemon
1399       tracking across releases.
1400     - Fix "Warning: __pmConnectRestoreFlags: cannot restore flags"
1401       messages when built with secure-sockets option disabled.
1403 pcp-3.7.0 (11 March 2013)
1404     - Added hash table iterator interfaces to libpcp.
1405     - Added PCP_SYSCONF_DIR, migrated daemon configuration there.
1406     - Fix Linux swap metrics problems, thanks to Martins Innus.
1407     - Support for IPv6 and revamped networking (libpcp-internal)
1408       APIs, in particular making proper use of getaddrinfo now.
1409     - Initial version of the NetBSD port
1410     - Secure connections are now available and documented.
1411     - Added a PCP_USER setting for globally changing the default
1412       unprivileged user account used by PCP daemons.
1413     - Resolved Debian packaging issues from previous release to
1414       do with the pcp-python subpackage.
1415     - Improve pmdaapache fetch implementation (reduced overhead)
1416     - Close up a file descriptor leak on a pmdaapache error path,
1417       thanks to Ryan Doyle.
1418     - Added the gfs2 PMDA.
1419     - Added the systemd PMDA.
1420     - Alignment issues on ia64 resolved.
1421     - Create pmlogger and pmie logdirs during install.
1422     - Added -L option to pmconfig(1) for reporting libpcp options.
1423     - Further workarounds for sar/sadf XML exporting problems.
1424     - Updates to MinGW PCP builds for native PCP on Windows.
1425     - Use initgroups() to correctly set up supplementary groups in
1426       PCP daemons that are changing user/group from root/root.
1427     - Fix memory leak on scandir failure in several PMDAs.
1428     - Correctly install the pcp user/group during Mac OS X upgrade
1429     - Allow pmdalogger to be installed on multiple platforms
1430     - Series of updates to pmie to improve action %h, %v and %i
1431       substitutions (amongst other pmie improvements and several
1432       corner-case fixes)
1433     - MySQL PMDA now re-connects after a database server re-start.
1434     - Workaround versioning issues between python and rpmbuild.
1435     - Ensure HZ is initialised in Linux proc PMDA, fixing a small
1436       regression from the earlier proc/linux PMDA split.
1437     - Fix -p option to pcp(1) command reporting pmie instances.
1438     - Add one-line help for the proc metrics that did not have it.
1439     - Change primary pmlogger control from symlink to link.
1440     - Add an interface allowing PMAPI clients to explicitly cleanup
1441       (which allows for improved accuracy in valgrind reporting).
1442     - Fix race conditions in pmie and pmlogger startup scripts.
1443     - Updates to the named (name server) PMDA.
1444     - Change __pmSetProcessIdentity to fail more resoundingly.
1445     - Fix issues with pmdashping timeouts observed on multi-core
1446       x86_64 machines related to signals interacting with pthreads.
1447     - Move debian tmpdir settings to match other distros.
1449 pcp-3.6.10 (19 November 2012)
1450     - Transition daemons to run under an unprivileged account.
1451     - Fixes for security advisory CVE-2012-5530: tmpfile flaws.
1452     - Fix pcp(1) command short-form pmlogger reporting.
1453     - Fix pmdalogger error handling for directory files.
1454     - Fix pmstat handling of odd corner case in CPU metrics.
1455     - Correct the python ctype used for pmAtomValue 32bit ints.
1456     - Add missing RPM spec dependency for python-ctypes.
1457     - Corrections to pmdamysql metrics units.
1458     - Add pmdamysql slave status metrics.
1459     - Improve pmcollectl error messages.
1460     - Parameterize pmcollectl CPU counts in interrupt subsys.
1461     - Fix generic RPM packaging for powerpc builds.
1462     - Fix python API use of reentrant libpcp string routines.
1463     - Python code backporting for RHEL5 in qa and pmcollectl.
1464     - Fix edge cases in capturing interrupt error counts.
1466 pcp-3.6.9 (12 October 2012)
1467     - Python wrapper for the pmimport API
1468     - Make sar2pcp work with the sysstat versions from RHEL5,
1469       RHEL6, and all recent Fedora versions (which is almost
1470       all current versions of sysstat verified).
1471     - Added a number of additional metrics into the importer
1472       for people starting to use it to analyse sar data from
1473       real customer incidents.
1474     - Rework use of C99 "restrict" keyword in pmdalogger
1475       (Debian bug: 689552)
1476     - Alot of work on the PCP QA suite, special thanks to Tomas
1477       Dohnalek for all his efforts there.
1478     - Win32 build updates
1479     - Add "raw" disk active metrics so that existing tools like
1480       iostat can be emulated
1481     - Allow sar2pcp to accept XML input directly (.xml suffix),
1482       allowing it to not have to run on the same platform as the
1483       sadc/sadf that originally generated it.
1484     - Add PMI error codes into the PCP::LogImport perl module.
1485     - Fix a typo in pmiUnits man page synopsis section
1486     - Resolve pmdalinux ordering issue in NUMA/CPU indom setup
1487       (Redhat bug: 858384)
1488     - Remove unused pmcollectl imports (Redhat bug: 863210)
1489     - Allow event traces to be used in libpcp interpolate mode
1491 pcp-3.6.8 (14 September 2012)
1492     - Corrects the disk/partition identification for the MMC
1493       driver, which makes disk indom handling correct on the
1494       Raspberry Pi (http://www.raspberrypi.org/)
1495     - Several minor/basic fixes for pmdaoracle.
1496     - Improve pmcollectl compatibility.
1497     - Make a few clarifications to pmcollectl.1.
1498     - Improve python API test coverage.
1499     - Numerous updates to the test suite in general.
1500     - Allow pmda Install scripts to specify own dso name again.
1501     - Reconcile spec file differences between PCP flavours.
1502     - Fix handling of multiple contexts with a remote namespace.
1503     - Core socket interface abstractions to support NSS (later).
1504     - Fix man page SYNOPSIS section for pmUnpackEventRecords.
1505     - Add --disable-shared build option for static builds.
1507 pcp-3.6.6 (28 August 2012)
1508     - Added the python PMAPI bindings and an initial python client
1509       in pmcollectl.  Separate, new package exists for python libs
1510       for those platforms that split out packages (rpm, deb).
1511     - Added a pcp-testsuite package for those platforms that might
1512       want this (rpm, deb again, mainly)
1513     - Re-introduced the pcp/qa subdirectory in pcp and deprecated
1514       the external pcpqa git tree.
1515     - Fix potential buffer overflow in pmlogger host name handling.
1516     - Reworked the configure --prefix handling to be more like the
1517       rest of the open source world.
1518     - Ensure the __pmDecodeText ident parameter is always set
1519       Resolves Red Hat bugzilla bug #841306.
1521 pcp-3.6.5 (16 August 2012)
1522     - Fixes for security advisory CVE-2012-3418
1523         o Add field validation to PCP instance PDU (Red Hat #841240)
1524         o Fix __pmDecodeInstanceReq heap buffer overflow (Red Hat #841284)
1525         o Fix __pmDecodeText heap overflow (Red Hat #841249)
1526         o Multiple issues in result PDU decoding (Red Hat #841159)
1527         o Fix __pmDecodeNameReq buffer overflow (Red Hat #841180)
1528         o Add length checks to __pmDecodeLogControl (Red Hat #841290)
1529         o Add size check to __pmDecodeIDList (Red Hat #841112)
1530         o Fix __pmDecodeNameList buffer overflow (Red Hat #840920)
1531         o Add missing __pmDecodeFetch namelen checks (Red Hat #841183)
1532         o Add length checks to __pmDecodeProfile (Red Hat #841126)
1533         o Add length checks to __pmDecodeCreds (Red Hat #840822)
1534     - Workaround for security advisory CVE-2012-3419
1535         o Split the Linux kernel and proc PMDAs to prevent information
1536           leakage in default installs - esp. /proc/pid/maps exposure,
1537           but other proc metrics as well - and no longer export process
1538           metrics by default (Red Hat #841702)
1539     - Fixes for security advisory CVE-2012-3420
1540         o Memory leak in pmcd DoFetch error path (Red Hat #841298)
1541         o Memory leak in __pmGetPDU in-band signalling (Red Hat #841319)
1542     - Fixes for security advisory CVE-2012-3421
1543         o Resolve event-driven programming flaw in pmcd (Red Hat #841706)
1544     - Correct buffer unpinning logic in a PMNS traversal error path
1545         o Red Hat bugzilla bug #847314.
1546     - All of the above issues were identified by Florian Weimer of the
1547       Red Hat Security Team, who also assisted extensively in fixing
1548       and testing; a huge thank you to Florian from all PCP developers
1549       and users!
1550     - Add modern gcc/glibc security protection mechanisms where
1551       available.  Thanks to the Frank Eigler.
1552     - Harden all boundary checking in the remaining PDU decoders.
1553     - Resolve an issue with configure script checking for the init(1)
1554       process on Fedora 17 (and other systems using systemd).  Thanks
1555       to Lukas Berk.
1556     - pmdaelasticsearch only reports on nodes in the cluster now,
1557       and not other client nodes.  Thanks to Nigel Donaldson.
1558     - Added interfaces to PCP::PMDA Perl module to allow PMDAs to
1559       use a hash instance domain (instead of int/string array).
1560       These make use of the pmdaCacheOp(3) interfaces - the hash
1561       keys are the (external) PCP instance names, and the value
1562       associated with each key is an opaque reference.
1563     - Added an interface to allow PMDAs to register event queues
1564       with existing clients (pmdaEventNewActiveQueue).
1565     - Initial version of the (experimental) bash tracing PMDA.
1567 pcp-3.6.4 (12 June 2012)
1568     - Fix build on s390x platform (thanks to Dan Horak)
1569     - Rethink order of PATH setting for pcp start scripts, to ensure
1570       binaries from other packages with names that conflict with pcp
1571       binaries are not found ahead of the same-named pcp binary.
1573 pcp-3.6.3 (27 April 2012)
1574     - Revert initial attempt at getting configure --prefix option to
1575       make sense for local developer PCP installations
1576     - Fix RPM changelog typo in in-tree spec file
1577     - Further work on Debian/kFreeBSD port (thanks to Robert Millan)
1579 pcp-3.6.2 (18 April 2012)
1580     - Fix Debian builds on FreeBSD (missing header files)
1581     - Resolve Debian startup script (compat) lintian issue
1582     - Resolve FreeBSD kernel PMDA build issue with PCP not installed
1583       in the build root already.
1585 pcp-3.6.1 (12 April 2012)
1586     - Resolve final Mac OS X pthreads build issues
1587     - Debian packaging improvements for split pmlogger/pmcd scripts,
1588       perl module pieces, and other lintian reported issues
1589     - Update the startup script dependencies for /var use
1590     - Support --prefix=... and --exec-prefix=... configure options
1591     - Relaxed the "are you running as root?" test in startup scripts
1592     - Win32 build updates and improvements
1593     - Cache /proc/stat file handle in Linux kernel agent to reduce
1594       syscalls on the most commonly fetched metric subtree
1596 pcp-3.6.0 (21 March 2012)
1597     - Thread-safe libpcp, including additional re-entrant and thread-safe
1598       variants for some routines
1599     - Retire all asynchronous routines from libpcp
1600     - Retire all V1 protocols and services (archive format, PMAPI and
1601       PMDA_INTERFACE)
1602     - PMNS moves to ASCII only (no binary PMNS)
1603     - Rework "init" scripts, splitting pcp into pmcd and pmlogger
1604     - Update elasticsearch PMDA to 0.19+, new transport and shard metrics
1605     - Updates to PMDA new event queueing interfaces for agents wishing to
1606       export that class of performance data.
1607     - First round of Coverity cleanup fixes incorporated.
1608     - Initial version of the SNMP PMDA, thanks to Hamish Coleman.
1609     - Updates to postgres PMDA to export additional recovery metrics.
1611 pcp-3.5.11 (01 December 2011)
1612     - Update FSF contact address in copyright notices to keep
1613       rpmlint happy.
1614     - Fix instance domain checks in elasticsearch PMDA.
1615     - Make KVM PMDA to run as root once more (permissions issues).
1616     - Integration of pmlogger_daily with pmlogrewrite.
1617     - Fix pmlogger_merge corner case for empty archives.
1619 pcp-3.5.10 (04 November 2011)
1620     - Support new 0.18+ elasticsearch metrics.
1621     - Fix handling of elasticsearch version metric cluster.
1622     - Fix trace PMDA build issues.
1623     - Fix some Win32 build issues.
1624     - Run with reduced privileges for more of the perl PMDAs.
1625     - Name Solaris load average metric consistently.
1626     - Small metric documentation tweaks for Solaris PMDA.
1628 pcp-3.5.9 (23 October 2011)
1629     - Add rc script support for condrestart, and condrestart the pcp,
1630       pmie and pmproxy services after an RPM install or upgrade.
1631     - Fix a bug where hinv.ndisk is incorrect if CLUSTER_PARTITIONS
1632       hasn't yet been refreshed immediately following a restart.
1633     - Implementation of client event queueing logic for all PMDAs to
1634       share (all PMDAs wishing to support event metrics, that is).
1635     - New manual pages for new PMDA event queueing interfaces.
1636     - PostgreSQL PMDA, supporting versions 9.0 and 9.1 (at least).
1637     - Reserved ID 111 for Samba Clustered Trivial Database PMDA.
1638     - Add perl interface to allow PMDAs to drop priveleges
1639     - Add an elasticsearch version metric.
1640     - Correct perl module type detection logic for 32/64-bit systems.
1641     - Small pmlogconf source and man page fixes.
1642     - Rework flex usage to resolve build warnings.
1643     - Make Darwin CPU metrics 64 bit.
1644     - Add (long) opaque key support to libpcp_pmda.
1645     - Add pmdaCacheStoreInst() routine to libpcp_pmda.
1646     - Added mssql PMDA for SQL server Dynamic Management View stats.
1647     - Add pmlogrewrite(1) to rewrite archives (fix inconsistencies).
1648     - Fix a cgroup option parsing error on consecutive fetch calls.
1650 pcp-3.5.8 (08 August 2011)
1651     - Rework rsyslog PMDA to remove Switch use, very odd behaviour
1652       observed on RHEL5.2 (mysteriously failing to compile).
1653     - Add in Kens scripting defenses against dodgey toolchains.
1655 pcp-3.5.7 (05 August 2011)
1656     - Fix build issue on SLES11 SP1 IA64 systems.
1657     - Improved rsyslog PMDA handling of queue metrics.
1658     - Add open file-descriptor count metric to the Linux PMDA.
1659     - Implement logger PMDA line-oriented event mode.
1660     - Add regular expression based event filtering in logger PMDA.
1661     - The default pmcd.conf now has an access control section, and
1662       all remote store operations are blocked by default.
1663     - Improve packaging of Perl components.
1665 pcp-3.5.6 (21 July 2011)
1666     - Fix warning from pmie_daily with some /bin/pwd versions.
1667     - Numerous Debian packaging updates for lintian cleanliness.
1668     - Fixed typos in several man pages.
1669     - Added ElasticSearch PMDA.
1670     - Fix build on RHEL4 with older sys/queue.h variant.
1672 pcp-3.5.5 (6 July 2011)
1673     - Resolve Debian packaging issues preventing new uploads.
1674     - Fix warnings from pmie_check with some /bin/pwd versions.
1676 pcp-3.5.4 (6 July 2011)
1677     - Fix warnings from pmlogger_check with some /bin/pwd versions.
1679 pcp-3.5.3 (6 July 2011)
1680     - Remove reliance on a cpp binary being installed locally with
1681       new pmcpp applicaton.
1682     - Ensure compressed pmie log files are also cleaned up daily.
1683     - Extend the event store mechanism to be more generally useful.
1684     - Add memory limiting functionality to pmdalogger.
1685     - Add SQLServer metric for user settable queries.
1686     - Fix potential sigsegv in pmprobe fetching multiple live values.
1687     - Perl changes for Solaris.
1688     - Fix Fedora15 build relating to handling of systemd.
1689     - Solaris pmda zpool_vdev_name() api change.
1690     - Update sar2pcp for sysstat version 9.1.7.
1691     - Resolve realloc issue in event metric handling in libpcp_pmda.
1693 pcp-3.5.2 (3 June 2011)
1694     - pmlogreduce - fix 2 problems (memory leak, additional mark records)
1695     - Initial version of pmdalogger, from David Smith, a log monitoring
1696       PMDA exporting event metrics.
1697     - Make Windows drive instance domain code less chatty.
1698     - RC scripts and pmie_check - Mac OS X porting
1699     - pmlogger_check - symbolic link issue fixed
1700     - Add in the rsyslog PMDA (http://www.rsyslog.com)
1701     - Extend PCP::PMDA so that the log tail mode can be used on named papes.
1702     - Numerous updates to the Perl packaging infrastructure
1703     - Fix build when $HOME is not set.
1704     - pmlogconf - another non-posix awk issue fixed
1705     - Darwin pmda - filesys.maxfiles metric
1706     - pmie_daily - assorted minor fixups
1707     - Unix domain socket issue found on Mac OS X
1708     - pmcd config parsing error handling cleanup
1709     - Quieten pmevent output in the absence of new events.
1710     - Pass process ID out on success of __pmProcessCreate.
1711     - pmdaproc.sh - add PMDA_INTERFACE_5 support
1712     - pcp_completion.sh - add pmevent for bash metic completion
1713     - pmevent - add instance domain support
1714     - Bugfix: fetching hinv.cpu.* aborts if cpu indom is not initialized
1715     - Rearrange the per-CPU intr metrics on Linux to use dynamic namespace
1716     - Add perl modules into Mac OS X installations
1717     - Additional vmstat metrics added to Linux kernel PMDA
1718     - Fix pmieconf after syscall metrics went away on Linux
1719     - pmevent - new util to report event records, with instance domain support
1720     - sample PMDA - instance domain for event records metric
1721     - pmval, pminfo - man page typo corrections
1722     - pmval - fix typo in error message
1723     - pmlogextract, pmlogreduce - auto volume switch at 2^31 bytes
1724     - pmnscomp - defaults to Version 2 of the compiled PMNS
1725     - Remove unconditional diagnostic in MMV agent, log spam
1726     - Rework the code that uncompresses archives for Win32
1727     - Updates to Win32 makefiles to get a clean package build
1728     - Enable compressed log processing for Windows as well
1729     - Sample event consumer code for Windows ETW
1730     - Update PDH Win32 headers to use those from current mingw-m64 tree
1731     - Win32 socket error messages are reporting correctly
1732     - Great strides in getting error reporting correct on Windows
1733     - Add Win32 pthread wrapper for threading work on Windows
1734     - Add PowerDNS recursor stats to the pdns PMDA
1736 pcp-3.5.0 (31 January 2011)
1737     - Infrastucture support for doing distributed event tracing with PCP.
1738       This includes a new metric type (PM_TYPE_EVENT), cunning mechanisms
1739       for encoding event records in pmResults, and providing PMDAs with
1740       per-client context connection information allowing agents to track
1741       which clients have seen which parts of a trace stream so far.  Some
1742       reference uses of these extensions can be seen in pmdasample and in
1743       the pmcd PMDA as well.
1744     - Transparent support for archive de-compression by clients.
1745     - Manual page formatting errors corrected.
1746     - Fix a pmDupContext memory corruption issue seen with derived metrics.
1747     - Added a one-trip optimisation/guard to pcp.env
1748     - Improved pmdaFetch and pmdaFetchCallback man pages with respect to
1749       return codes and value memory allocation models.
1750     - Fix for Windows unintentionally allowing multiple pmcd processes
1751       to startup and bind to the same port, with "undefined" results.
1752     - Fix Windows services interaction, preventing pmcd service stop.
1753     - Fix Mac OS X scandir memory leak on empty directories.
1754     - Fix Mac OS X mem.util.wired metric, was exporting the wrong value.
1755     - Correct the handling of SLES11 distro identification (lsb-release
1756       file not used again, on SuSE Linux distributions).
1757     - Fix postfix PMDA log file path handling for Redhat Linux distros.
1758     - Extend Perl PMDA interfaces to allow additional metrics to be
1759       added at runtime (now makes use of dynamic namespace support).
1760     - Set KEEPALIVE option on pmproxy client sockets, mirroring pmcd
1761       behaviour and reducing open file descriptor pressure.
1762     - Improvements to the native Windows version of pmlogger, preventing
1763       it from exiting prematurely thanks to a socket read race condition.
1764     - Fix /proc/interrupts parser in Linux PMDA, thanks to Arthur Kepner.
1766 pcp-3.4.1 (9 October 2010)
1767     - Remove bogus (expected) errors/warnings from Win32 install/remove.
1768     - Remove couple of no longer needed local Win32 API wrappers.
1769     - Fix rindex code for Win32 so it handles empty strings.
1771 pcp-3.4.0 (29 September 2010)
1772     - Add new libpcp_import C API library to pcp-libs.
1773     - Add perl-PCP-LogImport RPM sub-package for libpcp_import perl binding.
1774     - Add pcp-import-* RPM sub-packages containing front-end tools for
1775       importing data from sar, iostat, generic speadsheets and mrtg.
1776     - Major Solaris PMDA updates: CPUs, vnode ops, disk stats and disk queue
1777       stats, switch to using pmid clusters, internal timers, ZFS Adjustable
1778       Replacement Cache stats, new help text, memory metrics, fsflush stats.
1779     - Use Solaris devinfo to get information about pretty disk names.
1780     - Fix a memory leak in Perl PMDA wrapper string handling.
1781     - Use correct structure to extrace zpool write counters in Solaris PMDA.
1782     - pmafm now supports multiple -a arguments.
1783     - Fix pmie multiple -a options bug.
1784     - Fix pmdaInit() callback handling where it did not handle all the
1785       interface versions correctly.
1786     - Quote filenames reported by pmwtf, else awk can get confused.
1787     - Fix pmdawindows missing metrics help text.
1788     - Add network interface speed metrics into pmdawindows.
1789     - Fix pmdalinux handling of long network interface names.
1790     - Updated pmdaapache to use cross-platform http library.
1791     - Updated pmdaapache install process to allow port selection.
1793 pcp-3.3.3 (16 July 2010)
1794     - Fix two off-by-one errors in NUMA metrics in Linux PMDA.
1795     - Rework timezone environment variable handling to be able to
1796       coexist more peacefully with Perl.
1797     - Remove Fedora specfile now that this is in Fedora CVS.
1799 pcp-3.3.2 (10 July 2010)
1800     - Fix FreeBSD build and packaging issues affecting Debian.
1801     - Move PCP::Glider Perl code into core PCP with other Perl modules.
1802     - Avoid a mingw64-compiler-runtime bug in gettimeofday.
1803     - Fix spec file issue in Fedora/RHEL builds.
1804     - Add in the gpsd PMDA.
1806 pcp-3.3.1 (29 June 2010)
1807     - Fix a sigsegv in pmdalinux in the kernel.pernode.cpu metrics.
1808     - Don't kill dbpmda if namespace cannot be loaded.
1809     - Resolve a Windows build error under latest toolchain.
1810     - Some minor pmieconf and pmimport related cleanups.
1812 pcp-3.3.0 (25 June 2010)
1813     - Rework pmlogconf utility - version 2.0 ondisk format.
1814     - Initial support for Linux kernel cgroup subsystem, using dynamic
1815       metrics (cpu sets, cpu sched, cpu acct, memory, ...)
1816     - Fix per-process I/O (proc.io.*) metric values.
1817     - Fix potential SEGV in derived metrics when pmcd connection lost.
1818     - Fix to allow pmlogger to log derived metrics.
1819     - Fix open file descriptor leak in Linux disk scheduler code.
1820     - Postfix PMDA updated to report aggregate stats from mail.log parsing.
1821     - Add per-node CPU metrics to Linux kernel agent.
1822     - Integrate pmieconf into the build, modernisation and porting work.
1823     - Add install-sh to the set of pcp-internal programs for external code.
1824     - Improved checking of PMDA domain numbers.
1825     - Allow use of SunStudio compiler on Solaris.
1826     - Add load average metrics to Solaris kernel agent.
1827     - Windows 7 porting work.
1828     - Make Win32 build work with more recent versions of gcc and Perl.
1829     - Fix pmie [no]match_inst botch, tweak sleepTight reporting.
1830     - Allow \$ for pmie regular expressions.
1831     - Ensure pmlogger doesn't write extended pmcd host syntax as hostname.
1832     - Switch over to not using local context for bash completion.
1833     - Improve Lustre agent metric help text.
1834     - Added a readonly filesystems metric into Linux kernel agent.
1835     - Ensure xfs.buffer metrics are always properly refreshed.
1836     - Add Linux kernel statistics related to XFS btree operations.
1838 pcp-3.2.1 (3 May 2010)
1839     - Export information about ZFS snapshots
1840     - Correct accounting of PMNS size in a libpcp_pmda helper routine.
1842 pcp-3.2.0 (29 April 2010)
1843     - Change how PM_CONTEXT_LOCAL determines available PMDAs:
1844       rework local context code to retire $PMDA_LOCAL_*, build DSO table
1845       from pmcd.conf at run-time, new __pmLocalPMDA and __pmSpecLocalPMDA
1846       routines in libpcp, -K options for pminfo, pmval and pmprobe.
1847     - Make some pmda dynamic name operations take (const char *) args.
1848     - Fix bash completion so dynamic names expanded, and stderr culled
1849       (culling DSO agent initialisation messages).
1850     - Improve pmlogger handling of alias names (same PMID, different names).
1851     - Honour the -T command line option in pmlogreduce.
1852     - Resolve an MMV issue evident in the Mac OS X installer, which resulted
1853       in failed dmg (binary) installation attempts.
1854     - Solaris startup script improvements.
1855     - Add details of the extended hostname syntax to pcpintro(1).
1856     - Fix a memory leak in pmdawindows help text handling.
1857     - Fix a memory leak in pmdammv help text handling.
1858     - Add anonymous huge page Linux memory utilisation metric.
1859     - Fix local context reporting of help text.
1860     - Solaris man page build changes.
1861     - Clean up diagnostic messages in pmlogextract.
1862     - Teach pmdaproc about Solaris' ping.
1863     - If pmstat fails to connect to local pmcd, fallback to local context.
1864     - Mark as const the final (requested units) pmConvScale argument
1865     - Clean out SGI-isms from build related files (no longer used by SGI).
1866     - Fix mem.numa.util.NFS_Unstable metric.
1867     - Removed pmdajstat, this has long been superceded by the capabilities
1868       of the Parfait package for instrumenting Java applications with PCP.
1870 pcp-3.1.2 (22 March 2010)
1871     - Add indom save and restore logic into Windows PMDA.
1872     - Fix a typo in the Postfix PMDA.
1873     - Update and extend /proc/meminfo stats on Linux.
1874     - Improve handling of monitored process in pmdammv, especially
1875       when the monitored process exits (pmns not cleaned up before).
1877 pcp-3.1.1 (23 February 2010)
1878     - Use a better MMV generation number, using all bits available.
1879     - Fix a metric count calculation error in pmdammv.
1880     - Add precision argument (-p) to pmwtf.
1881     - Added an open socket sockname command to dbpmda.
1882     - Remove use of grep -q, unavailable on OpenSolaris.
1883     - Couple of trivial build fixes for the Win32 platform.
1885 pcp-3.1.0 (28 January 2010)
1886     - Derived metric support.
1887     - Fix a memory leak in the Solaris kernel PMDA.
1888     - Extract information about network links on Solaris.
1889     - MMV PMDA (DSO) is now installed and enabled by default.
1890     - Reintroduced MMV support for cross-(mmap-)file instances.
1891     - Bug fix in pmdammv which was capable of causing SIGSEGV.
1892     - Add dbpmda readline support (and packaging dependencies).
1893     - Add in -Z option to pmwtf, to pass through to pmlogsummary.
1894     - Export NUMA memory statistics from the linux kernel.
1895     - Make pmie_check work on Solaris.
1896     - Make perdisk stats part of the zpool hierarchy.
1897     - dbpmda fix for name lookup and dynamic metrics.
1898     - Add a new PMDA exporting the Postfix queue lengths.
1899     - BuildRequires initscripts for %{_vendor} == redhat.
1901 pcp-3.0.2 (2 December 2009)
1902     - Improvements and fixes to PCP::PMDA perl module.
1903     - Added the SQL Server dtsrun log file parser PMDA.
1904     - Switch MMV PMDA to use dynamic namespace interfaces, which resolves
1905       long-standing spurious EAGAIN error on reconfiguration.
1906     - Separate out the Infiniband and cluster PMDAs into their own
1907       package - removing dependencies and configure complexities from
1908       pcp into specialised, layered packages.
1909     - Configure packaging to use libexecdir for private pcp binaries,
1910       if supported on the platform (also honour --libexecdir configure flag)
1911     - Add sysfs.kernel metrics cluster to Linux PMDA.
1913 pcp-3.0.1 (19 October 2009)
1914     - Reverted rc scripts default start/stop settings back to how
1915       it was in 2.9.3-1, for Debian bug #544350. On Red Hat platforms,
1916       the RPM spec overrides this to be chkconfig off by default.
1917     - Lexical analyser tweaks (various tools) to work on Windows.
1918     - pmlogextract change timezone selection algorithm, add -f for old behaviour
1919     - configure.in clean up more thoroughly on Mac OS X
1920     - Get pcp building on Debian GNU/kFreeBSD port.
1921     - Add missing return statement causing incorrect mem.util on Win32.
1922     - Improved support for Slackware distro makepkg packaging
1923     - Solaris fixes: pass information about compiler into Perl PMDA makefiles,
1924       don't change pointer types of pmCtime's arguments, deal with default lex
1925     - Move Infiniband and Cluster PMDAs to a stand-alone packages
1926     - Trim the set of RPM files marked as %config to just those
1927       that are actually likely to be edited (rpm -qlcv pcp pcp-libs).
1929 pcp-3.0.0 (9 October 2009)
1930     - PMDA_INTERFACE_4 and the support of dynamic subtrees of the PMNS
1931       where the PMDA (not PMCD) maintains knowledge of the PMNS.
1932     - RPM packaging split into pcp, pcp-libs and pcp-libs-devel
1933       pcp-libs is common - it's required by pcp and by pcp-libs-devel but
1934       pcp and pcp-libs-devel can be installed with or without each other.
1935     - Added separate specific licenses for the new subpackages,
1936       particularly pcp-libs, which is LGPL.
1937     - Added ldconfig %post and %postun scriptlets for -libs
1938     - Don't explicitly require Infiniband libs, since they're libs and RPM
1939       figures it out
1940     - No need to explicitly BuildRequire gcc-c++ libstdc++-devel
1941     - Add BuildRequires on perl-ExtUtils-MakeMaker
1942     - Remove explicit ia64 Requires: libunwind
1943     - Preserve generated gram.tab.c in several places since debuginfo needs it
1944     - Create %{_localstatedir}/run/pcp and ship it (so it'll be removed)
1945     - Use %doc in spec for CHANGELOG COPYING INSTALL README VERSION.pcp pcp.lsm
1946     - Tweak configure to move PCP_BINADM_DIR out of /usr/share, into /usr/lib.
1947       Arch dependent binaries should not be installed below /usr/share.
1948     - Delete unneeded "explicit script interpreter" in several places
1949       to keep rpmlint happy
1950     - Remove setuid from pmpost, not needed (and not in debian either)
1951     - Nuke the migrate_pcp_var_dir, script and it's %post scriptlet
1952     - Default "chkconfig off" for all PCP services (retain settings on upgrade)
1953     - Clean-up and simplify the %post scriptlets (rather dramatically)
1954     - Don't ship static libraries in Fedora, we have the debug package for that
1955     - Install .NeedRebuild, add to %files and remove crud from %post scriptlets
1956     - Added %changelog in RPM spec and moved %files to end before %changelog
1957     - Move demos, examples and demo PMDAS to the libs-devel package since they
1958       are not used for production (but are useful for devel and needed for QA).
1959     - Don't install trace demo binaries since src is installed anyway
1960     - Reconciled build/rpm/pcp.spec.in with build/rpm/pcp_fedora.spec
1961     - Integrated RPM packaging support for perl-PCP-PMDA and perl-PCP-MMV
1962       (but perl-PCP-Logsummary is not currently shipped in RPM packages)
1963     - RPM build requires perl(ExtUtils::MakeMaker) rather than
1964       perl-extutils-makemaker (this is the standard notation)
1965     - For easier upgrades, the perl PMDAs only really require pcp >= package
1966       version (until we change or extend an API).
1967     - ReplacePmnsSubtree fix bad signal handling botch (affecting MMV PMDA)
1968     - Fix pmcd.timezone metric such that value updates on daylight savings
1969       (or other timezone) changes.
1970     - Initial packaging work for Slackware Linux, thanks to Roman Revyakin.
1972 pcp-2.9.3 (23 September 2009)
1973     - configure.in fix for Windows iptypes.h header.
1974     - Fixup Windows SQL Server metrics on 64 bit platforms.
1976 pcp-2.9.2 (7 September 2009)
1977     - Final iteration on pmval sample count changes.
1978     - Build fallout on Mac/Win32 in MMV client library.
1979     - Tidy configure.in sys/stat time field/types handling for Alpha builds.
1981 pcp-2.9.1 (2 September 2009)
1982     - Fix a long-standing pmval sample count miscalculation.
1983     - Add missing runlevels and dependencies in start scripts.
1984     - Fix a segv observed in the Windows PMDA accessing SQL Server metrics.
1985     - Fix logic error causing wrong Windows version to be reported sometimes.
1986     - Add kernel.all.uptime to the Windows kernel agent.
1987     - Initial version of the (perl-based) Samba PMDA.
1988     - Fixes to pmdasimple.pl so it functions correctly on all platforms.
1989     - Add PCP::PMDA helper routines for determining native long sizes.
1990     - Extend MMV to allow teardown of MMV file, and set errno on failure.
1991     - Initial stable (1.00) version of MMV Perl interface.
1992     - Correct the metric units for several Windows per-process memory metrics.
1993     - Add network metrics to Solaris PMDA
1994     - Report ZFS statistics from Solaris PMDA
1995     - Export zpool stats from Solaris PMDA
1996     - Generate packages for Solaris
1997     - Allow user to choose her compiler (proper use of AC_PROG_CC)
1999 pcp-2.9.0 (27 July 2009)
2000     - Fix Linux PMDA issue with -fstack-protector gcc option.
2001     - Get socket daemon PMDAs working with Win32 pmcd.
2002     - Bind 9.4 PMDA.
2003     - PowerDNS PMDA.
2004     - Fix atexit handling in the Perl PMDA module.
2005     - Fix a duplicate PMID in the MySQL PMDA.
2006     - Infiniband PMDA improvements and man page.
2007     - Minor packaging tweaks for rpm and deb formats.
2009 pcp-2.8.12 (8 July 2009)
2010     - Bug fixes in Zimbra and MySQL PMDAs.
2011     - Fix memory leaks in the Perl PMDA interface.
2012     - Fix the Mac OS X pmdadarwin metric table direct mapping.
2014 pcp-2.8.11 (6 July 2009)
2015     - Rework namespace file generation for Perl PMDAs.
2017 pcp-2.8.10 (1 July 2009)
2018     - RPM packaging fixes for Perl modules.
2020 pcp-2.8.9 (1 July 2009)
2021     - Remove Cygwin support, we're now committed to native Win32
2022       port - first production install yesterday, hooray!
2023     - Further Win32 work - wrapper batch files for shell scripts
2024       run as commands, moved daemon configs into $PCP_DIR/etc,
2025       bug fixes to process creation code.
2026     - Significant work on the MMV PMDA, including revamped API,
2027       Perl API, updated on-disk support with string values and
2028       help text support, amongst other changes.
2029     - Fix build of Perl PMDA module when PCP not installed.
2030     - Fix Zimbra PMDA status metrics.
2032 pcp-2.8.8 (9 June 2009)
2033     - Added a Zimbra Collaboration Suite PMDA.
2034     - Build fixes for OpenSolaris.
2035     - Perl PMDA fixes in tail mode.
2036     - Correct physical memory reporting in Windows PMDA on 32 bit
2037       machines.
2038     - Other small tweaks and improvements to Windows PMDA also.
2040 pcp-2.8.7 (29 May 2009)
2041     - Windows PMDA major rework to improve memory footprint.
2042     - Yet another Mac OS X build issue resolution.
2044 pcp-2.8.6 (26 May 2009)
2045     - Fix build on Mac OS X after lex warning cleanups.
2046     - Fix pmdate build when PCP headers not in the root.
2047     - A single PMNS domain number file now used in-tree.
2048     - Added tmpfs filesystem metrics to Linux PMDA.
2050 pcp-2.8.5 (21 May 2009)
2051     - Packaging tweaks for Debian (builddefs/rules moved).
2052     - Make timezone manipulation in Windows work (mimic MSYS).
2053     - Numerous warnings fixed.
2054     - Several changes to tempfile handling for Vista.
2055     - Make setting pcp_rc_dir in configure.in more robust.
2056     - Further pathname separator auditing for Windows.
2057     - Fixed a libpcp_gui linker issue on Mac OS X.
2059 pcp-2.8.4 (12 May 2009)
2060     - Descend into src/bashrc.  D'oh!
2062 pcp-2.8.3 (11 May 2009)
2063     - Bash auto-completion of metric names.
2064     - Fix a memory leak in xfs project quotas metrics.
2065     - Several Win32 fixes for Windows Server 2008.
2066     - Add Linux per-CPU and aggregate "guest" CPU utilisation metrics.
2067     - Add a pmlogsummary option to report a "header" line (-H).
2068     - Add optional pmstat support for time control via pmtime.
2069     - Add pmcd.client.* metrics for identifying connected clients.
2071 pcp-2.8.2 (24 April 2009)
2072     - Fix pmie bug in the handling of && and || operators.
2073     - Improve daily pmie/pmlogger script behaviour.
2075 pcp-2.8.1 (19 April 2009)
2076     - Fix build issue with libpcp_mmv - would not build-from-source
2077       if <pcp/pmapi.h> was not in the root filesystem.
2078     - Finer control of pmie2col(1) reporting precision.
2080 pcp-2.8.0 (9 April 2009)
2081     - Linux netfilter (IP connection tracking) PMDA included
2082     - Memory Mapped Value (MMV) PMDA and client library included
2083     - Linux bonding (bonded network interface) PMDA included
2084     - Lustre PMDA included
2085     - Added pcp_gui library as pcpmon replacement, supporting the
2086       new (open source) version of pmtime for console tools.
2087     - Perl PCP::LogSummary module included.
2088     - KVM (Linux Kernel Virtualisation layer) PMDA
2089     - Infiniband PMDA included
2090     - VMware PMDA included
2091     - Perl PCP::PMDA module completed, stabilised and incorporated.
2092     - Default pmcd and pmproxy ports changed to IANA registered ones.
2093       ( The old behaviour - i.e. both original and IANA ports - is
2094       still available using PMCD_PORTS and PMPROXY_PORTS variables ).
2096 pcp-2.7.7 (5 September 2008)
2097     - Infiniband metric enhancements
2098     - Handle missing "which" binary during rpm installation
2099     - Added new quota metrics (XFS project quota)
2100     - Aggregate and per-CPU hypervisor "steal" time metrics added
2101     - NFS v4 metrics
2102     - commitLimit meminfo metric added
2103     - Namespace locking fix in pmdaproc.sh
2104     - Additional Windows memory metrics
2105     - Several pmie fixes from Ken
2106     - Kens pmlogreduce archive corruption fix
2107     - Kens pmproxy PDU size fix
2108     - Nathan's pmlogsummary sum calulation fix
2109     - Added a (cheap) runnable processes metric.
2111 pcp-2.7.4 (7 September 2007)
2112     - MaxOSX and Debian/Ubuntu build/package fixes
2113     - Add sqlserver active_transactions metrics to the Windows PMDA.
2114     - Fix a pmie_check typo causing mis-identification of pmie processes.
2115     - Allow pmie and/or operators to function with some data missing.
2116     - Resolve path naming issues with more recent versions of autoconf.
2117     - pmlogsummary report sum option
2118     - pmval kmtime support
2119     - Additional Linux SNMP metrics
2120     - Fix Linux vmstat nr_slab metrics
2121     - Make pcp status command report build version
2122     - Windows split_io metrics
2123     - Fix pmdapmcd empty pmie instance
2124     - pmdamailq filename regex
2125     - Windows TCP metrics
2126     - pmie log file rotation
2127     - Changed the default compression program to be bzip2(1)
2129 pcp-2.7.3 (July 2007)
2130     - add network.ib.control to timeout infiniband stats workthread
2131     - add mem.util.anonpages 
2133 pcp-2.7.2 (8 Jun 2007)
2134     - pcp doc updates
2135     - pmdalinux death from open file descriptors: pclose needed in network.ib
2136     - network.ib stats updated to cope with OFED 1.2 changes
2137     - some numa.link fixes for shub2 & NL4
2138     - Improve start/stop times of pmcd,pmlogger,pmie
2139     - create portable pmsleep (subsecond sleep) exe
2141 pcp-2.7.0 (7 Feb 2007)
2142     This log has been allowed to lapse for some time. Blanket catch-up..
2143     the following PVs describe changes made in that time:
2144     - 947510 - UNIX95 patches break pcp tools
2145     - 948548 - [SUSE#182852] Buffer overflow in linux proc_pmda
2146     - 948551 - Update pcp configure and build infrastructure
2147     - 948799 - Move telnet-probe to oss part of pcp
2148     - 948958 - *nodeid conversions have inconsistent naming
2149     - 952623 - possible use-after-free of pmProfile objects used by pmda
2150     - 952932 - pcp-open RPM requires libpcp.so.2 but doesn't provide it
2151     - 953015 - Promote libpcp_pmc to DSO
2152     - 953301 - Update irix pcp bits
2153     - 953876 - Use swap.pagesin/pagesout instead of swap.in/.out in pmstat
2154     - 954035 - Update macosx build infrastructure
2155     - 954165 - pmdumptext reports wrong time with sub-second intervals
2156     - 954173 - pmReceiveNamesOfChildren returns bogus value
2157     - 954203 - pmnscomp generates bogus binary pmns files
2158     - 954342 - Add support for FreeBSD
2159     - 954343 - Update windows pmda
2160     - 954432 - Use a pidfile to stop pcp
2161     - 954652 - telnet-probe ate my arguments
2162     - 954842 - Update qa on sles10 for pcp 2.5 and 2.6
2163     - 956190 - add IB traffic stats to linux PMDA
2164     - 956199 - pmlogsummary double free causes graph failures
2165     - 957598 - add debuginfo to pcp-open build in mangrove
2166     - 957758 - valgrind finds "invalid read of size 8" etc in __pmStuffValue
2167     - 957884 - need network.ib.status for per-port IB status and description
2168     - 958273 - If OFED is installed but no ports are found, return PM_ERR_VALUE from refresh_ib
2169     - 958379 - IB PMDA broken (port num appearing twice in perfquery calls)
2170     - 958476 - path to pmie_check binary incorrect in pmie crontab config file
2172 pcp-2.5.0-2 (15 Jan 2006)
2173     - 947602 - pmdas/aix/common.h is missing from the tarball
2175 pcp-2.5.0-1 (ProPack4/SP3)
2176     - 942325 - bump to version 2.5.0-1
2177     - 936279 - pminfo -f hinv.machine gives 'linux'. Now scans for the
2178       SGI hardware IP number from /proc/sgi_prominfo/node0/version
2179       and exports that if found.
2180     - 936795 - tool to aid PMDA development, see genpmda(1)
2181     - 941663 - pmdaInstance broken for name == NULL and inst != PM_IN_NUL
2182     - 939448 - pcp rc script needs better handling of .NeedInstall
2183     - 857601 - pmview-args uses long lines in value/instance caches
2184     - 942030 - Improve efficiency of instance cache in libpcp_pmda
2186 pcp-2.4.1-2 (ProPack4/SP2)
2187     - bug:928986 support slabinfo v2.1 and earlier for recent 2.6.11 kernels
2188     - bug:930708 fix linkstats bandwidth measurements (in pcp-sgi package)
2189     - rfe:924904 add fixed format support for numbers reported by pmval
2190     - bug:928021 correct handling of -S and -T options when resultant time
2191       window is empty
2192     - bug:929411 tighten integrity checking in libpcp routine
2193       pmGetArchiveEnd() to avoid possible segv
2194     - bug:930467 fix fd leak on error path in __pmLogFindLocalPorts()
2195       within libpcp
2196     - rfe:932180 document pmval -i option syntax
2197     - bug:925858 add disk.{dev,all}.{read_merges,write_merges}
2198     - bug:931699 added mem.util.other back in, see help text for details
2199     - bug:931698 added mem.util.cache_clean, see help text for details
2200     - bug:933668 support netif names longer than 6 characters 
2201     - bug:935490 fix pmcd exposure to attack from malformed PDUs
2202     - bug:924909 excise all usage of file(1) and reliance on its "magic"
2203       control file ... the old way cannot be made reliable in on all
2204       platforms
2205     - bug:929411 tighten tests for valid but truncated archives so
2206       pmGetArchiveEnd() no longer dumps core
2207     - add pmdumptext (and the metric class library libpcp_pmc) to
2208       the open source release
2209     - bug:935071 fix metrics broken by bug:925858, deprecate support
2210       for disk stats collected from /proc/stat (linux 2.2 kernels).
2211     - bug:934913 pmdumptext and libpcp_pmc migrated to open source
2212     - bug:934332 change save/free profile logic in __pmdaMainPDU() to
2213       avoid memory leaks
2214     - bug:934333 fix memory leak in __pmdaMainPDU() associated with
2215       instance names
2216     - bug:936975 merge pmcd.conf with pmcd.conf.rpm{new,old,save} so that
2217       foreign (non-pcp) PMDAs will continue to be configured correctly.
2218     - bug:937241 update toplevel GNUmakefile to work with modern autoconf.
2219     - bug:937243: tg3 pmda doesn't see unconfigured interfaces on sles9
2220     - bug:936506: added new cache functions to libpcp_pmda to make it
2221       much easier to implement persistent instance domains. Rolled from
2222       libpcp_pmda.so.2 to libpcp_pmda.so.3, retained symlink for v2.
2223       Converted proc_net_dev and proc_partitions in the linux PMDA to
2224       use the new pmdaCache functionality, see pmdacache(3).
2225     - refine pmcd's handling of SIGINT and SIGTERM to use sigaction() and
2226       try to report the details of the process terminating pmcd
2227     - added the summary PMDA to the open source distribution, to provide
2228       high-level summary of system activity for large machines or large
2229       clusters of machines.
2230     - bug:939275 pmstat output format does not scale for large systems
2231     - bug:939284 correct man page source and packaging to ensure all of
2232       the man pages are in the correct package, and will be correctly
2233       indexed once installed
2234     - bug:861705 add pmproxy to support pmcd protocol proxying for
2235       clusters with head nodes and for monitoring through a firewall
2236     - rfe:919678 added new tool (pmie2col) to convert pmie -v output
2237       into pretty multi-column format
2238     - bug:939467 pcp needs to explicitly provide libpcp_pmda.so.2
2239     - 940865 - network security probe crashes pmcd
2241 pcp-2.4.0-7 (with ProPack4/SP0)
2242     - bug:919901 cisco PMDA confused by Description: line containing '>'
2243     - bug:920140 inapppropriate glob expansion of "disallow * : all;"
2244       in pmcd.conf after PCP upgrade from pcp-2.3.2 to version 2.4.0
2245     - bug:913157 "proc.runq.swapped shows 0 in this state" - updated help
2246       text for linux PMDA to indicate that kernel threads are not
2247       counted in the "swapped" tally.
2248     - bug:918205 fix build issues in SuSE, disallow install-sh ambiguity
2249     - bug:921103 correct build issues for SuSE
2250     - bug:923770 ProPack 4 pmieconf on Oct 22 image wont start
2251     - bug:923777 reconcile changes made to PCP in SLES9 by SuSE
2252     - bug:924714 remove disk.xvm metrics. Now handled by xvm PMDA.
2253     - bug:923732 added new mem.util metrics from /proc/meminfo for 2.6 kernels
2254     - bug:925627 instance domain for proc metrics now includes PNTL threads
2255     - bug:924909 excise all references to file(1) and the "magic" file
2256     - bug:925865 cleanup makefiles for more consistent modes and remove
2257       replicated or questionable directory creations
2258     - assorted rework to support SLES9 and RH Fedora Core 2 Linux
2259       distributions
2260     - clean up of Mac OS X port, including additional O/S metrics
2261     - bug:923773: new metrics mem.vmstat from /proc/vmstat for 2.6 kernels
2262       This also fixes swap.{pagesin,pagesout,in,out}, which have been
2263       deleted from /proc/stat
2264     - rfe:926192 add -u option for pmlogger(1) to force unbuffered writes
2265       (useful when applications monitoring a growing archive)
2266     - rfe:912895 Add pmlogreduce(1) to perform statistical reduction
2267       of PCP archives over the temporal domain by increasing the sample
2268       interval and greatly reducing the size of long-term archives
2270 pcp-2.4.0-1 (5 Aug 2004)
2271     - Installation layout changed to conform to FHS on platforms
2272       where this is appropriate:
2273             Old         New
2274             /var/pcp    /var/lib/pcp
2275             /usr/doc    /usr/share/doc/pcp
2276     - bug:916484: %post script to migrate /var/pcp to /var/lib/pcp
2277       and bump to PCP 2.4.0.
2278     - bug:916657 mem.util.* metrics were incorrectly exported when zero
2279     - add demo program procmemstat to report per-process memory usage
2280     - Add Mac OS X support - port libraries, collection and logging
2281       infrastructure, provide Mac OS X PMDA.  Target is Mac OS X 10.3.
2282     - Add Windows support - port libraries, collection and logging
2283       infrastructure, provide Windows PMDA using the PDH (Performance
2284       Data Helper) APIs.  Target is Windows 98 or later, but must have
2285       either Cygwin or SFU (aka Interix) run-time installation.
2286     - Enhance Solaris support - provide Solaris PMDA using the kstat()
2287       APIs. Target is SunOS 5.8.
2288     - Add AIX support - port libraries, collection and logging
2289       infrastructure, provide AIX PMDA using ther perfstat() APIs.
2290       Target is AIX 5.2.
2291     - rfe:916189 Improvements to archive interpolation diagnostics
2292       under -Dinterp
2293     - bug:916189 use snprintf in preference to sprintf to harden defences
2294       against possible buffer overrun issues
2295     - bug:918878 avoid using file(1) in pmafm and mkaf due to problems
2296       with "magic" extensions for PCP file typing on some platforms
2297     - Linux "rc" scripts enhanced to support both the SuSE and RedHat
2298       regimes
2299     - bug:916354 set SO_KEEPALIVE on the pmcd connection socket to stop fd
2300       leaks with noisy networks
2301     - bug:916189 Fix up handling of tty name (from command line) for
2302       roomtemp PMDA
2304 pcp-2.3.2-13 (SGI Internal release)
2305     - fix bug 902034 for pcp-sgi proprietary package. Added topdisk,
2306       topsys and man pages. Fixed shubstats and enhanced pmshub.
2307     - support for 2.6 style /proc/diskstats
2308     - support 2.6 /proc/stat cpu stats, new metrics:
2309       kernel.percpu.cpu.{intr,wait.total}
2310     - bug #905010 some minor man page tweaking
2311     - bug 907846: pcp cpu.idle metrics wrap prematurely on 2.6 kernels
2312     - bug 907673: linux swap.{pagesin,pagesout} metrics are wrong
2313     - bug 909111 hinv.machine was wrong for Altix. Also, changed several
2314       hinv metrics from instant to discrete.  
2315     - bug 909141: /etc/init.d/pcp now supports "restart"
2316     - bug 911201: PCP network.udp statistics are incorrect
2317     - bug:912971: install rc script to /etc/init.d, works on both RH and SuSE
2318     - bug:912972: promote network.interface metrics to 64bit unsigned,
2319       detect and handle 32bit wraps
2320     - bug:914790 parameterize /var/pcp paths, use /var/lib/pcp by default
2321     - bug:914555: not all mem.util.* metrics available on all kernels
2322     - bug:904478: pcp slabinfo metrics broken for 2.6.x kernels
2324 pcp-2.3.2-4 (6th October 2003)
2325     - fix - on SGI Altix systems, scan topology from /hw rather than /dev/hw
2326     - fix - bug #896808 kernel.{all,percpu}.cpu.idle is unsigned long and is
2327       hence exported as a 64bit ascii number in /proc/stat on 64bit kernels.
2328       Same fix for the per-process cpu metrics in /proc/*/stat affecting
2329       proc.psinfo.{utime,stime,cutime,cstime}
2330     - (proprietary) pcp-pro now obsoletes pcp-snia for the Altix platform
2331     - deprecate the PCP_LIB_COMPAT_DIR variable in /etc/pcp.conf
2332     - add Linux memory metric (mem.util.other) and memory metrics help text
2333     - add lockstat PMDA identifier into stdpmid list
2334     - add Linux vfs metrics (files, inodes, dentries)
2335     - fix - bug #900363 in linux PMDA to handle > 128 CPUs in /proc/stat
2336     - minor cleanup in libpcp, bug #901776
2338 pcp-2.3.1-4 (16 July 2003)
2339     - fix - repair Linux fallout from TRIX changes
2340     - Makepkgs now extracts src tarball from srpm and includes build version
2341       in the tar filename
2342     - fix - make pmtrace and libpcp_trace endian safe, bug 893884
2343     - fix - don't sum non-disk entries from /proc/partitions in disk.all
2344       metrics, and add new SGI XVM metrics below disk.xvm, bug 895611
2345     - minor help text changes in the linux PMDA
2347 pcp-2.3.0-17 (for dev testing)
2348     - fix - compilation warnings in the mount PMDA.
2349     - fix - pmie builds with recent versions of bison.
2350     - fix - several XFS metrics to work with the current/previous XFS versions.
2351     - fix - build on Redhat 9 wrt errno.h changes.
2352     - added several new XFS metrics.
2353     - remove inclusion of some kernel headers from the Linux PMDA code.
2354     - fix - sginap() macro platform_defs.h overflows causing pmie, pmval and
2355       assorted qa tests to hang, bug 891861
2356     - fix - repair fallout from autoconf-2.57 changes in Redhat 9 (broke
2357       "echo without newline" detection for pcp.conf), bug 892029
2358     - fix - under rare conditions, pmFetchArchive() may return with
2359       a bogus return value, bug 892037
2360     - fix - make pmlogger_check tolerant of hostname(1) returning the fully
2361       qualified domain name, bug 892079
2362     - fix race in pmTimeConnect (for pcp-pro only), bug 892827
2364 pcp-2.3.0-15 (21 May 2003)
2365     - fix - pmdampi name space issue issue, bug 891599
2367 pcp-2.3.0-14 (27 Feb 2003)
2368     - Fix for 882525: Linux pmda fails with openafs module at Fermilab
2369       problem in symbol table management, correction also involved
2370       removing the regexp() use and cleanup resulting in a 60% speed-up.
2371       Thanks to Troy Dawson <dawson@fnal.gov> for helping to track this down.
2373 pcp-2.3.0-13 (21 Feb 2003)
2374     - portablility changes to enable building the PCP infrastructure on
2375       Solaris, based on contributions from Alan Hoyt <ahoyt@moser-inc.com>
2377 pcp-2.3.0-12 (17 Feb 2003)
2378     - fix segfault for kernels which do not have CONFIG_MODULES
2379       reported by David Douthitt <DDouthitt@cuna.coop>
2381 pcp-2.3.0-11 (12 Feb 2003)
2382     - patch from Anas Nashif <nashif@planux.com> to work with glibc 2.3.1
2383     - fix - pmlogger_check failure messages are too verbose
2384     - fix - pmclient sometimes reports bad Busy CPU (#) on MP systems
2385     - fix - Piggy-back PDU and endian conversion error
2386     - fix - Minor problem with error-handling in pmlc-pmlogger
2387       connection protocol
2388     - fix - cleanup handling of children's exit status for pmie
2389     - fix - need better diagnostics to debug trace PMDA
2390     - fix - Minor cleanup of PCP man pages
2391     - fix - command buffer too small in pmnsdel
2392     - Solaris portability changes from Alan Hoyt <ahoyt@moser-inc.com>
2393       (qa only so far)
2394     - fix - minor warnings and build cleanup
2395     - fix - serialize the pcp build
2397 pcp-2.3.0-10 (16 December 2002)
2398     - Changes to pmlogconf to improve usability
2399     - pmie_check fails when log files relocated via symlink
2400       reported by Micah Altman <Micah_Altman@harvard.edu>
2401     - fix linux pcp upgrade saves pmns but doesn't save pmcd.conf
2402     - fix pmlc logic error in handling descriptor fetch failures
2403     - pmdumplog reports incorrect sizes for PDUs on ia64
2404     - fix /proc scanning for newer 2.4.x kernels and for 2.5.x
2405     - pmproxy support in libpcp
2406     - change the units of kernel.all.uptime from hours to seconds
2407       contributed by Mike Mason <mmlnx@us.ibm.com>
2408     - fix pmafm remove does not list all files
2409     - Units wrong for proc.psinfo.rss_rlim, Mike Mason <mmlnx@us.ibm.com>
2410     - in build/rpm/GNUmakefile, remove '=' from --target since rpm v4
2411       doesn't seem to like it Todd Davis <todd.c.davis@intel.com>
2412     - fix rpm upgrade post install processing for pmieconf rules
2413     - large number of new metrics and bug fixes from Mike Mason
2414       <mmlnx@us.ibm.com> to support metrics required by libgtop. These
2415       include the following:
2417       (new) Total idle time since boot
2418             kernel.all.idletime
2419       
2420       (new) current # of user sessions
2421             kernel.all.nusers
2422       
2423       (new) Last pid used
2424             kernel.all.lastpid
2425       
2426       (new) Filesystem blocksize from statfs()
2427             filesys.blocksize
2428       
2429       (new) Filesystem free space available to non-superusers from statfs()
2430             filesys.avail
2431       
2432       (modified) Per process command name
2433             proc.psinfo.cmd
2434       
2435       (new) Per process command line from /proc/<pid>/cmdline
2436             proc.psinfo.psargs
2437       
2438       (new) Per process CPU number from /proc/<pid>/stat
2439             proc.psinfo.processor
2440       
2441       (new) Per process wait channel symbol name
2442             proc.psinfo.wchan_s
2443       
2444       (new) Per process signal info from /proc/<pid>/status
2445             proc.psinfo.signal_s
2446             proc.psinfo.blocked_s
2447             proc.psinfo.sigignore_s
2448             proc.psinfo.sigcatch_s
2449       
2450       (new) Per process map info from /proc/<pid>/maps
2451             proc.memory.maps
2452       
2453       (new) Per process memory info from /proc/<pid>/status
2454             proc.memory.vmsize
2455             proc.memory.vmlock
2456             proc.memory.vmrss
2457             proc.memory.vmdata
2458             proc.memory.vmstack
2459             proc.memory.vmexe
2460             proc.memory.vmlib
2461       
2462       (new) Per process user and group ids from /proc/<pid>/status
2463             proc.id.uid
2464             proc.id.euid
2465             proc.id.suid
2466             proc.id.fsuid
2467             proc.id.gid
2468             proc.id.egid
2469             proc.id.sgid
2470             proc.id.fsgid
2471       
2472       (new) Per process user and group ids converted to names
2473             proc.id.uid_nm
2474             proc.id.euid_nm
2475             proc.id.suid_nm
2476             proc.id.fsuid_nm
2477             proc.id.gid_nm
2478             proc.id.egid_nm
2479             proc.id.sgid_nm
2480             proc.id.fsgid_nm
2481       
2482       (new) Semaphore limits from semctl()(needed by libgtop)
2483             ipc.sem.max_semmap
2484             ipc.sem.max_semid
2485             ipc.sem.max_sem
2486             ipc.sem.num_undo
2487             ipc.sem.max_perid
2488             ipc.sem.max_ops
2489             ipc.sem.max_undoent
2490             ipc.sem.sz_semundo
2491             ipc.sem.max_semval
2492             ipc.sem.max_exit
2493       
2494       (new) Message queue limits from msgctl()(needed by libgtop)
2495             ipc.msg.sz_pool
2496             ipc.msg.mapent
2497             ipc.msg.max_msgsz
2498             ipc.msg.max_defmsgq
2499             ipc.msg.max_msgqid
2500             ipc.msg.max_msgseg
2501             ipc.msg.num_smsghdr
2502             ipc.msg.max_seg
2503       
2504       (new) Shared memory limits from shmctl() (needed by libgtop)
2505             ipc.shm.max_segsz
2506             ipc.shm.min_segsz
2507             ipc.shm.max_seg
2508             ipc.shm.max_segproc
2509             ipc.shm.max_shmsys
2511     - fix libpcp_trace stub library does not build on ia64
2512     - fix make clean doesn't remove all that it should
2513     - fix pmlogger gram.y syntax error for newer bison
2514     - fix pmstore value "too big" test does not work on 64bit platforms
2515     - fix memory leak in pmlogger on 64bit platforms
2516     - fix update-magic to recompile the magic file after install
2517     - fix pmie alarm actions, suggested by Todd Davis <todd.c.davis@intel.com>
2518     - fix man pages to be compatible with khelpcenter and man2html
2519     - use rpmbuild rather than rpm --rebuild for RH8, contributed by
2520       Todd Davis <todd.c.davis@intel.com>
2521     - use rpm instead of rpmbuild if rpmbuild isn't available, contributed
2522       my Mike Mason <mmlnx@us.ibm.com>
2523     - in pmdas/linux/ksyms.c, use __psint and %p format for for address
2524       scanning, contributed my Mike Mason <mmlnx@us.ibm.com>
2525     - use "make" by default in Makepkgs rather than explicitly gmake
2526     - Add top level GNUmakefile check for gmake (stolen from glibc)
2527     - Correctly check status in rule for pcp.src in build/GNUmakefile
2528     - correctly check rpmbuild exit status in Installpkgs.
2529     - fix NULL ptr deref in src/pmdas/linuyx/proc_pid.c for the
2530       case where a process exits while we're reading /proc/<pid>/status
2532 pcp-2.2.2-9 (11 December 2001)
2533     - fixed mangle-src to catch all copyrights in the open source package
2534     - fixes from gilly@exanet.com for /proc/cpuinfo on alpha platform.
2535     - change configure.in to work with autoconf version 2.50
2536     - fix configure.in to work when ps gives warnings on stderr;
2537       (eg. System.map doesn't match running kernel)
2538     - added lmsensors PMDA, contributed by Troy Dawson <dawson@fnal.gov>
2539     - added kernel.all.uptime, contributed by Gilly <gilly@exanet.com>
2540     - fixed int overflow with kernel.*.cpu.* metrics. Fix contributed
2541       by Gilly <gilly@exanet.com>
2542     - use sysconf(_SC_CLK_TCK) to determine HZ
2543     - fix sapic scanning for sn-ia64 in proc_cpuinfo.c
2544     - fix from gilly@exanet.com for scanning 2.4.x /proc/stat disk stats
2545     - bug 826904 Ensure atomicity of PMNS updates as seen by PMNS readers,
2546       and add transactional-level locking to ensure mutual exclusion
2547       between PMNS updaters
2548     - bug 817376 pmlogger makes too many round trips to pmcd
2549     - bug 828416 - pmlogger access control will not accept hostnames
2550       containing hyphens
2551     - bug 820891 More robust mapping of system error codes to strings to
2552       accommodate the growing range of errno values in IRIX and differences
2553       between IRIX and Linux
2554     - bug 826681 - Having $MAGIC set screws up Linux file(1) with consequent
2555       havoc for PCP scripts. Fixes to mkaf and pmie_check.
2556     - fix from Brian Harvell <harvell@aol.net> to allow pcp.conf.in to be
2557       configured with the following cmdline options to the configure script:
2558       --datadir --sbindir --localstatedir --libdir --mandir --bindir
2559       --includedir and --prefix
2560     - fixes from Brian Harvell <harvell@aol.net> for incorrectly
2561       configured paths in src/pmie/src/pmie.c src/pmns/pmnsdel.c 
2562       and src/pmns/pmnsmerge.c
2563     - from Thomas Graichen <tgr@spoiled.org>, support for bzip2 compressed
2564       man pages (such as used in Mandrake 8.x)
2565     - from Martin Knoblauch <Martin.Knoblauch@TeraPort.de>, fix for a problem
2566       where if LANG is not "C", the is_chkconfig_on() shell function in
2567       rc-proc.sh does not work, causing problems with the rc scripts.
2568       src/libpcp/src/pdu.c - 1.3
2569     - bug 836236 in libpcp: better handling of piggy-back PDU in the boundary
2570       case where the second PDU is so short that it does not contain even a
2571       full PDU header.
2572     - fix src RPM build on Turbo Linux. If /usr/lib/rpm/brp-compress
2573       exists then always use gzipped man pages.
2574     - fix buglet where file-3.35 in RH7.2 uses a compiled magic file
2575     - fix buglet where gawk complained about "\{" on Mandrake linux
2576     - on SGI SNIA systems, map node number from sapic to cnode in /dev/hw/nodenum
2577     - bug 843215, fix pmie's sprintf looking for it's config file
2578     - bug 842905, when /var/log/pcp is a symbolic link, pmie_check fails
2580 pcp-2.2.1-3 (21 June 2001)
2581     - remove unwanted *.rpmorig files after upgrade 
2582     - fixed bug #827972, pcp root exploit with pmpost
2583     - fixed assorted other security issues.
2585 pcp-2.2.0-15 (23 May 2001)
2586     - don't include linux/kernel_stat.h and avoid __sparc__ conditional code 
2587     - from Michal Kara: rc will rebuild PMNS if root_* files newer than root
2588     - add the roomtemp PMDA for measuring temperatures using the 1-Wire
2589       serial network ans sensor technology from Dallas Semiconductor
2590     - zero network.tcpconn values before counting them in /proc/net/tcp
2591       (Michal Kara's original code was correct - markgw busted it!)
2592     - add new LGPL library libpcp_http. Used by permission of the author,
2593       Laurent Demailly <L@Demailly.com>
2594     - minor surgery on apache PMDA to link with -lpcp_http
2595     - minor fix diagnostic from __pmLogRead
2596     - as reported by Alexander L. Belikoff <abel@vallinor4.com>, it was
2597       not possible to disable the primary logger via changes to the
2598       /var/pcp/config/pmlogger/control file ... this has been fixed
2599     - as reported by Alan Bailey <bailey@mcs.anl.gov>, the assumption
2600       that /var/pcp/config/pmlogger/control was version 1.1 was implicit 
2601       ... this is now documented and the pmlogger_* scripts will warn
2602       if the deprecated version 1.0 format is used accidently
2603     - from Michal Kara: fix mem leak in apache PMDA
2604     - from Michal Kara: install /var/pcp/config/pmlogger/Makefile
2605       (src is in src/pmlogctl/Makefile.install). This provides pre-processing
2606       of pmlogger config files with cpp.
2607     - reintroduction of "impl.h" header, deprecate "pmapi_dev.h" and major
2608       makefile surgery to reintegrate the IRIX and Linux PCP source trees
2609     - add ia64 support infrastructure.
2610     - use -fno-strict-aliasing for correct ia64 compilation
2611     - use -fpic to avoid gprel errors linking shlibs on ia64
2612     - don't use -P with cpp, thus preserve line numbers
2613     - post-process help text to reformat long lines
2614     - pv:789819 fixes to mailq and sendmail PMDAs
2615     - fix endian-sensitive IP addr construction in cisco PMDA
2616     - fix sscanf unaligned access warnings on ia64 for cisco PMDA
2617     - support v1 help text again, conditional on HAVE_NDBM
2618     - fix pmval's qsort compare routine for instances
2619     - surgery on almost all man pages, merge with IRIX PCP man pages
2620     - promote shping to open-source status
2621     - fix bug #814989 where disk.all.* not summed correctly (if the sard
2622       patch has been applied to running kernel)
2623     - with the sard patch applied to the kernel, disk.all metrics were
2624       being summed as the total of disk.partitions and disk.dev metrics,
2625       resulting in approximately twice the rate of disk I/O for the
2626       disk.all metrics
2627     - added more disk metrics and update help text
2628     - the "cpu" instance domain is now dynamic and supports any number of CPUs
2629     - fixed pmie rc and pmie_{check,daily} scripts
2630     - a bunch of places were using $PCP_VAR_DIR/config/pmcd/pmcd.conf
2631       as the path to pmcd.conf (which is correct). Others were using
2632       /etc/pmcd.conf (which is only correct on IRIX).
2633     - merged IRIX/Linux versions of pmsocks
2634     - mimic the IRIX xconfirm behaviour more closely, pv 817289
2635     - pv:817367 Handle SIGCHLD from xconfirm problem on Linux
2636     - minor changes in error messages to make them less IRIX-centric
2637       and hence more sensible for Linux
2638     - fix weblog link in doc dir logic and old netscape should be
2639       detected as CERN not NS_PROXY.
2640     - fix weblog so regex in the configuration file is recognized
2641       correctly on all platforms
2642     - only run weblogconv.sh on linux
2643     - conversion to more simple copyright in numerous places
2644     - avoid grep -q usage: not supported on early IRIX
2645     - pv:803341 Change Creator: for mkaf from mkaf to pmchart to assist
2646       with pmafm replay when pcp also installed.
2647     - updated man page text for platform-agnostic descriptions.
2648     - fix 817880 pmafm remove does not list all files
2649     - src/pmie/GNUmakefile Fix busted sed translation of the control
2650       file so the logfiles (and hence directories) are ...pmie/<hostname>
2651       rather than pmie<hostname>
2652     - renamed all Makefiles to GNUmakefile
2653     - makefile surgery to allow multiple RPMs to be built from one src tree
2654     - fixes to src/pmcd/pmdaproc.sh to not use test -e
2655     - pv:815326 fix pcp linux /usr/share/magic doesn't detect pmie config
2656     - pv:818381 fix pmie_check fails esp integration
2657     - man page for pmlogsummary was in both pcp and pcp-pro
2658     - fix to src/pmie/pmie_check.sh, improve pattern to match No such
2659       file or directory for linux
2660     - fix all linux specs to install root,root rather than root,bin
2661       (needed to avoid warnings when installing on redhat7.1)
2662     - add GNUmakefile.install for all PMDAs, installed in each PMDA dir
2663     - fix src/pmdas/weblog/server.sh to use quotes on -d that was breaking
2664       when parameter empty.
2665     - pv:807561 change pmprobe -i and -I semantics to call pmGetInDom
2666       rather than using the returned indom from pmFetch
2667     - add hinv.machine for oview to use
2668     - change the cpu instance domain to use the numa names if they are
2669       present on the machine, else revert to cpuX syntax
2670     - numerous fixes so the src RPM builds on all platforms
2671     - pv:824382 - xfs block metrics were scaled incorrectly
2672     - add support for /proc/slabinfo metrics (mem.slabinfo.*)
2673     - add new "process" and "mounts" PMDAs, contributed by Alan Baily
2674     - added GPL copyrights to process and mounts src, fixed makefiles
2675       to extract domain number from stdpmid and added install targets,
2676       and small change to ignore comments in conf files.
2677     - added hinv.pagesize (uses the getpagesize(2) system call)
2678     - fixed bug #825229 where rpm upgrade would clobber root pmns for PMDAs
2680 pcp-2.1.10-8 (released circa Oct 18 2000, with SGI ACE1.4)
2681     - guard against DOS attack by restring incoming PDU size to 64K.
2682     - add hinv.map.cpu and hinv.cpu metrics exported by /proc/cpuinfo
2683     - fix small error in INSTALL_MAN rule in src/include/builddefs.in
2684     - fix for bug #793427 - correct symlinks for man pages with multiple
2685       entries in the .SH NAME section.
2686     - add network.tcpconn metrics to export counts of tcp connections in each
2687       state. Code contributed by Michal Kara (lemming@arthur.plbohnice.cz)
2688     - few minor fixes for build on ia64
2690 pcp-2.1.9-12 (released circa Sept 13 2000, with SGI Propack1.4)
2691     - for 2.4 without sard, correctly match disk numbers in /proc/stat
2692       with major,minor numbers in /proc/partitions.
2694 pcp-2.1.9-11 (unreleased)
2695     - add pagebuf metrics (Daniel and Nathan)
2696     - fixes so the build works if pcp is not already installed
2697     - minor security fix to pcp.spec.in (force mode 644 for .NeedRebuild)
2698     - make sure the src RPM builds correctly (LSRCFILE issues from LinuxWorld)
2699     - fix for bug #797756, upgrade from pcp2.1.6 to any newer version leaves
2700       pcp chkconfig off and the name space does not get rebuilt.
2701     - extended the weblogs PCP agent so it can report proxy/squid
2702       http servers, and added assorted http cache statistics.
2703     - fixed the Cisco router PCP agent (it was broken in pp1.3).
2704     - add support for disk stats in 2.4.x kernels with "disk_io" field
2705       in /proc/stat (only used when sard patch is not installed)
2706     - if the pcp-pro package (SGI proprietary) is installed, all libpcp
2707       clients on linux are now "authorized" to monitor IRIX systems that
2708       do not have a pmcd collector license.
2710 pcp-2.1.9-6 (released 2 Aug 2000 for propack1.4 - alpha, not final)
2711     - install /usr/share/pcp/lib/rc-proc.sh containing common
2712       shell functions for use by rc scripts - these functions
2713       are tolerant of the chkconfig command missing (as in SUSE).
2714     - update all rc scripts and {pmlogger,pmie}_{check,daily} scripts
2715       to use the new rc-proc.sh functions. Remove the /etc/sysconfig
2716       stuff entirely (it was not being used anyway).
2717     - fix for #795934 : after rpm -U, pcp is chkconfig off. It turned
2718       out that an upgrade executes the %post _and_ the %preun scripts,
2719       which resulted in pcp being chkconfig'd on then off again.
2720     - fix pmie rc scripts so they work, are chkconfig friendly,
2721       and cope with _and_ without pmieconf (which is in pcp-pro).
2722       Also install /var/pcp/config/pmie/config.default as a simple example
2723       to monitor the load average and report to syslog. The pmie
2724       daemon is chkconfig off by default.
2725     - default run levels for pmcd and pmie (daemon) are now 2345, for SUSE
2726     - reconcile troff and groff differences in man page sources
2727     - fix for bug #797049 use strftime(%z) to determine timezone offsets
2728       w.r.t. daylight savings
2729     - portability surgery on src/libpcp_trace, and add new pmtracecounter()
2730       function, see pmtracebegin(3) for details.
2731     - reconcile pcp.env and pmcd.options from IRIX
2732     - fix for bug #797048 update-magic does not fully remove old entries
2733       before adding new, hence the magic file would grow after each upgrade
2734     - other minor reconciliation work with IRIX
2735     - fix build environment to allow proper handling of compressed man pages
2736     - add support for RPM version 4.
2737     - add support for add kernel.{all,percpu}.syscall metrics
2738       (requires kernel patch)
2739     - fixed for bug #797164: potential SEGV due to calling realloc on a 
2740       misused pointer - src/pmdas/weblog/weblog.c
2741     - use realpath(3) to resolve devices in /proc/mounts for filesys.* metrics
2744 pcp-2.1.8-2 (released 30 June 2000)
2745     - fix for bug #793871 pmlogger_check fails after redhat upgrade
2746       (because PCP entries in /usr/share/magic were clobbered)
2747     - also install /var/pcp/pmdas/linux/pmdalinux (as a non-DSO
2748       agent for debugging and profiling purposes).
2749     - added pmda.uname (uname -a) and pmda.version (linux pmda version)
2750       metrics. The pmda.uname metric is needed by the "pcp" command.
2751     - fix for #789025 fix to ensure rpm --verify succeeds immediately
2752       after an install, and other errors in pmlogger_check
2753     - released with ACE 1.3 (MR 19 Jul 2000)
2755 pcp-2.1.7 (internal release for testing)
2756     - merged changes from IRIX for multiple namespace support in
2757       pmdaproc.sh
2758     - parameterized path to pmcd.conf and pmcd.options to avoid
2759       having to move these files in IRIX. Use PCP_PMCDCONF_PATH and
2760       PCP_PMCDOPTIONS_PATH respectfully.
2761     - add new error define PM_ERR_LOGFILE (reconciled from IRIX)
2762     - conditional pragma for pmGetConfig (not used in linux)
2763     - use if defined(HAVE_OBJECT_STYLE) to guard __pmCheckObjectStyle
2764       since it's not used in linux (reconciled with irix code)
2765     - correct logic used to scan for pmlogger pid in pmlogger_check
2766       in case where pmlogger exits prematurely, part of #789025
2767     - added -Wall to default CFLAGS and LDFLAGS
2768     - added xfs metrics (needs kernel support else no values available)
2769       extracted from /proc/fs/xfs/stat
2770     - added nfs (version 3) metrics, same names as on irix, bug #789669
2771     - fix instance domain for kernel.percpu.interrupts, bug #790372
2773 pcp-2.1.6 (released 3 May 2000)
2774     - released with ISE 1.2 (MR 25 May 2000)
2775     - released with ISEMAIL 1.0 (MR 24 May 2000)
2776     - this is the version shipped with SGI ProPack1.3
2777     - change use of __clone to pthread_create for portability
2778     - add support for raid disk stats (previously ignored)
2779     - fix for bug #789425 pmie suspect behaviour with "delta" keyword
2780     - add support for devfs style scsi disk names
2781     - fixed a problem where nfs stats were always showing NFSv3 stats
2782       rather than NFSv2 stats. We are not (yet) supporting NFSv3 stats.
2784 pcp-2.1.5 (released 12 April 2000)
2785     - released with SGI ACE 1.2 (MR 19 Apr 200)
2786     - fix bug #786743 filesys metrics are wrong
2787     - fix potential segfault bug in timezone handling
2788     - tolerate SUSE's location of magic file different to Redhat's
2789     - tolerate no chkconfig on SUSE (use %postinstall create rc symlinks)
2791 pcp-2.1.4 (released 15 Feb 2000)
2792     - fix for segfault src/pmdas/linux/pmda.c on linuxppc, found by
2793       Dale F. Brantly <dale.brantly@sgi.com>
2794     - fix build error in src/pmclient, was trying to use pmgenmap
2795       without /etc/pcp.env, also found by Dale.
2796     - setlinebuf(stdout) for all clients that loop
2797       (fixes a buffering problem on alpha-linux).
2798     - fixed some missing "{" in conditional variable assignments
2799       in src/pmie/etc_init.d_pmie (found by lstep@free.fr)
2800     - changed use of pmgenmap in build for pmclient and
2801       pmkstat to be consistent (found by lstep@free.fr)
2802     - don't assume clock tick rate is 100/second. Use the CLK_TCK macro
2803       instead. Rearrange arithmetic in src/pmdas/linux/pmda.c where we
2804       divide by CLK_TCK to avoid truncation in conversions from jiffies
2805       to milliseconds.
2806     - return "no values available" rather than PM_ERR_APPVERSION for
2807       the metrics disk.{all,dev}.{read,write,total}_bytes since these
2808       are not available on systems without the "sard disk patch".  This
2809       is now consistent with requests for disk.partitions.* metrics.
2811 pcp-2.1.3 (released with 2.1.4)
2812     - released with ISE 1.0 (MR 1 Mar 2000)
2813     - added hinv.map.scsi metric as a map of SCSI devices (if any)
2814     - added disk.dev.{read,write,total}_bytes
2815     - filter devpts from filesys.* metrics to avoid FPE errors
2816     - added support for new style Apache configuration file and
2817       "silent" install to weblog scripts
2819 pcp-2.1.2 (released with 2.1.4)
2820     - released with SGI ACE 1.0
2821     - fixed date field in LSM
2822     - install pmiestats.h for pmieconf
2823     - renamed /var/pcp/config/pmafm/pcp-col to
2824       /var/pcp/config/pmafm/pcp
2825     - added network.{ip,icmp,tcp,udp} metrics
2826       extracted from /proc/net/snmp
2827     - fixed shell syntax error in pmlogger_daily(1)
2828       (changed test -l to test -f)
2829     - fixed problem with definition of __psint_t on 64bit machines
2830     - fixed timezone problem with daylight saving
2832 pcp-2.1.1 (released 7 Dec 1999)
2833     - initial pcp-2.1.1 open source release