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