Skip to content

Latest commit

 

History

History
126 lines (104 loc) · 4.21 KB

CHANGELOG.md

File metadata and controls

126 lines (104 loc) · 4.21 KB

PMDA++ Changelog

0.4.5 (unreleased)

Features:

  • support for PCP 4.0.0+

Special thanks to @lberk for contributing to this release.

0.4.4 (2017-10-14)

Features:

  • support for PCP 3.11.5+ (41dd3e2)
  • minor performance tweaks (898ee68)

Bug fixes:

  • Explicit types for pcp::unit (f495c3a)

0.4.3 (2016-07-13)

Features:

  • C++11 support (817e66f)
  • Coverity Scan automation with Travis CI (2973)
  • Clang scan-build automation with Travis CI (83032bc)
  • numerous build and CI improvements.
  • additional unit tests.

Bug fixes:

  • broken --unix command line option (f7c20c5)
  • incorrect instance ID reported in two exception messages (1d5e544)
  • cout format flags left modified (af388d9)
  • pcp::on_store may return prematurely (a3334c4)
  • template functions not fully specialized (1ad276f)

Special thanks to @badone and @bchoi for contributing to this release.

0.4.2 (2015-03-24)

Features:

  • numerous build and CI improvements.
  • PMDA/PMNS [de]registration scripts (9120efc)
  • Fedora packaging conformance (1199693)

Bug fixes:

  • potential segfault in pcp::pmda::cache::lookup (33e02b5)
  • unnecessary stdpmid includes (fe22161)
  • Doxygen documentation corrections.

0.4.1 (2014-09-06)

Features:

  • high resolution event timestamp support (requires PCP 3.9.10+)

Bug fixes:

  • correct functional test dependencies (#26)

0.4.0 (2014-05-15)

Features:

  • pcp::cache::* wrappers for pmdaCache* routines.
  • DSO build examples, with functional tests (#24)

Bug fixes:

  • DSO entry points work now (54fbd03)

0.3.4 (2014-05-10)

Features:

Bug fixes:

  • metrics description fallback (#22)
  • C-style comments for PMNS (#23)

0.3.3 (2014-02-17)

Features:

  • support for skipping pcp::pmda::instance definition (7ffbd69)

0.3.2 (2014-02-16)

Features:

  • config file support (#21)

0.3.1 (2014-02-14)

Bug fixes:

  • pcp::exception copy constructor base construction (52a392e)
  • install examples into examples directory (93ce3ce)

0.3.0 (2014-02-09)

Features:

  • hidden CLI option support (950bebe)
  • more consistent API (bdb5972)
  • CMake build system (#2)
  • CLI option intercept support (#14)
  • install targets (#15)
  • duplicate cluster name support (#19)
  • pmda::supported_metrics exposed as protected (a0dc1f1)

0.2.0 (2013-12-22)

Features:

  • PM_TEXT_INDOM support (#3)
  • unit tests (#12)

Bug fixes:

  • pcp::instance_id_type is now unsigned (#11)
  • pcp::metrics_description functors may segfault if not called in the correct order (f7da268)

0.1.0 (2013-12-08)

  • initial release.