fix missing package in specfile
[collectd.git] / ChangeLog
index b8824db..fda2816 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,89 @@
+2019-10-17, Version 5.10.0
+       * turbostat plugin: Power metrics update for recent server CPUs. Thanks
+         to Chris MacNamara. #3276
+       * 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
+         the netlink library. Thanks to Andrew Bays. #2622
+       * sysevent plugin: A new plugin that monitors rsyslog for system events.
+         Thanks to Andrew Bays. #2624
+       * procevent plugin: A new plugin that monitors process starts/stops via
+         netlink library. Thanks to Andrew Bays. #2623
+       * 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
+       * 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
+         Dagobert Michelsen. #3291
+       * Build System: Remove double "without" added by commit b781871. Thanks
+         to Fabrice Fontaine. #3261
+       * Build System: fix compile time issues. Thanks to Matthias Runge.
+         #3179, #3242, #3245
+       * Build System: Fix activation of snmp_agent. Thanks to Fabrice
+         Fontaine. #3241
+       * Build System: Fix bug that leads to CPPFLAGS gets overridden with
+         CFLAGS when libxmms is enabled. Thanks to Dagobert Michelsen. #3207
+       * perl module: Collectd::Plugins::Openvz: Fix indentation of some
+         closing curlies. Thanks to Christian Bartolomäus. #3239
+       * 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
+       * 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.
+         #3308
+       * 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
+       * 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
+         was fixed. Thanks to Jan-Philipp Litza. #3246
+       * 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
+
+2019-10-01, Version 5.9.2
+       * syslog plugin: Don't fail if syslog loglevel doesn't match. Thanks to
+         Fabien Wernli. #3236 #3238
+       * collectd: Fix ssnprintf wrapper. Thanks to Fabien Wernli. #3237
+       * rdt plugin: Fix compile time issues. Thanks to Matthias Runge. #3245
+
+2019-07-24, Version 5.9.1
+       * collectd: redhat spec: fix build due to new upstream plugins. Thanks
+         to Fabien Wernli. #3175
+       * collectd: regex match: Fix unexpected match with empty meta data .
+         Thanks to Takuro Ashie. #3178
+       * collectd: Fix return value or loglevel for several plugins. Thanks to
+         Fabien Wernli. #3182
+       * collectd: Add standard include early or _FILE_OFFSET_BITS will have
+         definition … . Thanks to Dagobert Michelsen. #3193
+       * collectd: Use GCC-specific flags only when compiling with GCC. Thanks
+         to Dagobert Michelsen. #3195
+       * Use test_utils_proc_pids only when compiling the plugin that uses it.
+         Thanks to Dagobert Michelsen. #3197
+       * DNS plugin: Do not use headers from glibc. Thanks to Pavel Rochnyak.
+         #3156, #3145
+       * collectd: Add missing definitions for libnetsnmpagent. Thanks to
+         Dagobert Michelsen. #3203
+       * collectd: Move Makefile rules for pid_test inside conditional for
+         code. Thanks to Dagobert Michelsen. #3206
+       * collectd: Recover setlocale() call in src/daemon/collectd.c do_init().
+         Thanks to Pavel Rochnyak. #3214, #3181
+       * collectd: Add snprintf wrapper for GCC 8.2/3. Thanks to zebity. #3153,
+         #2895, #3038
+       * collectd: Fix bug that leads to CPPFLAGS gets overridden with CFLAGS
+         when libxmms is enabled. Thanks to Dagobert Michelsen. #3207
+       * Write_Riemann plugin: Copy MetaData to Riemann events in
+         write_riemann. Thanks to Romain Tartière. #3158
+       * virt plugin: Fix memory leak with libvirt MetadataXPath enabled.
+         Thanks to Pavel Rochnyak. #3225, #3230
+
 2019-06-13, Version 5.9.0
        * Build System: configure.ac: option "--with-libxml2" has been added.
          Thanks to Dimitrios Apostolou, Pavel Rochnyak. #2864