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