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