Merge branch 'collectd-5.9' into collectd-5.10
[collectd.git] / ChangeLog
1 2019-10-17, Version 5.10.0
2         * turbostat plugin: Power metrics update for recent server CPUs. Thanks
3           to Chris MacNamara. #3276
4         * ZFS ARC plugin: New cache values are now read on Linux. Thanks to
5           Jan-Philipp Litza. #3247, #2843
6         * connectivity plugin: monitor the network interface up/down status via
7           the netlink library. Thanks to Andrew Bays. #2622
8         * sysevent plugin: A new plugin that monitors rsyslog for system events.
9           Thanks to Andrew Bays. #2624
10         * procevent plugin: A new plugin that monitors process starts/stops via
11           netlink library. Thanks to Andrew Bays. #2623
12         * daemon: Check if plugin actually loaded before reporting configuration
13           issues. Thanks to Pavel Rochnyak. #3217
14         * daemon: Recover setlocale() call in src/daemon/collectd.c do_init().
15           Thanks to Pavel Rochnyak.#3181, #3214
16         * Build System: Only include <sys/sysctl.h> when needed. Thanks to Ruben
17           Kerkhof. #3298
18         * Build System: Link to libnsl.so if needed for inet_ntop(). Thanks to
19           Dagobert Michelsen. #3291
20         * Build System: Remove double "without" added by commit b781871. Thanks
21           to Fabrice Fontaine. #3261
22         * Build System: fix compile time issues. Thanks to Matthias Runge.
23           #3179, #3242, #3245
24         * Build System: Fix activation of snmp_agent. Thanks to Fabrice
25           Fontaine. #3241
26         * Build System: Fix bug that leads to CPPFLAGS gets overridden with
27           CFLAGS when libxmms is enabled. Thanks to Dagobert Michelsen. #3207
28         * perl module: Collectd::Plugins::Openvz: Fix indentation of some
29           closing curlies. Thanks to Christian Bartolomäus. #3239
30         * tree-wide: Fix a few issues found with LGTM. Thanks to Ruben Kerkhof.
31           #3252
32         * tree-wide: fix ssnprintf wrapper. Thanks to Fabien Wernli.
33           #3237,#3232,#3235,#3236
34         * tree-wide: Fix make check. Thanks to Ruben Kerkhof. #3306
35         * CI System: Travis: switch to Bionic. Thanks to Ruben Kerkhof. #3307
36         * CI System: Travis improvements for MacOS. Thanks to Ruben Kerkhof.
37           #3308
38         * MySQL plugin: Minor documentation improvements. Thanks to Christian
39           Bartolomäus. #3288
40         * Java plugin: Fix typo in an error message. Thanks to Matthias Runge.
41           #3285,#3286
42         * sysevent plugin: Add a few missing calloc result checks in the
43           sysevent_init function. Thanks to Andrew Bays. #3282
44         * ZFS ARC plugin: A bug that caused the first to values to be skipped
45           was fixed. Thanks to Jan-Philipp Litza. #3246
46         * SysLog plugin: restore previous behaviour: fallback to info for
47           unsupported level. Thanks to Fabien Wernli. #3236, #3238
48         * virt plugin: Fix memory leak with libvirt MetadataXPath enabled.
49           Thanks to Pavel Rochnyak. #3225,#3228
50
51 2019-10-01, Version 5.9.2
52         * syslog plugin: Don't fail if syslog loglevel doesn't match. Thanks to
53           Fabien Wernli. #3236 #3238
54         * collectd: Fix ssnprintf wrapper. Thanks to Fabien Wernli. #3237
55         * rdt plugin: Fix compile time issues. Thanks to Matthias Runge. #3245
56
57 2019-07-24, Version 5.9.1
58         * collectd: redhat spec: fix build due to new upstream plugins. Thanks
59           to Fabien Wernli. #3175
60         * collectd: regex match: Fix unexpected match with empty meta data .
61           Thanks to Takuro Ashie. #3178
62         * collectd: Fix return value or loglevel for several plugins. Thanks to
63           Fabien Wernli. #3182
64         * collectd: Add standard include early or _FILE_OFFSET_BITS will have
65           definition … . Thanks to Dagobert Michelsen. #3193
66         * collectd: Use GCC-specific flags only when compiling with GCC. Thanks
67           to Dagobert Michelsen. #3195
68         * Use test_utils_proc_pids only when compiling the plugin that uses it.
69           Thanks to Dagobert Michelsen. #3197
70         * DNS plugin: Do not use headers from glibc. Thanks to Pavel Rochnyak.
71           #3156, #3145
72         * collectd: Add missing definitions for libnetsnmpagent. Thanks to
73           Dagobert Michelsen. #3203
74         * collectd: Move Makefile rules for pid_test inside conditional for
75           code. Thanks to Dagobert Michelsen. #3206
76         * collectd: Recover setlocale() call in src/daemon/collectd.c do_init().
77           Thanks to Pavel Rochnyak. #3214, #3181
78         * collectd: Add snprintf wrapper for GCC 8.2/3. Thanks to zebity. #3153,
79           #2895, #3038
80         * collectd: Fix bug that leads to CPPFLAGS gets overridden with CFLAGS
81           when libxmms is enabled. Thanks to Dagobert Michelsen. #3207
82         * Write_Riemann plugin: Copy MetaData to Riemann events in
83           write_riemann. Thanks to Romain Tartière. #3158
84         * virt plugin: Fix memory leak with libvirt MetadataXPath enabled.
85           Thanks to Pavel Rochnyak. #3225, #3230
86
87 2019-06-13, Version 5.9.0
88         * Build System: configure.ac: option "--with-libxml2" has been added.
89           Thanks to Dimitrios Apostolou, Pavel Rochnyak. #2864
90         * Build System: configure.ac: run dpdk build tests only if pkgconfig
91           fails. Thanks to Luca Boccassi, Pavel Rochnyak. #3015
92         * Build System: The "df" plugin is now built when "getmntent_r()" is
93           available. Thanks to Florian Forster. #3095
94         * Build System: The ability to turn on collectd "debug" feature in RPMs
95           has been added. Thanks to dehotot. #2755
96         * collectd: A new "UNKNOWN" state as the initial state of metrics has
97           been added. Thanks to Luis Fernández Álvarez, Florian Forster. #2976
98         * collectd: Base port to Windows. Thanks to Sean Campbell. #2810
99         * collectd: Code ownership of five plugins has been handed out to folks
100           from Intel. Thanks to Florian Forster. #3053
101         * collectd: config parser: Improved error reporting on global options.
102           Thanks to Pavel Rochnyak. #2813
103         * collectd: daemon: make plugin_dispatch_multivalue() obey write queue
104           limits. Thanks to Adam Romanek. #2898
105         * collectd: Macros "STRERROR" and "STRERRNO" have been added. Thanks to
106           Florian Forster. #2519
107         * collectd: Plugin name field has been added to plugin context to
108           improve error reporting. Thanks to Pavel Rochnyak. #2821
109         * collectd-tg: Use "CLOCK_REALTIME" for collectd-tg times. Thanks to
110           Andrew Bays. #2837
111         * tree-wide: Don't initialize static pointers to NULL, use "bool" from
112           "stdbool.h" (instead of "_Bool"). Thanks to Ruben Kerkhof. #2771,
113           #2772
114         * tree-wide: Replace zu with "PRIsz" and llu with "PRIu64". Thanks to
115           Sean Campbell. #2512
116         * tree-wide: Use interval value from plugin context, do not set
117           "vl->interval" in plugins more. Thanks to Pavel Rochnyak. #2847
118         * tree-wide: Utilities and libraries have been moved to "src/utils/".
119           Thanks to Florian Forster. #2961
120         * AMPQ1 plugin: A new plugin to write to amqp1 protocol. Thanks to Andy
121           Smith. #2618
122         * Chrony plugin: Ignoring late responses has been added. Thanks to
123           Miroslav Lichvar, Pavel Rochnyak. #2896
124         * CPUFreq plugin: Read number of p-state transitions and time spent in
125           each p-state. Thanks to Sexton Rory. #2803
126         * cURL, cURL-XML plugins: Option "Interval" has been added. Thanks to
127           Pavel Rochnyak. #2847
128         * Disk plugin: Report number of in progress disk IO requests on FreeBSD.
129           Thanks to Nathan Huff. #2878
130         * Exec plugin: Dynamic allocation of grname buffer has been added.
131           Thanks to sreedi, Florian Forster. #2937
132         * GPU NVML plugin: New plugin to collect NVIDIA GPU stats. Thanks to
133           Evgeny Naumov. #2923
134         * gRPC plugin: The "VerifyPeer" option for servers has been added.
135           Thanks to Florian Forster. #2593
136         * Intel RDT plugin: Support for groups of PIDs has been added. Thanks to
137           Wojciech Andralojc, Mateusz Starzyk, Michal Aleksinski. #2891
138         * IPMI plugin: Config options "SELSensor" and "SELIgnoreSelected" have
139           been added. Thanks to Mariusz Szafranski. #2796
140         * Modbus plugin: Support for 64 bit vals has been added, support for
141           CDAB endian 32-bit modbus polls has been added. Thanks to Anthony
142           Vickers, PJ Bostley. #2670, #2660
143         * Modbus plugin: The "Scale" and "Shift" metrics have been added. Thanks
144           to cekstam. #2729
145         * Netlink plugin: Handle new counter from Linux kernel version 4.6+.
146           Thanks to Pavel Rochnyak. #2767
147         * Network plugin: Option "BindAddress" has been added. Thanks to Ofir
148           Hermesh. #2831
149         * Ping plugin: An "AddressFamily" configuration option has been added.
150           Thanks to 依云 lilydjwg. #2961
151         * OVS Stats plugin: Extended metrics "ovs-dpdk" have been added. Thanks
152           to Matteo Croce, Ryan McCabe. #3000
153         * OVS Stats plugin: Support of bond interface and a "InterfaceStats"
154           config option have been added. Thanks to Andrew Bays. #2880
155         * PCIe Errors plugin: New plugin to read "PCIe" errors. Thanks to Kamil
156           Wiatrowski. #2733
157         * Processes plugin: Support for Linux Delay Accounting has been added.
158           Thanks to Florian Forster. #2598
159         * Redis plugin: Keyspace "hitratio" metric has been added, metric
160           "operations_per_second" has been removed, an option for connecting via
161           UNIX socket has been added. Thanks to Pavel Rochnyak. #2838, #2845,
162           #2904
163         * RouterOS plugin: Support for temperature and voltage data has been
164           added, use MAC-address when Radio-name is missing. Thanks to Pavel
165           Rochnyak. #2851, #2854
166         * RRDCacheD plugin: Time resolution has been improved to microseconds.
167           Thanks to Brian T. O'Neill. #3065
168         * Sensors plugin: Checks for upper limit of "SENSORS_API_VERSION" have
169           been removed, support for libsensors older than 3.0.0 has been
170           dropped. Thanks to Pavel Rochnyak. #3013, #3014
171         * SNMP plugin: New options "PluginInstance", "TypeInstance",
172           "TypeInstanceOID", "PluginInstanceOID", "FilterOID", "FilterValues"
173           and "FilterIgnoreSelected" have been added. Thanks to Pavel Rochnyak.
174           #2817, #2819
175         * SNMP Agent plugin: Multiple key indexes to snmp table and other new
176           features have been added, refactoring, coverity scan issues have been
177           fixed. Thanks to Marcin Mozejko. #2702, #2844
178         * Swap plugin: Support for Linux 2.4 has been dropped. Thanks to Pavel
179           Rochnyak. #2979
180         * Turbostat plugin: Configuration option "RestoreAffinityPolicy" has
181           been added. Thanks to Pablo Llopis. #2627
182         * Turbostat plugin: New metrics "P-states", "Turboboost", "Platform
183           TDP", "Uncore bus ratio" have been added. Thanks to Sexton Rory. #2806
184         * Turbostat plugin: Support of reporting GPU power on SKL has been
185           added. Thanks to Gordon Kelly. #2605
186         * virt plugin: Allow read "Hostname" from libvirt metadata. Thanks to
187           Mehdi ABAAKOUK. #2807
188         * virt plugin: Block info statistics for disk devices have been added.
189           Thanks to Radoslaw Jablonski. #2874
190         * Wireless plugin: A "bitrate" metric has been added. Thanks to Florian
191           Forster. #2950
192         * Write Graphite, Write Kafka plugins: Support for Graphite 1.1+ tag has
193           been added. Thanks to Dan Cech. #2631
194         * Write Prometheus plugin: Option "Host" has been added. Thanks to Pavel
195           Rochnyak. #2969
196         * Write Stackdriver plugin: New plugin to write to Google Stackdriver
197           Monitoring. Thanks to Florian Forster. #2472
198         * Write Syslog plugin: "write_syslog" plugin writes values lists as
199           syslog messages. Thanks to Shirly Radco. #3019
200         * Build System: A warning that pkgdatadir and pkglibdir were previously
201           defined has been fixed, additional plugins have been enabled,
202           GNULIB_DIR has been added to LDFLAGS in configure.ac on Windows.
203           Thanks to Sean Campbell. #2907, #2885, #2882
204         * Build System: Including "utils/mount/mount.h" has been fixed. Thanks
205           to Florian Forster. #3097
206         * Build System: The amount of output from ./configure has been reduced,
207           rendering of collectd-lua(5) manpage has been fixed, don't hide errors
208           when creating manpage. Thanks to Ruben Kerkhof. #3086, #3088, #3092
209         * collectd: A bug in "c_avl_iterator_prev" has been fixed. Thanks to
210           volth. #2917
211         * collectd: A stringop compiler warning has been fixed. Thanks to Ruben
212           Kerkhof, Juan Osorio Robles. #3021
213         * collectd: An invalid memory access in the "strjoin()" function has
214           been fixed. Thanks to Florian Forster. #3063
215         * collectd: collectd binary has been refactored. Thanks to Sean
216           Campbell, Sebastian Harl. #2745
217         * collectd: collectdmon cannot exit command line options parse loop has
218           been fixed. Thanks to takahashi-tsc. #2774
219         * collectd: Endianness checks for AIX have been added, gcc issue on Mac
220           byteorder has been fixed, fallback for endianness conversion has been
221           added. Thanks to Dagobert Michelsen. #2761, #2741, #2717
222         * collectd: Handle failure of simple config callbacks. Thanks to Ruben
223           Kerkhof. #3085
224         * collectd: Include "kstat.h" if available to provide "kstat_ctl_t",
225           include "kstat.h" when available. Thanks to Dagobert Michelsen. #2716,
226           #2711
227         * collectd: Parsing option for avoiding making BaseDir has been fixed.
228           Thanks to Mariusz Białończyk. #2856
229         * collectd: Remove empty "cmd_listval_t" data structure and related
230           no-op code. Thanks to Pavel Rochnyak. #2779
231         * collectd: src/daemon/plugin.c: Refactor plugin_load_file(),
232           src/utils_format_json.c: Remove chatty debug messages. Thanks to
233           Florian Forster. #2558, #2938
234         * collectd: Stop poisoning function in debug mode. Thanks to Ruben
235           Kerkhof. #2804
236         * collectd: The number of allocations when parsing types.db has been
237           reduced. Thanks to Ruben Kerkhof. #3091
238         * collectd: The organization of the source repository has been improved.
239           Thanks to Florian Forster. #2961
240         * collectd: Typos have been fixed. Thanks to Florian Forster, Jakub
241           Jankowski, William Pursell. #2944, #2692, #2643
242         * tree-wide: cleanup: cf_util_get* instead of local copy in plugins,
243           prefixed error reporting. Thanks to Pavel Rochnyak. #2833
244         * tree-wide: Some style issues have been fixed. Thanks to Ruben Kerkhof.
245           #3022
246         * tree-wide: "sstrerror()" has been replaced with "STRERRNO". Thanks to
247           Pavel Rochnyak. #2735
248         * AMQP1 plugin: Potential memory leaks found via scan-build have been
249           fixed, a typo in error log message has been fixed, cleanups. Thanks to
250           Andy Smith, Andrew Bays, Ruben Kerkhof. #2802, #2876, #2797
251         * Barometer plugin: Support to "libi2c-4.0" has been added. Thanks to
252           Pavel Rochnyak. #2783
253         * DBI, Oracle, PostgreSQL plugins: Fixes and improvements. Thanks to
254           Pavel Rochnyak. #1705
255         * Disk plugin: "HAVE_UDEV_H" has been changed to "HAVE_LIBUDEV_H".
256           Thanks to Dylan Stephano-Shachter. #2668
257         * Disk plugin: In linux, reset the disk when it disappears from
258           "/proc/diskstats". Thanks to Nikita Kozlov, Pavel Rochnyak. #2551
259         * DPDK Events, DPDK Stats plugins: Buffer size for parsing lcores has
260           been increased, a deprecation warning has been fixed, runtime config
261           file path has been fixed. Thanks to Kevin Laatz. #2722, #2840, #2924
262         * DPDK Stats plugin: A compilation issue has been fixed. Thanks to
263           Volodymyr Mytnyk. #2524
264         * GPS plugin: Build with gpsd version 3.18 has been fixed. Thanks to
265           Baruch Siach. #2947
266         * Intel RDT plugin: Compiler warnings have been fixed. Thanks to Ruben
267           Kerkhof. #3104
268         * Log Logstash plugin: Non-portable struct initialization with "{}" has
269           been fixed. Thanks to Florian Forster. #2988
270         * LUA plugin: A memory leak has been fixed. Thanks to Ruben Kerkhof.
271           #3090
272         * MySQL plugin: Properly cleanup dropped MySQL connections. Thanks to
273           Dhrupad Bhardwaj. #2704
274         * Netlink plugin: Truncation warnings have been fixed. Thanks to Ruben
275           Kerkhof. #2777
276         * NFS plugin: Message "Unexpected number of fields for NFSv4 server
277           statistics: 62" has been fixed. Thanks to Yedidyah Bar David. #2076
278         * NFS plugin: Number of fields for "NFSv4" has been fixed. Thanks to
279           Jan-Philipp Litza. #2915
280         * Notify Email plugin: All notification parameters have been included
281           into email. Thanks to Pavel Rochnyak. #2834
282         * NTPd plugin: Don't treat normal peers as refclocks, skip "0.0.0.0"
283           hosts in ntpd plugin. Thanks to Pavel Rochnyak, Ivan Kurnosov. #2822,
284           #2376
285         * OAuth plugin: src/utils_oauth.c: Renew OAuth tokens 30 seconds before
286           they expire. Thanks to Florian Forster. #2970
287         * OVS Stats plugin: A macro to populate counters list has been added,
288           value of "OpenFlow" has been corrected. Thanks to Matteo Croce. #2966,
289           #2963
290         * OVS Stats plugin: Code style, cleanup and improvements. Thanks to
291           Pavel Rochnyak. #3011, #3012
292         * OVS Stats, OVS Events plugins: utils_ovs: Avoid potential access of
293           freed memory, fixes. Thanks to Ciara Loftus, Mark Kavanagh. #2801,
294           #2731
295         * Processes plugin: Compilation has been fixed when ps_delay() is not
296           used. Thanks to Pavel Rochnyak. #2610
297         * Python plugin: A compilation warning with Python 3.7 has been fixed.
298           Thanks to Manoj Srivastava. #3042
299         * Redis plugin: Bugfixes, extended error reporting, persistent
300           connections and parallel polling, ability to select db for queries has
301           been fixed. Thanks to Pavel Rochnyak, skob. #2826, #2789
302         * Router OS plugin: Unset radio-name showing up as "(null)" has been
303           fixed. Thanks to melak. #2740
304         * RRDCacheD plugin: Cleanup rrdcached plugin a bit. Thanks to Pavel
305           Rochnyak. #3080
306         * RRDTool plugin: Error reporting has been extended. Thanks to Pavel
307           Rochnyak. #2825
308         * Sensors plugin: Support for humidity sensors has been added. Thanks to
309           Sarah Fischmann. #2913
310         * Sensu, OVS Stat, Turbostat, virt, OAuth, Write Prometheus, Intel RDT
311           plugins: Compiler warnings have been fixed. Thanks to Ruben Kerkhof.
312           #3093, #3098, #3099, #3100, #3102, #3103, #3104
313         * virt plugin: Code "do {} while(0)" around macro has been removed.
314           Thanks to Florian Forster. #2579
315         * virt plugin: Compiler warnings, a segfault in libvirt, typo in error
316           messages have been fixed. Thanks to Antoine Naud, Ruben Kerkhof, sarah
317           niuxu18. #2808, #2919, #2957
318         * virt plugin: Optional "virDomainGetCPUStats()" has been removed from
319           main flow, cleanup. Thanks to Pavel Rochnyak. #2972, #2978
320         * virt plugin: Tracking of VM state changes has been fixed. Thanks to
321           Radoslaw Jablonski. #2701
322         * Write MongoDB plugin: Plugin dependencies have been fixed. Thanks to
323           Pavel Rochnyak. #3010
324         * Write Prometheus plugin: A compilation issue on Mac OS X has been
325           fixed. Thanks to Florian Forster. #3059
326         * Write Redis plugin: Bug ""max_set_duration" deletes unexpected data"
327           has been fixed. Thanks to takahashi-tsc. #2773
328         * Write Stackdriver plugin: Potential NULL dereference and error
329           reporting have been fixed. Thanks to Florian Forster. #2960
330         * collectd.conf(5): a typo has been fixed, the tail plugin's
331           documentation has been improved. Thanks to Ruben Kerkhof, Florian
332           Forster. #3087, #2994
333         * collectd.conf.pod: virt: "Instances" option has been documented, a
334           clarifying example has been added. Thanks to Pavel Rochnyak, Fabien
335           Wernli. #2990, #2903
336         * collectd-python: "Import" configuration option has been documented.
337           Thanks to Tyler Harper. #2985
338         * collectd-snmp.pod: Document thread usage correctly. Thanks to Nathan
339           Ward. #3078
340         * CONTRIBUTING.md: Improve wording around ChangeLog; fix example,
341           document the new change log requirement / behavior. Thanks to Florian
342           Forster. #3061, #3054
343         * docs/review_comments.md: document with frequent review comments has
344           been started. Thanks to Florian Forster. #2964
345         * README: Include compiler defenses suggestion, do not point users to
346           non-existing file. Thanks to Kevin Laatz, Ruben Kerkhof. #2721, #2045
347
348 2018-10-23, Version 5.8.1
349         * collectd: Fix "BaseDir" option. Thanks to Mariusz Białończyk and
350           Pavel Rochnyak. #2857
351         * collectd: improve error handling, check return values. Thanks to
352           Florian Forster.
353         * Build System: use "kstat.h", when available. Thanks to Dagobert
354           Michelsen and Pavel Rochnyak. #2784
355         * Build System: Fix distcheck on MacOS. Thanks to Ruben Kerkhof.
356         * Build System: add missing include of ""collectd.h"" to fix builds on
357           Solaris. Thanks to Pavel Rochnyak.
358         * Build System: add endianess checks for AIX, fix GCC issue on Mac
359           byteorder, fix byteorder on Solaris, add fallback for endianess
360           conversion. Thanks to Dagobert Michelsen (multiple cherry picks from
361           master).
362         * Build System: Out-of-tree builds have been fixed. Thanks to Florian
363           Forster. #2602
364         * Configuration: Error handling in the config parsing code has been
365           improved. Thanks to Florian Forster.
366         * Documentation: Fix typo in collectd.conf(5). Thanks to Pavel Rochnyak.
367           #2760
368         * Documentation: update note on dpdkstat. Thanks to Maryam Tahhan. #2613
369         * Various plugins: Errors found by the static code analysis tool
370           Coverity were fixed. Thanks to Florian Forster. #2559, #2560, #2561,
371           #2562, #2563, #2565, #2568, #2575, #2579, #2580, #2588, #2589
372         * Ceph plugin: A segfault has been fixed. Thanks to Aleksei Zakharov and
373           Matthias Runge. #2572
374         * DF plugin: fix memory leak in error case. Thanks to Takahashi tsc.
375         * Exec plugin: check return value of "plugin_thread_create()". Thanks to
376           Florian Forster.
377         * Exec plugin: Handling of large groups has been fixed. Thanks to
378           Sridhar Mallem. #2696
379         * Exec plugin: Incorrect use of *putenv(3)* has been fixed. Thanks to
380           Daniel Vrátil.
381         * Exec plugin: A deadlock related to setting environment variables after
382           *fork()* has been fixed. Thanks to Daniel Vrátil.
383         * Intel PMU plugin: add core groups feature. Thanks to Kamil Wiatrowski.
384           #2681
385         * Intel PMU plugin: fix compatibility issue with collectd 5.8. Thanks to
386           Kamil Wiatrowski.
387         * Intel PMU plugin: fix possible "NULL" pointer dereference. Thanks to
388           Kamil Wiatrowski. #2676
389         * IPMI plugin: A segfault caused by a wrong data type has been fixed.
390           Thanks to Mariusz Szafrański. #2742
391         * IPMI plugin: The sensor configuration option has been fixed. Thanks to
392           Pavel Rochnyak. #2629
393         * memcached plugin: A deadlock situation has been fixed. Thanks to Pavel
394           Rochnyak. #2612
395         * NFS plugin: Support for NFSv4 has been fixed. Thanks to Jan-Philipp
396           Litza. #2076
397         * NTPd plugin: A memory leak in the error handling path has been fixed.
398           Thanks to Ruben Kerkhof. #2942
399         * OVS Stats plugin: A deadlock situation has been fixed. Thanks to
400           Volodymyr Mytnyk. #2590
401         * OVS Stats plugin: Fix reconnect after thread terminated. Thanks to
402           Volodymyr Mytnyk and Maram Tahhan. #2574
403         * Perl plugin: A compilation failure has been fixed. Thanks to Pavel
404           Rochnyak. #2732
405         * Perl plugin: Fix exporting notification meta data. Thanks to Florian
406           Forster.
407         * RRDtool plugin: Handling of very large "GAUGE" metrics has been fixed.
408           Thanks to Miroslav Lichvar. #2566
409         * Tail plugin: Several regressions have been fixed. Thanks to Pavel
410           Rochnyak. #2535, #2587, #2611
411         * turbostat plugin: A potential segfault due to an incorrect *free()*
412           has been fixed. Thanks to Ruben Kerkhof. #2948
413         * UUID plugin: Fix hostname setting. Thanks to Pavel Rochnyak. #2723
414         * virt plugin: A segfault during error handling has been fixed. Thanks
415           to Ruben Kerkhof. {{Issue|2919]}
416         * Write Kafka plugin: A build failure due to a deprecated API call has
417           been fixed. Thanks to Pavel Rochnyak. #2607, #2628, #2640
418         * Write Prometheus plugin: Fix "MHD_USE_INTERNAL_POLLING_THREAD" flag in
419           newer libmicrohttpd. Thanks to Pavel Rochnyak. #2849
420         * Write Prometheus plugin: set "SO_REUSEADDRESS" on listening socket.
421           Thanks to Pavel Rochnyak. #2570, #2673
422         * Write Syslog plugin: The new "write_syslog" plugin writes value
423           lists as syslog messages. Thanks to Shirly Radco. #3019
424
425 2017-11-17, Version 5.8.0
426         * collectd: The core daemon is now completely licensed under the MIT
427           license.
428         * collectd: Added daemon option to avoid making BaseDir. Thanks to
429           Nathaniel Wesley Filardo and Florian Forster. #2422
430         * collectd: Global variables have been moved to their own module to make
431           porting collectd easier. Thanks to Sean Campbell. #2467
432         * collectd as well as Apache, memcached, OpenLDAP, Perl, RouterOS, SNMP,
433           Tail-CSV plugins: Free userdata for "plugin_register_complex_read()".
434           Thanks to Pavel Rochnyack. #2349
435         * Collectd client library: Added parsing and server code. Thanks to
436           Florian Forster. #2258
437         * Build system: Dependency on libltdl has been removed, support for
438           libtool 1 has been dropped. Thanks to Ruben Kerkhof. #1898
439         * Build system: The build system has been switched to non-recursive
440           make. Thanks to Ruben Kerkhof. #2085
441         * APC UPS plugin: The plugin's configuration is now optional. Without a
442           "<Plugin />" block reasonable defaults will be used. Thanks to Pavel
443           Rochnyack. #2351
444         * Chrony plugin: Several issues found when working with a stratum-1
445           server have been fixed. Thanks to Miroslav Lichvar. #2190
446         * Ceph plugin: Support for the Ceph version "Luminous" has been added.
447           Thanks to Aleksei Zakharov. #2464
448         * CPU plugin : Linux-specific "guest" states have been added. Thanks to
449           Xavier G. #2439
450         * cURL plugin, cURL-JSON, cURL-XML, DBI, FileCount, memcachec, Oracle,
451           PostgreSQL, Table, Tail, Tail CSV plugins: The ability to configure
452           the "plugin" field of generated metrics has been added. Thanks to
453           Pavel Rochnyack. #1944, #1681, #1558
454         * cURL-JSON plugin: Parsing of arrays has been fixed. Thanks to Florian
455           Forster. #2281
456         * DPDKEvents plugin: This new plugin reports link status and keep alive
457           events. Thanks to Maryam Tahhan, Harry van Haaren, Serhiy Pshyk,
458           Kim-Marie Jones, Krzysztof Matczak, Przemyslaw Szczerbik, Christian
459           Ehrhardt and Luca Boccassi. #2157, #2348, #2400, #2405, #2417
460         * DPDKStat plugin: The plugin has been refactored to make DPDK related
461           utility functions reusable. Thanks to Krzysztof Matczak, Przemyslaw
462           Szczerbik, Christian Ehrhardt and Luca Boccassi. #2130, #2348, #2400,
463           #2405, #2417
464         * DPDKStat plugin: The "LogLevel" and "RteDriverLibPath" config options
465           have been added. Thanks to Jiri Prokes. #2505
466         * Email plugin as well as Exec and Unixsock plugins: Use
467           "_SC_GETPW_R_SIZE_MAX". Thanks to Florian Forster. #2451
468         * FileCount plugin: Custom values for reported plugin, type and type
469           instance. Thanks to Pavel Rochnyack. #1979
470         * GenericJMX plugin: Support for "AtomicInteger" and "AtomicLong" has
471           been added. Thanks to Pierre Mauduit. #2158
472         * gRPC plugin: Support for meta data has been added. Thanks to Taylor
473           Cramer. #2378
474         * IPC plugin: Fixed failed compilation on AIX. Thanks to Pavel
475           Rochnyack. #2357
476         * Intel PMU plugin: This new plugin collects CPU performance metrics
477           using Intel's Performance Monitoring Unit (PMU). Scaling information
478           added to metadata. Thanks to Serhiy Pshyk and Roman Korynkevych.
479           #2276, #2398, #2374
480         * Intel RDT plugin: Support for collectd's logging infrastructure has
481           been added. PQoS monitoring groups are being reset on start-up to fix
482           potential previous unclean shutdowns. Thanks to Roman Korynkevych.
483           #2089.
484         * IPMI plugin: Support for System Event Log (SEL) has been added. Thanks
485           to Roman Korynkevych. #2091
486         * IPMI plugin: Support for remote IPMI controllers has been added.
487           Thanks to Pavel Rochnyack. #2024
488         * LVM plugin: A check for the "CAP_SYS_ADMIN" capability has been added.
489           This will give users an informative warning when the process is not
490           running with the required privileges for this plugin. Thanks to
491           Florian Forster. #2426, #2499
492         * mcelog plugin: This new plugin subscribes to Machine Check Exceptions
493           (MCE) and dispatches notifications. Metadata reset. Thanks to Maryam
494           Tahhan, Volodymyr Mytnyk, Taras Chornyi, Krzysztof Matczak and Roman
495           Korynkevych. #2003, #2246, #2380
496         * MQTT plugin: Add support for TLS in "Subscriber" blocks. Thanks to
497           Florian Forster. #2434
498         * memcached plugin: Persistent connections have been implemented. Fix
499           hit ratio reporting, add connections rate report. Thanks to Pavel
500           Rochnyack. #2388, #2385
501         * memcached plugin: The type of the "listen_disabled" metric has been
502           changed to "total_events". Thanks to Florian Forster. #2386, #2468
503         * Netlink plugin: The dropped packets metric has been added. Thanks to
504           Denys Fedoryshchenko. #2053
505         * NFS plugin: Support for NFS 4.2 metrics has been added. Thanks to
506           Marek Becka. #2369
507         * NFS plugin: Config options to ignore specified NFS versions have been
508           added. Thanks to Christian Bartolomäus. #2430
509         * NUT plugin: The "ConnectTimeout", "ForceSSL", "VerifyPeer" and
510           "CAPath" options have been added. Thanks to Pavel Rochnyack and Steven
511           Bell. #2145, #2354
512         * OpenLDAP plugin: A segfault after a connection failure has been fixed.
513           Thanks to Pavel Rochnyack. #2377
514         * Openvpn plugin: Added support for status files from latest OpenVPN-2.4
515           and possible from future versions. Thanks to Pavel Rochnyack. #2352
516         * OVS Events plugin: This new plugin reports link state changes from
517           Open vSwitch (OVS). Thanks to Volodymyr Mytnyk. #1971
518         * OVS Stats plugin: This new plugin reports bridge / interface
519           statistics from Open vSwitch (OVS). Thanks to Volodymyr Mytnyk and
520           Taras Chornyi. #2137
521         * Perl plugin: Bugfix, added check of proper interpreter initialization.
522           Thanks to Pavel Rochnyack. #2391
523         * PostgreSQL plugin: The plugin now sets the "application_name"
524           parameter when connecting to the database. Thanks to daniacs. #2497
525         * Processes plugin: The I/O operations reported for selected processes
526           has been fixed. The metric "ps_disk_octets" has been renamed to
527           "io_octets" because it actually contains the number of I/O operation
528           by the process, not just disk related I/O. Same for "io_ops"
529           (previously "ps_disk_ops"). The new metric "disk_octets" has been
530           added and is reporting disk I/O only. Add option to collect the count
531           of active memory maps for Linux processes. The "CollectFileDescriptor"
532           and "CollectContextSwitch" options have been added. Thanks to Pavel
533           Rochnyack and to Wilfried Goesgens. #2232, #2454, #1989
534         * Processes and TCPConns plugins: The OpenBSD implementation has been
535           changed to use "kvm_openfiles" with "KVM_NO_FILES". Thanks to Jeremie
536           Courreges-Anglas. #2061
537         * Python plugin: Extend Notification class to include metadata. Thanks
538           to Volodymyr Mytnyk. #2135
539         * Python plugin: The "CollectdException" class has been added. This
540           allows to throw an exception without a stack trace being logged.
541           Thanks to Sven Trenkel. #2330, #2346
542         * Sensors plugin: Support for (electrical) current has been added.
543           Thanks to Clemens Gruber. #2255
544         * SNMP plugin: Error handling has been improved: a potential double-free
545           is now avoided (potentially leaking memory) and handling of
546           non-failing subtrees has been fixed. Thanks to Pavel Rochnyack. #2449
547         * SNMP plugin: The "Timeout" and "Retries" config options have been
548           added. Thanks to Carlos Vicente. #1472, #2488
549         * SNMP Agent plugin: This new plugin implements an SNMP AgentX subagent
550           that receives and handles queries from SNMP master agent and returns
551           configured metrics. Thanks to Roman Korynkevych, Serhiy Pshyk and
552           Pavel Rochnyack. #2105, #2362
553         * Synproxy plugin: This new plugin provides statistics for Linux
554           SYNPROXY. Thanks to Marek Bečka. #2381
555         * Tail plugin: Allow the calculation of several distributions in one
556           "tail" instance through a "bucket" type. Thanks to Pavel Rochnyack.
557           #2442
558         * Turbostat plugin: Import "msr-index.h" header from Linux and better
559           support for mutliple packages. Thanks to Vincent Brillault. #2445,
560           #2446
561         * Uptime plugin: Changed implementation to read from "/proc/uptime"
562           instead of "/proc/stat". Update for Linux and AIX, uptime is read
563           directly using a system call. Update for BSD and Solaris, uptime is
564           calculated by subtracting boot time from current time. Thanks to Ivan
565           Kurnosov and Marcin Jurkowski. #2431, #2034
566         * UUID plugin: Support for libhal has been removed. Thanks to Ruben
567           Kerkhof. #2080
568         * Varnish plugin: Extended the varnish plugin with varnish-plus
569           counters. Fixed invalid data source type. Thanks to Denes Matetelki.
570           #2453, #2463
571         * virt plugin: The plugin has been updated to use
572           "virConnectListAllDomains()". Thanks to Denis Silakov. #2051
573         * virt plugin: Support for domain tags has been added. Thanks to
574           Francesco Romani. #2048
575         * virt plugin: Connection handling has been improved. Thanks to
576           Francesco Romani. #2100, #2101
577         * virt plugin: Many metrics have been added, including disk, hypervisor
578           CPU usage, performance monitoring events, domain state, CPU pinning
579           (affinity), file system, and job statistics. Thanks to Francesco
580           Romani and Przemyslaw Szczerbik. #2103, #2175, #2168
581         * Write Graphite plugin: Additional tests have been added. Thanks to
582           Florian Forster.
583         * Write HTTP plugin: The "Attribute" and "TTL" options for the KairosDB
584           format have been added. Implementation of "Prefix" option. Thanks to
585           jaroug, Denis Pompilio and Pavel Rochnyack. #2199, #2252, #2482
586         * Write MongoDB plugin: Memory leaks have been fixed. Thanks to
587           Saikrishna Arcot. #2307
588         * Write Prometheus plugin: Label values are now properly escaped. Thanks
589           to Florian Forster. #2035
590         * Write Redis plugin: Add "max_set_duration" to set duration for value.
591           Thanks to Tomofumi Hayashi. #2440
592         * Write Riemann plugin: Export times with microsecond resolution. Thanks
593           to mcorbin. #2315
594         * Write TSDB plugin: The options "ResolveInterval" and "ResolveJitter"
595           have been added to control DNS lookup behavior. This prevents DNS
596           flooding in case TSDB is not available. Thanks to Yves Mettier and
597           Florian Forster. #2059
598         * ZFS ARC plugin: Header lines are now ignored in the Linux
599           implementation. Thanks to YmrDtnJu. #2097
600
601 2017-06-06, Version 5.7.2
602         * Build system: The Notify Email plugin is no longer linked with
603           indirect dependencies. Thanks to Marc Fournier.
604         * collectd: A race condition when calculating a metric's rate has been
605           fixed. Thanks to Florian Forster. #1193
606         * AMQP, Exec, UnixSock, Write Kafka plugins: Parsing of the PUTVAL
607           command with multiple values has been fixed. Thanks to Florian
608           Forster. #2274
609         * AMQP plugin: The "ExchangeType" option is now also valid for
610           publishers. Thanks to Florian Forster. #2286
611         * BIND plugin: Fix parsing of the sample time provided by BIND.
612           Previously, the time was assumed to be in the local timezone when in
613           fact it was in UTC. Thanks to Ed Ravin. #1268
614         * BIND plugin: Memory leaks have been fixed. Thanks to Ruben Kerkhof.
615           #2303
616         * cURL-JSON plugin: Handling of arrays has been fixed. Thanks to Florian
617           Forster. #2266
618         * DPDKStat plugin: Error handling during initialization has been
619           improved. Thanks to Ruben Kerkhof.
620         * DPDKStat plugin: Handling of a number of metrics has been improved,
621           for example "rx_q0bytes". Thanks to Przemyslaw Szczerbik. #2167
622         * Intel RDT plugin: Configuration handling has been changed to be more
623           graceful. Thanks to Maryam Tahhan. #2165
624         * Log Logstash plugin: If writing the log entry fails, print it to
625           "STDERR" instead. Thanks to Marc Fournier.
626         * LogFile plugin: If writing to the file fails, print log messages on
627           "STDERR" instead. Thanks to Marc Fournier.
628         * memcachec, Tail plugins: A resource leak in the matching
629           infrastructure has been fixed. Thanks to Krzysztof Matczak. #2192
630         * MQTT plugin: Invalid symbols in topic names are now replaced and a
631           resource leak has been fixed. Thanks to Denys Fedoryshchenko. #2123
632         * Network plugin: A potential endless-loop has been fixed. This can be
633           triggered remotely by sending a signed network packet to a server
634           which is not set up to check signatures. Thanks to Marcin Kozlowski
635           and Pavel Rochnyack. #2174, #2233, CVE-2017-7401
636         * Perl plugin: A potential double-free has been fixed. Thanks to Florian
637           Forster. #2278
638         * Processes plugin: A compilation error on AIX has been fixed. Thanks to
639           Pavel Rochnyack. #2210
640         * SMART plugin: A check for the "CAP_SYS_RAWIO" capability has been
641           added. Thanks to Marc Fournier.
642         * Write Graphite plugin: Error handling in the case that calculating a
643           metric's rate fails has been improved. Previously, the raw counter
644           values were sent to Graphite. Thanks to Iain Buclaw. #2209
645         * Write Prometheus plugin: An incorrect use of "realloc(3)" has been
646           fixed. Thanks to Florian Forster. #2275
647
648 2017-01-23, Version 5.7.1
649         * collectd: Handling of boolean configuration options has been unified.
650           Thanks to Sebastian Harl. #2083, #2098
651         * collectd: Reporting of internal statistics has been fixed. Thanks to
652           Florian Forster. #2108
653         * collectd, various plugins: Bugs and issues reported by scan-build and
654           coverity-scan have been fixed. Thanks to Ruben Kerkhof and Florian
655           Forster.
656         * Build system: Parallel build have been fixed. Thanks to Ruben Kerkhof.
657           #2110
658         * DPDKStat plugin: Portability issues and a double-close bug have been
659           fixed. Thanks to Ruben Kerkhof and Marc Fournier.
660         * Intel RDT plugin: A check for the libpqos library version has been
661           added. Thanks to Serhiy Pshyk.
662         * NetApp plugin: Compilation problems have been corrected. Thanks to
663           Florian Forster. #2120
664         * Write Prometheus plugin: A memory leak has been fixed. Thanks to Ruben
665           Kerkhof.
666
667 2016-12-12, Version 5.7.0
668         * Documentation: The Turbostat plugin section has been improved. Thanks
669           to Florian Forster
670         * Documentation: The semantics of the "TypesDB" option have been
671           improved. Thanks to Florian Forster.
672         * collectd: A generic interface for parsing the text protocol has been
673           added. Thanks to Sebastian Harl. #1749
674         * collectd: Threads now get named, making them easier to track using
675           tools such as top, ps, etc. Thanks to Manuel Luis Sanmartín Rozada
676           and Marc Fournier. #547
677         * AMQP plugin, Write Graphite plugin, Write Kafka plugin: The new
678           "[Graphite]PreserveSeparator" option allows retaining the default dot
679           separator rather than escaping it. Thanks to Florian Forster. #419
680         * Battery plugin: A StateFS backend for gathering statistics has been
681           added. Thanks to Rinigus. #1795
682         * CPU plugin: CPU aggregation on AIX was fixed. Thanks to Chao Yang.
683           #1957
684         * Collectd::Unixsock: Fractional seconds support has been made more
685           robust. Thanks to Matthias Bethke. #2052
686         * DPDKStat plugin: This new plugin collects DPDK interface statistics.
687           Thanks to Maryam Tahhan, Harry van Haaren, Taras Chornyi and Kim
688           Jones. #1649
689         * gRPC plugin: The "DispatchValues" option has been renamed to
690           "PutValues". Thanks to Florian Forster.
691         * HDDTemp plugin: The 32 devices limit has been removed. Thanks to
692           Benjamin Gilbert. #631
693         * Hugepages plugin: This new plugin reports the number of used and free
694           hugepages on Linux. Thanks to Jaroslav Safka, Maryam Tahhan, Kim Jones
695           and Florian Forster. #1799
696         * Intel RDT plugin: This new plugin collects statistics exposed by
697           Intel's Resource Director Technology . Thanks to SerhiyX. #1970
698         * memcached plugin: The new "Address" option allows connecting to a
699           different server than specified by the "Host" option. Thanks to Pavel
700           Rochnyack. #1975
701         * nginx plugin: Support for reporting failed connections has been added.
702           Thanks to Pavel Rochnyack. #1609
703         * Perl plugin: Significant internal reworking has been made. The new
704           "RegisterLegacyFlush" option has been added. Thanks to Pavel
705           Rochnyack. #1731
706         * PostgreSQL plugin: Timestamps are now RFC 3339-formatted local time.
707           Thanks to Igor Peshansky and Dave Cunningham. #1918
708         * Processes plugin: Internal performance improvements have been made.
709           Thanks to Pavel Rochnyack. #1980, #1981
710         * RRDCacheD plugin: The plugin now tries to reconnect upon failed
711           operations. Thanks to Sebastian Harl. #1959
712         * SpamAssassin: The plugin can now run in Perl's "tainted mode" ("-T").
713           Thanks to Akos Vandra. #1962
714         * Tail plugin: Support for calculating latency distribution of matching
715           values has been added. Thanks to Pavel Rochnyack and Florian Forster.
716           #1700
717         * Tail plugin: The new "GaugePersist" option has been added. Thanks to
718           Florian Forster. #2015
719         * Target:Set, Target:Replace, Match:RegEx: MetaData support has been
720           added . Thanks to Igor Peshansky. #1922, #1923, #1930
721         * turbostat plugin: The new "LogicalCoreNames" option allows switching
722           to per-core naming rather than per-CPU. Thanks to Brock Johnson. #2056
723         * virt plugin: The new "BlockDeviceFormat" and
724           "BlockDeviceFormatBasename" options help controlling the names
725           reported for block-device metrics. Thanks to Deyan Chepishev. #2004
726         * Write Graphite plugin: A new "DropDuplicateFields" option has been
727           added. Thanks to Michael Leinartas. #1915
728         * Write Kafka plugin: The "Key Random" setting has been reintroduced.
729           Thanks to Florian Forster. #1977
730         * Write Log plugin: Support for formatting output in JSON has been
731           added, using the new "Format" configuration option. Thanks to Igor
732           Peshansky. #1924
733         * Write Prometheus plugin: This new plugin publishes values using an
734           embedded HTTP server, in a format compatible with Prometheus'
735           collectd_exporter. Thanks to Florian Forster. #1967
736
737 2017-10-06, Version 5.6.3
738         * collectd: support for boolean string config values has been
739           reintroduced. Thanks to Sebastian Harl. #2083, #2098
740         * collectd: The capability checking has been changed to use
741           "cap_get_proc()". Thanks to Marc Fournier. #2151
742         * Documentation: A section documenting ignore lists has been added to
743           collectd.conf(5). Thanks to Florian Forster.
744         * AMQP plugin: The "ExchangeType" option is now also valid for
745           publishers. Thanks to Florian Forster. #2286
746         * Apache, Ascent, BIND, cURL, cURL-JSON, cURL-XML, nginx, Write HTTP
747           plugins: Handling of URLs that redirect elsewhere has been fixed.
748           Thanks to Pavel Rochnyack. #2328
749         * BIND plugin: Fix parsing of the sample time provided by BIND.
750           Previously, the time was assumed to be in the local time zone when in
751           fact it was in UTC. Thanks to Ed Ravin. #1268
752         * BIND plugin: Memory leaks have been fixed. Thanks to Ruben Kerkhof.
753           #2303
754         * Chrony plugin: Build flags have been fixed. Thanks to Thomas Jost and
755           Marc Fournier. #2133
756         * cURL-JSON plugin: The timeout value has been changed to default to the
757           collection interval. This fixes a regression. Thanks to Marc Fournier.
758         * cURL-JSON plugin: Handling of arrays has been fixed. Thanks to Florian
759           Forster. #2266
760         * DBI plugin: Memory leaks at shutdown have been fixes. Thanks to Pavel
761           Rochnyack and Florian Forster.
762         * E-Mail, Exec, UnixSock plugins: Group ID lookup on systems with many
763           groups has been fixed. Thanks to Ruben Kerkhof and Florian Forster.
764           #2208
765         * IPC plugin: A compilation error on AIX has been fixed. Thanks to Pavel
766           Rochnyack. #2305
767         * LogFile plugin: If writing to the file fails, print log messages on
768           "STDERR" instead. Thanks to Marc Fournier.
769         * Log Logstash plugin: If writing the log entry fails, print it to
770           "STDERR" instead. Thanks to Marc Fournier.
771         * memcachec, Tail plugins: A resource leak in the matching
772           infrastructure has been fixed. Thanks to Krzysztof Matczak. #2192
773         * MQTT plugin: Invalid symbols in topic names are now replaced and a
774           resource leak has been fixed. Thanks to Denys Fedoryshchenko. #2123
775         * Network plugin: A potential endless-loop has been fixed. This can be
776           triggered remotely by sending a signed network packet to a server
777           which is not set up to check signatures. Thanks to Marcin Kozlowski
778           and Pavel Rochnyack. #2174, #2233, CVE-2017-7401
779         * Network plugin: A use-after-free has been fixed. Thanks to Pavel
780           Rochnyack. #2375
781         * Notify Email plugin: The plugin is no longer explicitly linked against
782           libssl and libcrypto, relies on libesmtp being linked correctly.
783           Thanks to Marc Fournier. Debian#852924
784         * NTPd plugin: Calculation of loop offset and error has been fixed.
785           Thanks to Neil Wilson. #2188
786         * OpenLDAP plugin: An incorrect use of the ldap library, leading to a
787           crash, has been fixed. Thanks to Marc Fournier. #2331
788         * Perl plugin: A potential double-free has been fixed. Thanks to Florian
789           Forster. #2278
790         * Perl plugin: Print an error when an incorrect configuration is
791           encountered. Thanks to Pavel Rochnyack. #927
792         * RRDtool plugin: Incorrect handling of the flushes timeout option has
793           been fixed. Handling of the "RandomTimeout" has been fixed. Thanks to
794           Pavel Rochnyack. #2363
795         * SMART plugin: Some warning messages have been removed and the code has
796           been cleaned up. Thanks to Florian Forster. #2062
797         * SMART plugin: A check for the "CAP_SYS_RAWIO" capability has been
798           added. Thanks to Marc Fournier.
799         * SNMP plugin: A double free has been fixed. Thanks to Pavel Rochnyack.
800           #2291
801         * Write Graphite plugin: Error handling in the case that calculating a
802           metric's rate fails has been improved. Previously, the raw counter
803           values were sent to Graphite. Thanks to Iain Buclaw. #2209
804         * Write Kafka plugin: A 32 bit random number is now used when formatting
805           a random key. Thanks to Florian Forster. #2074
806
807
808 2016-11-30, Version 5.6.2
809         * collectd: A compile error on AIX has been fixed: "MSG_DONTWAIT" is not
810           available on AIX. Thanks to Chao Yang.
811         * collectd: The capability checking has been rewritten to be more
812           portable. Thanks to Florian Forster. #2009
813         * collectd.conf(5): Various typos have been fixed. Thanks to Marc
814           Fournier.
815         * collectd-tg: Incorrect usage of "nanosleep()" has been fixed which
816           caused the tool to sleep (almost) indefinitely. Thanks to Florian
817           Forster.
818         * Build system: Detection of the Java environment has been made
819           deterministic to allow for reproducible builds. Thanks to Marc
820           Fournier. #1523
821         * Build system: Detection of the Lua headers has been improved. Thanks
822           to Ruben Kerkhof.
823         * APC UPS plugin: Unavailable metrics are now skipped instead of
824           reported as 0 (zero). Thanks to Florian Forster. #2025
825         * Modbus plugin: Build issues on FreeBSD have been fixed. Thanks to
826           Florian Forster.
827         * OpenVPN plugin: Gracefully handle empty configurations. Thanks to
828           Pavel Rochnyack. #1932
829         * PowerDNS plugin: The "recursor command" has been fixed so PowerDNS can
830           correctly parse all requested fields. Thanks to Ruben Kerkhof.
831         * Write Graphite and AMQP plugins: A bug that could lead to a missing
832           null-termination has been fixed. Thanks to Markus Linnala.
833         * Write HTTP plugin: A logic error when checking the correctness of the
834           data set has been fixed. Thanks to Pavel Rochnyack. #1996
835         * Write Kafka plugin: The "Key Random" config option has been fixed.
836           Thanks to Florian Forster. #1977
837         * Write Kafka plugin: Support for librdkafka 0.9.0 has been added.
838           Thanks to Florian Forster.
839         * Write Riemann plugin: Build issues on Solaris have been fixed. Thanks
840           to Florian Forster.
841         * ZFS ARC plugin: A duplicate metric has been removed. Thanks to Ruben
842           Kerkhof. #1963
843
844 2016-10-07, Version 5.6.1
845         * Build system: Unnecessary linking of the Write Graphite plugin with
846           libyajl has been removed. Thanks to Marc Fournier.
847           Debian#839771, #1976
848         * collectd: A bug in the "FlushInterval" option that caused a
849           segmentation fault in the Write HTTP plugin has been fixed. Thanks to
850           Florian Forster. #1954
851         * Apache plugin: A syntax error has been fixed. Thanks to Florian
852           Forster.
853         * cURL-JSON plugin: A segmentation fault that occurred when handling
854           JSON with unexpected structure has been fixed. Thanks to Florian
855           Forster. #1896
856         * PostgreSQL plugin: Handling of "NULL" values in the "query_plans" and
857           "query_plans_by_table" queries has been fixed. Thanks to Bernd
858           Zeimetz. #1905
859         * RRDCacheD plugin: Reconnection behavior has been added. Thanks to
860           Sebastian Harl. Debian#657877
861         * VServer plugin: Use of a deprecated API ("readdir_r()") has been
862           fixed. Thanks to Sebastian Harl.
863         * Write Graphite plugin: Make default values configurable at compile
864           time again. Thanks to Florian Forster. #1953
865         * Write HTTP plugin: A bug has been fixed that lead to flush callbacks
866           being registered twice. Thanks to Florian Forster. #1955
867
868 2016-09-11, Version 5.6.0
869         * Build system: An option to to avoid building the DF plugin against XFS
870           has been added. Thanks to Ruben Kerkhof. #1878
871         * Build system: Autoconf ≥ 2.60, a C99-capable compiler and pkg-config
872           are now required. Thanks to Ruben Kerkhof.
873         * Build system: Building with "-Werror" is now optional. Thanks to Ruben
874           Kerkhof. #1222
875         * Build system: Many compilation issues on non-Linux platforms have been
876           fixed, leading to wider plugin support. Thanks to Ruben Kerkhof,
877           Dagobert Michelsen, Havard Eidnes and Robert Viduya.
878         * Build system: The configuration summary now also ends up in
879           config.log. Thanks to Sebastian Harl.
880         * collectd: All command-line options now override global options from
881           the config file. Thanks to Sebastian Harl. #366
882         * collectd: A number of unit tests for commonly used functions have been
883           added. Thanks to Florian Forster.
884         * collectd: Plugins start up and read timeouts are now logged. Thanks to
885           Marc Fournier. #1293, #1254
886         * collectd: Support for a timeout has been added to "FLUSH" callbacks.
887           Thanks to Manuel Luis Sanmartín Rozada.
888         * collectd: The "-T" command line switch now reports more errors. Thanks
889           to Corey Kosak. #1642
890         * collectd: The max size of value list elements ("DATA_MAX_NAME_LEN")
891           has been doubled and is now configurable at build time. Thanks to Amy
892           Lin, Florian Forster and Radu Brumariu. #1120
893         * Set target: The "MetaData" option has been added. Thanks to Yves
894           Mettier and Kevin Bowling. #1106, #1656, #1913
895         * AMQP, Write_HTTP, Write_Kafka plugins: Support for libyajl < 2 has
896           been added. Thanks to Florian Forster.
897         * APC UPS plugin: Parsing of end markers has been fixed. Thanks to
898           Florian Forster #617
899         * APC UPS plugin: The "PersistentConnection" option has been added.
900           Thanks to Florian Forster #617
901         * ceph, DNS, Exec, IPTables, Ping, turbostat plugins: When running
902           unprivileged, these plugins will now warn about insuffiscient
903           permissions or capabilities(7). Thanks to Marc Fournier. #1530
904         * Chrony plugin: This new plugin collects NTP data from the chrony NTP
905           server. Thanks to Claudius Zingerli. #1548
906         * cpusleep plugin: This new plugin measures time spent by CPU in deep
907           sleep mode. Thanks to Rinigus. #1826
908         * CPU plugin: The "ReportNumCpu" option has been added. Thanks to Fabien
909           Wernli.
910         * cURL, cURL-JSON, cURL-XML plugins: The new "Statistics" reports
911           various per-HTTP connection timers. Thanks to Sebastian Harl. #1004
912         * DBI plugin: The "Interval" option has been added to "Database" blocks.
913           Thanks to Michal Bebjak.
914         * Disk plugin: Support for FreeBSD has been added. Thanks to Xin Li,
915           Brad Davis, Ruben Kerfhof and Kevin Bowling.
916         * Empty Counter match: Support for derives has been implemented. Thanks
917           to Florian Forster. #1813
918         * GenericJMX plugin: Support for TabularData and the "PluginName" option
919           have been added. Thanks to David Crane. #1290, #1291
920         * GPS plugin: This new plugin reports the number of sattelites seen by
921           and precision of a GPS receiver. Thanks to Nicolas Jourden. #1346
922         * gRPC plugin: This new client and server plugin allows sending and
923           receiving metrics using the gRPC protocol. Comparable to the UnixSock
924           plugin, but using TCP and TLS. Thanks to Sebastian Harl and Florian
925           Forster.
926         * Interface plugin: Reporting dropped packets has been added. Thanks to
927           Marc Falzon. #1555
928         * Interface plugin: The "ReportInactive" has been added, letting users
929           skip inactive network interfaces. Thanks to Rinigus. #1791
930         * Interface plugin: The new, Solaris-only "UniqueName" option has been
931           added. Thanks to Yoga Ramalingam. #1416
932         * Lua plugin: This new language binding allows writing plugins using the
933           Lua programming language. Thanks to Julien Ammous, Florian Forster and
934           Ruben Kerkhof.
935         * Memory plugin: Reporting of ARC memory on Solaris has been added.
936           Thanks to Brian ONeill.
937         * MQTT plugin: This new plugin sends metrics to and/or receives metrics
938           from an MQTT broker. Thanks to Marc Falzon, Jan-Piet Mens, Nicholas
939           Humfrey and Florian Forster. #805, #1124
940         * MySQL plugin: Connection to the database server can now be done over
941           SSL. Thanks to Brian Lalor. #1256
942         * MySQL plugin: Monitoring slow queries has been added. Thanks to skob.
943           #1773
944         * MySQL plugin: mysql_bpool_pages-flushed has been renamed to
945           mysql_bpool_counters-pages_flushed because the value is cumulative.
946           Thanks to Marek Becka.
947         * MySQL plugin: Support for Galera statistics has been added. Thanks to
948           Rachid Zarouali. #1849
949         * MySQL plugin: Support for InnoDB metrics was improved. Thanks to Aman
950           Gupta. #1111
951         * MySQL plugin: The "mysql_sort" type has been split into 3 different
952           types. Thanks to Pavel Rochnyack. #1592
953         * Network plugin: Decryption error logging has been improved. Thanks to
954           Pavel Rochnyack. #1735
955         * Notify Nagios plugin: This new plugin sends notifications to Nagios as
956           a passive check result. Thanks to Florian Forster.
957         * NTPd plugin: The plugin now detects if the ntp daemon reports
958           nanoseconds instead of microseconds. Thanks to Matwey V. Kornilov.
959           #1783
960         * OpenLDAP plugin: Several connection-related improvements have been
961           made. Thanks to Marc Fournier. #1308
962         * OpenLDAP plugin: Support for "simple authentication" has been added.
963           Thanks to Marek Becka. #1087
964         * Ping plugin: The "Size" option has been added, allowing the ICMP data
965           payload size to be configured. Thanks to Witold Baryluk. #1395
966         * PostgreSQL, DBI, Oracle plugins: The new "PluginInstanceFrom" option
967           has been added. Thanks to Pavel Rochnyack. #1707
968         * PowerDNS plugin: The recursor metrics have been updated to 3.7.3 and
969           missing rr types have been added. Thanks to Ruben Kerkhof.
970         * Processes plugin: Counting of context switches was added for Linux.
971           Thanks to Manuel Luis Sanmartín Rozada. #1036
972         * Processes plugin: Improve reliability of thread counts on Linux.
973           Thanks to Manuel Luis Sanmartín Rozada.
974         * Python plugin: Minimal Python version requirement has been bumped to
975           2.6. Thanks to Ruben Kerkhof. #1864
976         * Redis plugin: Several additional metrics are now collected. Thanks to
977           Marc Falzon and Matteo Contrini. #1807, #1483
978         * Sensors plugin: The "UseLabels" option has been added. Thanks to
979           Christian Fetzer.
980         * SMART plugin: The new "IgnoreSleepMode" option has been added. Thanks
981           to Scott Talbert. #1770
982         * SMART plugin: The new "UseSerial" option allows identifying devices in
983           a stable way. Thanks to Scott Talbert. #1794
984         * SNMP plugin: The "IpAddress" can now be used for instances. Thanks to
985           Vincent Bernat. #1397
986         * StatsD plugin: Latency calculation histogram is now able to shrink
987           automatically to optimal size. Thanks to Pavel Rochnyack. #1622
988         * StatsD plugin: The "CounterSum" option has been added. Thanks to
989           Florian Forster. #929, #1282, #1311
990         * UUID plugin: The plugin now also looks in in smbios system table and
991           "/sys/class/dmi". Thanks to Ruben Kerkhof. #1490
992         * virt plugin: The "PluginInstanceFormat" option has been added. Thanks
993           to Ruben Kerkhof. #1100
994         * Write Graphite plugin: The "ReconnectInterval" option has been added.
995           Thanks to Toni Moreno and Florian Forster.
996         * Write HTTP plugin: A KairosDB formatter has been added. Thanks to
997           Aurélien Rougemont. #1809
998         * Write HTTP plugin: Notifications are now handled by this plugin.
999           Thanks to Florian Forster.
1000         * Write HTTP plugin: The "LogHttpError" option has been added. Thanks to
1001           vzubko.
1002         * Write HTTP plugin: The new "Headers" option allows setting custom HTTP
1003           headers in outgoing requests. Thanks to Brandon Arp. #1634
1004         * Write Kafka plugin: Key handling has been made more comprehensive and
1005           reliable. Thanks to Florian Forster, Pierre-Yves Ritschard and Vincent
1006           Bernat. #1765, #1695, #1393
1007         * Write Redis plugin: The "Database", "MaxSetSize", "Prefix" and
1008           "StoreRates" options have been added. Thanks to Brian Kelly and
1009           Sebastian Pfahl.
1010         * Write Riemann plugin: The new "BatchFlushTimeout" and "Timeout" option
1011           have been added. Thanks to Pierre-Yves Ritschard and Gergely Nagy.
1012         * Write Riemann plugin: This plugin now requires the riemann-c-client
1013           library, version 1.6.0+. This adds support for submitting values to
1014           Riemann over TLS. Thanks to Gergely Nagy. #986
1015         * Write TSDB, Write Sensu, Write Riemann, Write Graphite, Write TSDB
1016           plugin: TCP keepalive is now enabled, helping graceful recovery from
1017           unclean network disconnections. Thanks to Marc Fournier. #1549
1018         * XenCPU plugin: This new plugin collects XEN Hypervisor CPU stats.
1019           Thanks to Pavel Rochnyack. #1608
1020         * ZFS ARC plugin: Several new statistics have been added and a couple of
1021           obsolete ones removed. Thanks to Brad Davis, Brian ONeill and Ruben
1022           Kerkhof.
1023         * Zone plugin: This new plugin reads per-zone CPU usage on Solaris.
1024           Thanks to Mathijs Mohlmann and Dagobert Michelsen.
1025
1026 2016-11-28, Version 5.5.3
1027         * collectd: Write threads are stopped before shutdown callbacks are
1028           called. Thanks to Florian Forster. #1110
1029         * collectd: A compile error on AIX has been fixed: "MSG_DONTWAIT" is not
1030           available on AIX. Thanks to Chao Yang.
1031         * libcollectdclient: Lines printed to "STDERR" are now guarded by the
1032           environment variable "COLLECTD_TRACE". Thanks to Florian Forster. #105
1033         * collectd.conf(5): Various typos have been fixed. Thanks to Marc
1034           Fournier.
1035         * Build system: Detection of the Java environment has been made
1036           deterministic to allow for reproducible builds. Thanks to Marc
1037           Fournier. #1523
1038         * APC UPS plugin: Unavailable metrics are now skipped instead of
1039           reported as 0 (zero). Thanks to Florian Forster. #2025
1040         * Battery plugin: The minimum value has been removed from the power type
1041           to allow the plugin to report discharging batteries as negative power.
1042           Thanks to Florian Forster.
1043         * DBI, Oracle and PostgreSQL plugins: An error message when the type
1044           instance is truncated has been added. Thanks to Florian Forster. #4
1045         * cURL-JSON plugin: A possible segmentation fault when parsing
1046           unexpected JSON has been fixed. Thanks to Florian Forster. #1896
1047         * DF plugin: Compilation with xfsprogs ≥ 4.7.0 has been fixed. Thanks
1048           to Thomas Deutschmann. #1877
1049         * Modbus plugin: Build issues on FreeBSD have been fixed. Thanks to
1050           Florian Forster.
1051         * Network plugin: An error message has been corrected. Thanks to Florian
1052           Forster.
1053         * Network plugin: Handling of errors form secure memory initialization
1054           has been improved: the plugin fails gracefully now instead of calling
1055           "abort()". Thanks to Sebastian Harl.
1056         * Network plugin: The gcrypt library is only initialized when it is
1057           actually required due to the network plugin's configuration. Thanks to
1058           Florian Forster. #1902
1059         * Ping plugin: The init callback has been changed to be idempotent,
1060           fixing errors being reported on Solaris. Thanks to Florian Forster.
1061           #869
1062         * PostgreSQL plugin: The query_plans and query_plans_by_table queries
1063           have been improved to return 0 (zero) instead of "NULL" when not
1064           available. Thanks to Bernd Zeimetz. #1905
1065         * PowerDNS plugin: The "recursor command" has been fixed so PowerDNS can
1066           correctly parse all requested fields. Thanks to Ruben Kerkhof.
1067         * Python plugin: Handling of data sets with multiple data sources of
1068           different type has been fixed. Thanks to Sebastian Harl.
1069         * RRDCacheD plugin: Reconnection behavior after failed operations has
1070           been added. Thanks to Sebastian Harl. Debian#657877
1071         * Write Graphite and AMQP plugins: A bug that could lead to a missing
1072           null-termination has been fixed. Thanks to Markus Linnala.
1073         * Write Kafka plugin: Support for librdkafka 0.9.0 has been added.
1074           Thanks to Florian Forster.
1075         * Write Riemann plugin: Build issues on Solaris have been fixed. Thanks
1076           to Florian Forster.
1077
1078 2016-07-25, Version 5.5.2
1079         * collectd: A division by zero has been fixed in the
1080           "plugin_dispatch_multivalue()" function. Thanks to Corey Kosak.
1081         * collectd: The address of the Free Software Foundation has been fixed
1082           in GPL license headers. Thanks to Ruben Kerkhof.
1083         * Build system: Detection and handling of librrd 1.6 and later has been
1084           fixed. Thanks to Ruben Kerkof.
1085         * Apache plugin: A warning about a possible misconfiguration has been
1086           added. Thanks to Marc Fournier.
1087         * cURL, cURL-JSON and cURL-XML plugins: A memory leak when allocating
1088           more memory fails has been fixed. Thanks to Brandon Arp.
1089         * DF plugin: A build issue on DragonFlyBSD has been fixed. Thanks to
1090           Ruben Kerkhof. #1575
1091         * Ethstat plugin: Code to strip leading whitespace from device names.
1092           This works around an issue in the VMXNet3 driver. Thanks to Thomas
1093           Guthmann. #1059
1094         * Exec plugin: A problem in the error handling of an fdopen() failure
1095           has been fixed. Thanks to @ciomaire.
1096         * Modbus plugin: The debug output has been disabled by default. It is
1097           now only enabled when building with "--enable-debug". Thanks to Eric
1098           Sandeen and Marc Fournier.
1099         * Network plugin: A check for the initialization of secure memory has
1100           been added. Previously, failure to initialize this memory was
1101           ignored. Thanks to @yujokang. #1665
1102         * Network plugin: A heap overflow has been fixed in the server code.
1103           This issue can be triggered remotely and is potentially exploitable.
1104           Thanks to Emilien Gaspar. CVE-2016-6254
1105         * Perl plugin: Init callbacks have been changed to run essentially
1106           single-threaded to avoid race conditions by init functions which
1107           create additional threads. Thanks to Pavel Rochnyack. #1706
1108         * Processes plugin: A warning about too long process names has been
1109           added. Thanks to Marc Fournier. #1284
1110         * Redis plugin: A memory leak in an error handling code path has been
1111           fixed. Thanks to Andrés J. Díaz.
1112         * Redis plugin: The data source type of the expired_keys metric has been
1113           corrected to "DERIVE". Thanks to Marc Falzon and Marc Fournier. #1483.
1114         * SMART plugin: A build dependency on libudev has been added. Thanks to
1115           Pavel Rochnyack. #1724
1116         * StatsD plugin: A deadlock on plugin shutdown has been fixed. Thanks to
1117           Pavel Rochnyack #1703
1118         * Write HTTP plugin: Freeing of memory holding HTTP headers during
1119           shutdown has been fixed. Thanks to Tolga Ceylan.
1120         * Write Sensu plugin: A segfault when the Tag was unset has been fixed.
1121           Thanks to Marc Fournier.
1122         * ZFS ARC plugin: The cache_operation-stolen metric has been removed for
1123           FreeBSD 10.2 and later. Thanks to Ruben Kerkhof. #1580
1124
1125 2016-01-22, Version 5.5.1
1126         * Build system: Compilation errors have been avoided by correctly
1127           defining package name and version used by autoconf. Thanks to Nathan
1128           Berkley. #1063
1129         * Build system: Dependency ordering was fixed to ensure parallel builds
1130           work reliably. Thanks to Gustavo Zacarias. #1125
1131         * Build system: Error messages have been improved and building the unit
1132           tests has been fixed on Solaris. Thanks to Florian Forster and
1133           Dagobert Michelsen. #1077
1134         * Build system: The move of the "utils_ignorelist" functions has been
1135           reverted. This fixes build issues of numerous plugins. Thanks to
1136           Benjamin Drung;. #1323
1137         * Build system: The fhcount plugin has been restricted to Linux. Thanks
1138           to Ruben Kerkhof. #1195
1139         * Build system: Detection of header files for the turbostat plugin has
1140           been fixed. Thanks to Marc Fournier. #1075
1141         * collectd: The "LC_NUMERIC" locale is now forced, to prevent issues
1142           with some plugins on environments using a comma as decimal separator.
1143           Thanks to Florian Forster. #1237
1144         * Documentation: Some precisions related to the virt plugin have beed
1145           added. Thanks to Wojtek Bocer and Ruben Kerkhof.
1146         * Documentation: The CollectdInternalStats documentation has been
1147           improved. Thanks to Yves Mettier and Florian Forster.
1148         * Battery plugin: A missing Type has been added. Thanks to Marc
1149           Fournier. #1338
1150         * Bind plugin: An off-by-one error has been fixed: an index was checked
1151           against a wrong variable, which may lead to an out-of-bounds read.
1152           Thanks to Michal Humpula. #1123
1153         * Ceph plugin: JSON parsing has been refactored to support ceph 10.0.0
1154           and fixes several buffer overflows. Thanks to Florian Forster. #1350
1155         * CPU plugin: A Mac OS X specific bug has been fixed: the plugin
1156           expected an incorrect number of CPU states, resulting in failing read
1157           callbacks. This regression was introduced in 5.5.0. Thanks to Robert
1158           Viduya.
1159         * Disk plugin: Support for Mac OS X 10.10 has been added. Thanks to
1160           Robert Viduya. #1065
1161         * IPC plugin: Support for building with musl-libc has been added. Thanks
1162           to Natanael Copa. #1147
1163         * Log Logstash plugin: A segfault when using libyajl, version 1 was
1164           fixed. Thanks to Vincent Bernat. #1190
1165         * Log Logstash plugin: The timestamp is now ISO 8601 compliant. Thanks
1166           to Marc Fournier. #1132
1167         * memcached plugin: The Type of the listen-disabled metric was fixed.
1168           Thanks to Florian Forster. #1356
1169         * MySQL plugin: The Type used by Innodb_buffer_pool_pages_flushed was
1170           fixed. Thanks to Marek Becka. #1085
1171         * OpenLDAP plugin: A crash when using LDAPI (LDAP-over-IPC) got fixed.
1172           Thanks to Marek Becka. #1080
1173         * OpenLDAP plugin: Support for Mac OS X has been added. Thanks to Ruben
1174           Kerkhof. #1489
1175         * SMART plugin: A memory leak has been fixed. Thanks to Florian
1176           Schüller and Pierre-Yves Ritschard. #1076
1177         * Swap plugin: A regression that would lead to swap usage being reported
1178           in kilobytes (instead of bytes) has been fixed. Thanks to Marek Becka.
1179           #1071
1180         * Varnish plugin: Support for FreeBSD has been added. Thanks to Ruben
1181           Kerkhof. #1182
1182         * Varnish plugin: Support for versions 3 and 4 has been made more
1183           tolerant to minor changes in Varnish point releases. Thanks to Marc
1184           Fournier. #1302
1185         * virt plugin: A copy-and-paste mistake in an error message has been
1186           fixed. Thanks to Ruben Kerkhof. #1101
1187         * Write Kafka plugin: Support for Solaris has been added. Thanks to
1188           Shahul Hameed. #1171
1189         * Write Redis plugin: Dead code has been removed. Thanks to Brian Kelly.
1190           #1143
1191         * 27 patches have been applied to numerous plugins and core components,
1192           fixing various programming errors which were reported by scan-build,
1193           libasan, FBInfer, coverity-scan and clang: Thanks to Ruben Kerkhof,
1194           Florian Forster and Marek Becka.
1195         * Collectd::Unixsock: A Perl error got corrected. Thanks to Ciaran Mac
1196           An Iomaire. #1295
1197
1198 2015-05-27, Version 5.5.0
1199         * Build system: Ability to make out-of-tree builds has been fixed.
1200           Thanks to Vincent Bernat. #792
1201         * Build system, Disk and Users plugins: Detection and use of libstatgrab
1202           ≧ 0.90 has been added. Thanks to Vincent Bernat. #445, #795, #806,
1203           #807, #908
1204         * Build system, Memory, CPU, TCPConns and Processes plugins: Numerous
1205           fixes related to OpenBSD support have been added. Thanks to Landry
1206           Breuil. #777, #778, #779, #808
1207         * Build system: Plugins now only export "module_register()". Thanks to
1208           Florian Forster.
1209         * Build system: Various cleanups and improvements have been done. Thanks
1210           to Marc Fournier.
1211         * collectd: Numerous internal changes and improvements to the daemon and
1212           the plugin API have been make. Thanks to Florian Forster, Pierre-Yves
1213           Ritschard and Alex Petrov. #512, #727
1214         * collectd: Numerous spelling mistakes have been corrected in comments
1215           and documentation and several error messages have been improved.
1216           Thanks to Ruben Kerkhof, Abhinav Upadhyay, Olivier Bazoud, Pierre-Yves
1217           Ritschard, Tim Smith, Moshe Zada, Katelyn Perry and Marc Fournier.
1218         * collectd: Rules/Targets can now be appended to existing Filter Chains.
1219           Thanks to Marc Falzon. #444
1220         * collectd: Failing Filter Chains destinations will now log the list of
1221           available write targets. Thanks to Wilfried Goesgens. #650, #1043
1222         * collectd: Support for process signaling and management by upstart and
1223           systemd has been implemented for the Linux platform. Thanks to
1224           Pierre-Yves Ritschard and Marc Fournier. #798, #811, #814
1225         * collectd: The "CollectInternalStats" option has been added. Thanks to
1226           Yves Mettier. #691
1227         * collectd: The daemon source code and dependencies have moved to the
1228           "src/daemon/" directory. Thanks to Florian Forster.
1229         * collectd: The new "MaxReadInterval" option allows to cap the
1230           exponential retry interval of plugins read errors. Thanks to Alexey
1231           Remizov and Florian Forster. #713
1232         * collectd: The "-P" command-line option now has precedence over the
1233           "PIDFile" option. Thanks to Thomas D. #553
1234         * collection.cgi: Various data-source related adjustments have been
1235           made. Thanks to Fabiano Pires and Sebastian Harl.
1236         * libcollectdclient: Now propagates errors when signing / encrypting
1237           network packets. Thanks to Florian Forster.
1238         * Configuration: Support for unquoted IPv6 addresses has been added.
1239           Thanks to Sebastian Harl. #489
1240         * Documentation: Various improvements have been done. Thanks to Florian
1241           Forster and Marc Fournier.
1242         * Examples: the sample C plugin has been updated to the current plugin
1243           API. Thanks to Sebastian Harl.
1244         * Licensing: The following components have been relicensed to the MIT
1245           license: the Apple Sensors, Ascent, DBI, E-Mail, Entropy, GenericJMX,
1246           gmond, LogFile, nginx, Notify Desktop, NTPd, NUT, olsrd, Perl, Ping,
1247           PostgreSQL, Protocols, RouterOS, RRDCacheD, SNMP, StatsD, SysLog,
1248           Table, Tail, UnixSock, vmem, VServer, Wireless, Write Riemann and XMMS
1249           plugins, the core collectd daemon, the collectdmon, collectd-nagios
1250           and collectd-tg utilities, all the Targets and Matches, liboconfig,
1251           most of the "utils_*" files and the plugin API.
1252         * Tests: A test suite has been added. Thanks to Florian Forster.
1253         * Threshold: The hysteresis calculation has been made more reliable.
1254           Thanks to Jan Kundrát. #581
1255         * Threshold: Various fixes and improvements have been made. Thanks to
1256           Manuel Luis Sanmartín Rozada. #649, #644
1257         * AMQP plugin: The "ConnectionRetryDelay" option has been added,
1258           allowing to delay reconnection. Thanks to Yoga Ramalingam and Marc
1259           Fournier. #833
1260         * AMQP plugin: The "QueueDurable" and "QueueAutoDelete" options have
1261           been added, giving control over queue creation and deletion. Thanks to
1262           David Blundell and Marc Fournier. #623
1263         * Apache, Ascent, BIND, cURL, cURL-JSON, cURL-XML, nginx and Write HTTP
1264           plugins: Customizing the "User-Agent" field is now possible at
1265           compile-time. Thanks to Jeremy Katz. #440
1266         * Apache, Ascent, BIND, cURL, cURL-JSON, cURL-XML, nginx plugins: The
1267           connection will be reset if it hasn't completed within the configured
1268           "Interval". The new "Timeout" option gives control over this behavior.
1269           Thanks to Jan Kundrát and Marc Fournier. #982, #983, #993
1270         * Apache, Ascent, cURL, cURL-JSON, cURL-XML, nginx, Write HTTP plugins:
1271           Allow usernames and passwords to contain colons if built against
1272           libcurl ≧ 7.19.1. Thanks to Marc Fournier. #695, #947
1273         * Apache plugin: The "SSLCiphers" option gives control over the
1274           encryption algorithms to use with TLS connections. Thanks to Toni
1275           Moreno. #946
1276         * Barometer plugin: This new plugin reads sensor data from various
1277           Freescale and Bosch digital barometers. Thanks to Tomas Menzl. #69,
1278           #693
1279         * Battery plugin: Reporting values as percentages and reporting degraded
1280           batteries has been added. Thanks to Florian Forster.
1281         * Battery plugin: Support for reading values from sysfs on Linux has
1282           been added. Thanks to Andy Parkins, Nicholas Humfrey, Peter Wu and
1283           Florian Forster. #725, #810, #998
1284         * Battery plugin: The value for current is no longer supplied unless the
1285           battery provides this information. Thanks to Florian Forster.
1286         * BIND plugin: Bind's XML v3 API is now supported; Thanks to Victor
1287           Berger, Bruno Prémont and Michal Humpula. #742, #847
1288         * Ceph plugin: This new plugin collects statistics from the Ceph
1289           distributed storage system. Thanks to Dan Ryder, Dennis Zou, Colin
1290           McCabe, Sage Weil. #522, #598
1291         * ConnTrack plugin: Support for reporting values as percentages as well
1292           as legacy conntrack files in "/proc" has been added. Thanks to
1293           Pierre-Yves Ritschard. #497, #680
1294         * CPU plugin: The plugin is now able to report values as percentages and
1295           aggregate values per-state and per-CPU. Thanks to Pierre-Yves
1296           Ritschard, Florian Forster, Fabien Wernli, Nicholas Humfrey and
1297           Wilfried Goesgens. #499, #516, #639 #734, #812, #802
1298         * cURL-JSON plugin: Extracting values from complex JSON structures has
1299           been enhanced. Thanks to Jim Radford. #408, #411
1300         * cURL-JSON plugin: Intervals can now be configured on a per-URL basis.
1301           Thanks to Stan Sawa. #685
1302         * cURL-JSON, cURL-XML, Write HTTP plugins: These plugins now also follow
1303           HTTP redirects. Thanks to Marc Fournier.
1304         * cURL, cURL-JSON, cURL-XML plugins: HTTP Digest authentication has been
1305           implemented. Thanks to Frank Cornelis. #482
1306         * DBI, Oracle, PostgreSQL plugins: A "MetadataFrom" parameter has been
1307           added which allows to set metadata from database columns. Thanks to
1308           Mark Wong. #317, #321
1309         * DBI plugin: Querying several databases in parallel is now possible.
1310           Thanks to Vincent Bernat. #453
1311         * Disk plugin: On the Linux platform, disk names can now get looked up
1312           in udev with the "UdevNameAttr" option. Thanks to Patrick Mooney. #537
1313         * Disk plugin: This plugin now collects several additional I/O-related
1314           metrics on the Linux platform. Thanks to Florian Forster and Michael
1315           Schenck. #705, #759
1316         * DRBD plugin: This new plugin reads Linux's Distributed Replicated
1317           Block Device (DRBD) statistics. Thanks to Tim Laszlo. #566, #700
1318         * Exec, UnixSock plugins: The "PUTNOTIF" command now allows to set
1319           metadata on notifications. Thanks to John-John Tedro. #416
1320         * fhcount plugin: This new plugin reports the number of used file
1321           handles. Thanks to Jiri Tyr. #1009
1322         * GenericJMX plugin: A Class Loader for "JMXConnectorFactory" has been
1323           added, allowing the plugin to work with JBOSS > 7. Thanks to Alexandre
1324           Moutot. #452
1325         * IPC plugin: This new plugin collects information related to shared
1326           memory. Thanks to Andrés J. Díaz. #925
1327         * Java plugin: Now uses the hostname defined in the configuration file.
1328           Thanks to Pierre-Yves Ritschard. #530, #681
1329         * Load plugin: The plugin is now able to report values as percentages.
1330           Thanks to Vedran Bartonicek and Pierre-Yves Ritschard. #344, #498
1331         * Log Logstash plugin: This new plugin writes collectd logs and events
1332           as Logstash JSON formatted events. Thanks to Pierre-Yves Ritschard.
1333           #360
1334         * LVM plugin: The plugin collects thin pool data volumes size, and no
1335           longer reports virtual volumes. Thanks to Benjamin Gilbert. #603
1336         * memcached plugin: "listen_disabled_num" are now also reported. Thanks
1337           to Matt Cottingham. #622
1338         * Memory plugin: Slab memory reporting on the Linux platform has been
1339           added. Thanks to Manuel CISSÉ and Marc Fournier. #560, #697
1340         * Memory plugin: The plugin is now able to report values as percentages.
1341           Thanks to Jeremy Katz, Florian Forster and Manuel CISSÉ. #501, #511,
1342           #559
1343         * Modbus plugin: Selecting between holding and input registers is now
1344           possible. Thanks to Jan Vitek. #338
1345         * Modbus plugin: Support for accessing devices through an RS-485 serial
1346           port has been added. Thanks to Eric Sandeen.
1347         * Multimeter plugin: This plugin isn't built by default on the AIX
1348           platform anymore. Thanks to Manuel Luis Sanmartin Rozada. #549, #684
1349         * MySQL and PostgreSQL plugins: Passing "127.0.0.1" as a host will now
1350           result in the global Hostname being used in metric names. Thanks to
1351           Jeremy Katz. #441
1352         * MySQL plugin: InnoDB, Select and Sort statistics collection has been
1353           added. Thanks to Wilson Felipe, Marek Becka and Pierre-Yves Ritschard.
1354           #248, #621, #699, #824
1355         * MySQL plugin: The "Alias" and "ConnectTimeout" options have been
1356           added. Thanks to William Tisäter.
1357         * Netlink plugin: Support for 64bit netlink counters has been added.
1358           Thanks to Marek Becka. #435
1359         * Network plugin: The "ReconnectInterval" configuration option has been
1360           added. Thanks to John Ferlito. #732
1361         * NFS plugin: Support for NFSv4.0 has been implemented. Thanks to Marek
1362           Becka. #550
1363         * OneWire plugin: Support for more temperature-providing sensor families
1364           has been added. Thanks to Tomasz Torcz. #672
1365         * OneWire plugin: Support for full OWFS path and more device families
1366           has been implemented. Thanks to Tomas Menzl. #68
1367         * OpenLDAP plugin: This new plugin reads monitoring information from
1368           OpenLDAP's "cn=Monitor" subtree. Thanks to Kimo Rosenbaum, Marc
1369           Fournier and Nicholas Humfrey. #719
1370         * OpenVPN plugin: Support for OpenVPN 2.3.0 has been implemented. Thanks
1371           to Ed Okerson. #252
1372         * OpenVZ plugin: Various improvements have been made, making the plugin
1373           report values like the other collectd plugins do. Thanks to Chris
1374           Lundquist. #264
1375         * Perl plugin: A new "listval_filter" method has been added, various
1376           internal cleanups and improvements have been made and a test suite has
1377           been added. Thanks to Matthias Bethke. #728
1378         * PostgreSQL plugin: The new "ExpireDelay" option allows skipping older
1379           values pending write when the database slows down. Thanks to Stephen
1380           O'Dor. #593
1381         * PowerDNS plugin: The plugin was updated for stats from pdns 3.4.3.
1382           Thanks to Ruben Kerkhof. #965
1383         * Processes plugin: A memory-usage related optimization for low-profile
1384           systems has been added. Thanks to Florian Forster. #652
1385         * Python plugin: Support for Python3 has been improved, "ModulePath" is
1386           now prepended to "sys.path", and the "get_dataset()" function has been
1387           added to the Python API. Thanks to Sven Trenkel and Patrick Browne.
1388           #890, #751, #771
1389         * Redis and Write_Redis plugins: The support library has been switched
1390           from credis to hiredis. Thanks to Andrés J. Díaz, Victor Seva, Marc
1391           Fournier, Johan Bergström, Michael Spiegle and brianpkelly. #296,
1392           #464, #475, #799, #1030
1393         * Redis plugin: Custom commands can now be used to fetch values stored
1394           in Redis. Thanks to Pierre-Yves Ritschard. #816
1395         * Redis plugin: Support for passwords up to 512 characters long has been
1396           added. Thanks to Jeremy Katz. #532
1397         * Sensors plugin: Support for lm_sensors' power sensors has been added.
1398           Thanks to Jan Kundrát. #571
1399         * SMART plugin: This new plugin collects SMART statistics from disk
1400           drives. Thanks to Vincent Bernat. #797
1401         * SNMP plugin: A blacklist/whitelist feature can now be used to filter
1402           which OIDs to collect. Thanks to Christophe Courtaut. #414
1403         * SNMP plugin: SNMPv3 authentication and encryption support has been
1404           implemented. Thanks to Michael Pilat. #362
1405         * SNMP plugin: Two error messages have been disambiguated. Thanks to
1406           Sergey. #939, #952
1407         * Swap plugin: The plugin is now able to report values as percentages.
1408           Thanks to Jeremy Katz and Florian Forster. #500, #510
1409         * Swap plugin: The plugin no longer fails on Linux systems where
1410           "SwapCached" isn't exposed by the kernel. Thanks to Florian Forster.
1411           #733
1412         * Tail plugin: "GaugeInc" and "GaugeAdd" options have been implemented.
1413           Thanks to Andre Ferraz. #673
1414         * Tail plugin: Intervals can now be configured on a per-File basis.
1415           Thanks to Tom Leaman. #446
1416         * TCPConns plugin: The "AllPortsSummary" option, allowing to summarize
1417           all connections, has been added. Thanks to Marek Becka. #488
1418         * TCPConns plugin: Three metrics were renamed on the AIX platform, for
1419           the sake of consistency. Thanks to Manuel Luis Sanmartín Rozada. #546
1420         * Turbostat plugin: This new plugin reads CPU frequency and C-state
1421           residency on modern Intel turbo-capable processors. Thanks to Vincent
1422           Brillault, Jean Delvare and Nicolas Iooss. #651
1423         * UnixSock plugin: The "GETTHRESHOLD" command has been re-added. Thanks
1424           to Manuel Luis Sanmartín Rozada. #674
1425         * Varnish plugin: Varnish 4 support has been added, as well as as
1426           monitoring metrics only available in Varnish 4. Thanks to Marc
1427           Fournier. #618, #783
1428         * virt plugin: Guests memory usage is now also collected. Thanks to
1429           Tiago Carvalho, jazzmes and Zollner Robert.
1430         * virt plugin: It is now possible to chose between using guests' name or
1431           UUID as plugin_instance. Thanks to Remi Ferrand. #385
1432         * virt plugin: The libvirt plugin has been renamed to virt. Thanks to
1433           Florian Forster.
1434         * Write Graphite plugin: When the connection to graphite fails,
1435           reconnection attempts are now limited to once per second. Thanks to
1436           Florian Forster. #625
1437         * Write HTTP plugin: Multi-instance support of this plugin has been
1438           improved. The "<URL "url">" block has been deprecated in favor of
1439           "<Node "identifier">". Thanks to Marc Fournier. #902
1440         * Write HTTP plugin: Several TLS-related configuration options have been
1441           added. Thanks to Ingmar Runge. #666
1442         * Write HTTP plugin: The "LowSpeedLimit" and "Timeout" options allow to
1443           reset slow/stalled network connections. Thanks to loginator17 and Marc
1444           Fournier. #752, #985
1445         * Write HTTP plugin: The size of the payload posted to the HTTP server
1446           can now be controlled with the "BufferSize" option. Thanks to Florian
1447           Forster. #722
1448         * Write Kafka plugin: This new plugin sends data to Apache Kafka, a
1449           distributed messaging queue. Thanks to Pierre-Yves Ritschard,
1450           ciomaire, Vincent Bernat, Marc Fournier. #670, #694, #794, #853, #014
1451         * Write Log plugin: This new plugin dispatches collected values to the
1452           configured log destination(s). Thanks to Pierre-Yves Ritschard. #886
1453         * Write Riemann plugin: Extra meta strings are now added as attributes
1454           in notifications. Thanks to John-John Tedro. #417
1455         * Write Riemann plugin: Notification message are now sent to the Riemann
1456           server via the description field. Thanks to Adrian Miron. #575
1457         * Write Riemann plugin: Support for custom attributes has been added.
1458           Thanks to Pierre-Yves Ritschard. #459
1459         * Write Riemann plugin: Support had been implemented for sending events
1460           to Riemann in batches (when using TCP), and is enabled by default.
1461           Thanks to Pierre-Yves Ritschard. #800
1462         * Write Riemann plugin: The "EventServicePrefix" option has been added,
1463           which adds a prefix to event service names. Thanks to Moshe Zada. #706
1464         * Write Riemann plugin: Threshold checks can now be passed down to the
1465           Riemann server. Thanks to Pierre-Yves Ritschard. #518
1466         * Write Sensu plugin: This new plugin submits values to Sensu, a stream
1467           processing and monitoring system. Thanks to Fabrice A. Marie and Marc
1468           Fournier. #912, #1001, #1016
1469         * Write TSDB plugin: This new plugin sends data to OpenTSDB, a scalable
1470           time series database. Thanks to Kevin Bowling, Florian Forster, Dallin
1471           Young, Michael Schenck and Pierre-Yves Ritschard. #703, #772, #945
1472         * ZFS ARC plugin: Support for ZFS-on-Linux has been added. Thanks to
1473           Marc Fournier and Wilfried Goesgens. #552
1474         * Zookeeper plugin: This new plugin reads data from the Apache Zookeeper
1475           "MNTR" command. Thanks to Jeremy Katz. #826
1476
1477 2016-07-26, Version 5.4.3
1478         * Build system: A deprecation warning has been removed. Thanks to
1479           Florian Forster.
1480         * Build system: An ordering issue when build the AMQP plugin was
1481           corrected. Thanks to Shahul Hameed.
1482         * Build system: Building the gmond plugin against recent libganglia
1483           versions has been added. Thanks to Marc Fournier. #1129
1484         * Build system: "collectd-tg" now builds on AIX. Thanks to Manuel Luis
1485           Sanmartín Rozada. #542
1486         * Build system: "version-gen.sh" portablility was improved. Thanks to
1487           Marc Fournier and Ruben Kerkhof.
1488         * Build system: Compiling utils_dns.c on Solaris has beed fixed. Thanks
1489           to Yves Mettier, Dagobert Michelsen and Florian Forster. #348
1490         * Build system: Default JDK detection got improved. Thanks to Ruben
1491           Kerkhof and Marc Fournier.
1492         * Build system: Detection and handling of librrd 1.6 and later has been
1493           fixed. Thanks to Ruben Kerkhof.
1494         * Build system: notify_email build options got corrected to make it
1495           build on non-GNU libc systems. Thanks to Marc Fournier.
1496         * Build system: Protobuf building and logging has been improved. Thanks
1497           to Ruben Kerkhof.
1498         * Build system: The "make distcheck" target was fixed to properly handle
1499           java build artifacts. Thanks to Florian Forster.
1500         * Build system: The configure script got fixed to work properly when
1501           called with "CC="gcc -Wall -Werror"" . Thanks to Marc Fournier.
1502         * Build system: The configure script will now fail if pkg-config isn't
1503           available. Thanks to Ruben Kerkhof.
1504         * Build system: The users plugin now builds properly on Solaris when
1505           libstatgrab is available. Thanks to Dagobert Michelsen. #1061
1506         * Build system: Various fixes have been done to improve library
1507           detection on FreeBSD. Thanks to Ruben Kerkhof.
1508         * collectd2html: Several perl errors have been corrected. Thanks to Ruud
1509           van Melick. #1103
1510         * collectd: A global gauge format-string is now used to avoid loss of
1511           precision. Thanks to Florian Forster. #1039
1512         * collectd: A race condition at plugin initialization time was fixed.
1513           Thanks to Jan Andres. #1316
1514         * collectd: Autoloading now properly sets plugin context, allowing
1515           plugins to determine the interval. Thanks to Florian Forster. #1069
1516         * collectd: Empty "Plugin" blocks are now supported by the configuration
1517           file parser. Thanks to Manuel Luis Sanmartín Rozada. #1035
1518         * collectd: The address of the Free Software Foundation has been fixed
1519           in GPL license headers. Thanks to Ruben Kerkhof.
1520         * collectd: Writing to a closed TCP socket is now properly handled.
1521           Thanks to Tamás Földesi. #1104
1522         * Documentation: iptables plugin: IPv6 configuration option has been
1523           added to the collectd.conf(5) manpage. Thanks to 'Marc Fournier''.
1524           #1496
1525         * AMQP plugin: The plugin was fixed to build against librabbitmq 0.6.0.
1526           Thanks to Remi Collet. #1008
1527         * Apache plugin: A warning about a possible misconfiguration has been
1528           added. Thanks to Marc Fournier.
1529         * Apache plugin: The plugin was extended to parse the whole response,
1530           required to support Apache versions greater than 2.4.17. Thanks to
1531           Marc Fournier and Florian Forster. #1170, #1343
1532         * APC UPS plugin: Log messages are now prefixed with the plugin name.
1533           Thanks to Sergey. #1329
1534         * Bind plugin: The type_instance now gets properly sanitized. Thanks to
1535           Thomas Kho. #992
1536         * CPU plugin: Error messages on MacOSX have been improved. Thanks to
1537           Florian Forster. #22
1538         * cURL plugin: A typo in an error message got corrected. Thanks to Marc
1539           Fournier.
1540         * cURL, cURL-JSON and cURL-XML plugins: A memory leak when allocating
1541           more memory fails has been fixed. Thanks to Brandon Arp.
1542         * DF plugin: An bug preventing filesystems which don't report inodes
1543           such as btrfs has been corrected. Thanks to Marek Becka. #1096
1544         * DF plugin: Duplicate entries are no longer reported twice. Thanks to
1545           Stefan Brüns and Florian Forster. #1402
1546         * DF plugin: Legacy code for skipping "rootfs" mount points has been
1547           removed. Thanks to Marc Fournier. #1402
1548         * DF plugin: Legacy references to the "ReportReserved" option have been
1549           removed. Thanks to Marc Fournier.
1550         * DF plugin: Reading the mtab now uses a reentrant function when
1551           possible. Thanks to Ruben Kerkhof. #1163
1552         * Ethstat plugin: Code to strip leading whitespace from device names.
1553           This works around an issue in the VMXNet3 driver. Thanks to Thomas
1554           Guthmann. #1059
1555         * Exec plugin: A file descriptor leak when the plugin is configured to
1556           run as a non-existing user was corrected. Thanks to Gautam BT and Marc
1557           Fournier. #762
1558         * Exec plugin: A problem in the error handling of an fdopen() failure
1559           has been fixed. Thanks to @ciomaire.
1560         * Interface plugin: Documentation about regular expressions in the
1561           ignore list has been added. Thanks to Jakub Jankowski.
1562         * IRQ plugin: The "FIQ" line is now skipped as it doesn't contain any
1563           counter. Thanks to Ruben Kerkhof. #971
1564         * Modbus plugin: The debug output has been disabled by default. It is
1565           now only enabled when building with "--enable-debug". Thanks to Eric
1566           Sandeen and Marc Fournier.
1567         * MongoDB plugin: A memory leak has been fixed and some adaptations to
1568           the current API of the mongo-c-driver have been made. Thanks to
1569           Florian Forster. #956
1570         * Network plugin: A check for the initialization of secure memory has
1571           been added. Previously, failure to initialize this memory was ignored.
1572           Thanks to @yujokang. #1665
1573         * Network plugin: A heap overflow has been fixed in the server code.
1574           This issue can be triggered remotely and is potentially exploitable.
1575           Thanks to Emilien Gaspar. CVE-2016-6254
1576         * Network plugin: The TimeToLive option handling was made more robust.
1577           Thanks to Tim Laszlo. #654
1578         * NTPd plugin: Documentation about the required "mode 7" has been added.
1579           Thanks to Jakub Jankowski.
1580         * NTPd plugin: Reporting of "time_offset-loop" was corrected to match
1581           the values from ntpq/ntpdc. Thanks to Pierre Fersing and Florian
1582           Forster. #1300
1583         * OpenVPN plugin: The plugin was fixe to avoid signaling an error when
1584           no clients were connected. Thanks to Florian Forster. #731
1585         * Perl plugin: Init callbacks have been changed to run essentially
1586           single-threaded to avoid race conditions by init functions which
1587           create additional threads. Thanks to Pavel Rochnyack. #1706
1588         * PF plugin and DNS plugin: These plugins have been fixed to build
1589           properly on OpenBSD again. Thanks to Ruben Kerkhof.
1590         * Processes plugin: A compilation error on systems without "regex.h" has
1591           been fixed. Thanks to Corey Kosak.
1592         * Processes plugin: A memory leak on Solaris has been fixed. Thanks to
1593           Jim Quinn.
1594         * Processes plugin and Swap plugin: These plugins have been corrected to
1595           also work inside FreeBSD jails. Thanks to biancalana. #1019
1596         * Processes plugin: A warning about too long process names has been
1597           added. Thanks to Marc Fournier. #1284
1598         * Processes plugin: Process counting on the FreeBSD and OpenBSD
1599           platforms has been fixed. Thanks to Herve COMMOWICK. #1298
1600         * Processes plugin: The plugin was fixed to work properly on Solaris.
1601           Thanks to Jan Andres. #919
1602         * Python plugin: A double-free bug got fixed. Thanks to Sven Trenkel.
1603           #1285
1604         * RRDtool plugin: A race condition leading to corrupt RRD file creation
1605           has been fixed. Thanks to Manuel Luis Sanmartín Rozada. #1031
1606         * SNMP plugin: The "Gauge32" signedness was corrected to match RFC1902.
1607           Thanks to Nathan Ward. #1325
1608         * StatsD plugin: A deadlock on plugin shutdown has been fixed. Thanks to
1609           Pavel Rochnyack #1703
1610         * StatsD plugin: A memory leak was corrected. Thanks to Florian Forster.
1611           #997
1612         * StatsD plugin: A symbol lookup error was fixed by properly linking the
1613           plugin against libm. Thanks to Florian Forster.
1614         * StatsD plugin: "utils_latency": Support for including values above
1615           1000 in percentile calculation has been added. Thanks to Yoga
1616           Ramalingam. #401
1617         * StatsD plugin: "utils_latency": Two division by zero error conditions
1618           have been corrected. Thanks to Wilfried Goesgens. #655
1619         * StatsD plugin: Counters absolute counts are now also reported. Thanks
1620           to Pierre-Yves Ritschard. #1311
1621         * StatsD plugin: The plugin now emits NaN values when no timer event is
1622           recorded. Thanks to Florian Forster. #1038, #1039
1623         * StatsD plugin: The plugin was corrected to avoid crashing when
1624           negative timer values are submitted. Thanks to Florian Forster. #1131
1625         * Tail CSV plugin: The plugin was fixed to work properly with multiple
1626           "Collect" options and a bug got fixed when no "TimeFrom" is specified.
1627           Thanks to Manuel Luis Sanmartín Rozada and Florian Forster. #1032
1628         * TCPConns plugin: A memory leak was fixed. Thanks to Florian Forster.
1629           #1074
1630         * TCPConns plugin: An bug causing collectd to enter an inifinite loop on
1631           OpenBSD was fixed. Thanks to Landry Breuil. #1094
1632         * Threshold plugin: Threshold configuration blocks can now be defined in
1633           different files. Thanks to Michael Salmon. #551
1634         * vmem plugin: Support for pgsteal in recent Linux kernels has been
1635           added. Thanks to Jakub Jankowski. #1307
1636         * vmem plugin: The DSType for nr_dirtied and nr_written was corrected to
1637           report a derive. Thanks to Marek Becka. #1072
1638         * Write Graphite plugin: Error handling when submitting metrics to the
1639           server is now more robust. Thanks to Sam Pointer. #1364
1640         * Write HTTP plugin: Freeing of memory holding HTTP headers during
1641           shutdown has been fixed. Thanks to Tolga Ceylan.
1642         * Write Redis plugin: Multi-Valued key was made easier to parse by
1643           adding a "|" character as a delimiter. Thanks to brianpkelly and
1644           Florian Forster. #1070
1645         * Write Redis plugin: The timestamp format was corrected. Thanks to
1646           Florian Forster.
1647         * ZFS ARC plugin: The plugin was will not emit warning about missing
1648           "l2_size" stats anymore. Thanks to Jan Andres. #919
1649         * 152 patches have been applied to numerous plugins and core components,
1650           fixing various programming errors which were reported by scan-build,
1651           libasan, FBInfer, coverity-scan, clang and gcc-6: Thanks to Ruben
1652           Kerkhof, Florian Forster, Marc Fournier, Corey Kosak, Laurent,
1653           Claudius Zingerli and Fabien Wernli.
1654
1655 2015-02-26, Version 5.4.2
1656         * Build system: Numerous fixes. Thanks to Bjørn Nordbø, Jim Radford,
1657           KOMEDA Shinji, Lauri Tirkkonen, Manuel Luis Sanmartin Rozada, Marc
1658           Fournier, Rainer Müller, Yoga Ramalingam and Yves Mettier. #326,
1659           #373, #653, #828
1660         * collectd: A use-after-free has been fixed in the "parse_value()"
1661           function. Thanks to Matthias Urlichs.
1662         * collectd: Fix carriage return sign in types_list Thanks to Marc
1663           Fournier and @NsLib.
1664         * collectd: Fix programming error in src/configfile.c. Thanks to
1665           Wilfried Goesgens.
1666         * collectd: An off-by-one error has been fixed in the
1667           "strstripnewline()" function. Patch by Florian Forster.
1668         * collectd: Use the complain mechanism to report filter chain write
1669           failures. Thanks to Sebastian Harl.
1670         * collectd: Spelling and grammar of error messages have been fixed.
1671           Thanks to Katelyn Perry and Tim Laszlo.
1672         * collectdctl: Fixed buffering issues which caused trouble on AIX and
1673           Solaris. Thanks to Yoga Ramalingam.
1674         * Documentation: Details and example about multi-instance filterchain
1675           targets have been added. Thanks to Marc Fournier.
1676         * Documentation: The "CollectStatistics" option of the rrdcached has
1677           been documented. Thanks to Micha Krause. #907
1678         * Documentation: The write_redis has been documented. Thanks to Marc
1679           Fournier.
1680         * Documentation: The "GraphiteSeparateInstances" and
1681           "GraphiteAlwaysAppendDS" options of the amqp have been documented.
1682           Thanks to Marc Fournier.
1683         * Documentation: Documentation of the "AutoLoadPlugin" option has been
1684           improved. Thanks to Florian Forster. #715
1685         * aggregation: "utils_vl_lookup": A race when creating user objects
1686           has been fixed. Thanks to Sebastian Harl. #535
1687         * cpu: Temperature code for Mac&nbsp;OS&nbsp;X has been removed.
1688           Thanks to Florian Forster and Marc Fournier. #22
1689         * cURL, cURL-JSON, cURL-XML and Write HTTP plugins: Call
1690           "curl_global_init()" in the plugins' "init()" callback. Thanks to
1691           Jeremy Katz.
1692         * cURL and memcachec plugins: Fix calculation of gauge, average,
1693           minimum and maximum. Previously, they were calculated from the start
1694           of the daemon, which is not the documented behavior. Thanks to
1695           Florian Forster. #663
1696         * curl-json: A bug, which triggered when two URLs with a long common
1697           prefix were configured, was fixed. Thanks to Marc Fournier. #582
1698         * dbi: Compatibility with new versions of libdbi has been restored.
1699           Thanks to Florian Forster. #950
1700         * Exec, UnixSock plugins: Fix parsing of the "time" option of the
1701           "PUTNOTIF" command. Thanks to Adrian Miron. #477
1702         * ipmi: A conflict with the java over the "SIGUSR2" signal has been
1703           fixed. Thanks to Vincent Bernat. #114
1704         * java: Conversion from Java's time representation to collectd's
1705           representation has been fixed. Thanks to Manuel Luis Sanmartín
1706           Rozada.
1707         * java: Make sure "cjni_thread_detach()" is called on all paths.
1708           Thanks to Florian Forster.
1709         * LogFile and SysLog plugins: Avoid total silence in case of a
1710           misconfiguration. Thanks to Marc Fournier and Wilfried Goesgens.
1711         * network: Support for recent versions of gcrypt has been added.
1712           Thanks to Vincent Bernat. #632
1713         * network: Robustness of the client connecting behavior has been
1714           improved. Thanks to Florian Forster. #627
1715         * python: Don't create empty "meta_data_t" objects. Thanks to Florian
1716           Forster. #716
1717         * python: Fix Py list length check in "cpy_build_meta()". Thanks to
1718           Yoga Ramalingam.
1719         * python: The "interval" member was fixed to export seconds as a
1720           double. Thanks to Justin Burnham.
1721         * RRDtool and RRDCacheD plugins: A memory leak when creating RRD files
1722           has been fixed. Thanks to Yves Mettier. #661
1723         * snmp: Fix a memory leak. Thanks to Marc Fournier and Pierre-Yves
1724           Ritschard. #610, #804
1725         * statsd: Support for samplerates in timer metrics was added. Thanks
1726           to John Leach. #461
1727         * swap: Fix behavior under OpenVZ by making "cached" optional. Thanks
1728           to Florian Forster. #733
1729         * threshold: Population of the "time" field in notifications has been
1730           added. Thanks to Manuel Luis Sanmartín Rozada.
1731         * libvirt: Only gather stats for running domains. Thanks to Ruben
1732           Kerkhof.
1733         * lvm: An issue with Volume Groups (VGs) without Logical Volumes (LVs)
1734           has been fixed. Thanks to Jan Kundrát.
1735         * write_graphite: Escape characters not supported by Graphite. Thanks
1736           to Pierre-Yves Ritschard and Marc Fournier.
1737         * write_http: Make callback names context-dependent. Thanks to Marc
1738           Fournier. #821
1739         * write_redis: A formatting bug, which resulted in totally unusable
1740           numbers being transmitted to Redis, was fixed. Thanks to Marc
1741           Fournier.
1742         * write_riemann: Receive acknowledge message when using TCP. Thanks to
1743           John-John Tedro.
1744
1745 2014-01-26, Version 5.4.1
1746         * amqp plugin: Add support for RabbitMQ 0.4.x to avoid compiler
1747           warnings. Thanks to Sebastian Harl for implementing this.
1748         * apache / network plugins: Improved initialization order hopefully
1749           resolved gcrypt initialization problems.
1750         * aquaero plugin: The type used to submit fan utilization was fixed.
1751           Thanks to Alex Deymo for the patch.
1752         * cgroups plugin: A small memory leak was fixed. Checking the existence
1753           of a mount option without a value was fixed. More permissive parsing
1754           of the cpuacct.stats file fixes support for some versions of Linux.
1755           Thanks to Marc Fournier for bug reports and patches.
1756         * curl plugin: Fix <Match> blocks without an instance. Thanks to
1757           Alexander Golovko for reporting and Sebastian Harl for fixing this.
1758         * curl_json plugin: Potentially invalid memory access has been
1759           sanitized. Thanks to Jim Radford for his patch.
1760         * interface plugin: Fix behavior under FreeBSD 10: Reporting of
1761           per-address statistics caused duplicate updates to the same metric.
1762           Thanks to demon / @trtrmitya for the patch.
1763         * write_graphite plugin: Use TCP to connect to Graphite by default. The
1764           default changed from TCP to UDP between 5.3.1 and 5.4.0, which is a
1765           regression. Thanks to Marc Fournier for fixing this. Reconnect
1766           behavior was improved. Thanks to Michael Hart for his patch.
1767         * zfs_arc plugin: Collect "allocated" and "stolen" on FreeBSD only.
1768
1769 2013-08-18, Version 5.4.0
1770         * collectd: The "LoadPlugin" config option no longer attempts to load
1771           plugins twice. If more than one "LoadPlugin" statement or block is
1772           encountered, only the first will have any effect.
1773         * collectd: The "AutoLoadPlugin" option allows to automatically load
1774           plugins for which a configuration is found.
1775         * collectd: The "WriteQueueLimitHigh" and "WriteQueueLimitLow" options
1776           allow collectd to drop values when under stress, to avoid running out
1777           of memory. Thanks to Yves Mettier for his patch.
1778         * amqp plugin: The "GraphiteSeparateInstances" and
1779           "GraphiteAlwaysAppendDS" options have been added. Thanks to Laurent
1780           for the patch.
1781         * aquaero plugin: This new plugin reads various metrics, e.g. fan
1782           speeds and temperatures, from Aquaero 5, a fan and water cooling
1783           control panel. Thanks to Alex Deymo for his patch.
1784         * curl plugin: The "MeasureResponseCode" option has been added. Thanks
1785           to Jan Matějka for his patch.
1786         * curl_json plugin: Support for UNIX domain sockets and array wildcards
1787           has been added. Thanks to Jim Radford for his patch.
1788         * curl_xml plugin: Support for long URLs has been improved.
1789         * cgroups plugin: This new plugin collects CPU accounting information
1790           for processes in a cgroup. Thanks to Michael Stapelberg for his patch.
1791         * df plugin: The "ValuesAbsolute" and "ValuesPercentage" options have
1792           been added. Thanks to Vedran Bartonicek for the patch.
1793         * exec plugin: Do UID / GID lookups before forking. This should prevent
1794           a race condition in the NSS library. Thanks to Ceri Storey for the
1795           patch.
1796         * lvm plugin: This new plugin collects size information from Linux'
1797           Logical Volume Manager (LVM). Thanks to Chad Malfait for his work.
1798         * memcached plugin: Support for increment and decrement counts has been
1799           added. Thanks to Blake Matheny for the patch.
1800         * mic plugin: This new plugin collects CPU and memory usage, power
1801           consumption and temperatures of Intel's Many-Integrated-Core (MIC)
1802           architecture, such as Xeon Phi cards. Thanks to Evan Felix for his
1803           work.
1804         * netlink plugin: This plugin has been converted to use the supported
1805           "libmnl" library. Thanks to Andreas Henriksson for his patch.
1806         * nginx plugin: Collection of accepted and handled connections has been
1807           added. Thanks to Patrick Shan for his patch.
1808         * sigrok plugin: This new plugin collects metrics from sigrok, a signal
1809           processing framework reading various hardware devices, from light
1810           meters to spectrum analyzers. Thanks to Bert Vermeulen for his patch.
1811         * statsd plugin: This new plugin listens to a UDP socket and reads
1812           metrics in the StatsD format.
1813         * varnish plugin: Many additional metrics have been added. Thanks to
1814           Nick Stenning for his patch.
1815         * write_graphite plugin: Support for "UDP" has been added. Thanks to
1816           Javier Maestro for his patch.
1817         * write_riemann plugin: The "TTLFactor" option has been added.
1818         * zfs_arc plugin: Support for FreeBSD has been added. Thanks to Xin Li
1819           for his patch.
1820
1821 2015-02-26, Version 5.3.2
1822         * Build system: Numerous fixes. Thanks to Bjørn Nordbø, Jim Radford,
1823           KOMEDA Shinji, Lauri Tirkkonen, Manuel Luis Sanmartin Rozada, Marc
1824           Fournier, Rainer Müller, Yoga Ramalingam and Yves Mettier. #326,
1825           #373, #653, #828
1826         * collectd: A use-after-free has been fixed in the "parse_value()"
1827           function. Thanks to Matthias Urlichs.
1828         * collectd: Fix carriage return sign in types_list Thanks to Marc
1829           Fournier and @NsLib.
1830         * collectd: Fix programming error in src/configfile.c Thanks to
1831           Wilfried Goesgens.
1832         * collectd: An off-by-one error has been fixed in the
1833           "strstripnewline()" function. Patch by Florian Forster.
1834         * collectd: Use the complain mechanism to report filter chain write
1835           failures. Thanks to Sebastian Harl.
1836         * collectd: Spelling and grammar of error messages have been fixed.
1837           Thanks to Katelyn Perry and Tim Laszlo.
1838         * collectdctl: Fixed buffering issues which caused trouble on AIX and
1839           Solaris. Thanks to Yoga Ramalingam.
1840         * Documentation: Details and example about multi-instance filterchain
1841           targets have been added. Thanks to Marc Fournier.
1842         * Documentation: The "CollectStatistics" option of the rrdcached has
1843           been documented. Thanks to Micha Krause. #907
1844         * Documentation: The write_redis has been documented. Thanks to Marc
1845           Fournier.
1846         * Documentation: The synopsis of the threshold has been fixed. Thanks
1847           to Fabien Wernli.
1848         * Documentation: The "GraphiteSeparateInstances" and
1849           "GraphiteAlwaysAppendDS" options of the amqp have been documented.
1850           Thanks to Marc Fournier.
1851         * aggregation: "utils_vl_lookup": A race when creating user objects
1852           has been fixed. Thanks to Sebastian Harl. #535
1853         * cpu: Temperature code for Mac&nbsp;OS&nbsp;X has been removed.
1854           Thanks to Florian Forster and Marc Fournier. #22
1855         * csv: A regression which would lead to the "DataDir" option to be
1856           ignored has been fixed. Thanks to Manuel Luis Sanmartin Rozada.
1857         * curl, curl-json, curl-xml and write_http plugins: Call
1858           "curl_global_init()" in the plugins' "init()" callback. Thanks to
1859           Jeremy Katz.
1860         * curl and memcachec plugins: Fix calculation of gauge, average,
1861           minimum and maximum. Previously, they were calculated from the start
1862           of the daemon, which is not the documented behavior. Thanks to
1863           Florian Forster. #663
1864         * dbi plugin: Compatibility with new versions of libdbi has been
1865           restored. Thanks to Florian Forster. #950
1866         * exec, unixsock plugins: Fix parsing of the "time" option of the
1867           "PUTNOTIF" command. Thanks to Adrian Miron. #477
1868         * java: Conversion from Java's time representation to collectd's
1869           representation has been fixed. Thanks to Manuel Luis Sanmartín
1870           Rozada.
1871         * ipmi: A conflict with the java over the "SIGUSR2" signal has been
1872           fixed. Thanks to Vincent Bernat. #114
1873         * java: Make sure "cjni_thread_detach()" is called on all paths.
1874           Thanks to Florian Forster.
1875         * logfile and syslog plugins: Avoid total silence in case of a
1876           misconfiguration. Thanks to Marc Fournier and Wilfried Goesgens.
1877         * memcached: Connecting to a UNIX socket has been fixed. Thanks to Jim
1878           Radford.
1879         * network: Support for recent versions of gcrypt has been added.
1880           Thanks to Vincent Bernat. #632
1881         * network: Robustness of the client connecting behavior has been
1882           improved. Thanks to Florian Forster. #627
1883         * python: Don't create empty "meta_data_t" objects. Thanks to Florian
1884           Forster. #716
1885         * python: Fix Py list length check in "cpy_build_meta()". Thanks to
1886           Yoga Ramalingam.
1887         * python: The "interval" member was fixed to export seconds as a
1888           double. Thanks to Justin Burnham.
1889         * replace and set targets: Fix error message. Thanks to Marc Fournier.
1890           #448
1891         * rrdtool and rrdcached plugins: Honor the "DataDir" config option;
1892           this fixes a regression. Thanks to Florian Forster. #380
1893         * rrdtool and rrdcached plugins: A memory leak when creating RRD files
1894           has been fixed. Thanks to Yves Mettier. #661
1895         * snmp: Fix a memory leak. Thanks to Marc Fournier and Pierre-Yves
1896           Ritschard. #610, #804
1897         * swap: Fix behavior under OpenVZ by making "cached" optional. Thanks
1898           to Florian Forster. #733
1899         * threshold: Population of the "time" field in notifications has been
1900           added. Thanks to Manuel Luis Sanmartín Rozada.
1901         * libvirt: Only gather stats for running domains. Thanks to Ruben
1902           Kerkhof.
1903         * write_graphite: Escape characters not supported by Graphite. Thanks
1904           to Pierre-Yves Ritschard and Marc Fournier.
1905         * write_http: Make callback names context-dependent. Thanks to Marc
1906           Fournier. #821
1907         * write_riemann: Receive acknowledge message when using TCP. Thanks to
1908           John-John Tedro.
1909
1910 2013-07-13, Version 5.3.1
1911         * Documentation: Various fixes.
1912         * Configuration: Fix error handling: Errors in included files were
1913           ignored, causing configuration mistakes to go unnoticed.
1914         * dns plugin: Don't abort when PCAP returns an error.
1915         * modbus plugin: The reconnection strategy was improved, fixing a
1916           segfault in the libmodbud library. Thanks to Stefan Nickl and
1917           Fabien Wernli for their patches.
1918         * mysql plugin: The notification about a newly running MySQL slave
1919           thread has been fixed. Thanks to Joaquín Cuenca Abela for the patch.
1920         * snmp plugin: A build issue has been fixed (C99 mixed declaration).
1921           The end-of-tree check has been improved by Pierre-Yves Ritschard.
1922         * threshold plugin: Handling of the "Interesting" configuration option
1923           has been fixed. Thanks to Björn for the patch.
1924         * write_riemann plugin: A memory leak has been fixed. Thanks to Dave
1925           Cottlehuber for reporting it.
1926
1927 2013-04-09, Version 5.3.0
1928         * collectd: The "Include" statements can now be limited to include
1929           only matching files in a directory. Thanks to Sebastian Harl for his
1930           patch.
1931         * collectd: Dispatches / writes are now handled by a thread pool. This
1932           improves reliability and throughput for instances configured to act
1933           as a "server". Thanks to Sebastian Harl and Dan Fandrich for
1934           reviewing this change and fixing bugs.
1935         * aggregation plugin: Selection of value lists is now possible using
1936           regular expressions. Parts of the identifier of the resulting metric
1937           can now be set via the configuration file.
1938         * apcups plugin: The "ReportSeconds" option has been implemented.
1939         * curl* plugins: Support for POST requests and custom request headers
1940           has been added. Thanks to Dan Fandrich for his patch.
1941         * curl_xml plugin: Support for XML namespaces has been added. Thanks
1942           to Dan Fandrich for his patch.
1943         * dbi plugin: Support for numeric options has been added. The
1944           "Host" option has been added. Thanks to Daniel Hilst for his patch.
1945         * disk plugin: Support for systems with >256 has been fixed. Thanks to
1946           Greg Mason for his patch.
1947         * libvirt plugin: Support for memory allocation has been added. Thanks
1948           to Johan Wirén for his patch.
1949         * netapp plugin: Support for "SnapVault", "VFiler" and deduplication /
1950           compression and quota metrics. Thanks to Sebastian Harl for his
1951           patches and teamix GmbH for sponsoring this work.
1952         * postgresql plugin: The reconnection logic has been improved. Thanks
1953           to Sebastian Harl for his patches.
1954         * rrdtool, rrdcached plugins: The "CreateFilesAsync" option has been
1955           implemented. When enabled, new RRD files will be created
1956           asynchronously, which improved throughput of "server" instances.
1957           Many thanks to Yves Mettier for all his input and code.
1958         * tail_csv plugin: This new plugins allows to read metrics from CSV
1959           files, such as Snort's statistics file. Thanks to Kris Nielander for
1960           his patch.
1961         * write_mongodb plugin: Authentication options have been added.
1962         * write_riemann plugin: This new plugin allows sending metrics to
1963           Riemann, a stream processing and alerting tool. Big thanks to
1964           Pierre-Yves Ritschard for his work.
1965
1966 2013-04-08, Version 5.2.2
1967         * Build system: A bad interaction between the Java detection code and
1968           libltdl has been fixed. Thanks to Dave Cottlehuber for his patch.
1969           Installation of the Perl bindings has been improved / fixed. Thanks
1970           to Sebastian Harl for his patch.
1971         * collectd: Fixed read callback scheduling at startup.
1972         * apache, ascent, bind, curl, curl_json, curl_xml, nginx and
1973           write_http plugins: Portability fixes, protection from infinite
1974           redirect loops, improved error handling and incorrect dereferences
1975           have been fixed. Most of these are related to the cURL library.
1976           Thanks to Dan Fandrich for his patches.
1977         * logfile plugin: Flush the output file handle. This works around
1978           caching when logging to STDOUT and redirecting into a file. Thanks
1979           to Nathan Huff for the patch.
1980         * mysql plugin: Fix a memory leak in the error handling. Thanks to
1981           Tomas Doran for his patch.
1982         * netapp plugin: Fix the interval with which values are dispatched.
1983         * network plugin: Build issues under FreeBSD and initialization have
1984           been fixed. Thanks to Ed Schouten for his patch.
1985         * nfs plugin: A compilation problem has been fixed.
1986         * notify_email plugin: Add a character set to the mail header. Thanks
1987           to Manuel Cissé for his patch.
1988         * pf plugin: Build issues have been fixed.
1989         * postgresql plugin: Build issues have been fixed.
1990         * rrdcached plugin: Connect to the daemon from the read callback.
1991         * snmp plugin: Matching of SNMP subtrees has been improved. Thanks to
1992           "jkrabbe" for the patch.
1993         * thermal plugin: The initialization of dispatched value lists has
1994           been fixed. Thanks to Markus Knetschke for his patch.
1995         * unixsock plugin: Parsing of options with an underscore, e.g.
1996           "plugin_instance" has been fixed. Thanks to Tommie Gannert for his
1997           patch.
1998
1999 2013-01-27, Version 5.2.1
2000         * Build system: "make distcheck" has been fixed. Build fixes Solaris
2001           and systems without gcrypt. Thanks to Yves Mettier for his patches.
2002         * collectd: The complaint mechanism was fixed. It reported messages
2003           more frequently than intended.
2004         * collectd-tg: A manual page has been added.
2005         * dns plugin: Build issues on FreeBSD have been fixed. Thanks to
2006           Ed Schouten for his patch.
2007         * ethstat plugin: Fix the "Map" config option. An incorrectly used
2008           character pointer may lead to a segmentation fault.
2009         * network plugin: Build issues on FreeBSD have been fixed. Thanks to
2010           Ed Schouten for his patch.
2011         * postgresql plugin: A memory leak in the writing code has been fixed.
2012           A use-after-free issue that happened when more than one database was
2013           configured was fixed. Thanks to Sebastian Harl for fixing these
2014           problems.
2015         * redis plugin: A build failure has been fixed. Thanks to Pierre-Yves
2016           Ritschard for his patch.
2017         * varnish plugin: Fix a problem with instances without name.
2018         * write_graphite plugin: A regression which rendered the
2019           "SeparateInstances" and "AlwaysAppendDS" options unusable has been
2020           fixed. A failed assertion when using types with many data sources
2021           has been fixed. Improve reporting of connection errors to not spam
2022           log files too much. Thanks to Pierre-Yves Ritschard for reporting
2023           the logging problem.
2024         * zfs_arc plugin: Fix the type used for mutex misses. Thanks to Yves
2025           Mettier for reporting this bug.
2026
2027 2012-11-17, Version 5.2.0
2028         * collectd: The performance of the LISTVAL command has been improved.
2029           Thanks to Yves Mettier for the patch.
2030         * collectd: The possibility to configure the collection interval on a
2031           per-plugin basis has been added. Huge thanks to Sebastian Harl for
2032           his work.
2033         * collectd-tg: This new binary allows to generate random but real
2034           looking collectd network traffic. This can be used to load-test new
2035           plugin, for example.
2036         * libcollectdclient: Code for constructing and sending network packets
2037           in the binary format has been added.
2038         * aggregation plugin: This new plugin allows to aggregate multiple
2039           value lists into one.
2040         * amqp and write_http plugins: Meta data is now included in the JSON
2041           output format. Thanks to Mark Wong for the patch.
2042         * amqp plugin: Support for "Graphite" output has been added. Thanks to
2043           Thomas Meson for the patch.
2044         * contextswitch plugin: Support for AIX has been added. Thanks to
2045           Manuel Rozada for his patch.
2046         * disk plugin: The "UseBSDName" config option has been added to the
2047           Mac OS X version.
2048         * GenericJMX plugin: Automatically determine the host name if it isn't
2049           configured.
2050         * libvirt plugin: The "number" interface format has been added. Thanks
2051           to "Davide Guerri" for the patch.
2052         * memcached plugin: Support for multiple connections has been added.
2053           Thanks to Nicolas Szalay for the patch.
2054         * ntpd plugin: The "IncludeUnitID" config option has been added. The
2055           behavior when a peer is unreachable has been improved. Thanks to
2056           Johan Kiviniemi for the patches.
2057         * oracle plugin: The "Host" config option has been added.
2058         * pf plugin: This new plugin allows to collect statistics from BSD's
2059           packet filter "pf". Thanks to Pierre-Yves Ritschard and Stefan Rinkes
2060           for their work.
2061         * postgresql plugin: The "Instance" config option has been added.
2062           Support for writing values to a PostgreSQL database has been added.
2063           Thanks to Sebastian Harl for the patches.
2064         * processes plugin: Support for Solaris has been added. Thanks to
2065           Cosmin Ioiart for the patch.
2066         * redis plugin: Support for authenticating via password has been added.
2067           Thanks to biancalana for the patch.
2068         * rrdcached plugin: The "HeartBeat", "RRARows", "RRATimespan",
2069           "StepSize" and "XFF" config options have been added.
2070         * swap plugin: The "ReportBytes" config option has been added. The AIX
2071           version now also exports "reserved" pages and swap-in / swap-out
2072           "traffic". Thanks to Manuel Rozada for the patch.
2073         * tcpconns plugin: Use a netlink socket rather than reading from /proc
2074           for improved performance. Thanks to Michael Stapelberg for the patch.
2075
2076 2013-04-08, Version 5.1.3
2077         * Build system: A bad interaction between the Java detection code and
2078           libltdl has been fixed. Thanks to Dave Cottlehuber for his patch.
2079         * collectd: Fixed read callback scheduling at startup.
2080         * apache, ascent, bind, curl, curl_json, curl_xml, nginx and
2081           write_http plugins: Portability fixes, protection from infinite
2082           redirect loops, improved error handling and incorrect dereferences
2083           have been fixed. Most of these are related to the cURL library.
2084           Thanks to Dan Fandrich for his patches.
2085         * logfile plugin: Flush the output file handle. This works around
2086           caching when logging to STDOUT and redirecting into a file. Thanks
2087           to Nathan Huff for the patch.
2088         * mysql plugin: Fix a memory leak in the error handling. Thanks to
2089           Tomas Doran for his patch.
2090         * netapp plugin: Fix the interval with which values are dispatched.
2091         * network plugin: Build issues under FreeBSD and initialization have
2092           been fixed. Thanks to Ed Schouten for his patch.
2093         * nfs plugin: A compilation problem has been fixed.
2094         * notify_email plugin: Add a character set to the mail header. Thanks
2095           to Manuel Cissé for his patch.
2096         * rrdcached plugin: Connect to the daemon from the read callback.
2097         * snmp plugin: Matching of SNMP subtrees has been improved. Thanks to
2098           "jkrabbe" for the patch.
2099         * thermal plugin: The initialization of dispatched value lists has
2100           been fixed. Thanks to Markus Knetschke for his patch.
2101         * unixsock plugin: Parsing of options with an underscore, e.g.
2102           "plugin_instance" has been fixed. Thanks to Tommie Gannert for his
2103           patch.
2104
2105 2013-01-25, Version 5.1.2
2106         * Build system: "make distcheck" has been fixed. Thanks to Yves
2107           Mettier for his patches.
2108         * collectd: The complaint mechanism was fixed. It reported messages
2109           more frequently than intended.
2110         * dns plugin: Build issues on FreeBSD have been fixed. Thanks to
2111           Ed Schouten for his patch.
2112         * ethstat plugin: Fix the "Map" config option. An incorrectly used
2113           character pointer may lead to a segmentation fault.
2114         * network plugin: Build issues on FreeBSD have been fixed. Thanks to
2115           Ed Schouten for his patch.
2116         * varnish plugin: Fix a problem with instances without name.
2117         * write_graphite: Improve reporting of connection errors to not spam
2118           log files too much. Thanks to Pierre-Yves Ritschard for reporting
2119           this problem.
2120         * zfs_arc plugin: Fix the type used for mutex misses. Thanks to Yves
2121           Mettier for reporting this bug.
2122
2123 2012-11-11, Version 5.1.1
2124         * collectd: Create new directories with mode 0777 and let umask remove
2125           unwanted permission bits.
2126         * collectd: Build issues have been fixed.
2127         * collectd: An incorrect assertion has been fixed in some common code
2128           for Solaris. This should resolve pseudo-random assertion failures
2129           under Solaris. Thanks to Jeff Blane for his help debugging this.
2130         * collectd: A couple of memory leaks through PThread thread attributes
2131           have been fixed. Thanks to Gerrie Roos for fixing these.
2132         * collectdctl: Fix PUTVAL for data sets with multiple data sources.
2133           Thanks to Cyril Feraudet for reporting this problem.
2134         * contrib/migrate-4-5.px: Handle to "df" to "df_complex" conversion
2135           correctly.
2136         * apcups plugin: Improve the reconnect behavior.
2137         * curl_xml plugin: The "Host" setting was silently ignored. Thanks to
2138           Fabien Wernli for fixing this.
2139         * df plugin: Ignore "rootfs" devices under Linux to avoid having them
2140           reported twice. Thanks to Brune Prémont for fixing this.
2141         * disk plugin: Fix incorrect computation of read and write latency (the
2142           "disk_time" type). Previously, the numbers reported where too small
2143           by a factor of "interval", e.g. when the interval is set to 10
2144           seconds, the values were too low by a factor of 10. Thanks to Manuel
2145           Sanmartin for reporting this problem.
2146         * dns plugin: A build issue under Solaris has been fixed. A erroneous
2147           define that could lead to the reporting of bad data has been fixed by
2148           Daniel Sutto.
2149         * ethstat plugin: An off-by-one error and potential use of
2150           uninitialized memory has been fixed. Thanks to Mark Voelker for
2151           reporting these problems.
2152         * memcachec plugin: A bug in the configuration handling has been fixed.
2153           Thanks to Pascal Hofmann for fixing this issue.
2154         * mysql plugin: Fix a bug when registering multiple databases. Thanks
2155           to Sebastian Harl for fixing this.
2156         * netapp plugin: Correctly close the connection on communication
2157           errors.
2158         * netlink plugin: The function used to query statistics has been
2159           changed to be more in line with iproute2's behavior. Thanks to
2160           "KIvosak" for the patch.
2161         * network plugin: Initialization of libgcrypt has been fixed. Thanks to
2162           Chris Lundquist for his patch.
2163         * oracle plugin: Error messages have been improved.
2164         * ping plugin: Don't enter the exponential back-off mode when
2165           ping_send() fails. This should make recovery after a network failure
2166           much faster.
2167         * python plugin: Memory leaks have been fixed. Thanks to Tommie Gannert
2168           and Sven Trenkel for fixing this.
2169         * redis plugin: Fix a compilation problem on FreeBSD. Thanks to
2170           "biancalana" for the fix.
2171         * rrdtool plugin: Fix an out-of-bounds array access when printing a
2172           warning message. Thanks to Will Hawkins for fixing this bug.
2173         * snmp plugin: Support for the SNMP_ENDOFMIBVIEW return value has been
2174           added. Support for more complex / unusual MIBs / subtrees has been
2175           added. Thanks to Mark Juric to test the changes and point out these
2176           problems.
2177         * varnish plugin: Support for multiple instances of Varnish 3 has been
2178           fixed. Thanks to Jonathan Huot for the patch.
2179         * write_mongodb plugin: Add compatibility with libmongo 0.6.0 and
2180           later. Thanks to Chris Lundquist for this patch.
2181
2182 2012-04-01, Version 5.1.0
2183         * Build system, iptables plugin: The shipped version of libiptc has
2184           been removed.
2185         * collectd-nagios: A list of value lists can now be queried using
2186           "-n LIST". Thanks to Sebastian Harl for his patches.
2187         * bind plugin: The "ParseTime" option has been added. It allows to use
2188           the system time rather than the time reported by BIND.
2189         * curl, memcachec, tail plugins: The "ExcludeRegexp" option has been
2190           added. Thanks to Peter Warasin for his initial patch.
2191         * ethstat plugin: The new "ethstat" plugin reads performance statistics
2192           directly from ethernet cards. Thanks to Cyril Feraudet for his patch.
2193         * GenericJMX plugin: Support for querying MBean "Operations" (in
2194           addition to "Attributes") has been added. Thanks to Pierre-Yves
2195           Ritschard for his patch.
2196         * irq plugin: The selection / ignore code now uses the default
2197           ignorelist infrastructure, providing the standard feature set, e.g.
2198           regex matching.
2199         * md plugin: The new "md" plugin reports the number of disks in various
2200           states in Linux software RAID devices. Thanks to Michael Hanselmann
2201           for his patch.
2202         * modbus plugin: Support for signed integer register types has been
2203           added.
2204         * nfs plugin: Support for Solaris has been added. Thanks to Cosmin
2205           Ioiart for his patch.
2206         * numa plugin: The new "numa" plugin reports statistics of the
2207           Non-Uniform Memory Access (NUMA) subsystem of Linux.
2208         * processes plugin: Various fixes for the FreeBSD implementation.
2209           Thanks to Phil Kulin for his patch.
2210         * rrdcached plugin: Passing flushes to the caching daemon has been
2211           added.
2212         * sensors plugin: The initialization code has been improved. Thanks to
2213           Henrique de Moraes Holschuh for his patch.
2214         * swap plugin: The "ReportByDevice" option has been added.
2215         * syslog plugin: Support for writing notifications has been added.
2216           Thanks to Fabien Wernli for his patch.
2217         * tcpconns plugin: Support for AIX has been added. Thanks to Manuel
2218           Luis Sanmartín Rozada for his patch.
2219         * threshold plugin: The "PersistOK" option has been added. Thanks to
2220           Aaron Brady for his patch.
2221         * varnish plugin: Support for Varnish 3.0 has been added. Thanks to
2222           Jérôme Renard for his patches.
2223         * write_mongodb plugin: The new "write_mongodb" plugin writes value
2224           lists to MongoDB, a shema-less database. Thanks to Akkarit Sangpetch
2225           and Chris Lundquist for their work.
2226         * write_graphite plugin: The new "write_graphite" plugin writes value
2227           lists to Carbon, the storage layer of the Graphite time-series
2228           database. Thanks to Scott Sanders and Pierre-Yves Ritschard for their
2229           work.
2230         * zfs_arc plugin: Several new statistics have been added. Thanks to
2231           Aurelien Rougemont for his patches.
2232         * scale target: Support for scaling specific data sources only has been
2233           added. Thanks to Gerrie Roos for his patch.
2234
2235 2012-11-11, Version 5.0.5
2236         * collectd: Create new directories with mode 0777 and let umask remove
2237           unwanted permission bits.
2238         * collectd: Build issues have been fixed.
2239         * collectd: An incorrect assertion has been fixed in some common code
2240           for Solaris. This should resolve pseudo-random assertion failures
2241           under Solaris. Thanks to Jeff Blane for his help debugging this.
2242         * collectd: A couple of memory leaks through PThread thread attributes
2243           have been fixed. Thanks to Gerrie Roos for fixing these.
2244         * collectdctl: Fix PUTVAL for data sets with multiple data sources.
2245           Thanks to Cyril Feraudet for reporting this problem.
2246         * contrib/migrate-4-5.px: Handle to "df" to "df_complex" conversion
2247           correctly.
2248         * apcups plugin: Improve the reconnect behavior.
2249         * curl_xml plugin: The "Host" setting was silently ignored. Thanks to
2250           Fabien Wernli for fixing this.
2251         * df plugin: Ignore "rootfs" devices under Linux to avoid having them
2252           reported twice. Thanks to Brune Prémont for fixing this.
2253         * disk plugin: Fix incorrect computation of read and write latency (the
2254           "disk_time" type). Previously, the numbers reported where too small
2255           by a factor of "interval", e.g. when the interval is set to 10
2256           seconds, the values were too low by a factor of 10. Thanks to Manuel
2257           Sanmartin for reporting this problem.
2258         * dns plugin: A build issue under Solaris has been fixed. A erroneous
2259           define that could lead to the reporting of bad data has been fixed by
2260           Daniel Sutto.
2261         * memcachec plugin: A bug in the configuration handling has been fixed.
2262           Thanks to Pascal Hofmann for fixing this issue.
2263         * mysql plugin: Fix a bug when registering multiple databases. Thanks
2264           to Sebastian Harl for fixing this.
2265         * netapp plugin: Correctly close the connection on communication
2266           errors.
2267         * netlink plugin: The function used to query statistics has been
2268           changed to be more in line with iproute2's behavior. Thanks to
2269           "KIvosak" for the patch.
2270         * network plugin: Initialization of libgcrypt has been fixed. Thanks to
2271           Chris Lundquist for his patch.
2272         * oracle plugin: Error messages have been improved.
2273         * ping plugin: Don't enter the exponential back-off mode when
2274           ping_send() fails. This should make recovery after a network failure
2275           much faster.
2276         * python plugin: Memory leaks have been fixed. Thanks to Tommie Gannert
2277           and Sven Trenkel for fixing this.
2278         * redis plugin: Fix a compilation problem on FreeBSD. Thanks to
2279           "biancalana" for the fix.
2280         * rrdtool plugin: Fix an out-of-bounds array access when printing a
2281           warning message. Thanks to Will Hawkins for fixing this bug.
2282         * snmp plugin: Support for the SNMP_ENDOFMIBVIEW return value has been
2283           added. Support for more complex / unusual MIBs / subtrees has been
2284           added. Thanks to Mark Juric to test the changes and point out these
2285           problems.
2286
2287 2012-04-01, Version 5.0.4
2288         * Build system: Fix the use of a libltdl macro. Thanks to Clemens Lang
2289           for fixing this. Adresses some issues with building the iptables
2290           plugin under Gentoo.
2291         * libcollectdclient: A memory leak in the lcc_getval() function has
2292           been fixed. Thanks to Jason Schmidlapp for finding and fixing this
2293           issue.
2294         * bind plugin: The use of 'QType" types has been fixed.
2295         * df plugin: Fixed compiler issue under Mac OS X 10.7.
2296         * conntrack plugin: Support zero as legitimate value. Thanks to Louis
2297           Opter for his patch.
2298         * memcached plugin: Increased the size of a static buffer, which was
2299           truncating status messages form memcached. Thanks to Timon for the
2300           patch.
2301         * network plugin: Forwarding of notifications has been disabled. This
2302           was a contition not checked for before, which may retult in an
2303           endless loop.
2304         * processes plugin: Support for process names with spaces has been
2305           added to the Linux implementation. Thanks to Darrell Bishop for his
2306           patch.
2307         * perl plugin: A race condition in several callbacks, including log and
2308           write callbacks, has been fixed. Thanks to "Rrpv" for reporting this
2309           bug.
2310         * snmp plugin: A bug when casting unsigned integers to gauge values has
2311           been fixed: Unsigned integers would be cast to a signed integer and
2312           then to a gauge, possibly resulting in a negative value.
2313         * tcpconns plugin: Compilation with newer versions of the FreeBSD
2314           runtime has been fixed.
2315
2316 2012-02-19, Version 5.0.3
2317         * Build system: Fix problems when building the ipvs and iptables
2318           plugins. Thanks to Sebastian Harl for his patch. A bashism in the
2319           version-gen.sh script has been fixed. Thanks to Jo-Philipp Wich for
2320           his patch.
2321         * csv and rrdtool plugins: Print a more helpful error message when the
2322           DataDir is a symlink pointing to a non-existing location. Thanks to
2323           Jonathan Nieder for his patch.
2324         * exec plugin: Fix a problem when using select(2) to read from file
2325           handles. Thanks to Gerrie Roos for his patch.
2326         * network plugin: An incorrect error message in the handling of the
2327           "Interface" configuration option has been fixed. Thanks to Gerrie
2328           Roos for his patch.
2329         * oracle plugin: A potential endless loop in the error handling has
2330           been fixed.
2331         * python plugin: A crash bug in the configuration handling has been
2332           fixed. Thanks to Sven Trenkel for his patch.
2333         * interfaces plugin: The change which was supposed to ignore "bogus"
2334           interfaces has been reverted, since it ignored legit interfaces, such
2335           as bonding pseudo-devices as well.
2336
2337 2012-01-21, Version 5.0.2
2338         * curl_xml plugin: Fix handling of file:// and other URLs (which don't
2339           follow HTTP status codes). Thanks to Fabien Wernli for his patch!
2340         * df plugin: Fix handling of negative "available" counts. This can
2341           occur with some file systems, for example UFS. Thanks to Toni Ylenius
2342           for his patch.
2343         * interface plugin: "mac" interfaces are now ignored on Solaris. These
2344           pseudo-interfaces occur multiple times, causing warnings. Also switch
2345           to 64-bit counters on Solaris, improving overflow behavior for
2346           high-speed interfaces. Thanks to Eddy Geez and Fabien Wernli for
2347           their patches.
2348         * memory plugin: Account kernel and unused memory under Solaris. Thanks
2349           to Fabien Wernli for his patch.
2350         * network plugin: A bug in the interaction between the Network plugin
2351           and filter chains has been fixed: When a filter modified a field such
2352           as the hostname, subsequent values in the same network packets could
2353           have ended up using the modified name rather than the original name.
2354           Thanks to Sebastian Harl for identifying the problem.
2355         * oracle plugin: A memory leak has been fixed in the parameter handling.
2356         * python plugin: A memory leak has been fixed. Thanks to Sven Trenkel
2357           for fixing this bug!
2358
2359 2011-10-07, Version 5.0.1
2360         * collectd: A mutex leak has been fixed in the meta data code. Thanks
2361           to Rafal Lesniak for his patch.
2362         * collectd: Compatibility fixes for GCC 4.6 have been applied. Thanks
2363           to Peter Green for his patch.
2364         * csv plugin: The line buffer size has been increased. Thanks to Colin
2365           McCabe for the patch.
2366         * curl_json plugin: Don't use the "parent" node to build the type
2367           instance, if it is empty. Compatibility with libyajl 2 has been
2368           added. Thanks to "spupykin" of the Arch Linux project for the initial
2369           code. Formatting of time has been fixed in the JSON module.
2370         * exec plugin: Fix the timestamp value passed to notification scripts.
2371           Thanks to Alexander Kovalenko for fixing this.
2372         * iptables plugin: Fix linking with some versions of libiptc.
2373         * irq plugin: Fix support for interrupts under Linux. The old code
2374           assumed that interrupts have a numeric value -- this is no longer
2375           true for Linux. Thanks to Bostjan Skufca for implementing this.
2376         * notify_desktop plugin: Compatibility with libnotify 0.7 has been
2377           added. Thanks to Samuli Suominen for his patch.
2378         * processes plugin: Fix handling of regular expressions containing
2379           spaces. Thanks for Sebastian Harl for fixing this.
2380         * rrdtool, rrdcached plugins: Improve precision of the XFF parameter.
2381           Previously, values like 0.999 would have been rounded to 1.0. Thanks
2382           to Francois-Xavier Bourlet for fixing this.
2383         * varnish plugin: Fix data type handling of some metrics. Some values
2384           were submitted as gauge even though they were derives.
2385         * Various plugin: Set a multi-threading flag in libcurl. Thanks to Mike
2386           Flisher for the fix.
2387
2388 2011-03-28, Version 5.0.0
2389         * collectd: The "FQDNLookup" option is now enabled by default.
2390         * collectd: The internal representation of time has been changed to
2391           allow a higher accuracy than one second.
2392         * collectdcmd: This new command line utility can send various commands
2393           to collectd using the UnixSock plugin. Thanks to Håkon Dugstad
2394           Johnsen and Sebastian Harl for their code.
2395         * collectd-nagios: The "-m" option has been implemented (treat NaNs as
2396           critical).
2397         * collectd-tg: Traffic generator creating bogus network traffic
2398           compatible to the Network plugin. This utility can be used to
2399           stress-test new write plugins and collectd in general.
2400         * libcollectdclient: Creating and sending network packets has been
2401           added to the collectd client library.
2402         * All data sets: The data source name of all data sets with exactly
2403           one data source has been changed to "value".
2404         * All plugins: All "counter" data sources have been converted to
2405           "derive" data sources. All plugins now use "derive" by default, but
2406           plugins such as the network plugin can still handle "counter", of
2407           course. The minimum value of all derive data sources is zero, the
2408           maximum value is unspecified.
2409         * amqp plugin: The new AMQP plugin can send data to and receive data
2410           from an AMQP broker. Thanks to Sebastien Pahl for his code.
2411         * apache plugin: Backwards compatibility code has been removed.
2412           Support for the IBM HTTP Server has been added. Thanks to Manuel
2413           Luis Sanmartín Rozada for his patch.
2414         * contextswitch plugin: Support for sysctlbyname(3) has been added.
2415           Thanks to Kimo Rosenbaum for his patch.
2416         * df plugin: The default behavior has been changed to be equivalent to
2417           the "ReportReserved" behavior of v4.
2418         * dns plugin: Improved RFC 1035 name parsing has been imported from
2419           "dnstop".
2420         * exec plugin: Backwards compatibility code has been removed.
2421         * GenericJMX plugin: The "InstancePrefix" option has been added to
2422           "Connection" blocks.
2423         * hddtemp plugin: The "TranslateDevicename" config option has been
2424           removed.
2425         * interface plugin: Use the "plugin instance" to store the interface
2426           value.
2427         * libvirt plugin: The "InterfaceFormat" option has been added. Thanks
2428           to Ruben Kerkhof for his patch.
2429         * lpar plugin: New plugins for "logical partitions", a virtualization
2430           technique of POWER CPUs. Thanks to Aurélien Reynaud for his code and
2431           patience.
2432         * modbus plugin: Support for libmodbus 2.9.2 has been added and the
2433           license has been changed to LGPLv2.1.
2434         * mysql plugin: Backwards compatibility code has been removed. The
2435           data sets used have been improved.
2436         * network plugin: The default buffer size has been increased to
2437           1452 bytes.
2438         * perl plugin: Backwards compatibility code has been removed.
2439         * postgresql plugin: Backwards compatibility code has been removed.
2440         * redis plugin: Plugin for collecting statistics from Redis, a key-
2441           value store, has been added. Thanks to Andres J. Diaz for his code.
2442         * swap plugin: Implement collection of physical and virtual memory
2443           statistics under Solaris. The new default is collecting physical
2444           memory. Thanks to Aurélien Reynaud for his patches.
2445         * threshold plugin: The threshold configuration has been moved into
2446           this separate plugin.
2447         * unixsock plugin: The "DeleteSocket" option has been added.
2448         * varnish plugin: The new Varnish plugin reads statistics from
2449           Varnish, a web accelerator. Thanks to Jérôme Renard and Marc
2450           Fournier for their contributions.
2451         * write_redis: New plugin for writing data to Redis, a key-value
2452           store.
2453         * zfs_arc plugin: The data sets have been replaced by more elegant
2454           alternatives.
2455         * v5upgrade target: Target for converting v4 data sets to the v5
2456           schema.
2457
2458 2013-04-07, Version 4.10.9
2459         * Build system: A bad interaction between the Java detection code and
2460           libltdl has been fixed. Thanks to Dave Cottlehuber for his patch.
2461         * apache, ascent, bind, curl, curl_json, curl_xml, nginx and
2462           write_http plugins: Portability fixes, protection from infinite
2463           redirect loops, improved error handling and incorrect dereferences
2464           have been fixed. Most of these are related to the cURL library.
2465           Thanks to Dan Fandrich for his patches.
2466         * logfile plugin: Flush the output file handle. This works around
2467           caching when logging to STDOUT and redirecting into a file. Thanks
2468           to Nathan Huff for the patch.
2469         * network plugin: Build issues under FreeBSD and initialization have
2470           been fixed. Thanks to Ed Schouten for his patch.
2471         * mysql plugin: Fix a memory leak in the error handling. Thanks to
2472           Tomas Doran for his patch.
2473         * thermal plugin: The initialization of dispatched value lists has
2474           been fixed. Thanks to Markus Knetschke for his patch.
2475         * unixsock plugin: Parsing of options with an underscore, e.g.
2476           "plugin_instance" has been fixed. Thanks to Tommie Gannert for his
2477           patch.
2478
2479 2012-11-11, Version 4.10.8
2480         * collectd: Create new directories with mode 0777 and let umask remove
2481           unwanted permission bits.
2482         * collectd: Build issues have been fixed.
2483         * collectd: An incorrect assertion has been fixed in some common code
2484           for Solaris. This should resolve pseudo-random assertion failures
2485           under Solaris. Thanks to Jeff Blane for his help debugging this.
2486         * collectd: A couple of memory leaks through PThread thread attributes
2487           have been fixed. Thanks to Gerrie Roos for fixing these.
2488         * apcups plugin: Improve the reconnect behavior.
2489         * df plugin: Ignore "rootfs" devices under Linux to avoid having them
2490           reported twice. Thanks to Brune Prémont for fixing this.
2491         * disk plugin: Fix incorrect computation of read and write latency (the
2492           "disk_time" type). Previously, the numbers reported where too small
2493           by a factor of "interval", e.g. when the interval is set to 10
2494           seconds, the values were too low by a factor of 10. Thanks to Manuel
2495           Sanmartin for reporting this problem.
2496         * dns plugin: A build issue under Solaris has been fixed. A erroneous
2497           define that could lead to the reporting of bad data has been fixed by
2498           Daniel Sutto.
2499         * memcachec plugin: A bug in the configuration handling has been fixed.
2500           Thanks to Pascal Hofmann for fixing this issue.
2501         * netapp plugin: Correctly close the connection on communication
2502           errors.
2503         * netlink plugin: The function used to query statistics has been
2504           changed to be more in line with iproute2's behavior. Thanks to
2505           "KIvosak" for the patch.
2506         * network plugin: Initialization of libgcrypt has been fixed. Thanks to
2507           Chris Lundquist for his patch.
2508         * oracle plugin: Error messages have been improved.
2509         * ping plugin: Don't enter the exponential back-off mode when
2510           ping_send() fails. This should make recovery after a network failure
2511           much faster.
2512         * python plugin: Memory leaks have been fixed. Thanks to Tommie Gannert
2513           and Sven Trenkel for fixing this.
2514         * rrdtool plugin: Fix an out-of-bounds array access when printing a
2515           warning message. Thanks to Will Hawkins for fixing this bug.
2516         * snmp plugin: Support for the SNMP_ENDOFMIBVIEW return value has been
2517           added. Support for more complex / unusual MIBs / subtrees has been
2518           added. Thanks to Mark Juric to test the changes and point out these
2519           problems.
2520
2521 2012-04-01, Version 4.10.7
2522         * Build system: Fix the use of a libltdl macro. Thanks to Clemens Lang
2523           for fixing this. Adresses some issues with building the iptables
2524           plugin under Gentoo.
2525         * libcollectdclient: A memory leak in the lcc_getval() function has
2526           been fixed. Thanks to Jason Schmidlapp for finding and fixing this
2527           issue.
2528         * bind plugin: The use of 'QType" types has been fixed.
2529         * df plugin: Fixed compiler issue under Mac OS X 10.7.
2530         * conntrack plugin: Support zero as legitimate value. Thanks to Louis
2531           Opter for his patch.
2532         * memcached plugin: Increased the size of a static buffer, which was
2533           truncating status messages form memcached. Thanks to Timon for the
2534           patch.
2535         * network plugin: Forwarding of notifications has been disabled. This
2536           was a contition not checked for before, which may retult in an
2537           endless loop.
2538         * processes plugin: Support for process names with spaces has been
2539           added to the Linux implementation. Thanks to Darrell Bishop for his
2540           patch.
2541         * perl plugin: A race condition in several callbacks, including log and
2542           write callbacks, has been fixed. Thanks to "Rrpv" for reporting this
2543           bug.
2544         * snmp plugin: A bug when casting unsigned integers to gauge values has
2545           been fixed: Unsigned integers would be cast to a signed integer and
2546           then to a gauge, possibly resulting in a negative value.
2547         * tcpconns plugin: Compilation with newer versions of the FreeBSD
2548           runtime has been fixed.
2549
2550 2012-02-19, Version 4.10.6
2551         * Build system: Fix problems when building the ipvs and iptables
2552           plugins. Thanks to Sebastian Harl for his patch. A bashism in the
2553           version-gen.sh script has been fixed. Thanks to Jo-Philipp Wich for
2554           his patch.
2555         * csv and rrdtool plugins: Print a more helpful error message when the
2556           DataDir is a symlink pointing to a non-existing location. Thanks to
2557           Jonathan Nieder for his patch.
2558         * exec plugin: Fix a problem when using select(2) to read from file
2559           handles. Thanks to Gerrie Roos for his patch.
2560         * network plugin: An incorrect error message in the handling of the
2561           "Interface" configuration option has been fixed. Thanks to Gerrie
2562           Roos for his patch.
2563         * oracle plugin: A potential endless loop in the error handling has
2564           been fixed.
2565         * python plugin: A crash bug in the configuration handling has been
2566           fixed. Thanks to Sven Trenkel for his patch.
2567         * interfaces plugin: The change which was supposed to ignore "bogus"
2568           interfaces has been reverted, since it ignored legit interfaces, such
2569           as bonding pseudo-devices as well.
2570
2571 2012-01-21, Version 4.10.5
2572         * curl_xml plugin: Fix handling of file:// and other URLs (which don't
2573           follow HTTP status codes). Thanks to Fabien Wernli for his patch!
2574         * df plugin: Fix handling of negative "available" counts. This can
2575           occur with some file systems, for example UFS. Thanks to Toni Ylenius
2576           for his patch.
2577         * interface plugin: "mac" interfaces are now ignored on Solaris. These
2578           pseudo-interfaces occur multiple times, causing warnings. Also switch
2579           to 64-bit counters on Solaris, improving overflow behavior for
2580           high-speed interfaces. Thanks to Eddy Geez and Fabien Wernli for
2581           their patches.
2582         * memory plugin: Account kernel and unused memory under Solaris. Thanks
2583           to Fabien Wernli for his patch.
2584         * network plugin: A bug in the interaction between the Network plugin
2585           and filter chains has been fixed: When a filter modified a field such
2586           as the hostname, subsequent values in the same network packets could
2587           have ended up using the modified name rather than the original name.
2588           Thanks to Sebastian Harl for identifying the problem.
2589         * oracle plugin: A memory leak has been fixed in the parameter handling.
2590         * python plugin: A memory leak has been fixed. Thanks to Sven Trenkel
2591           for fixing this bug!
2592
2593 2011-10-14, Version 4.10.4
2594         * collectd: A mutex leak has been fixed in the meta data code. Thanks
2595           to Rafal Lesniak for his patch.
2596         * collectd: Compatibility fixes for GCC 4.6 have been applied. Thanks
2597           to Peter Green for his patch.
2598         * csv plugin: The line buffer size has been increased. Thanks to Colin
2599           McCabe for the patch.
2600         * curl_json plugin: Don't use the "parent" node to build the type
2601           instance, if it is empty. Compatibility with libyajl 2 has been
2602           added. Thanks to "spupykin" of the Arch Linux project for the initial
2603           code.
2604         * iptables plugin: Fix linking with some versions of libiptc.
2605         * irq plugin: Fix support for interrupts under Linux. The old code
2606           assumed that interrupts have a numeric value -- this is no longer
2607           true for Linux. Thanks to Bostjan Skufca for implementing this.
2608         * notify_desktop plugin: Compatibility with libnotify 0.7 has been
2609           added. Thanks to Samuli Suominen for his patch.
2610         * processes plugin: Fix handling of regular expressions containing
2611           spaces. Thanks for Sebastian Harl for fixing this.
2612         * rrdtool, rrdcached plugins: Improve precision of the XFF parameter.
2613           Previously, values like 0.999 would have been rounded to 1.0. Thanks
2614           to Francois-Xavier Bourlet for fixing this.
2615         * Various plugin: Set a multi-threading flag in libcurl. Thanks to Mike
2616           Flisher for the fix.
2617
2618 2011-03-26, Version 4.10.3
2619         * Documentation: Several updates and additions. Thanks to Sebastian Harl.
2620         * collectd: Build issues (compiler warnings) have been fixed. Thanks to
2621           Bruno Prémont.
2622         * collectd: Threshold subsection: Handling of NAN values in the
2623           percentage calculation has been fixed.
2624         * collectd, java plugin, ntpd plugin: Several diagnostic messages have
2625           been improved.
2626         * curl_json plugin: Handling of arrays has been fixed.
2627         * libvirt plugin: A bug in reading the virtual CPU statistics has been
2628           fixed. Thanks to “JLPC” for reporting this problem.
2629         * modbus plugin: Compatibility with libmodbus 2.0.3 has been restored.
2630         * processes plugin: Potentially erroneous behavior has been fixed in an
2631           error handling case.
2632         * python plugin: Fix dispatching of values from Python scripts to
2633           collectd. Thanks to Gregory Szorc for finding and fixing this
2634           problem.
2635
2636 2010-11-27, Version 4.10.2
2637         * Documentation: Various documentation fixes.
2638         * collectd: If including one configuration file fails, continue with
2639           the rest of the configuration if possible.
2640         * collectd: Fix a bug in the read function scheduling. In rare cases
2641           read functions may not have been called as often as requested.
2642         * collectd: Concurrency issues with errno(3) under AIX have been
2643           fixed: A thread-safe version of errno has to be requested under AIX.
2644           Thanks to Aurélien Reynaud for his patch.
2645         * collectd: A left-over hard-coded 2 has been replaced by the
2646           configurable timeout value.
2647         * curl, memcachec, tail plugins: Fix handling of "DERIVE" data
2648           sources. Matching the end of a string has been improved; thanks to
2649           Sebastian Harl for the patch.
2650         * curl_json plugin: Fix a problem when parsing 64bit integers. Reading
2651           JSON data from non-HTTP sources has been fixed.
2652         * netapp plugin: Pass the interval setting to the dispatch function.
2653           Restore compatibility to NetApp Release 7.3. Thanks to Sven Trenkel
2654           for the patch.
2655         * network plugin: Be less verbose about unchecked signatures, in order
2656           to prevent spamming the logs.
2657         * notify_email plugin: Concurrency problems have been fixed.
2658         * python plugin: Set "sys.argv", since many scripts don't expect that
2659           it may not be set. Thanks to Sven Trenkel for the patch.
2660         * rrdtool, rrdcached plugin: Fix a too strict assertion when creating
2661           RRD files.
2662         * swap plugin: A bug which lead to incorrect I/O values has been
2663           fixed.
2664         * value match: A minor memory leak has been fixed. Thanks to Sven
2665           Trenkel for the patch.
2666
2667 2010-07-09, Version 4.10.1
2668         * Build system: Checking for "strtok_r" under Solaris has been fixed.
2669         * Portability: Fixes for Solaris 8 have been applied. Thanks to
2670           Alexander Wuerstlein for his patch.
2671         * collectd: The shutdown speed when terminating the read threads has
2672           been improved.
2673         * libcollectdclient: A format error in the PUTVAL command has been
2674           removed. Thanks to Johan Van den Brande for fixing this.
2675         * df plugin: An error message shown when "cu_mount_getlist" fails has
2676           been added.
2677         * processes plugin: Missing initialization code for IO members of a
2678           struct has been added. Thanks to Aurélien Reynaud for fixing this.
2679         * python plugin: Memory leaks in the write and notification callbacks
2680           have been fixed. A possible crash when the plugin was loaded but not
2681           configured has been fixed. Thanks to Sven Trenkel for his patches.
2682         * snmp plugin: Verbosity with regard to unknown ASN types has been
2683           increased. A build problem on PowerPC and ARM processors has been
2684           fixed by Aurélien Reynaud; thanks!
2685         * powerdns plugin: Compatibility changes for PowerDNS 2.9.22 and above
2686           have been applied. Thanks to Luke Heberling for his changes.
2687
2688 2010-05-01, Version 4.10.0
2689         * collectd: JSON output now includes the "dstypes" and "dsnames"
2690           fields. This makes it easier for external applications to interpret
2691           the data. Thanks to Chris Buben for his work.
2692         * collectd: The new "Timeout" option can be used to specify a
2693           "timeout" for missing values. This is used in the threshold checking
2694           code to detect missing values. Thanks to Andrés J. Díaz for the
2695           patch.
2696         * apache plugin: Support for "IdleWorkers" (Apache 1.*: "IdleServers")
2697           has been added.
2698         * curl plugin: The new "ExcludeRegex" allows to easily exclude certain
2699           lines from the match.
2700         * curl_xml plugin: This new plugin allows to read XML files using cURL
2701           and extract metrics included in the files. Thanks to Amit Gupta for
2702           his work.
2703         * filecount plugin: The new "IncludeHidden" option allows to include
2704           "hidden" files and directories in the statistics. Thanks to Vaclav
2705           Malek for the patch.
2706         * logfile plugin: The new "PrintSeverity" option allows to include the
2707           severity of a message in the output. Thanks to Clément Stenac for
2708           his patch.
2709         * memcachec plugin: The new "ExcludeRegex" allows to easily exclude
2710           certain lines from the match.
2711         * modbus plugin: This new plugin allows to read registers from
2712           Modbus-TCP enabled devices.
2713         * network plugin: The new "Interface" option allows to set the
2714           interface to be used for multicast and, if supported, unicast
2715           traffic. Thanks to Max Henkel for his work.
2716         * openvpn plugin: The "CollectUserCount" and "CollectIndividualUsers"
2717           options allow more detailed control over how to report sessions of
2718           multiple users. Thanks to Fabian Schuh for his work.
2719         * pinba plugin: This new plugin receives timing information from the
2720           Pinba PHP extension, which can be used for profiling PHP code and
2721           webserver performance. Thanks to Phoenix Kayo for his work.
2722         * ping plugin: The new "MaxMissed" allows to re-resolve a hosts
2723           address when it doesn't reply to a number of ping requests. Thanks
2724           to Stefan Völkel for the patch.
2725         * postgresql plugin: The "Interval" config option has been added. The
2726           plugin has been relicensed under the 2-clause BSD license. Thanks to
2727           Sebastian Harl for his work.
2728         * processes plugin: Support for "code" and "data" virtual memory sizes
2729           has been added. Thanks to Clément Stenac for his patch.
2730         * python plugin: Support for Python 3 has been implemented. Thanks to
2731           Sven Trenkel for his work.
2732         * routeros plugin: Support for collecting CPU load, memory usage, used
2733           and free disk space, sectors written and number of bad blocks from
2734           MikroTik devices has been added.
2735         * swap plugin: Support for Linux < 2.6 has been added. Thanks to Lorin
2736           Scraba for his patch.
2737         * tail plugin: The new "ExcludeRegex" allows to easily exclude certain
2738           lines from the match. Thanks to Peter Warasin for his patch.
2739         * write_http plugin: The "StoreRates" option has been added. Thanks to
2740           Paul Sadauskas for his patch.
2741         * regex match: The "Invert" option has been added. Thanks to Julien
2742           Ammous for his patch.
2743
2744 2011-03-26, Version 4.9.5
2745         * Documentation: Several updates and additions. Thanks to Sebastian Harl.
2746         * collectd: Build issues (compiler warnings) have been fixed. Thanks to
2747           Bruno Prémont.
2748         * collectd: Threshold subsection: Handling of NAN values in the
2749           percentage calculation has been fixed.
2750         * collectd, java plugin, ntpd plugin: Several diagnostic messages have
2751           been improved.
2752         * libvirt plugin: A bug in reading the virtual CPU statistics has been
2753           fixed. Thanks to “JLPC” for reporting this problem.
2754         * processes plugin: Potentially erroneous behavior has been fixed in an
2755           error handling case.
2756         * python plugin: Fix dispatching of values from Python scripts to
2757           collectd. Thanks to Gregory Szorc for finding and fixing this
2758           problem.
2759
2760 2010-11-27, Version 4.9.4
2761         * Documentation: Various documentation fixes.
2762         * collectd: If including one configuration file fails, continue with
2763           the rest of the configuration if possible.
2764         * collectd: Fix a bug in the read function scheduling. In rare cases
2765           read functions may not have been called as often as requested.
2766         * collectd: Concurrency issues with errno(3) under AIX have been
2767           fixed: A thread-safe version of errno has to be requested under AIX.
2768           Thanks to Aurélien Reynaud for his patch.
2769         * curl, memcachec, tail plugins: Fix handling of "DERIVE" data
2770           sources. Matching the end of a string has been improved; thanks to
2771           Sebastian Harl for the patch.
2772         * curl_json plugin: Fix a problem when parsing 64bit integers. Reading
2773           JSON data from non-HTTP sources has been fixed.
2774         * netapp plugin: Pass the interval setting to the dispatch function.
2775           Restore compatibility to NetApp Release 7.3. Thanks to Sven Trenkel
2776           for the patch.
2777         * network plugin: Be less verbose about unchecked signatures, in order
2778           to prevent spamming the logs.
2779         * notify_email plugin: Concurrency problems have been fixed.
2780         * python plugin: Set "sys.argv", since many scripts don't expect that
2781           it may not be set. Thanks to Sven Trenkel for the patch.
2782         * rrdtool, rrdcached plugin: Fix a too strict assertion when creating
2783           RRD files.
2784         * value match: A minor memory leak has been fixed. Thanks to Sven
2785           Trenkel for the patch.
2786
2787 2010-07-09, Version 4.9.3
2788         * Build system: Checking for "strtok_r" under Solaris has been fixed.
2789         * Portability: Fixes for Solaris 8 have been applied. Thanks to
2790           Aurélien Reynaud and Alexander Wuerstlein for their patches.
2791         * collectd: The shutdown speed when terminating the read threads has
2792           been improved.
2793         * collectd-nagios: The format of the performance data has been fixed.
2794         * libcollectdclient: A format error in the PUTVAL command has been
2795           removed. Thanks to Johan Van den Brande for fixing this.
2796         * df plugin: An error message shown when "cu_mount_getlist" fails has
2797           been added.
2798         * processes plugin: Missing initialization code for IO members of a
2799           struct has been added. Thanks to Aurélien Reynaud for fixing this.
2800         * python plugin: Memory leaks in the write and notification callbacks
2801           have been fixed. A possible crash when the plugin was loaded but not
2802           configured has been fixed. Thanks to Sven Trenkel for his patches.
2803         * rrdcached plugin: A build issue has been resolved. Thanks to
2804           Thorsten von Eicken for the patch.
2805         * snmp plugin: Verbosity with regard to unknown ASN types has been
2806           increased. A build problem on PowerPC and ARM processors has been
2807           fixed by Aurélien Reynaud; thanks!
2808         * powerdns plugin: Compatibility changes for PowerDNS 2.9.22 and above
2809           have been applied. Thanks to Luke Heberling for his changes.
2810
2811 2010-04-22, Version 4.9.2
2812         * Build system, various plugins: Fixes for AIX compatibility have been
2813           added. Thanks to Manuel Sanmartin for his patches.
2814         * Build system: Checking for "nanosleep" on old Solaris machines has
2815           been fixed. Thanks to Vincent McIntyre and Sebastian Harl for
2816           figuring out a way to make this work.
2817         * collectd: Append a newline to messages written to STDERR.
2818         * collectd: Serialization of NANs in JSON format has been fixed.
2819           Thanks to Chris Buben for pointing out the resulting syntax error.
2820         * collectd: Checks whether a "sleep" returned early have been added;
2821           the cases are now handled correctly. Thanks to Michael Stapelberg
2822           for the patch.
2823         * collectd: Continue reading files in a directory when parsing one
2824           file fails.
2825         * apache plugin: Collection of the number of active connections has
2826           been fixed for Apache 2.*.
2827         * contextswitch plugin: Handle large counter/derive values correctly.
2828           Thanks to Martin Merkel for reporting the bug.
2829         * exec plugin: Error messages have been improved. The "running" flag
2830           is now cleared correctly when forking a child fails.
2831         * iptables plugin: Fix a violation of aliasing rules. This resolves a
2832           warning / error with new GCC versions. Thanks to Jan Engelhardt for
2833           the work-around.
2834         * java plugin: The Java API files are now packaged into a .jar file.
2835           Thanks to Amit Gupta for his patch.
2836         * network plugin: Fix a segmentation fault when receiving packets with
2837           an unknown data source type.
2838         * network plugin: A memory leak when receiving encrypted network
2839           packets has been fixed.
2840         * openvpn plugin: Fix naming schema when reading "MULTI1" type status
2841           files.
2842         * oracle plugin: Fix checking for lost connections and reconnect in
2843           this case. Thanks to Sven Trenkel for pointing out the problem.
2844         * unixsock plugin: A memory leak in the "LISTVAL" command has been
2845           fixed. Thanks to Peter Warasin for pointing it out.
2846         * write_http plugin: Use the "any" authentication schema. This used to
2847           be "digest". Thanks to Paul Sadauskas for the patch.
2848
2849 2010-01-14, Version 4.9.1
2850         * Documentation: Some manpage fixes.
2851         * Default config: Added sample configuration for missing plugins.
2852         * apache plugin: Fix a segmentation fault in the config handling of
2853           VerifyPeer / VerifyHost. Thanks to "plazmus" for his or her patch.
2854         * processes plugin: Fix handling of derive data sources.
2855         * rrdtool plugin: Fix a bug with random write timeouts. Due to an
2856           incorrect initialization some files may be suspended basically
2857           indefinitely. After flushing the files they were written regularly
2858           again.
2859         * routeros plugin: Use the node name for the "host" field.
2860         * Monitorus.pm: Put the plugin into the "Collectd::Plugins" namespace.
2861         * Perl bindings: Fix a warning that was printed when building
2862           debugging output.
2863
2864 2009-12-21, Version 4.9.0
2865         * contextswitch plugin: The new ContextSwitch plugin gathers the
2866           number of context switches done by the CPU. Thanks to Patrik
2867           Weiskircher for the patch.
2868         * cpu plugin: Support for SMP (multiple processors) under FreeBSD has
2869           been added. Thanks to Doug MacEachern for the patch.
2870         * curl plugin: The “MeasureResponseTime” option has been added. Thanks
2871           to Aman Gupta for the patch.
2872         * df plugin: Collecting the inode count and reserved space has been
2873           added. Thanks to Patrik Weiskircher for the patch.
2874         * exec plugin: The environment variables “COLLECTD_INTERVAL” and
2875           “COLLECTD_HOSTNAME” are now set before executing the application.
2876         * Monitorus plugin: This Perl-based plugin to query statistics from
2877           mon.itor.us has been added. Thanks to Jeff Green for the patch.
2878         * netapp plugin: New plugin to collect statistics from NetApp filers.
2879           Thanks to Sven Trenkel of the noris network AG for the patch.
2880         * network plugin: Statistics collection about the plugin itself has
2881           been implemented.
2882         * openvpn plugin: Add support for more versions of the “status file”.
2883           Thanks to Marco Chiappero for the patch.
2884         * OpenVZ plugin: This Perl-based plugin to gather OpenVZ statistics
2885           has been added. Thanks to Jonathan Kolb for the patch.
2886         * ping plugin: The config options "SourceAddress" and "Device"
2887           have been added. Thanks to Sebastian Harl for the patch.
2888         * processes plugin: Collection of IO-metrics has been added. Thanks to
2889           Andrés J. Díaz for the patch.
2890         * python plugin: The new Python plugin integrates a Python interpreter
2891           into collectd and allows to execute plugins written in the scripting
2892           language. Thanks to Sven Trenkel for his work.
2893         * routeros plugin: The new RouterOS plugin queries interface and
2894           wireless registration statistics from RouterOS.
2895         * Various plugins: AIX support has been added to the cpu, disk,
2896           interface, load, memory, processes, and swap plugins. Thanks to
2897           Manuel Sanmartin for his patches.
2898         * hashed match: This match for simple load balancing and redundant
2899           storage has been added.
2900         * scale target: This target to scale (multiply) values by an arbitrary
2901           value has been added.
2902
2903 2010-04-22, Version 4.8.5
2904         * collectd: Append a newline to messages written to STDERR.
2905         * network plugin: Fix a segmentation fault when receiving packets with
2906           an unknown data source type.
2907
2908 2010-04-07, Version 4.8.4
2909         * Build system, various plugins: Fixes for AIX compatibility have been
2910           added. Thanks to Manuel Sanmartin for his patches.
2911         * Build system: Checking for "nanosleep" on old Solaris machines has
2912           been fixed. Thanks to Vincent McIntyre and Sebastian Harl for
2913           figuring out a way to make this work.
2914         * collectd: Serialization of NANs in JSON format has been fixed.
2915           Thanks to Chris Buben for pointing out the resulting syntax error.
2916         * collectd: Checks whether a "sleep" returned early have been added;
2917           the cases are now handled correctly. Thanks to Michael Stapelberg
2918           for the patch.
2919         * collectd: Continue reading files in a directory when parsing one
2920           file fails.
2921         * apache plugin: Collection of the number of active connections has
2922           been fixed for Apache 2.*.
2923         * exec plugin: Error messages have been improved. The "running" flag
2924           is now cleared correctly when forking a child fails.
2925         * iptables plugin: Fix a violation of aliasing rules. This resolves a
2926           warning / error with new GCC versions. Thanks to Jan Engelhardt for
2927           the work-around.
2928         * java plugin: The Java API files are now packaged into a .jar file.
2929           Thanks to Amit Gupta for his patch.
2930         * network plugin: A memory leak when receiving encrypted network
2931           packets has been fixed.
2932         * oracle plugin: Fix checking for lost connections and reconnect in
2933           this case. Thanks to Sven Trenkel for pointing out the problem.
2934         * unixsock plugin: A memory leak in the "LISTVAL" command has been
2935           fixed. Thanks to Peter Warasin for pointing it out.
2936         * write_http plugin: Use the "any" authentication schema. This used to
2937           be "digest". Thanks to Paul Sadauskas for the patch.
2938
2939 2010-01-14, Version 4.8.3
2940         * Documentation: Some manpage fixes.
2941         * rrdtool plugin: Fix a bug with random write timeouts. Due to an
2942           incorrect initialization some files may be suspended basically
2943           indefinitely. After flushing the files they were written regularly
2944           again.
2945
2946 2009-12-18, Version 4.8.2
2947         * Build system, java plugin: Don't use “find -L” to search for Java
2948           headers, because it's a GNU extension.
2949         * Build system: Support for parallel builds has been improved. Thanks
2950           Sebastian Harl and Stefan Völkel for looking into this.
2951         * collectd: Print error messages to STDERR if no log plugin has been
2952           loaded.
2953         * genericjmx plugin: Close and re-open the connection upon I/O-errors.
2954         * gmond plugin: Fix typos which caused syntax errors.
2955         * memory plugin: Handling of >4 Gbyte of memory has been fixed.
2956         * network plugin: The license has been changed to LGPL 2.1.
2957         * oracle plugin: Reconnect to the database if the connection dies.
2958         * rrdcached plugin: Work-around for a bug in RRDtool 1.4rc2 has been
2959           added.
2960         * snmp plugin: Handling of negative values has been fixed. Strings
2961           containing control characters are now interpreted as hex-strings.
2962         * unixsock plugin: A memory leak in the LISTVAL command has been
2963           fixed. Thanks to Ben Knight for his patch.
2964
2965 2009-10-04, Version 4.8.1
2966         * Build system: Issues when building the iptables plugin have been
2967           fixed.
2968         * exec plugin: Clear the signal block mask before calling exec(2).
2969         * perl plugin: Declare the “environ” variable. This solves build
2970           issues on some platforms.
2971         * processes plugin: Remove unnecessary call of realloc(3). Thanks to
2972           Andrés J. Díaz for the patch.
2973         * unixsock plugin: Fix a (well hidden) race condition related to file
2974           descriptor handling.
2975
2976 2009-09-13, Version 4.8.0
2977         * collectd: Two new data source types, “DERIVE” and “ABSOLUTE”, have
2978           been added. “DERIVE” can be used for counters that are reset
2979           occasionally. Thanks to Mariusz Gronczewski for implementing this.
2980         * thresholds: The advanced threshold options “Percentage”, “Hits”, and
2981           “Hysteresis” have been added. Thanks to Andrés J. Díaz for his
2982           patches.
2983         * curl_json plugin: The new cURL-JSON plugin reads JSON files using
2984           the cURL library and parses the contents according to user
2985           specification. Among other things, this allows to read statistics
2986           from a CouchDB instance. Thanks to Doug MacEachern for the patch.
2987         * df plugin: Using the new “ReportByDevice” option the device rather
2988           than the mount point can be used to identify partitions. Thanks to
2989           Paul Sadauskas for the patch.
2990         * dns plugin: The possibility to ignore numeric QTypes has been added.
2991           Thanks to Mirko Buffoni for the patch.
2992         * GenericJMX plugin: The new, Java-based GenericJMX plugin allows to
2993           query arbitrary data from a Java process using the “Java Management
2994           Extensions” (JMX).
2995         * madwifi plugin: The new MadWifi plugin collects information about
2996           Atheros wireless LAN chipsets from the MadWifi driver. Thanks to
2997           Ondrej Zajicek for his patches.
2998         * network plugin: The receive- and send-buffer-sizes have been made
2999           configurable, allowing for bigger and smaller packets. Thanks to
3000           Aman Gupta for the patch.
3001         * olsrd plugin: The new OLSRd plugin queries routing information from
3002           the “Optimized Link State Routing” daemon.
3003         * rrdtool plugin: A new configuration option allows to define a random
3004           write delay when writing RRD files. This spreads the load created by
3005           writing RRD files more evenly. Thanks to Mariusz Gronczewski for the
3006           patch.
3007         * swap plugin: The possibility to collect swapped in/out pages has
3008           been added to the Swap plugin. Thanks to Stefan Völkel for the
3009           patch.
3010         * tokyotyrant plugin: The new TokyoTyrant plugin reads the number of
3011           records and file size from a running Tokyo Tyrant server. Thanks to
3012           Paul Sadauskas for the patch.
3013         * unixsock plugin: Add the “GETTHRESHOLD” command. This command can be
3014           used to query the thresholds configured for a particular identifier.
3015         * write_http plugin: The new Write HTTP plugin sends the values
3016           collected by collectd to a web-server using HTTP POST requests.
3017           Thanks to Paul Sadauskas for the patch.
3018         * zfs_arc plugin: The new ZFS ARC plugin collects information about
3019           the “Adaptive Replacement Cache” (ARC) of the “Zeta File-System”
3020           (ZFS). Thanks to Anthony Dewhurst for the patch.
3021         * empty_counter match: The new Empty Counter match matches value
3022           lists, where at least one data source is of type COUNTER and the
3023           counter value of all counter data sources is zero.
3024
3025 2009-12-18, Version 4.7.5
3026         * Build system, java plugin: Don't use “find -L” to search for Java
3027           headers, because it's a GNU extension.
3028         * Build system: Support for parallel builds has been improved. Thanks
3029           Sebastian Harl and Stefan Völkel for looking into this.
3030         * collectd: Print error messages to STDERR if no log plugin has been
3031           loaded.
3032         * memory plugin: Handling of >4 Gbyte of memory has been fixed.
3033         * network plugin: The license has been changed to LGPL 2.1.
3034         * oracle plugin: Reconnect to the database if the connection dies.
3035         * rrdcached plugin: Work-around for a bug in RRDtool 1.4rc2 has been
3036           added.
3037         * snmp plugin: Handling of negative values has been fixed. Strings
3038           containing control characters are now interpreted as hex-strings.
3039         * unixsock plugin: A memory leak in the LISTVAL command has been
3040           fixed. Thanks to Ben Knight for his patch.
3041
3042 2009-10-03, Version 4.7.4
3043         * Build system: Issues when building the iptables plugin have been
3044           fixed.
3045         * exec plugin: Clear the signal block mask before calling exec(2).
3046         * perl plugin: Declare the “environ” variable. This solves build
3047           issues on some platforms.
3048         * processes plugin: Remove unnecessary call of realloc(3). Thanks to
3049           Andrés J. Díaz for the patch.
3050         * unixsock plugin: Fix a (well hidden) race condition related to file
3051           descriptor handling.
3052
3053 2009-09-13, Version 4.7.3
3054         * collectd: Fix a possible but very rare invalid “free” in the caching
3055           code. Thanks to Sebastian Harl for the patch.
3056         * collectd: Remove old values when a cache entry is marked as missing.
3057           This way the “GETVAL” command of the UnixSock plugin doesn't return
3058           old, no longer valid values when this happens. Thanks to Andrés J.
3059           Díaz for the patch.
3060         * collectd: The “plugin_unregister_read” function has been fixed.
3061         * apache, ascent, bind, curl, nginx plugins: Advise the cURL library
3062           to follow redirects. Thanks to Joey Hess for reporting this bug.
3063         * df plugin: Check the ignorelist before stating the file system,
3064           possibly reducing the number of stats considerably. Thanks to Joey
3065           Hess for reporting this bug.
3066         * iptables plugin: Support for the new libiptc API has been added.
3067           Thanks to Sebastian Harl for the patch. The build system has been
3068           updated to the plugin only includes the shipped header files when it
3069           is linked with the shipped library, too.
3070         * java plugin: Delay creating the JVM until after the daemon has
3071           forked. The JVM internally creates threads that are lost when
3072           forking. This means that Java-based plugins are now configured
3073           during the init-phase, i. e. later than other plugins.
3074         * libvirt plugin: Re-connect to libvirtd if connecting fails. Thanks
3075           to Alan Pevec for the patch.
3076         * network plugin: Fix the handling of the “CacheFlush” option: The
3077           value was assigned to a wrong variable. The initialization of the
3078           gcrypt library, which is used for signing / encrypting traffic, has
3079           been fixed. Thanks to Luke Heberling for the patch.
3080         * powerdns plugin: Set a timeout when reading data from the datagram
3081           socket. Handling of the “LocalSocket” option has been fixed.  An
3082           incorrectly used “type” has been corrected. Thanks to Luke Heberling
3083           for his patches.
3084
3085 2009-07-19, Version 4.7.2
3086         * Build system: Support for `DESTDIR' has been fixed in the Java
3087           bindings.
3088         * collectd: Okay-notifications have been fixed. Thanks to Andrés J.
3089           Díaz for fixing this bug.
3090         * collectd: A programming error has been fixed in the notification
3091           code. The bug may result in an assertion failure.
3092         * memcached plugin: Portability fix for Solaris. Thanks to Amit Gupta
3093           for reporting the bug.
3094         * ping plugin: Link the plugin with libm.
3095
3096 2009-06-02, Version 4.7.1
3097         * Build system: Detection of Java has been improved and missing
3098           details have been added to the configuration summary. Support for
3099           libtool 2.2 has been added.
3100         * collectd: Two bugs with the threshold checking have been fixed. The
3101           first one prevented thresholds to be checked at all, the second one
3102           caused wrong behavior with the persistency option. Thanks to Andrés
3103           J. Díaz for fixing these problems.
3104         * collectd: Handling of the `Include' configuration option has been
3105           fixed.
3106         * rrdtool plugin: Make sure initialization is run only once. This
3107           resolves problems under Solaris and potentially other systems.
3108           Thanks to Amit Gupta for reporting this bug.
3109         * java plugin: Make it possible to use dots ('.') instead of slashes
3110           ('/') as the class separator. Thanks to Randy Rizun for pointing
3111           this out.
3112         * swap plugin: A work-around for 32-bit Solaris has been added. Thanks
3113           to Doug MacEachern for the patch.
3114
3115 2009-05-11, Version 4.7.0
3116         * apache plugin: Support to query multiple servers has been added.
3117           Thanks to Amit Gupta for the patch.
3118         * apache plugin: Handling of lighttpd's scoreboard statistics has been
3119           improved. Thanks to Amit Gupta for the patch.
3120         * conntrack plugin: The new conntrack plugin collects the connection
3121           tracking table size. Thanks to Tomasz Pala for the patch.
3122         * fscache plugin: The new fscache plugin collects statistics about
3123           Linux' file-system based caching framework. Thanks to Edward
3124           Konetzko for the patch.
3125         * gmond plugin: The new gmond plugin can receive and interpret
3126           multicast traffic from Ganglia's gmond daemon.
3127         * java plugin: The new java plugin exports the collectd API to Java,
3128           making it possible to write extensions to collectd in Java.
3129         * memcachec plugin: The new memcachec plugin queries data from a
3130           memcached daemon and parses it similar to the cURL plugin. Thanks to
3131           Doug MacEachern for the initial code.
3132         * memcached plugin: Support for connections over UNIX domain sockets
3133           has been added. Thanks to Franck Lombardi for the patch.
3134         * memory plugin: Support for OpenBSD and possibly other *BSDs has been
3135           added. Thanks to Simon Kuhnle for the patch.
3136         * mysql plugin: Support to query multiple databases has been added.
3137           Thanks to Doug MacEachern for the patch.
3138         * mysql plugin: Master/slave statistics have been added.
3139         * mysql plugin: Lock statistics have been added. Thanks to Rodolphe
3140           Quiédeville for the patch.
3141         * network plugin: The possibility to sign or encrypt network traffic
3142           has been added.
3143         * protocols plugin: The new protocols plugin provides information
3144           about network protocols, such as IP, TCP and UDP.
3145         * snmp plugin: The intervals given in the configuration of the SNMP
3146           plugin must no longer be a multiple of the global interval.
3147         * table plugin: The new Table plugin provides parsing for table-like
3148           structured files, such as many files beneath /proc.
3149         * ted plugin: The new TED plugin reads power consumption measurements
3150           from “The Energy Detective” (TED). Thanks to Eric Reed for this
3151           plugin.
3152         * onewire plugin: The new `Interval' option allows collecting
3153           information from OneWire sensors at arbitrary intervals.
3154         * ping plugin: Support for collecting the drop rate and standard
3155           deviation of round-trip times has been added.
3156         * uptime plugin: The new uptime plugin can collect the server's
3157           uptime. Thanks to Marco Chiappero for the patch.
3158
3159 2009-09-10, Version 4.6.5
3160         * collectd: Remove old values when a cache entry is marked as missing.
3161           This way the “GETVAL” command of the UnixSock plugin doesn't return
3162           old, no longer valid values when this happens. Thanks to Andrés J.
3163           Díaz for the patch.
3164         * apache, ascent, bind, curl, nginx plugins: Advise the cURL library
3165           to follow redirects. Thanks to Joey Hess for reporting this bug.
3166         * df plugin: Check the ignorelist before stating the file system,
3167           possibly reducing the number of stats considerably. Thanks to Joey
3168           Hess for reporting this bug.
3169         * iptables plugin: Support for the new libiptc API has been added.
3170           Thanks to Sebastian Harl for the patch. The build system has been
3171           updated to the plugin only includes the shipped header files when it
3172           is linked with the shipped library, too.
3173         * libvirt plugin: Re-connect to libvirtd if connecting fails. Thanks
3174           to Alan Pevec for the patch.
3175         * powerdns plugin: Set a timeout when reading data from the datagram
3176           socket. Handling of the “LocalSocket” option has been fixed.  An
3177           incorrectly used “type” has been corrected. Thanks to Luke Heberling
3178           for his patches.
3179
3180 2009-07-18, Version 4.6.4
3181         * collectd: Okay-notifications have been fixed. Thanks to Andrés J.
3182           Díaz for fixing this bug.
3183         * collectd: A programming error has been fixed in the notification
3184           code. The bug may result in an assertion failure.
3185         * memcached plugin: Portability fix for Solaris. Thanks to Amit Gupta
3186           for reporting the bug.
3187
3188 2009-06-02, Version 4.6.3
3189         * Build system, various plugins: Many build fixes for FreeBSD,
3190           OpenBSD, NetBSD, Solaris and Mac OS X. Big thanks to Doug MacEachern
3191           for many fixes and providing a build system for many platforms,
3192           Ulf Zimmermann for providing a FreeBSD system and Simon Kuhnle for
3193           providing an OpenBSD system.
3194         * collectd: Two bugs with the threshold checking have been fixed. The
3195           first one prevented thresholds to be checked at all, the second one
3196           caused wrong behavior with the persistency option. Thanks to Andrés
3197           J. Díaz for fixing these problems.
3198         * collectd: Handling of the `Include' configuration option has been
3199           fixed.
3200         * battery plugin: Don't complain about a missing directory every
3201           interval.
3202         * exec plugin: Allow executed programs to close STDERR. Thanks to
3203           Thorsten von Eicken for reporting this problem.
3204         * irq plugin: Fix handling of overflowing 32-bit counters. Thanks to
3205           Tomasz Pala for the patch.
3206         * perl plugin: Portability build-fixes. Thanks to Doug MacEachern for
3207           the patch.
3208         * memory plugin: Fix a potential problem under Solaris.
3209         * swap plugin: A work-around for 32-bit Solaris has been added. Thanks
3210           to Doug MacEachern for the patch.
3211
3212 2009-03-18, Version 4.6.2
3213         * collectd: Some Solaris utility code has been improved.
3214         * filter subsystem: Allow `Chains' without default targets.
3215         * liboping: A patch to comply with strict aliasing rules has been
3216           added.
3217         * timediff match: Fix a typo: The match was registered with a wrong
3218           name which prevented this match to be used as documented. Thanks to
3219           Bruno Prémont for finding this problem.
3220         * bind plugin: Fix collection of the cached RR sets. The number of RR
3221           sets currently in the cache was collected as a counter value, which
3222           is nonsense. Thanks to Bruno Prémont for implementing this.
3223         * dns plugin: Don't pass NULL to `pcap_open_live': Some systems,
3224           primarily BSDs, don't take it well and crash.
3225         * oracle plugin: Portability to 64 bit systems has been improved.
3226         * postgresql plugin: The default configuration has been improved.
3227         * rrdtool plugin: Fix a possible race condition: If the network plugin
3228           is brought and dispatches a value before the rrdtool plugin is
3229           initialized, the daemon may crash.
3230
3231 2009-02-22, Version 4.6.1
3232         * collectd: Many documentation fixes.
3233         * Collectd::Unixsock: Error handling has been improved.
3234         * regex match: Don't link with the PCRE library.
3235         * bind plugin: Various bugs have been fixed. Thanks to Bruno Prémont
3236           for finding and fixing most of them.
3237         * ipmi plugin: Fix an off-by-one error which could cause segmentation
3238           faults. Thanks to Peter Holik for his patch.
3239
3240 2009-02-16, Version 4.6.0
3241         * collectd: Added the `filter chain' infrastructure, which allows the
3242           user to use `matches' and `targets' to control value processing.
3243         * collectd: The new `-T' command line argument allows more in-depth
3244           testing of a configuration. Thanks to Doug MacEachern for the patch.
3245         * collectd-nagios: The Nagios integration command has been updated to
3246           use libcollectdclient. The `percentage' aggregation function has
3247           been added. Thanks to Fabian Linzberger for the patch.
3248         * libcollectdclient: A library which abstracts communication with the
3249           unixsock plugin for clients has been added.
3250         * regex match: Match values by their identifies using regular
3251           expressions.
3252         * timediff match: Match for values with an invalid timestamp.
3253         * value match: Select values by their data sources' values.
3254         * notification target: Create and dispatch a notification.
3255         * replace target: Replace parts of an identifier using regular
3256           expressions.
3257         * set target: Set (overwrite) entire parts of an identifier.
3258         * bind plugin: This new plugin uses the new HTTP/XML interface to BIND
3259           statistics, allowing very detailed name server statistics. Thanks to
3260           Bruno Prémont for this plugin.
3261         * cpu plugin: Report `interrupt' separately when using
3262           sysctlbyname(3) (used under *BSD). Support for sysctl(3), for
3263           example for native OpenBSD support, has been added. Thanks to Simon
3264           Kuhnle for the patch.
3265         * csv plugin: Make it possible to write values to STDOUT instead of
3266           files. This is meant for testing purposes mostly. The output written
3267           to STDOUT is compatible with the exec plugin. Thanks to Doug
3268           MacEachern for the patch.
3269         * curl plugin: This new plugin can be used to read web pages and parse
3270           them using the same mechanism that's used in the tail plugin.
3271         * dbi plugin: This new plugin allows you to connect to a variety of
3272           relational databases and use SQL to gather custom statistics from
3273           it. It is similar to the already existing PostgreSQL plugin but uses
3274           libdbi to communicate with the database(s).
3275         * interface plugin: Use the ignorelist framework when selecting /
3276           ignoring interfaces. This allows one to use regular expressions to
3277           select interfaces, too.
3278         * ipmi plugin: Handle temporary IPMI error conditions more gracefully.
3279           Thanks to Bruno Prémont for this patch.
3280         * memcached plugin: Add hit-ratio metric. Thanks to Doug MacEachern
3281           for the patch.
3282         * mysql plugin: Allow connecting to a database via the UNIX domain
3283           socket, too. Thanks to Mirko Buffoni for the patch.
3284         * network plugin: Further performance improvements for the receive
3285           code. This hopefully will help very large setups.
3286         * openvpn plugin: This new plugin collects statistics provided by the
3287           OpenVPN daemon. Thanks to Doug MacEachern for the patch.
3288         * oracle plugin: This new plugin allows you to connect to an Oracle
3289           database and use SQL to gather custom statistics from it. It is
3290           similar to the already existing PostgreSQL plugin.
3291         * perl plugin: Compatibility fixes for broken versions of Perl 5.10
3292           have been added.
3293         * perl plugin: Export the newly added plugin_write() to Perl plugins.
3294         * perl plugin: Added support for `notification meta data'.
3295         * perl plugin: Added support for the `filter chain' infrastructure by
3296           allowing plugins to register `matches' and `targets'.
3297         * postgresql plugin: The preferred configuration syntax has been
3298           updated to be in line with the syntax used by the new dbi and oracle
3299           plugins. The compatibility code for the old syntax is present.
3300           Support for the new `Result' blocks and the interval parameter has
3301           been added.
3302         * processes plugin: Stacksize and virtual memory usage statistics have
3303           been added. Portability fixes.
3304         * rrdcached plugin: This new plugin uses the (still in development)
3305           RRD accelerator daemon, rrdcached. This daemon works very similar to
3306           the original rrdtool plugin of collectd, but adds some more nice
3307           features.
3308         * swap plugin: Code for OpenBSD (and possibly other *BSDs) has been
3309           added.
3310
3311 2009-05-09, Version 4.5.4
3312         * Build system, various plugins: Many build fixes for FreeBSD,
3313           OpenBSD, NetBSD, Solaris and Mac OS X. Big thanks to Doug MacEachern
3314           for many fixes and providing a build system for many platforms,
3315           Ulf Zimmermann for providing a FreeBSD system and Simon Kuhnle for
3316           providing an OpenBSD system.
3317         * collectd: Fix a potential race condition when creating directories.
3318         * battery plugin: Don't complain about a missing directory every
3319           interval.
3320         * dns plugin: Slight portability fixes.
3321         * exec plugin: Allow executed programs to close STDERR. Thanks to
3322           Thorsten von Eicken for reporting this problem.
3323         * irq plugin: Fix handling of overflowing 32-bit counters. Thanks to
3324           Tomasz Pala for the patch.
3325         * perl plugin: Portability build-fixes. Thanks to Doug MacEachern for
3326           the patch.
3327         * rrdtool plugin: Fix a possible race condition: If the network plugin
3328           is initialized and dispatches a value before the rrdtool plugin is
3329           initialized, the daemon may crash.
3330         * memory plugin: Fix a potential problem under Solaris.
3331
3332 2009-02-22, Version 4.5.3
3333         * build system: The check for libupsclient even when `pkg-config' is
3334           not available.
3335         * collectd: Fix error handling in the global cache.
3336         * Collectd::Unixsock: Error handling has been improved.
3337         * ascent plugin: Fix a memory leak. Thanks to Bruno Prémont for his
3338           patch.
3339         * ipmi plugin: Fix an off-by-one error which could cause segmentation
3340           faults. Thanks to Peter Holik for his patch.
3341         * tcpconns plugin: An endianness problem has been fixed in the *BSD
3342           code. Thanks to "thated" for reporting this.
3343
3344 2009-01-02, Version 4.5.2
3345         * build system: Check for `mysql.h' and `mysql/mysql.h', since the
3346           file may be in both locations, especially when the database was
3347           installed in a non-standard path. Thanks to Dusty Doris for
3348           reporting this.
3349         * build system: Handle the _POSIX_PTHREAD_SEMANTICS defined, needed by
3350           Solaris, in the configure script automatically.
3351         * build system, tcpconns plugin: Check for `kvm_nlist' and
3352           `kvm_openfiles' before enabling the plugin: Solaris provides a KVM
3353           library with similar functions to the BSD variant, but doesn't
3354           provide these necessary functions.
3355         * collectd.conf(5): Various fixes and clarifications.
3356         * collectd: Remove a GNUism (unnamed unions), thus improving
3357           portability.
3358         * collectd, apcups plugin: Include "collectd.h" before <stdlib.h>.
3359           This solves portability problems, especially for Solaris.
3360         * dns plugin: Fix a portability problem with NetBSD.
3361         * filecount plugin: Fix an off-by-one error. This error may cause a
3362           segmentation fault.
3363         * network plugin: Fix the handling of `type' in the network protocol.
3364           Due to a programming mistake, only 4 or 8 bytes would be copied to a
3365           much larger buffer. This caused the `type' to be transferred much
3366           more often than necessary. In some cases, e. g. the `cpu' and
3367           `cpufreq' plugins being used at the same time, data may be corrupted
3368           in those files. Thanks to Bruno Prémont for debugging and reporting
3369           this issue.
3370         * processes plugin: Fix a possible segmentation fault when specifying
3371           invalid configuration options.
3372         * unixsock plugin: Make sure the initialization function is run only
3373           once. This resolves a file descriptor leak under systems which run
3374           the initialization more than once, such as Solaris.
3375
3376 2008-10-16, Version 4.5.1
3377         * build system: Change `--enable-<plugin>' to abort with an error if
3378           dependencies are not met. Thanks to Bruno Prémont for the patch.
3379           Also, the poisoning of various string functions has been restricted
3380           to debug builds.
3381         * collectd: Fix a memory leak in the global value cache. With every
3382           *missing* value a couple of bytes would be leaked. Another memory
3383           leak in the configuration handling code has been fixed. Thanks to
3384           Niraj Tolia for reporting these issues.
3385         * collectd: Fix an off-by-one error in the ignorelist functionality.
3386           When using regular expressions, the last character would be missing,
3387           possibly matching differently from what one would expect.
3388         * collectdmon: Don't block SIGCHLD. This fixes a potential portability
3389           problem.
3390         * collectd-nagios: Fix handling of the `-d' option. Thanks to Fabian
3391           Linzberger for reporting the bug.
3392         * iptables plugin: Fix an off-by-one error. If a string was just one
3393           character too long, it was truncated instead of reporting an error.
3394         * network plugin: Fix a memory leak in the configuration handling
3395           code. Thanks to Niraj Tolia for reporting this issue.
3396         * perl plugin: Log an error message if bootstrapping `Collectd' fails.
3397         * postgresql plugin: Don't reopen connection during reinitialization.
3398           This fixes a bug under Solaris and potentially other platforms.
3399           Missing calls to `PQclear' have been added, too. This fixes memory
3400           leaks. Thanks to ``Admin'' for reporting these bugs.
3401         * snmp plugin: Don't expect null-terminated strings from the Net-SNMP
3402           library.
3403         * tail plugin: Call `clearerr(3)' after reading an EOF. This fixes
3404           problems with some `libc's. Thanks to Matthias Lay for reporting the
3405           bug.
3406
3407 2008-09-04, Version 4.5.0
3408         * collectd: Added the ability to flush certain identifiers.
3409         * collectd: The concept of `notification meta data' has been
3410           introduced.
3411         * filecount plugin: The new filecount plugin counts the number of
3412           files in a directory and its subdirectories.
3413         * ipmi plugin: Sensor names have been changed to ensure unique names.
3414           Notifications upon added and removed sensors can now be generated.
3415         * notify_desktop plugin: This new plugin sends notifications to the
3416           X desktop using the structure defined in the `Desktop Notification
3417           Specification'.
3418         * notify_email plugin: This new plugin sends out notifications via
3419           email, using the `esmtp' library.
3420         * onewire plugin: The new experimental(!) onewire plugin reads values,
3421           such as temperatures, from sensors connected to the computer via the
3422           onewire bus.
3423         * perl plugin: Improved synchronized access to internal data structures
3424           and fixed a possible dead-lock.
3425         * perl plugin: Added the ability to flush certain identifiers and marked
3426           plugin_flush_all() and plugin_flush_one() as deprecated in favor of
3427           plugin_flush().
3428         * perl plugin: Added the ability to configure Perl plugins.
3429         * postgresql plugin: The new postgresql plugin collects statistics
3430           about or from a PostgreSQL database.
3431         * processes plugin: The `ProcessMatch' option has been added.
3432         * rrdtool plugin: Implement throttling of the `update queue' to lessen
3433           IO load.
3434         * tcpconns plugin: This plugin has been ported to OpenBSD.
3435         * thermal plugin: The new thermal plugin collects system temperatures
3436           using Linux ACPI thermal zone data.
3437
3438 2009-01-02, Version 4.4.5
3439         * build system: Check for `mysql.h' and `mysql/mysql.h', since the
3440           file may be in both locations, especially when the database was
3441           installed in a non-standard path. Thanks to Dusty Doris for
3442           reporting this.
3443         * build system: Handle the _POSIX_PTHREAD_SEMANTICS defined, needed by
3444           Solaris, in the configure script automatically.
3445         * collectd.conf(5): Various fixes and clarifications.
3446         * apcups plugin: Include "collectd.h" before <stdlib.h>. This solves
3447           portability problems, especially for Solaris.
3448         * dns plugin: Fix a portability problem with NetBSD.
3449         * network plugin: Fix the handling of `type' in the network protocol.
3450           Due to a programming mistake, only 4 or 8 bytes would be copied to a
3451           much larger buffer. This caused the `type' to be transferred much
3452           more often than necessary. In some cases, e. g. the `cpu' and
3453           `cpufreq' plugins being used at the same time, data may be corrupted
3454           in those files. Thanks to Bruno Prémont for debugging and reporting
3455           this issue.
3456         * unixsock plugin: Make sure the initialization function is run only
3457           once. This resolves a file descriptor leak under systems which run
3458           the initialization more than once, such as Solaris.
3459
3460 2008-10-16, Version 4.4.4
3461         * build system: Change `--enable-<plugin>' to abort with an error if
3462           dependencies are not met. Thanks to Bruno Prémont for the patch.
3463           Also, the poisoning of various string functions has been restricted
3464           to debug builds.
3465         * collectd: Fix a memory leak in the global value cache. With every
3466           *missing* value a couple of bytes would be leaked. Another memory
3467           leak in the configuration handling code has been fixed. Thanks to
3468           Niraj Tolia for reporting these issues.
3469         * collectd: Fix an off-by-one error in the ignorelist functionality.
3470           When using regular expressions, the last character would be missing,
3471           possibly matching differently from what one would expect.
3472         * collectdmon: Don't block SIGCHLD. This fixes a potential portability
3473           problem.
3474         * collectd-nagios: Fix handling of the `-d' option. Thanks to Fabian
3475           Linzberger for reporting the bug.
3476         * network plugin: Fix a memory leak in the configuration handling
3477           code. Thanks to Niraj Tolia for reporting this issue.
3478         * perl plugin: Log an error message if bootstrapping `Collectd' fails.
3479         * tail plugin: Call `clearerr(3)' after reading an EOF. This fixes
3480           problems with some `libc's. Thanks to Matthias Lay for reporting the
3481           bug.
3482
3483 2008-09-01, Version 4.4.3
3484         * collectd: Fix a memory leak in the threshold checking code.
3485         * memcached plugin: Fix a too short timeout and a related file
3486           descriptor leak.
3487         * memory plugin: A typo in the libstatgrab code has been fixed.
3488         * snmp plugin: Fix a possible memory leak.
3489
3490 2008-07-15, Version 4.4.2
3491         * build system: Use pkg-config to detect the upsclient library.
3492         * collectd: Try even harder to determine the endianness of the
3493           architecture collectd is being built on.
3494         * disk plugin: Fix for Linux 2.4: A wrong field was used as the name
3495           of disks.
3496         * dns plugin: Fix compilation errors with BIND versions 19991001
3497           through 19991005.
3498         * network plugin: Bugfix in the init routine: The init function
3499           cleared a buffer regardless of its contents. This could lead to lost
3500           values under Solaris.
3501         * nginx plugin: Remove usage of the thread-unsafe `strtok' function.
3502         * vserver plugin: Remove usage of the thread-unsafe `readdir'
3503           function.
3504         * wireless plugin: Work around incorrect noise and power values
3505           returned by some broken drivers.
3506
3507 2008-06-03, Version 4.4.1
3508         * collectd: Fix the `DataSource' option within `Type' blocks. Thanks
3509           to kyrone for reporting this.
3510         * collectd: Fixed min/max output in notifications generated by
3511           threshold checking.
3512         * collectd-nagios: Fix the protocol used to communicate with the
3513           daemon.
3514         * perl plugin: Fail noisily, but don't shutdown the daemon, if
3515           initialization has errors. An issue with Perl 5.10 has been fixed.
3516         * teamspeak2 plugin: Fixed an out of bound array access. Thanks to
3517           René Rebe and Siegmund Gorr for reporting this.
3518
3519 2008-05-06, Version 4.4.0
3520         * collectd: Internal code cleanups.
3521         * collectd: Added support for a `Flush' command in the unixsock and
3522           exec plugins. This command can be used to force a plugin (or all) to
3523           flush its values to disk.
3524         * collectd: Thresholds can now be configured to apply to one data
3525           source only, making it possible to configure different thresholds
3526           for each data source.
3527         * apache, nginx plugins: Added the possibility to disable host and/or
3528           peer verification.
3529         * ascent plugin: The new ascent plugin reads and parses the statistics
3530           page of an Ascent server.
3531         * cpu plugin: Support for the statgrab library has been added.
3532         * disk plugin: The possibility to ignore certain disks or collect only
3533           specific disks has been added.
3534         * disk plugin: Support for the statgrab library has been added.
3535         * ipmi plugin: The new ipmi plugin uses the OpenIPMI library to read
3536           sensor values via IPMI, the intelligent platform management
3537           interface.
3538         * iptables plugin: The iptc library that is used by the iptables
3539           plugin has been added to the distribution, because it is not
3540           provided by all distributions and removed from at least one.
3541         * powerdns plugin: The new powerdns plugin reads statistics from an
3542           authoritative or a recursing PowerDNS name server.
3543         * rrdtool plugin: The size of the files generated with the default
3544           configuration has been decreased.
3545         * tail plugin: The new tail plugin can be used to gather statistics by
3546           continuously reading from log files.
3547         * teamspeak2 plugin: The new teamspeak2 plugin connects to a
3548           TeamSpeak2 server and collects statistics about the number of users
3549           and number of channels.
3550         * users plugin: Support for the statgrab library has been added.
3551         * vmem plugin: The new vmem plugin collects very detailed statistics
3552           about the virtual memory subsystem of Linux.
3553
3554 2008-08-30, Version 4.3.4
3555         * Build system: Improved detection of and linking with the statgrab
3556           library.
3557         * collectd: Portability fixes, especially to determine endianness more
3558           reliable.
3559         * Various plugins: Fix format strings.
3560         * disk plugin: A fix for giving disks under Linux 2.4 the right names
3561           again has been applied.
3562         * memcached plugin: Fix a too short timeout and a related file
3563           descriptor leak.
3564         * memory plugin: A typo in the libstatgrab code has been fixed.
3565         * network plugin: A fix in the initialization function solves problems
3566           under Solaris.
3567         * nginx plugin: A thread-unsafe function has been replaced.
3568         * vserver plugin: A thread-unsafe function has been replaced.
3569         * wireless plugin: A work-around for broken wireless drivers has been
3570           added.
3571
3572 2008-04-22, Version 4.3.3
3573         * build system: Improved detection of several libraries, especially if
3574           they are in non-standard paths.
3575         * build system: Portability fixes: Automatically define "_REENTRANT"
3576           if the libc expects it.
3577         * collectd: Error and warning messages have been improved.
3578         * collectd: Check for the BYTE_ORDER and BIG_ENDIAN defines before
3579           using them.
3580         * apache plugin: Allocate new memory when reading a webpage instead of
3581           using a buffer of static size.
3582         * exec plugin: Close (almost) all filedescriptors before exec(2)ing
3583           the program.
3584         * hddtemp plugin: Error and warning messages have been improved.
3585         * sensors plugin: Fix sensor collection for some chip types.
3586
3587 2008-03-29, Version 4.3.2
3588         * collectd: Fix configuration of the `FailureMax', `WarningMax', and
3589           `Persist' threshold options.
3590         * collectd: Fix handling of missing values in the global value cache.
3591         * collectd: Improved error messages when parsing the configuration.
3592         * sensors plugin: Fix temperature collection with libsensors4.
3593         * unixsock plugin: Fix mixed input and output operation on streams.
3594         * wireless plugin: Fix reading noise value.
3595
3596 2008-03-05, Version 4.3.1
3597         * exec plugin: Set supplementary group IDs.
3598         * network plugin:
3599           + Use `memcpy' when constructing/parsing a package to avoid
3600             alignment problems on weird architectures, such as Sparc.
3601           + Translate doubles to/from the x86 byte representation to ensure
3602             cross-platform compatibility.
3603         * ping plugin: Correct the handling of the `TTL' setting.
3604         * swap plugin: Reapply a patch for Solaris.
3605         * tcpconns plugin: Portability improvements.
3606
3607 2008-02-18, Version 4.3.0
3608         * collectd: Notifications have been added to the daemon. Notifications
3609           are status messages that may be associated with a data instance.
3610         * collectd: Threshold checking has been added to the daemon. This
3611           means that you can configure threshold values for each data
3612           instance. If this threshold is exceeded a notification will be
3613           created.
3614         * collectd: The new `FQDNLookup' option tells the daemon to use the
3615           full qualified domain name as the hostname, not just the host part
3616           es returned by `gethostname(2)'.
3617         * collectd: Support for more than one `TypesDB' file has been added.
3618           This is useful when one such file is included in a package but one
3619           wants to add custom type definitions.
3620         * collectd: The `Include' config option has been expanded to handle
3621           entire directories and shell wildcards.
3622         * collectdmon: The new `collectdmon' binary detects when collectd
3623           terminates and automatically restarts it again.
3624         * csv plugin: The CSV plugin is now able to store counter values as a
3625           rate, using the `StoreRates' configuration option.
3626         * exec plugin: Handling of notifications has been added and the
3627           ability to pass arguments to the executed programs has been added.
3628         * hddtemp plugin: The new `TranslateDevicename' option lets you
3629           disable the translation from device names to major-minor-numbers.
3630         * logfile plugin: Handling of notifications has been added.
3631         * ntpd plugin: The new `ReverseLookups' can be used to disable reverse
3632           domain name lookups in this plugin.
3633         * perl plugin: Many internal changes added support for handling multiple
3634           threads making the plugin reasonably usable inside collectd. The API has
3635           been extended to support notifications and export global variables to
3636           Perl plugins; callbacks now have to be identified by name rather than a
3637           pointer to a subroutine. The plugin is no longer experimental.
3638         * uuid plugin: The new UUID plugin sets the hostname to an unique
3639           identifier for this host. This is meant for setups where each client
3640           may migrate to another physical host, possibly going through one or
3641           more name changes in the process. Thanks to Richard Jones from
3642           Red Hat's Emerging Technology group for this plugin.
3643         * libvirt: The new libvirt plugin uses the `libvirt' library to query
3644           CPU, disk and network statistics about guest systems on the same
3645           physical server. Thanks to Richard Jones from Red Hat's Emerging
3646           Technology group for this plugin.
3647
3648 2008-04-22, Version 4.2.7
3649         * build system: Improved detection of several libraries, especially if
3650           they are in non-standard paths.
3651         * build system: Portability fixes: Automatically define "_REENTRANT"
3652           if the libc expects it.
3653         * collectd: Error and warning messages have been improved.
3654         * collectd: Check for the BYTE_ORDER and BIG_ENDIAN defines before
3655           using them.
3656         * apache plugin: Allocate new memory when reading a webpage instead of
3657           using a buffer of static size.
3658         * exec plugin: Close (almost) all filedescriptors before exec(2)ing
3659           the program.
3660         * hddtemp plugin: Error and warning messages have been improved.
3661         * sensors plugin: Fix sensor collection for some chip types.
3662
3663 2008-03-29, Version 4.2.6
3664         * collectd: Improved error messages when parsing the configuration.
3665         * sensors plugin: Fix temperature collection with libsensors4.
3666         * unixsock plugin: Fix mixed input and output operation on streams.
3667         * wireless plugin: Fix reading noise value.
3668
3669 2008-03-04, Version 4.2.5
3670         * apache plugin: Improved initialization and error messages.
3671         * exec plugin: Set supplementary group IDs.
3672         * network plugin:
3673           + Create separate threads for reading from the socket and parsing
3674             and dispatching incoming packets. Versions prior to this may have
3675             problems in high-load situations, where the socket receive buffers
3676             overflows, resulting in gaps in the data.
3677           + Use `memcpy' when constructing/parsing a package to avoid
3678             alignment problems on weird architectures, such as Sparc.
3679           + Translate doubles to/from the x86 byte representation to ensure
3680             cross-platform compatibility.
3681         * ping plugin: Correct the handling of the `TTL' setting.
3682         * rrdtool plugin: Ensure correct handling of the `RRATimespan' option.
3683         * swap plugin: Reapply a patch for Solaris.
3684         * tcpconns plugin: Portability improvements.
3685
3686 2008-01-21, Version 4.2.4
3687         * unixsock plugin: A bug in the unixsock plugin caused it not to set
3688           the permission on the socket as documented in the manpage. Thanks to
3689           Evgeny Chukreev for fixing this issue.
3690         * collectd: The documentation has been improved.
3691
3692 2007-12-28, Version 4.2.3
3693         * sensors plugin: Updated the plugin to build and work with version 3
3694           of the libsensors library.
3695
3696 2007-12-15, Version 4.2.2
3697         * nginx plugin: Incorrect comparison of strings lead to a segfault
3698           when using the plugin. Thanks to Saulius Grigaliunas for fixing
3699           this.
3700         * logfile plugin: The config option `Timestamp' was handled
3701           incorrectly and basically always active. Thanks to Luke Heberling
3702           for fixing this.
3703
3704 2007-11-08, Version 4.2.1
3705         * tcpconns plugin: Don't complain about a missing file if IPv6 is not
3706           enabled on the host.
3707         * snmp plugin: Fix a memory leak.
3708
3709 2007-10-27, Version 4.2.0
3710         * collectd: The new config option `Include' lets you include other
3711           configfiles and thus split up your config into smaller parts. This
3712           may be especially interesting for the snmp plugin to keep the data
3713           definitions separate from the host definitions.
3714         * ipvs plugin: The new `ipvs' plugin collects IPVS connection statistics
3715           (number of connections, octets and packets for each service and
3716           destination). Thanks to Sebastian Harl for this plugin.
3717         * memcached plugin: The new `memcached' plugin connects to a memcached
3718           daemon process and collects statistics of this distributed caching
3719           system. Thanks to Antony Dovgal for contributing this plugin.
3720         * nginx plugin: The new `nginx' plugin reads the status page of an
3721           nginx daemon and saves the handled connections and requests.
3722         * perl plugin: Many changes, including the added `EnableDebugger'
3723           config option which lets you debug your Perl plugins more easily.
3724         * rrdtool plugin: Use the thread-safe RRD-library if available. Try to
3725           be more thread-safe otherwise by locking calls to the library.
3726         * snmp plugin: Added the options `Scale' and `Shift' to Data-blocks to
3727           correct the values returned by SNMP-agents. If a <data> block is
3728           defined as `table' the instance is now optional. The sequence number
3729           is used as the type-instance in this case. The new `InstancePrefix'
3730           option allows to add arbitrary prefixes to the type-instance.
3731         * tcpconns plugin: The new `tcpconns' plugin collects the number of
3732           certain TCP connections and what state they're in. This can be used
3733           to see how many connections your FTP server has to handle or how
3734           many outgoing connections your mailserver has open.
3735
3736 2008-01-11, Version 4.1.6
3737         * unixsock plugin: A bug in the unixsock plugin caused it not to set
3738           the permission on the socket as documented in the manpage. Thanks to
3739           Evgeny Chukreev for fixing this issue.
3740         * collectd: The documentation has been improved.
3741
3742 2007-12-27, Version 4.1.5
3743         * rrdtool plugin: Fix a memory leak that only occurred in very-low-
3744           memory situations.
3745         * sensors plugin: Updated the plugin to build and work with version 3
3746           of the libsensors library.
3747
3748 2007-11-08, Version 4.1.4
3749         * Build system: Improve detection of the rrd library, especially if
3750           it's in a non-standard location.
3751         * Build system: A bug when parsing the argument for
3752           `--with-libnetsnmp' has been fixed.
3753         * collectd: Implement `strerror_r' if the libc doesn't provide it.
3754         * rrdtool plugin: Fix a bug in the shutdown sequence that might cause
3755           a deadlock or delay when shutting down the daemon.
3756         * snmp plugin: Fix a memory leak.
3757
3758 2007-10-24, Version 4.1.3
3759         * collectd: A build issue under Solaris has been resolved by renaming
3760           data types.
3761         * rrdtool plugin: Use the thread-safe RRD-library if available. Try to
3762           be more thread-safe otherwise by locking calls to the library.
3763
3764 2007-09-28, Version 4.1.2
3765         * apcups plugin: Fix reporting of the `load percent' data.
3766         * wireless plugin: Correct the handling of cards returning signal and
3767           noise quality as percentage.
3768         * perl plugin: Fix a possible buffer overflow in get_module_name().
3769         * build system: Further improve the detection of libraries.
3770         * netlink plugin: Build issues under some older versions of the Linux
3771           includes (i. e. Debian Sarge) have been fixed.
3772         * snmp plugin: Fix a potential segfault when a host times out. Add
3773           support for the `timeticks' type. 
3774
3775 2007-09-12, Version 4.1.1
3776         * Build system: The detection of `libnetlink' has been improved.
3777         * collectd: The documentation has been fixed in numerous places.
3778         * exec plugin: Setting the group under which to run a program has been
3779           fixed.
3780         * collectd: The `sstrerror' function was improved to work correctly
3781           with the broken GNU version of `strerror_r'.
3782         * collectd: Write an error message to STDERR when loading of a plugin
3783           fails.
3784         * apcups plugin: Fix the `types' used to submit the values: They still
3785           has an `apcups_' prefix which doesn't work anymore.
3786         * rrdtool plugin: Create new RRD-files with the `begin' time set to
3787           whatever the client thinks is `now'..
3788
3789 2007-09-01, Version 4.1.0
3790         * Build system: The build system has been changed to automatically
3791           disable all plugins, which are missing dependencies. The dependency
3792           checking has been removed from the plugins themselves to remove
3793           redundancy.
3794         * Flexible interval: The interval of collected data is now sent along
3795           with the data itself over the network, so that the interval-settings
3796           of server and clients no longer needs to match.
3797         * netlink plugin: The new `netlink' plugin connects to the Linux
3798           kernel using a netlink socket and uses it to query information about
3799           interfaces, qdiscs and classes.
3800         * rrdtool plugin: The cache is now dumped to disk in an extra thread
3801           to not block data collection.
3802         * snmp plugin: The new `snmp' plugin can read values from SNMP enabled
3803           network devices, such as switches, routers, thermometers, rack
3804           monitoring servers, etc. The collectd-snmp(5) manpage documents this
3805           plugin.
3806         * unixsock plugin: Added the `LISTVAL' command.
3807         * xmms plugin: The new `xmms' plugin graphs the bitrate and frequency
3808           of music played with xmms.
3809
3810 2007-09-28, Version 4.0.9
3811         * apcups plugin: Fix reporting of the `load percent' data.
3812         * wireless plugin: Correct the handling of cards returning signal and
3813           noise quality as percentage.
3814         * perl plugin: Fix a possible buffer overflow in get_module_name().
3815
3816 2007-09-12, Version 4.0.8
3817         * collectd: The `sstrerror' function was improved to work correctly
3818           with the broken GNU version of `strerror_r'.
3819         * collectd: Write an error message to STDERR when loading of a plugin
3820           fails.
3821         * apcups plugin: Fix the `types' used to submit the values: They still
3822           has an `apcups_' prefix which doesn't work anymore.
3823         * rrdtool plugin: Create new RRD-files with the `begin' time set to
3824           whatever the client thinks is `now'..
3825
3826 2007-08-26, Version 4.0.7
3827         * documentation: Some typos have been fixed and some information has
3828           been improved.
3829         * build system: Many fixes for detecting libraries in unusual places,
3830           such as on RedHat systems. The affected libraries are `libcurl',
3831           `libmysql', and `libupsclient'.
3832         * network plugin: Allow the `Port' option to be specified as a number
3833           (i. e. without quotes).
3834         * nut plugin: A fix allows linking the nut plugin against
3835           libupsclient, version >= 2.2.0.
3836         * processes plugin: Fix a potential segmentation fault.
3837
3838 2007-07-30, Version 4.0.6
3839         * sensors plugin: Fix the ignorelist functionality: Only the `type
3840           instance' was used to match against the list, but the documentation
3841           told otherwise. This release fixes the code, so it complies with the
3842           documentation.
3843         * syslog plugin: Call `openlog' right when the plugin is loaded, so
3844           configuration messages will end up in the logging facility.
3845         * conrtib/fedora: The contributed specfile for Fedora has been
3846           updated.
3847
3848 2007-07-05, Version 4.0.5
3849         * Portability: More fixes for OpenBSD have been included.
3850
3851 2007-06-24, Version 4.0.4
3852         * cpu plugin: Fixed the Solaris code.
3853         * dns plugin: Fixed a build issue for OpenBSD.
3854         * interface plugin: Fixed the Solaris code.
3855         * load plugin: Fixed the alternative `/proc' Linux code.
3856         * memory plugin: Fixed the Solaris code.
3857         * oconfig: Don't require `-lfl' anymore.
3858
3859 2007-06-19, Version 4.0.3
3860         * cpu plugin: Fix the Darwin / Mac OS X code.
3861         * ping plugin: Use the return value of `getpid', not its address.
3862         * csv, rrdtool plugin: Fixed a bug that prevented an buffer to be
3863           initialized correctly.
3864         * configure: Added `--with-nan-emulation' to aid cross compilation.
3865
3866 2007-06-12, Version 4.0.2
3867         * hddtemp and ntpd plugin: Corrected the parsing of port numbers when
3868           they're given in numerically form.
3869
3870 2007-06-07, Version 4.0.1
3871         * iptables plugin: A bug in the configuration routine has been fixed.
3872           Setting a comment in the configfile will no longer cause a
3873           segmentation fault.
3874
3875 2007-06-03, Version 4.0.0
3876         * collectd: The plugin-infrastructure has been changed to allow for
3877           more types of plugins, namely `write' and `log' plugins.
3878         * collectd: The read-function has been changed to read many plugins in
3879           parallel, using threads. Thus, plugins generally need to use
3880           thread-safe functions from now on.
3881         * collectd: The '-t' command line options allows to perform syntax tests
3882           of the configuration file and exit immediately.
3883         * csv plugin: The new `csv' plugin handles output to `comma separated
3884           values'-files.
3885         * rrdtool plugin: The new `rrdtool' plugin handles output to
3886           RRD-files. Data can be cached to combine multiple updates into one
3887           write to increase IO-performance.
3888         * network plugin: The new `network' plugin handles IO via the network.
3889           It implements a different, much more extensible protocol which can
3890           combine many values in one packet, decreasing the number of UDP-
3891           packets being sent. It can read from and send to the network and
3892           with the appropriate configuration even forward packets to other
3893           networks.
3894         * unixsock plugin: The new `unixsock' plugin provides an interface to
3895           communicate with the daemon while it is running. Right now the
3896           commands `GETVAL' and `PUTVAL' are implemented, but more are to
3897           come.
3898         * perl plugin: The new `perl' plugin allows you to write extensions
3899           for collectd in the scripting-language Perl.
3900         * logfile plugin: The new `logfile' plugin writes logmessages to files
3901           or STDOUT or STDERR.
3902         * syslog plugin: The new `syslog' plugin sends logmessages to the
3903           system's syslog daemon.
3904         * entropy plugin: The new `entropy' plugin collects the amount of
3905           entropy currently being available to the system.
3906         * exec plugin: The new `exec' plugin forks child processes and reads
3907           back values provided by the forked processes.
3908         * iptables plugin: The new `iptables' plugin reads counters from
3909           iptables rules. Thanks to Sjoerd van der Berg for contributing this
3910           plugin.
3911         * irq plugin: The new `irq' plugin collects the IRQ-counters. Thanks
3912           to Peter Holik for contributing this plugin.
3913         * nut plugin: The new `nut' plugin connects the upsd of the `network
3914           ups tools' and reads information about the connected UPS.
3915         * apache plugin: Support for lighttpd's `BusyServers' (aka.
3916           connections) field was added by Florent Monbillard.
3917         * collectd-nagios: The new `collectd-nagios' binary queries values
3918           from collectd, parses them and exits according to Nagios-standards.
3919         * manpages: The manpages have been improved a lot.
3920
3921 2007-09-28, Version 3.11.7
3922         * wireless plugin: Correct the handling of cards returning signal and
3923           noise quality as percentage.
3924
3925 2007-08-31, Version 3.11.6
3926         * processes plugin: Fix a potential segmentation fault.
3927
3928 2007-05-29, Version 3.11.5
3929         * configure: Added `AC_SYS_LARGEFILE' for LFS.
3930         * ntpd plugin: Fix a potential buffer overflow.
3931         * processes plugin: Fix a bug when run under Linux 2.4. All processes
3932           were accounted as `zombies'.
3933
3934 2007-04-10, Version 3.11.4
3935         * dns plugin: Change the order of includes to make the plugin compile
3936           under FreeBSD.
3937
3938 2007-03-30, Version 3.11.3
3939         * configure: Have the configure-script define `HAVE_LIBKSTAT' instead
3940           of the unused `COLLECT_KSTAT'.
3941
3942 2007-02-11, Version 3.11.2
3943         * plugin: Catch NULL-pointer and try to fix them. Otherwise the
3944           NULL-pointer may have been passed to `printf' which causes a
3945           segfault with some libcs.
3946
3947 2007-02-10, Version 3.11.1
3948         * df plugin: Some wrong defines have been fixed so the plugin works
3949           under Solaris again.
3950         * dns plugin: The usage of a struct has been fixed to work with
3951           non-GNU libcs.
3952         * processes plugin: Some missing defines have been added so the plugin
3953           compiles cleanly under FreeBSD and presumably other UNIXes.
3954
3955 2006-12-22, Version 3.11.0
3956         * collectd: The new command line option `-P' makes it easier for
3957           distributors to change the location of PID-files.
3958         * collectd: The daemon shuts down faster now which makes it easier to
3959           write init.d-scripts for it.
3960         * apache plugin: Increase the buffersize to 16k, because the 4k buffer
3961           caused problems every now and then.
3962         * df plugin: New config options allow to ignore certain mountpoints,
3963           filesystem types or devices.
3964         * dns plugin: The new dns plugin uses `libpcap' to capture DNS traffic
3965           and interprets it. It collects traffic as well as qtype, opcode and
3966           rcode counts.
3967         * email plugin: Sebastian Harl has contributed this plugin which
3968           counts received mails in categories (e. g. ham, spam, virus), spam
3969           score (as given by SpamAssassin) and check types.
3970         * mbmon plugin: Flavio Stanchina has contributed this plugin which
3971           uses `mbmon' to gather information from sensors on the motherboard.
3972         * processes plugin: Collect detailed statistics for configured
3973           processes, that's process and thread count, CPU usage, resident
3974           segment size and pagefaults.
3975         * multimeter plugin: Peter Holik contributed a new plugin which
3976           queries multimeters.
3977         * sensors plugin: Lubos Stanek has put much effort into improving this
3978           plugin, including `extended naming', collection of voltage values
3979           and the possibility to ignore certain values.
3980
3981 2006-12-21, Version 3.10.4
3982         * Max Kellermann has identified a bug in the server routine: When
3983           opening a socket fails the daemon will (re)try opening the socket in
3984           an endless loop, ultimately leading to a `EMFILE' error.
3985
3986 2006-11-04, Version 3.10.3
3987         * Lubos Stanek has identified a bug in the ntpd-plugin: When the
3988           ntpd's reply was sent in more than one packet, the buffer size was
3989           calculated incorrectly, resulting in the reading of uninitialized or
3990           freed memory.
3991
3992 2006-11-01, Version 3.10.2
3993         * The sample config file has been improved.
3994         * Errors in the manpages have been corrected.
3995         * The ping-plugin now adds hosts during initialization, not during
3996           startup. This speeds up startup when no network connectivity is
3997           available. Also, the hosts are being added later when the network is
3998           available.
3999         * Improved BSD-support for the df-plugin.
4000         * Fixed syntax errors in the swap-plugin for Mac OS X.
4001         * Fix a wrong structure being passed to `getnameinfo' in the ntpd-
4002           plugin.
4003         * Don't disable the mysql-plugin if connecting to the database fails
4004           during initialization. Instead, try again in increasing intervals.
4005
4006 2006-07-19, Version 3.10.1
4007         * A bug in the apcups plugin was fixed: Is the plugin is loaded, but
4008           the apcups cannot be reached, unconnected sockets will pile up and
4009           eventually lead to `Too many open files' errors.
4010
4011 2006-07-09, Version 3.10.0
4012         * The `disk' plugin has been ported to Darwin.
4013         * The `battery' plugin should work on many Apple computers now.
4014         * The `traffic' plugin can now ignore certain interfaces. Also,
4015           statistics for sent/received packets and errors have been added.
4016         * A plugin to monitor APC UPSes using `apcupsd' has been added. Thanks
4017           to Anthony Gialluca for contributing this plugin and providing me
4018           with a test environment :)
4019         * A plugin for monitoring an NTP instance and the local clock drift
4020           has been added.
4021
4022 2006-06-25, Version 3.9.4
4023         * The Solaris code in the `swap' plugin has been changed to reflect
4024           the numbers returned by `swap -s'. Thanks to Christophe Kalt for
4025           working this out.
4026         * The debugging system has been fixed to work with the Sun libc.
4027         * When built without librrd the variable `operating_mode' could be
4028           uninitialized. Thanks to David Elliot for reporting the bug.
4029
4030 2006-06-01, Version 3.9.3
4031         * Fixed the ping-plugin under FreeBSD and Mac OS X. Potentially other
4032           operating systems also profit from the changes, but I wasn't able to
4033           check that.
4034         * Changed the build system to find the netinet-includes under FreeBSD
4035           and therefore successfully build the `liboping' library there.
4036
4037 2006-05-09, Version 3.9.2
4038         * Applied a patch to the `liboping' library. Due to a bug in the
4039           sequence checking the `ping' plugin stopped working after
4040           approximately 7.6 days.
4041
4042 2006-05-09, Version 3.8.5
4043         * Applied a patch to the `liboping' library. Due to a bug in the
4044           sequence checking the `ping' plugin stopped working after
4045           approximately 7.6 days.
4046
4047 2006-04-21, Version 3.9.1
4048         * Build issues with Solaris and possible other architectures have been
4049           resolved.
4050         * Problems when building the `apache'-plugin without `libcurl' have
4051           been resolved.
4052         * A bug in the `ping' plugin has been fixed. Sorry folks.
4053
4054 2006-04-02, Version 3.9.0
4055         * A plugin to monitor the Apache webserver has been added.
4056           <http://httpd.apache.org/>
4057         * A plugin to collect statistics about virtual servers using VServer.
4058           <http://linux-vserver.org/> Thanks to Sebastian Harl for writing
4059           this plugin :)
4060         * A plugin for wireless LAN cards has been added. It monitors signal
4061           strength, link quality and noise ratio..
4062         * A plugin for Apple hardware sensors has been added.
4063         * An option to compile collectd with different `step' and `heartbeat'
4064           settings has been added. The size of RRAs is no longer static but
4065           calculated based on the settings for `step' and `width'.
4066         * The `ping' plugin can now be configured to use a certain TTL.
4067         * A plugin to monitor the hardware sensors of Apple computers has been
4068           added.
4069         * The plugins `cpu', `memory', `processes' and `traffic' have been
4070           ported to Mach/Darwin (Mac OS X).
4071         * The `log mode' has been contributed by Christophe Kalt. It writes
4072           the data into text files rather than RRD files.
4073
4074 2006-04-09, Version 3.8.4
4075         * Applied patch by Vincent Stehlé which improves the disk-name
4076           resolution in the `hddtemp' plugin for Linux systems.
4077
4078 2006-04-02, Version 3.8.3
4079         * Applied a patch by James Byers: The MySQL plugin was not working
4080           with MySQL 5.0.2 or later.
4081
4082 2006-03-14, Version 3.8.2
4083         * `utils_mount.c' has been changed to not use the `MNTTAB' defined by
4084           the GNU libc, because it points to `/etc/fstab' rather than
4085           `/etc/mtab'.
4086
4087 2006-03-13, Version 3.8.1
4088         * Fixes for building collectd under FreeBSD, Mac OS X and Solaris.
4089         * Fixes in the debian `postinst' and `init.d' scripts.
4090
4091 2006-03-09, Version 3.8.0
4092         * The `ping' plugin no longer uses `libping' but a self written
4093           library named `liboping'. With this library it's possible to ping
4094           multiple IPv4 and IPv6 addresses and hostnames - in parallel.
4095
4096 2006-02-18, Version 3.7.2
4097         * A simple bug in the `battery' plugin has been fixed. It should now
4098           work with ACPI based batteries as well. Thanks to Sebastian for
4099           fixing this.
4100         * Fixing a bug that prevented collectd to be built without librrd.
4101           Thanks to Werner Heuser for reporting it.
4102
4103 2006-02-04, Version 3.7.1
4104         * The new network code has been improved to build with older versions
4105           of glibc.
4106         * Fix in `libping' sets the ICMP sequence on outgoing packets. Thanks
4107           to Tommie Gannert for this patch.
4108
4109 2006-01-30, Version 3.7.0
4110         * The `battery' plugin has been added. It collects information about
4111           laptop batteries..
4112         * The MySQL plugin has been improved: It now writes two more RRD
4113           files, `mysql_qcache.rrd' and `mysql_threads.rrd'.
4114         * The `cpufreq' plugin now reads another file since the file it did
4115           read so far causes much overhead in the kernel. Also, you need root
4116           to read the old file, but not to read the new one.
4117         * The `hddtemp' plugin can now be configured to connect to another
4118           address and/or port than localhost.
4119         * The `df' plugin now prefers `statvfs' over `statfs'.
4120         * The network code has been rewritten. collectd now supports unicast
4121           and multicast, and IPv4 and IPv6. Also, the TTL of sent packages can
4122           be set in the configfile.
4123
4124 2006-01-24, Version 3.6.2
4125         * Due to a bug in the configfile handling collectd wouldn't start in
4126           client mode. This released fixes this.
4127
4128 2006-01-20, Version 3.6.1
4129         * Due to a bug in `configure.in' all modules and the binary were
4130           linked against `libmysqlclient'. This issue is solved by this
4131           release.
4132
4133 2006-01-17, Version 3.6.0
4134         * A config file has been added. This allows for loading only specific
4135           plugins.
4136         * A `df' plugin has been added.
4137         * A `mysql' plugin has been added.
4138         * The `ping' plugin doesn't entirely give up hope when a socket error
4139           occurred, but will back of and increase the intervals between tries.
4140
4141 2006-01-21, Version 3.5.2
4142         * Fixed yet another bug in the signal handling.. Stupid typo..
4143         * Improved the ping plugin to not give up on socket errors (backport
4144           from 3.6.0).
4145
4146 2005-12-18, Version 3.5.1
4147         * The PID-file is now deleted correctly when shutting down the daemon.
4148         * SIGINT and SIGTERM are now handled correctly.
4149
4150 2005-12-16, Version 3.5.0 (Revision 326)
4151         * A bug in the `load' module under Solaris has been fixed.
4152         * The `users' module has been contributed by Sebastian Harl. It counts
4153           currently logged in users.
4154         * The CPU module now works under FreeBSD without the use of
4155           `libstatgrab', however SMP support is missing.
4156         * The default directories for the RRD files and the PID file now
4157           depend on the compile time setting of `localstatedir'.
4158
4159 2005-11-15, Version 3.4.0 (Revision 236)
4160         * A PID-file is written to /var/run upon startup. Thanks to `Tommie'
4161           from gentoo's bugzilla for writing the patch.
4162         * The build dependency for librrd has been removed. Binaries built
4163           without librrd are client-only and will multicast their value as
4164           with the `-c' argument.
4165         * A patch by Peter Holik adds a module for monitoring CPU frequencies.
4166         * The newly introduced `-f' switch prevents daemon initialization
4167           (forking, closing standard filehandles, etc.) Thanks to Alvaro
4168           Barcellos for this patch.
4169
4170 2005-11-04, Version 3.3.0 (Revision 216)
4171         * New modules have been added:
4172           - `serial', for monitoring traffic on the serial interfaces
4173           - `nfs', for graphing NFS procedure calls
4174           - `tape', traffic from/to tape devices
4175         * The memory.rrd now accepts more than 4Gig of memory.
4176
4177 2005-10-26, Version 3.2.0 (Revision 200)
4178         * Support for graphing the processes has been added (thanks to Lyonel
4179           Vincent)
4180         * If reading from hddtemp fails collectd will increase the time
4181           between polls up to one day.
4182         * The init.d files have been improved.
4183         * Problems with the spec file have been fixed.
4184
4185 2005-10-16, Version 3.1.0 (Revision 194)
4186         * Added the `setsid' syscall to the startup code.
4187         * Support for hddtemp has been added (thanks to Vincent Stehlé)
4188
4189 2005-09-30, Version 3.0.0 (Revision 184)
4190         * The ability to send/receive data to/from the network (think
4191           multicast) has been added.
4192         * Modules have been split up into shared libraries can be loaded at
4193           runtime. The biggest advantage is that the core program doesn't need
4194           to be linked against an external library.
4195         * A patch by George Kargiotakis has been applied: It fixes the sensors
4196           behaviour then more than one sensor is being queried.
4197
4198 2005-09-16, Version 2.1.0 (Revision 172)
4199         * A module for swap statistics has been added.
4200
4201 2005-09-09, Version 2.0.0 (Revision 135)
4202         * Filenames can no longer be configured at program startup. The only
4203           options as of this version are the directory and ping hosts.
4204         * CPU statistics now include Wait-IO. If provided under Linux IRQ and
4205           Soft-IRQ statistics are added to `System'. 
4206         * Diskstats now collect read and write bytes, not sectors.
4207         * Ping statistics can now be collected for more than one host. There
4208           is no default any more: If no host is given no host will be pinged.
4209         * A self-written patch for libping has been applied so it builds
4210           cleanly.
4211
4212 2005-09-01, Version 1.8.1 (Revision 123)
4213         * Much improved configure-script: libraries and features may now be
4214           disabled.
4215         * More detailed warnings/error messages when RRD update fails.
4216
4217 2005-08-29, Version 1.8.0:
4218         * Support for collecting disk statistics under Solaris.
4219
4220 2005-08-25, Version 1.7.0:
4221         * Support for libstatgrab[1] for load, memory usage and network
4222           traffic. CPU- and disk-usage are not (yet) supported, since
4223           libstatgrab returns insufficient information. I will contact the
4224           authors.
4225         * Improved the CPU-initialization code for Solaris. Apparently CPUs
4226           aren't necessarily counted linear which is now handled correctly.
4227         [1]: http://www.i-scream.org/libstatgrab/
4228
4229 2005-08-21, Version 1.6.0:
4230         * Basic support for Solaris: System load and cpu-usage can be
4231           collected under Solaris, too. Other stats will follow later.
4232         * Many fixes in the autoconf-script
4233         * Collection/Museum scripts have been added under contrib/museum
4234         * collectd may now be started in unprivileged mode, though ping
4235           statistics will not work.
4236
4237 2005-07-17, Version 1.5.1:
4238         * Diskstats-RRDs now use major/minor for naming. Some systems have
4239           weird strings as disk-names..
4240
4241 2005-07-17, Version 1.5:
4242         * A new module, diskstats, has been added. It collects information
4243           about the disks and partitions.
4244
4245 2005-07-11, Version 1.4.2:
4246         * The meminfo module has been changed to work with more platforms
4247           and/or kernel versions.
4248
4249 2005-07-10, Version 1.4.1: Correct traffic stats
4250         * The traffic rrd-file is now created with DS-type `COUNTER' which I
4251           forgot to correct when I changed that module.
4252
4253 2005-07-09, Version 1.4: More traffic stats
4254         * Traffic is now collected for all interfaces that can be found
4255         * Temperature-statistics are read from lm-sensors if available
4256
4257 2005-07-08, Version 1.3: CPU stats
4258         * Collecting CPU statistics now
4259
4260 2005-07-12, Version 1.2: Using syslog
4261         * collectd is now using the syslog facility to report errors, warnings
4262           and the like..
4263         * The default directory is now /var/db/collectd
4264
4265 2005-07-10, Version 1.1: Minor changes
4266         * Nothing really useful to say ;)
4267
4268 2005-07-09, Version 1.0: Initial Version
4269         * The following modules are provided:
4270           * Load average
4271           * Ping time
4272           * Traffic
4273           * Memory info