Skip to content

Commit

Permalink
docs: update changelogs for this weeks release
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott authored and Markiyan Kushnir committed Mar 17, 2016
1 parent 6b24b78 commit 552a622
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 2 deletions.
62 changes: 61 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,65 @@
pcp-3.11.1 (18 March 2016)
- [Work-in-progress, see http://pcp.io/roadmap]
- libpcp: multi-archive contexts (directory or comma-separated)
- libpcp: fix corner case in loading PMNS causing duplicates
- libpcp: fix pmLoadDerivedConfig return code, man page updated
- libpcp: fix initialization error in roll-your-own TPD (MacOSX)
- libpcp_import: new pmiPutMark() API to write <mark> records
- libpcp_import: check timestamp ordering in pmiPutResult too
- pmieconf: rule to automate restarting of unresponsive PMDAs
- pmdadarwin: add a hinv.machine metric like other platforms have
- pmdaelasticsearch: adjust to deal with elasticsearch API change
- pmdaopenbsd: first working version, basic kernel metrics
- pmdaoracle: Oracle database metrics available and updated
- pmdaoracle: improve error handling on disconnect/reconnect
- pmdalinux: fix metric units for swapdev.priority metric
- pmdalinux: fix interrupts data types for big endian hosts
- pmdalinux: require privileged client for slabinfo metrics
- pmdalinux: support for MD driver statistics and status
- pmdammv: name mmv control metrics with standard convention
- pmdaperfevent: add extension for perf derived events
- pmdapmcd: restrict pmcd.services to checking known pcp services
- pmdaproc: fix possible sigsegv with unexpected refresh order
- pmdasample: add sample.negative metrics for test coverage
- pmdaslurm: add allocated cores metric
- pcp2graphite: add an option to specify pickle protocol
- pcp2graphite: use cPickle instead of pickle for speed
- pcp2graphite: send all metrics at once in pickled mode
- pcp-vmstat: wrapper for pmstat to be more vmstat-alike
- pcp-iostat: uninterpolated archive replay with -u option
- pcp-iostat: tweak syntax used for old python versions (2.6.6)
- pcp-iostat: signal handling improvements to dodge warnings
- pcp-iostat: add -P flag for setting precision (ala pmrep)
- pcp-dmcache: dynamic lvname width to avoid truncation
- pmie: updates to the PATH handling for pmie shell actions
- pmrep: fix extended header times with -O, and sample count
- pmrep: correctly handle the end of the time window
- pmrep: improve stdio flushing to avoid exception errors
- pmrep: fix timezone handling and reporting
- pmrep: adjust exit codes for consistency
- pmrep: do not issue fsync, makes no sense here
- pmrep: finalize zabbix transfers in all cases
- pmsignal: provide a targetted program mode, -p option
- pmsignal: make dry-run mode show the full command line
- pmsocks: use the wrapper script from the tsocks package
- pmval: correct handling of real negative values
- perl api: fix input-type-socket connection logic typo
- perl api: merge pmdalogger logic fix for input string handling
- zbxpcp: add derived metrics configuration support
- zbxpcp: support both Zabbix 2 and 3 versions simultaneously
- dbpmda: add -f option to skip .dbpmdarc processing
- collectl2pcp: write a <mark> record between each input source
- build: pmdasnmp is now conditionally built as nature intended
- build: install pmlogconf where it will be found, like pmieconf
- build: fix rpmbuild warnings about symlink attrs
- build: fix compiler warnings from perl PMDA module
- build: fix af_unix-related solaris build failure
- build: rework Makepkgs configopts logic for rpm/dpkg confusion
- build: allow rpm signing, bintray upload tweaks (gpgenabled=1)
- build: non-verbose reporting on Makepkgs deb packages too
- build: add /usr/local/bin to search path for new Mac OS X Qt
- packaging: several Debian build depencency corrections
- porting: numerous OpenBSD portability changes across the board
- porting: numerous Mac OS X fixes and testing (incl a pmpython)

pcp-3.11.0 (29 January 2016)
- containers: add a pcp-pmwebd container image
Expand Down
7 changes: 6 additions & 1 deletion build/rpm/fedora.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2587,7 +2587,12 @@ cd

%changelog
* Fri Feb 18 2016 Dave Brolley <brolley@redhat.com> - 3.11.1-1
- Work-in-progress, see http://pcp.io/roadmap
- Call Remove script when uninstalling individual PMDAs (BZ 1304722)
- Restrict pmcd.services to checking known pcp services (BZ 1286361)
- Support for multi-archive contexts, across all clients (BZ 1262723)
- Remove the default shotgun approach to stopping daemons (BZ 1210976)
- Add mechanism for automatic recovery from PMDA timeouts (BZ 1065803)
- Update to latest PCP sources.

* Fri Jan 29 2016 Mark Goodwin <mgoodwin@redhat.com> - 3.11.0-1
- Significant speedups to elapsed time stopping pmcd (BZ 1292027)
Expand Down

0 comments on commit 552a622

Please sign in to comment.