ChangeLog: Add recent bugfix merges … collectd-5.10
authorFlorian Forster <octo@collectd.org>
Fri, 15 Nov 2019 09:58:57 +0000 (10:58 +0100)
committerFlorian Forster <octo@collectd.org>
Fri, 15 Nov 2019 09:58:57 +0000 (10:58 +0100)
… for the Turbostat and GPU NVidia plugins.

ChangeLog

index fda2816..b0bb5f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 2019-10-17, Version 5.10.0
        * turbostat plugin: Power metrics update for recent server CPUs. Thanks
          to Chris MacNamara. #3276
+       * turbostat plugin: Fix warnings generated by the turbostat plugin.
+         Thanks to Ryan Mccabe. #3340
        * ZFS ARC plugin: New cache values are now read on Linux. Thanks to
          Jan-Philipp Litza. #3247, #2843
        * connectivity plugin: monitor the network interface up/down status via
@@ -12,7 +14,7 @@
        * daemon: Check if plugin actually loaded before reporting configuration
          issues. Thanks to Pavel Rochnyak. #3217
        * daemon: Recover setlocale() call in src/daemon/collectd.c do_init().
-         Thanks to Pavel Rochnyak.#3181, #3214
+         Thanks to Pavel Rochnyak. #3181, #3214
        * Build System: Only include <sys/sysctl.h> when needed. Thanks to Ruben
          Kerkhof. #3298
        * Build System: Link to libnsl.so if needed for inet_ntop(). Thanks to
@@ -30,7 +32,7 @@
        * tree-wide: Fix a few issues found with LGTM. Thanks to Ruben Kerkhof.
          #3252
        * tree-wide: fix ssnprintf wrapper. Thanks to Fabien Wernli.
-         #3237,#3232,#3235,#3236
+         #3237, #3232, #3235, #3236
        * tree-wide: Fix make check. Thanks to Ruben Kerkhof. #3306
        * CI System: Travis: switch to Bionic. Thanks to Ruben Kerkhof. #3307
        * CI System: Travis improvements for MacOS. Thanks to Ruben Kerkhof.
@@ -38,7 +40,7 @@
        * MySQL plugin: Minor documentation improvements. Thanks to Christian
          Bartolomäus. #3288
        * Java plugin: Fix typo in an error message. Thanks to Matthias Runge.
-         #3285,#3286
+         #3285, #3286
        * sysevent plugin: Add a few missing calloc result checks in the
          sysevent_init function. Thanks to Andrew Bays. #3282
        * ZFS ARC plugin: A bug that caused the first to values to be skipped
@@ -46,7 +48,9 @@
        * SysLog plugin: restore previous behaviour: fallback to info for
          unsupported level. Thanks to Fabien Wernli. #3236, #3238
        * virt plugin: Fix memory leak with libvirt MetadataXPath enabled.
-         Thanks to Pavel Rochnyak. #3225,#3228
+         Thanks to Pavel Rochnyak. #3225, #3228
+       * GPU NVidia plugin: Fix build of the plugin. Thanks to Ruben Kerkhof.
+         #3320
 
 2019-10-01, Version 5.9.2
        * syslog plugin: Don't fail if syslog loglevel doesn't match. Thanks to