Bump version to 5.1.3; Update ChangeLog.
[collectd.git] / ChangeLog
1 2013-04-08, Version 5.1.3
2         * Build system: A bad interaction between the Java detection code and
3           libltdl has been fixed. Thanks to Dave Cottlehuber for his patch.
4         * collectd: Fixed read callback scheduling at startup.
5         * apache, ascent, bind, curl, curl_json, curl_xml, nginx and
6           write_http plugins: Portability fixes, protection from infinite
7           redirect loops, improved error handling and incorrect dereferences
8           have been fixed. Most of these are related to the cURL library.
9           Thanks to Dan Fandrich for his patches.
10         * logfile plugin: Flush the output file handle. This works around
11           caching when logging to STDOUT and redirecting into a file. Thanks
12           to Nathan Huff for the patch.
13         * mysql plugin: Fix a memory leak in the error handling. Thanks to
14           Tomas Doran for his patch.
15         * netapp plugin: Fix the interval with which values are dispatched.
16         * network plugin: Build issues under FreeBSD and initialization have
17           been fixed. Thanks to Ed Schouten for his patch.
18         * nfs plugin: A compilation problem has been fixed.
19         * notify_email plugin: Add a character set to the mail header. Thanks
20           to Manuel Cissé for his patch.
21         * rrdcached plugin: Connect to the daemon from the read callback.
22         * snmp plugin: Matching of SNMP subtrees has been improved. Thanks to
23           "jkrabbe" for the patch.
24         * thermal plugin: The initialization of dispatched value lists has
25           been fixed. Thanks to Markus Knetschke for his patch.
26         * unixsock plugin: Parsing of options with an underscore, e.g.
27           "plugin_instance" has been fixed. Thanks to Tommie Gannert for his
28           patch.
29
30 2013-01-25, Version 5.1.2
31         * Build system: "make distcheck" has been fixed. Thanks to Yves
32           Mettier for his patches.
33         * collectd: The complaint mechanism was fixed. It reported messages
34           more frequently than intended.
35         * dns plugin: Build issues on FreeBSD have been fixed. Thanks to
36           Ed Schouten for his patch.
37         * ethstat plugin: Fix the "Map" config option. An incorrectly used
38           character pointer may lead to a segmentation fault.
39         * network plugin: Build issues on FreeBSD have been fixed. Thanks to
40           Ed Schouten for his patch.
41         * varnish plugin: Fix a problem with instances without name.
42         * write_graphite: Improve reporting of connection errors to not spam
43           log files too much. Thanks to Pierre-Yves Ritschard for reporting
44           this problem.
45         * zfs_arc plugin: Fix the type used for mutex misses. Thanks to Yves
46           Mettier for reporting this bug.
47
48 2012-11-11, Version 5.1.1
49         * collectd: Create new directories with mode 0777 and let umask remove
50           unwanted permission bits.
51         * collectd: Build issues have been fixed.
52         * collectd: An incorrect assertion has been fixed in some common code
53           for Solaris. This should resolve pseudo-random assertion failures
54           under Solaris. Thanks to Jeff Blane for his help debugging this.
55         * collectd: A couple of memory leaks through PThread thread attributes
56           have been fixed. Thanks to Gerrie Roos for fixing these.
57         * collectdctl: Fix PUTVAL for data sets with multiple data sources.
58           Thanks to Cyril Feraudet for reporting this problem.
59         * contrib/migrate-4-5.px: Handle to "df" to "df_complex" conversion
60           correctly.
61         * apcups plugin: Improve the reconnect behavior.
62         * curl_xml plugin: The "Host" setting was silently ignored. Thanks to
63           Fabien Wernli for fixing this.
64         * df plugin: Ignore "rootfs" devices under Linux to avoid having them
65           reported twice. Thanks to Brune Prémont for fixing this.
66         * disk plugin: Fix incorrect computation of read and write latency (the
67           "disk_time" type). Previously, the numbers reported where too small
68           by a factor of "interval", e.g. when the interval is set to 10
69           seconds, the values were too low by a factor of 10. Thanks to Manuel
70           Sanmartin for reporting this problem.
71         * dns plugin: A build issue under Solaris has been fixed. A erroneous
72           define that could lead to the reporting of bad data has been fixed by
73           Daniel Sutto.
74         * ethstat plugin: An off-by-one error and potential use of
75           uninitialized memory has been fixed. Thanks to Mark Voelker for
76           reporting these problems.
77         * memcachec plugin: A bug in the configuration handling has been fixed.
78           Thanks to Pascal Hofmann for fixing this issue.
79         * mysql plugin: Fix a bug when registering multiple databases. Thanks
80           to Sebastian Harl for fixing this.
81         * netapp plugin: Correctly close the connection on communication
82           errors.
83         * netlink plugin: The function used to query statistics has been
84           changed to be more in line with iproute2's behavior. Thanks to
85           "KIvosak" for the patch.
86         * network plugin: Initialization of libgcrypt has been fixed. Thanks to
87           Chris Lundquist for his patch.
88         * oracle plugin: Error messages have been improved.
89         * ping plugin: Don't enter the exponential back-off mode when
90           ping_send() fails. This should make recovery after a network failure
91           much faster.
92         * python plugin: Memory leaks have been fixed. Thanks to Tommie Gannert
93           and Sven Trenkel for fixing this.
94         * redis plugin: Fix a compilation problem on FreeBSD. Thanks to
95           "biancalana" for the fix.
96         * rrdtool plugin: Fix an out-of-bounds array access when printing a
97           warning message. Thanks to Will Hawkins for fixing this bug.
98         * snmp plugin: Support for the SNMP_ENDOFMIBVIEW return value has been
99           added. Support for more complex / unusual MIBs / subtrees has been
100           added. Thanks to Mark Juric to test the changes and point out these
101           problems.
102         * varnish plugin: Support for multiple instances of Varnish 3 has been
103           fixed. Thanks to Jonathan Huot for the patch.
104         * write_mongodb plugin: Add compatibility with libmongo 0.6.0 and
105           later. Thanks to Chris Lundquist for this patch.
106
107 2012-04-01, Version 5.1.0
108         * Build system, iptables plugin: The shipped version of libiptc has
109           been removed.
110         * collectd-nagios: A list of value lists can now be queried using
111           "-n LIST". Thanks to Sebastian Harl for his patches.
112         * bind plugin: The "ParseTime" option has been added. It allows to use
113           the system time rather than the time reported by BIND.
114         * curl, memcachec, tail plugins: The "ExcludeRegexp" option has been
115           added. Thanks to Peter Warasin for his initial patch.
116         * ethstat plugin: The new "ethstat" plugin reads performance statistics
117           directly from ethernet cards. Thanks to Cyril Feraudet for his patch.
118         * GenericJMX plugin: Support for querying MBean "Operations" (in
119           addition to "Attributes") has been added. Thanks to Pierre-Yves
120           Ritschard for his patch.
121         * irq plugin: The selection / ignore code now uses the default
122           ignorelist infrastructure, providing the standard feature set, e.g.
123           regex matching.
124         * md plugin: The new "md" plugin reports the number of disks in various
125           states in Linux software RAID devices. Thanks to Michael Hanselmann
126           for his patch.
127         * modbus plugin: Support for signed integer register types has been
128           added.
129         * nfs plugin: Support for Solaris has been added. Thanks to Cosmin
130           Ioiart for his patch.
131         * numa plugin: The new "numa" plugin reports statistics of the
132           Non-Uniform Memory Access (NUMA) subsystem of Linux.
133         * processes plugin: Various fixes for the FreeBSD implementation.
134           Thanks to Phil Kulin for his patch.
135         * rrdcached plugin: Passing flushes to the caching daemon has been
136           added.
137         * sensors plugin: The initialization code has been improved. Thanks to
138           Henrique de Moraes Holschuh for his patch.
139         * swap plugin: The "ReportByDevice" option has been added.
140         * syslog plugin: Support for writing notifications has been added.
141           Thanks to Fabien Wernli for his patch.
142         * tcpconns plugin: Support for AIX has been added. Thanks to Manuel
143           Luis Sanmartín Rozada for his patch.
144         * threshold plugin: The "PersistOK" option has been added. Thanks to
145           Aaron Brady for his patch.
146         * varnish plugin: Support for Varnish 3.0 has been added. Thanks to
147           Jérôme Renard for his patches.
148         * write_mongodb plugin: The new "write_mongodb" plugin writes value
149           lists to MongoDB, a shema-less database. Thanks to Akkarit Sangpetch
150           and Chris Lundquist for their work.
151         * write_graphite plugin: The new "write_graphite" plugin writes value
152           lists to Carbon, the storage layer of the Graphite time-series
153           database. Thanks to Scott Sanders and Pierre-Yves Ritschard for their
154           work.
155         * zfs_arc plugin: Several new statistics have been added. Thanks to
156           Aurelien Rougemont for his patches.
157         * scale target: Support for scaling specific data sources only has been
158           added. Thanks to Gerrie Roos for his patch.
159
160 2012-11-11, Version 5.0.5
161         * collectd: Create new directories with mode 0777 and let umask remove
162           unwanted permission bits.
163         * collectd: Build issues have been fixed.
164         * collectd: An incorrect assertion has been fixed in some common code
165           for Solaris. This should resolve pseudo-random assertion failures
166           under Solaris. Thanks to Jeff Blane for his help debugging this.
167         * collectd: A couple of memory leaks through PThread thread attributes
168           have been fixed. Thanks to Gerrie Roos for fixing these.
169         * collectdctl: Fix PUTVAL for data sets with multiple data sources.
170           Thanks to Cyril Feraudet for reporting this problem.
171         * contrib/migrate-4-5.px: Handle to "df" to "df_complex" conversion
172           correctly.
173         * apcups plugin: Improve the reconnect behavior.
174         * curl_xml plugin: The "Host" setting was silently ignored. Thanks to
175           Fabien Wernli for fixing this.
176         * df plugin: Ignore "rootfs" devices under Linux to avoid having them
177           reported twice. Thanks to Brune Prémont for fixing this.
178         * disk plugin: Fix incorrect computation of read and write latency (the
179           "disk_time" type). Previously, the numbers reported where too small
180           by a factor of "interval", e.g. when the interval is set to 10
181           seconds, the values were too low by a factor of 10. Thanks to Manuel
182           Sanmartin for reporting this problem.
183         * dns plugin: A build issue under Solaris has been fixed. A erroneous
184           define that could lead to the reporting of bad data has been fixed by
185           Daniel Sutto.
186         * memcachec plugin: A bug in the configuration handling has been fixed.
187           Thanks to Pascal Hofmann for fixing this issue.
188         * mysql plugin: Fix a bug when registering multiple databases. Thanks
189           to Sebastian Harl for fixing this.
190         * netapp plugin: Correctly close the connection on communication
191           errors.
192         * netlink plugin: The function used to query statistics has been
193           changed to be more in line with iproute2's behavior. Thanks to
194           "KIvosak" for the patch.
195         * network plugin: Initialization of libgcrypt has been fixed. Thanks to
196           Chris Lundquist for his patch.
197         * oracle plugin: Error messages have been improved.
198         * ping plugin: Don't enter the exponential back-off mode when
199           ping_send() fails. This should make recovery after a network failure
200           much faster.
201         * python plugin: Memory leaks have been fixed. Thanks to Tommie Gannert
202           and Sven Trenkel for fixing this.
203         * redis plugin: Fix a compilation problem on FreeBSD. Thanks to
204           "biancalana" for the fix.
205         * rrdtool plugin: Fix an out-of-bounds array access when printing a
206           warning message. Thanks to Will Hawkins for fixing this bug.
207         * snmp plugin: Support for the SNMP_ENDOFMIBVIEW return value has been
208           added. Support for more complex / unusual MIBs / subtrees has been
209           added. Thanks to Mark Juric to test the changes and point out these
210           problems.
211
212 2012-04-01, Version 5.0.4
213         * Build system: Fix the use of a libltdl macro. Thanks to Clemens Lang
214           for fixing this. Adresses some issues with building the iptables
215           plugin under Gentoo.
216         * libcollectdclient: A memory leak in the lcc_getval() function has
217           been fixed. Thanks to Jason Schmidlapp for finding and fixing this
218           issue.
219         * bind plugin: The use of 'QType" types has been fixed.
220         * df plugin: Fixed compiler issue under Mac OS X 10.7.
221         * conntrack plugin: Support zero as legitimate value. Thanks to Louis
222           Opter for his patch.
223         * memcached plugin: Increased the size of a static buffer, which was
224           truncating status messages form memcached. Thanks to Timon for the
225           patch.
226         * network plugin: Forwarding of notifications has been disabled. This
227           was a contition not checked for before, which may retult in an
228           endless loop.
229         * processes plugin: Support for process names with spaces has been
230           added to the Linux implementation. Thanks to Darrell Bishop for his
231           patch.
232         * perl plugin: A race condition in several callbacks, including log and
233           write callbacks, has been fixed. Thanks to "Rrpv" for reporting this
234           bug.
235         * snmp plugin: A bug when casting unsigned integers to gauge values has
236           been fixed: Unsigned integers would be cast to a signed integer and
237           then to a gauge, possibly resulting in a negative value.
238         * tcpconns plugin: Compilation with newer versions of the FreeBSD
239           runtime has been fixed.
240
241 2012-02-19, Version 5.0.3
242         * Build system: Fix problems when building the ipvs and iptables
243           plugins. Thanks to Sebastian Harl for his patch. A bashism in the
244           version-gen.sh script has been fixed. Thanks to Jo-Philipp Wich for
245           his patch.
246         * csv and rrdtool plugins: Print a more helpful error message when the
247           DataDir is a symlink pointing to a non-existing location. Thanks to
248           Jonathan Nieder for his patch.
249         * exec plugin: Fix a problem when using select(2) to read from file
250           handles. Thanks to Gerrie Roos for his patch.
251         * network plugin: An incorrect error message in the handling of the
252           "Interface" configuration option has been fixed. Thanks to Gerrie
253           Roos for his patch.
254         * oracle plugin: A potential endless loop in the error handling has
255           been fixed.
256         * python plugin: A crash bug in the configuration handling has been
257           fixed. Thanks to Sven Trenkel for his patch.
258         * interfaces plugin: The change which was supposed to ignore "bogus"
259           interfaces has been reverted, since it ignored legit interfaces, such
260           as bonding pseudo-devices as well.
261
262 2012-01-21, Version 5.0.2
263         * curl_xml plugin: Fix handling of file:// and other URLs (which don't
264           follow HTTP status codes). Thanks to Fabien Wernli for his patch!
265         * df plugin: Fix handling of negative "available" counts. This can
266           occur with some file systems, for example UFS. Thanks to Toni Ylenius
267           for his patch.
268         * interface plugin: "mac" interfaces are now ignored on Solaris. These
269           pseudo-interfaces occur multiple times, causing warnings. Also switch
270           to 64-bit counters on Solaris, improving overflow behavior for
271           high-speed interfaces. Thanks to Eddy Geez and Fabien Wernli for
272           their patches.
273         * memory plugin: Account kernel and unused memory under Solaris. Thanks
274           to Fabien Wernli for his patch.
275         * network plugin: A bug in the interaction between the Network plugin
276           and filter chains has been fixed: When a filter modified a field such
277           as the hostname, subsequent values in the same network packets could
278           have ended up using the modified name rather than the original name.
279           Thanks to Sebastian Harl for identifying the problem.
280         * oracle plugin: A memory leak has been fixed in the parameter handling.
281         * python plugin: A memory leak has been fixed. Thanks to Sven Trenkel
282           for fixing this bug!
283
284 2011-10-07, Version 5.0.1
285         * collectd: A mutex leak has been fixed in the meta data code. Thanks
286           to Rafal Lesniak for his patch.
287         * collectd: Compatibility fixes for GCC 4.6 have been applied. Thanks
288           to Peter Green for his patch.
289         * csv plugin: The line buffer size has been increased. Thanks to Colin
290           McCabe for the patch.
291         * curl_json plugin: Don't use the "parent" node to build the type
292           instance, if it is empty. Compatibility with libyajl 2 has been
293           added. Thanks to "spupykin" of the Arch Linux project for the initial
294           code. Formatting of time has been fixed in the JSON module.
295         * exec plugin: Fix the timestamp value passed to notification scripts.
296           Thanks to Alexander Kovalenko for fixing this.
297         * iptables plugin: Fix linking with some versions of libiptc.
298         * irq plugin: Fix support for interrupts under Linux. The old code
299           assumed that interrupts have a numeric value -- this is no longer
300           true for Linux. Thanks to Bostjan Skufca for implementing this.
301         * notify_desktop plugin: Compatibility with libnotify 0.7 has been
302           added. Thanks to Samuli Suominen for his patch.
303         * processes plugin: Fix handling of regular expressions containing
304           spaces. Thanks for Sebastian Harl for fixing this.
305         * rrdtool, rrdcached plugins: Improve precision of the XFF parameter.
306           Previously, values like 0.999 would have been rounded to 1.0. Thanks
307           to Francois-Xavier Bourlet for fixing this.
308         * varnish plugin: Fix data type handling of some metrics. Some values
309           were submitted as gauge even though they were derives.
310         * Various plugin: Set a multi-threading flag in libcurl. Thanks to Mike
311           Flisher for the fix.
312
313 2011-03-28, Version 5.0.0
314         * collectd: The "FQDNLookup" option is now enabled by default.
315         * collectd: The internal representation of time has been changed to
316           allow a higher accuracy than one second.
317         * collectdcmd: This new command line utility can send various commands
318           to collectd using the UnixSock plugin. Thanks to Håkon Dugstad
319           Johnsen and Sebastian Harl for their code.
320         * collectd-nagios: The "-m" option has been implemented (treat NaNs as
321           critical).
322         * collectd-tg: Traffic generator creating bogus network traffic
323           compatible to the Network plugin. This utility can be used to
324           stress-test new write plugins and collectd in general.
325         * libcollectdclient: Creating and sending network packets has been
326           added to the collectd client library.
327         * All data sets: The data source name of all data sets with exactly
328           one data source has been changed to "value".
329         * All plugins: All "counter" data sources have been converted to
330           "derive" data sources. All plugins now use "derive" by default, but
331           plugins such as the network plugin can still handle "counter", of
332           course. The minimum value of all derive data sources is zero, the
333           maximum value is unspecified.
334         * amqp plugin: The new AMQP plugin can send data to and receive data
335           from an AMQP broker. Thanks to Sebastien Pahl for his code.
336         * apache plugin: Backwards compatibility code has been removed.
337           Support for the IBM HTTP Server has been added. Thanks to Manuel
338           Luis Sanmartín Rozada for his patch.
339         * contextswitch plugin: Support for sysctlbyname(3) has been added.
340           Thanks to Kimo Rosenbaum for his patch.
341         * df plugin: The default behavior has been changed to be equivalent to
342           the "ReportReserved" behavior of v4.
343         * dns plugin: Improved RFC 1035 name parsing has been imported from
344           "dnstop".
345         * exec plugin: Backwards compatibility code has been removed.
346         * GenericJMX plugin: The "InstancePrefix" option has been added to
347           "Connection" blocks.
348         * hddtemp plugin: The "TranslateDevicename" config option has been
349           removed.
350         * interface plugin: Use the "plugin instance" to store the interface
351           value.
352         * libvirt plugin: The "InterfaceFormat" option has been added. Thanks
353           to Ruben Kerkhof for his patch.
354         * lpar plugin: New plugins for "logical partitions", a virtualization
355           technique of POWER CPUs. Thanks to Aurélien Reynaud for his code and
356           patience.
357         * modbus plugin: Support for libmodbus 2.9.2 has been added and the
358           license has been changed to LGPLv2.1.
359         * mysql plugin: Backwards compatibility code has been removed. The
360           data sets used have been improved.
361         * network plugin: The default buffer size has been increased to
362           1452 bytes.
363         * perl plugin: Backwards compatibility code has been removed.
364         * postgresql plugin: Backwards compatibility code has been removed.
365         * redis plugin: Plugin for collecting statistics from Redis, a key-
366           value store, has been added. Thanks to Andres J. Diaz for his code.
367         * swap plugin: Implement collection of physical and virtual memory
368           statistics under Solaris. The new default is collecting physical
369           memory. Thanks to Aurélien Reynaud for his patches.
370         * threshold plugin: The threshold configuration has been moved into
371           this separate plugin.
372         * unixsock plugin: The "DeleteSocket" option has been added.
373         * varnish plugin: The new Varnish plugin reads statistics from
374           Varnish, a web accelerator. Thanks to Jérôme Renard and Marc
375           Fournier for their contributions.
376         * write_redis: New plugin for writing data to Redis, a key-value
377           store.
378         * zfs_arc plugin: The data sets have been replaced by more elegant
379           alternatives.
380         * v5upgrade target: Target for converting v4 data sets to the v5
381           schema.
382
383 2013-04-07, Version 4.10.9
384         * Build system: A bad interaction between the Java detection code and
385           libltdl has been fixed. Thanks to Dave Cottlehuber for his patch.
386         * apache, ascent, bind, curl, curl_json, curl_xml, nginx and
387           write_http plugins: Portability fixes, protection from infinite
388           redirect loops, improved error handling and incorrect dereferences
389           have been fixed. Most of these are related to the cURL library.
390           Thanks to Dan Fandrich for his patches.
391         * logfile plugin: Flush the output file handle. This works around
392           caching when logging to STDOUT and redirecting into a file. Thanks
393           to Nathan Huff for the patch.
394         * network plugin: Build issues under FreeBSD and initialization have
395           been fixed. Thanks to Ed Schouten for his patch.
396         * mysql plugin: Fix a memory leak in the error handling. Thanks to
397           Tomas Doran for his patch.
398         * thermal plugin: The initialization of dispatched value lists has
399           been fixed. Thanks to Markus Knetschke for his patch.
400         * unixsock plugin: Parsing of options with an underscore, e.g.
401           "plugin_instance" has been fixed. Thanks to Tommie Gannert for his
402           patch.
403
404 2012-11-11, Version 4.10.8
405         * collectd: Create new directories with mode 0777 and let umask remove
406           unwanted permission bits.
407         * collectd: Build issues have been fixed.
408         * collectd: An incorrect assertion has been fixed in some common code
409           for Solaris. This should resolve pseudo-random assertion failures
410           under Solaris. Thanks to Jeff Blane for his help debugging this.
411         * collectd: A couple of memory leaks through PThread thread attributes
412           have been fixed. Thanks to Gerrie Roos for fixing these.
413         * apcups plugin: Improve the reconnect behavior.
414         * df plugin: Ignore "rootfs" devices under Linux to avoid having them
415           reported twice. Thanks to Brune Prémont for fixing this.
416         * disk plugin: Fix incorrect computation of read and write latency (the
417           "disk_time" type). Previously, the numbers reported where too small
418           by a factor of "interval", e.g. when the interval is set to 10
419           seconds, the values were too low by a factor of 10. Thanks to Manuel
420           Sanmartin for reporting this problem.
421         * dns plugin: A build issue under Solaris has been fixed. A erroneous
422           define that could lead to the reporting of bad data has been fixed by
423           Daniel Sutto.
424         * memcachec plugin: A bug in the configuration handling has been fixed.
425           Thanks to Pascal Hofmann for fixing this issue.
426         * netapp plugin: Correctly close the connection on communication
427           errors.
428         * netlink plugin: The function used to query statistics has been
429           changed to be more in line with iproute2's behavior. Thanks to
430           "KIvosak" for the patch.
431         * network plugin: Initialization of libgcrypt has been fixed. Thanks to
432           Chris Lundquist for his patch.
433         * oracle plugin: Error messages have been improved.
434         * ping plugin: Don't enter the exponential back-off mode when
435           ping_send() fails. This should make recovery after a network failure
436           much faster.
437         * python plugin: Memory leaks have been fixed. Thanks to Tommie Gannert
438           and Sven Trenkel for fixing this.
439         * rrdtool plugin: Fix an out-of-bounds array access when printing a
440           warning message. Thanks to Will Hawkins for fixing this bug.
441         * snmp plugin: Support for the SNMP_ENDOFMIBVIEW return value has been
442           added. Support for more complex / unusual MIBs / subtrees has been
443           added. Thanks to Mark Juric to test the changes and point out these
444           problems.
445
446 2012-04-01, Version 4.10.7
447         * Build system: Fix the use of a libltdl macro. Thanks to Clemens Lang
448           for fixing this. Adresses some issues with building the iptables
449           plugin under Gentoo.
450         * libcollectdclient: A memory leak in the lcc_getval() function has
451           been fixed. Thanks to Jason Schmidlapp for finding and fixing this
452           issue.
453         * bind plugin: The use of 'QType" types has been fixed.
454         * df plugin: Fixed compiler issue under Mac OS X 10.7.
455         * conntrack plugin: Support zero as legitimate value. Thanks to Louis
456           Opter for his patch.
457         * memcached plugin: Increased the size of a static buffer, which was
458           truncating status messages form memcached. Thanks to Timon for the
459           patch.
460         * network plugin: Forwarding of notifications has been disabled. This
461           was a contition not checked for before, which may retult in an
462           endless loop.
463         * processes plugin: Support for process names with spaces has been
464           added to the Linux implementation. Thanks to Darrell Bishop for his
465           patch.
466         * perl plugin: A race condition in several callbacks, including log and
467           write callbacks, has been fixed. Thanks to "Rrpv" for reporting this
468           bug.
469         * snmp plugin: A bug when casting unsigned integers to gauge values has
470           been fixed: Unsigned integers would be cast to a signed integer and
471           then to a gauge, possibly resulting in a negative value.
472         * tcpconns plugin: Compilation with newer versions of the FreeBSD
473           runtime has been fixed.
474
475 2012-02-19, Version 4.10.6
476         * Build system: Fix problems when building the ipvs and iptables
477           plugins. Thanks to Sebastian Harl for his patch. A bashism in the
478           version-gen.sh script has been fixed. Thanks to Jo-Philipp Wich for
479           his patch.
480         * csv and rrdtool plugins: Print a more helpful error message when the
481           DataDir is a symlink pointing to a non-existing location. Thanks to
482           Jonathan Nieder for his patch.
483         * exec plugin: Fix a problem when using select(2) to read from file
484           handles. Thanks to Gerrie Roos for his patch.
485         * network plugin: An incorrect error message in the handling of the
486           "Interface" configuration option has been fixed. Thanks to Gerrie
487           Roos for his patch.
488         * oracle plugin: A potential endless loop in the error handling has
489           been fixed.
490         * python plugin: A crash bug in the configuration handling has been
491           fixed. Thanks to Sven Trenkel for his patch.
492         * interfaces plugin: The change which was supposed to ignore "bogus"
493           interfaces has been reverted, since it ignored legit interfaces, such
494           as bonding pseudo-devices as well.
495
496 2012-01-21, Version 4.10.5
497         * curl_xml plugin: Fix handling of file:// and other URLs (which don't
498           follow HTTP status codes). Thanks to Fabien Wernli for his patch!
499         * df plugin: Fix handling of negative "available" counts. This can
500           occur with some file systems, for example UFS. Thanks to Toni Ylenius
501           for his patch.
502         * interface plugin: "mac" interfaces are now ignored on Solaris. These
503           pseudo-interfaces occur multiple times, causing warnings. Also switch
504           to 64-bit counters on Solaris, improving overflow behavior for
505           high-speed interfaces. Thanks to Eddy Geez and Fabien Wernli for
506           their patches.
507         * memory plugin: Account kernel and unused memory under Solaris. Thanks
508           to Fabien Wernli for his patch.
509         * network plugin: A bug in the interaction between the Network plugin
510           and filter chains has been fixed: When a filter modified a field such
511           as the hostname, subsequent values in the same network packets could
512           have ended up using the modified name rather than the original name.
513           Thanks to Sebastian Harl for identifying the problem.
514         * oracle plugin: A memory leak has been fixed in the parameter handling.
515         * python plugin: A memory leak has been fixed. Thanks to Sven Trenkel
516           for fixing this bug!
517
518 2011-10-14, Version 4.10.4
519         * collectd: A mutex leak has been fixed in the meta data code. Thanks
520           to Rafal Lesniak for his patch.
521         * collectd: Compatibility fixes for GCC 4.6 have been applied. Thanks
522           to Peter Green for his patch.
523         * csv plugin: The line buffer size has been increased. Thanks to Colin
524           McCabe for the patch.
525         * curl_json plugin: Don't use the "parent" node to build the type
526           instance, if it is empty. Compatibility with libyajl 2 has been
527           added. Thanks to "spupykin" of the Arch Linux project for the initial
528           code.
529         * iptables plugin: Fix linking with some versions of libiptc.
530         * irq plugin: Fix support for interrupts under Linux. The old code
531           assumed that interrupts have a numeric value -- this is no longer
532           true for Linux. Thanks to Bostjan Skufca for implementing this.
533         * notify_desktop plugin: Compatibility with libnotify 0.7 has been
534           added. Thanks to Samuli Suominen for his patch.
535         * processes plugin: Fix handling of regular expressions containing
536           spaces. Thanks for Sebastian Harl for fixing this.
537         * rrdtool, rrdcached plugins: Improve precision of the XFF parameter.
538           Previously, values like 0.999 would have been rounded to 1.0. Thanks
539           to Francois-Xavier Bourlet for fixing this.
540         * Various plugin: Set a multi-threading flag in libcurl. Thanks to Mike
541           Flisher for the fix.
542
543 2011-03-26, Version 4.10.3
544         * Documentation: Several updates and additions. Thanks to Sebastian Harl.
545         * collectd: Build issues (compiler warnings) have been fixed. Thanks to
546           Bruno Prémont.
547         * collectd: Threshold subsection: Handling of NAN values in the
548           percentage calculation has been fixed.
549         * collectd, java plugin, ntpd plugin: Several diagnostic messages have
550           been improved.
551         * curl_json plugin: Handling of arrays has been fixed.
552         * libvirt plugin: A bug in reading the virtual CPU statistics has been
553           fixed. Thanks to “JLPC” for reporting this problem.
554         * modbus plugin: Compatibility with libmodbus 2.0.3 has been restored.
555         * processes plugin: Potentially erroneous behavior has been fixed in an
556           error handling case.
557         * python plugin: Fix dispatching of values from Python scripts to
558           collectd. Thanks to Gregory Szorc for finding and fixing this
559           problem.
560
561 2010-11-27, Version 4.10.2
562         * Documentation: Various documentation fixes.
563         * collectd: If including one configuration file fails, continue with
564           the rest of the configuration if possible.
565         * collectd: Fix a bug in the read function scheduling. In rare cases
566           read functions may not have been called as often as requested.
567         * collectd: Concurrency issues with errno(3) under AIX have been
568           fixed: A thread-safe version of errno has to be requested under AIX.
569           Thanks to Aurélien Reynaud for his patch.
570         * collectd: A left-over hard-coded 2 has been replaced by the
571           configurable timeout value.
572         * curl, memcachec, tail plugins: Fix handling of "DERIVE" data
573           sources. Matching the end of a string has been improved; thanks to
574           Sebastian Harl for the patch.
575         * curl_json plugin: Fix a problem when parsing 64bit integers. Reading
576           JSON data from non-HTTP sources has been fixed.
577         * netapp plugin: Pass the interval setting to the dispatch function.
578           Restore compatibility to NetApp Release 7.3. Thanks to Sven Trenkel
579           for the patch.
580         * network plugin: Be less verbose about unchecked signatures, in order
581           to prevent spamming the logs.
582         * notify_email plugin: Concurrency problems have been fixed.
583         * python plugin: Set "sys.argv", since many scripts don't expect that
584           it may not be set. Thanks to Sven Trenkel for the patch.
585         * rrdtool, rrdcached plugin: Fix a too strict assertion when creating
586           RRD files.
587         * swap plugin: A bug which lead to incorrect I/O values has been
588           fixed.
589         * value match: A minor memory leak has been fixed. Thanks to Sven
590           Trenkel for the patch.
591
592 2010-07-09, Version 4.10.1
593         * Build system: Checking for "strtok_r" under Solaris has been fixed.
594         * Portability: Fixes for Solaris 8 have been applied. Thanks to
595           Alexander Wuerstlein for his patch.
596         * collectd: The shutdown speed when terminating the read threads has
597           been improved.
598         * libcollectdclient: A format error in the PUTVAL command has been
599           removed. Thanks to Johan Van den Brande for fixing this.
600         * df plugin: An error message shown when "cu_mount_getlist" fails has
601           been added.
602         * processes plugin: Missing initialization code for IO members of a
603           struct has been added. Thanks to Aurélien Reynaud for fixing this.
604         * python plugin: Memory leaks in the write and notification callbacks
605           have been fixed. A possible crash when the plugin was loaded but not
606           configured has been fixed. Thanks to Sven Trenkel for his patches.
607         * snmp plugin: Verbosity with regard to unknown ASN types has been
608           increased. A build problem on PowerPC and ARM processors has been
609           fixed by Aurélien Reynaud; thanks!
610         * powerdns plugin: Compatibility changes for PowerDNS 2.9.22 and above
611           have been applied. Thanks to Luke Heberling for his changes.
612
613 2010-05-01, Version 4.10.0
614         * collectd: JSON output now includes the "dstypes" and "dsnames"
615           fields. This makes it easier for external applications to interpret
616           the data. Thanks to Chris Buben for his work.
617         * collectd: The new "Timeout" option can be used to specify a
618           "timeout" for missing values. This is used in the threshold checking
619           code to detect missing values. Thanks to Andrés J. Díaz for the
620           patch.
621         * apache plugin: Support for "IdleWorkers" (Apache 1.*: "IdleServers")
622           has been added.
623         * curl plugin: The new "ExcludeRegex" allows to easily exclude certain
624           lines from the match.
625         * curl_xml plugin: This new plugin allows to read XML files using cURL
626           and extract metrics included in the files. Thanks to Amit Gupta for
627           his work.
628         * filecount plugin: The new "IncludeHidden" option allows to include
629           "hidden" files and directories in the statistics. Thanks to Vaclav
630           Malek for the patch.
631         * logfile plugin: The new "PrintSeverity" option allows to include the
632           severity of a message in the output. Thanks to Clément Stenac for
633           his patch.
634         * memcachec plugin: The new "ExcludeRegex" allows to easily exclude
635           certain lines from the match.
636         * modbus plugin: This new plugin allows to read registers from
637           Modbus-TCP enabled devices.
638         * network plugin: The new "Interface" option allows to set the
639           interface to be used for multicast and, if supported, unicast
640           traffic. Thanks to Max Henkel for his work.
641         * openvpn plugin: The "CollectUserCount" and "CollectIndividualUsers"
642           options allow more detailed control over how to report sessions of
643           multiple users. Thanks to Fabian Schuh for his work.
644         * pinba plugin: This new plugin receives timing information from the
645           Pinba PHP extension, which can be used for profiling PHP code and
646           webserver performance. Thanks to Phoenix Kayo for his work.
647         * ping plugin: The new "MaxMissed" allows to re-resolve a hosts
648           address when it doesn't reply to a number of ping requests. Thanks
649           to Stefan Völkel for the patch.
650         * postgresql plugin: The "Interval" config option has been added. The
651           plugin has been relicensed under the 2-clause BSD license. Thanks to
652           Sebastian Harl for his work.
653         * processes plugin: Support for "code" and "data" virtual memory sizes
654           has been added. Thanks to Clément Stenac for his patch.
655         * python plugin: Support for Python 3 has been implemented. Thanks to
656           Sven Trenkel for his work.
657         * routeros plugin: Support for collecting CPU load, memory usage, used
658           and free disk space, sectors written and number of bad blocks from
659           MikroTik devices has been added.
660         * swap plugin: Support for Linux < 2.6 has been added. Thanks to Lorin
661           Scraba for his patch.
662         * tail plugin: The new "ExcludeRegex" allows to easily exclude certain
663           lines from the match. Thanks to Peter Warasin for his patch.
664         * write_http plugin: The "StoreRates" option has been added. Thanks to
665           Paul Sadauskas for his patch.
666         * regex match: The "Invert" option has been added. Thanks to Julien
667           Ammous for his patch.
668
669 2011-03-26, Version 4.9.5
670         * Documentation: Several updates and additions. Thanks to Sebastian Harl.
671         * collectd: Build issues (compiler warnings) have been fixed. Thanks to
672           Bruno Prémont.
673         * collectd: Threshold subsection: Handling of NAN values in the
674           percentage calculation has been fixed.
675         * collectd, java plugin, ntpd plugin: Several diagnostic messages have
676           been improved.
677         * libvirt plugin: A bug in reading the virtual CPU statistics has been
678           fixed. Thanks to “JLPC” for reporting this problem.
679         * processes plugin: Potentially erroneous behavior has been fixed in an
680           error handling case.
681         * python plugin: Fix dispatching of values from Python scripts to
682           collectd. Thanks to Gregory Szorc for finding and fixing this
683           problem.
684
685 2010-11-27, Version 4.9.4
686         * Documentation: Various documentation fixes.
687         * collectd: If including one configuration file fails, continue with
688           the rest of the configuration if possible.
689         * collectd: Fix a bug in the read function scheduling. In rare cases
690           read functions may not have been called as often as requested.
691         * collectd: Concurrency issues with errno(3) under AIX have been
692           fixed: A thread-safe version of errno has to be requested under AIX.
693           Thanks to Aurélien Reynaud for his patch.
694         * curl, memcachec, tail plugins: Fix handling of "DERIVE" data
695           sources. Matching the end of a string has been improved; thanks to
696           Sebastian Harl for the patch.
697         * curl_json plugin: Fix a problem when parsing 64bit integers. Reading
698           JSON data from non-HTTP sources has been fixed.
699         * netapp plugin: Pass the interval setting to the dispatch function.
700           Restore compatibility to NetApp Release 7.3. Thanks to Sven Trenkel
701           for the patch.
702         * network plugin: Be less verbose about unchecked signatures, in order
703           to prevent spamming the logs.
704         * notify_email plugin: Concurrency problems have been fixed.
705         * python plugin: Set "sys.argv", since many scripts don't expect that
706           it may not be set. Thanks to Sven Trenkel for the patch.
707         * rrdtool, rrdcached plugin: Fix a too strict assertion when creating
708           RRD files.
709         * value match: A minor memory leak has been fixed. Thanks to Sven
710           Trenkel for the patch.
711
712 2010-07-09, Version 4.9.3
713         * Build system: Checking for "strtok_r" under Solaris has been fixed.
714         * Portability: Fixes for Solaris 8 have been applied. Thanks to
715           Aurélien Reynaud and Alexander Wuerstlein for their patches.
716         * collectd: The shutdown speed when terminating the read threads has
717           been improved.
718         * collectd-nagios: The format of the performance data has been fixed.
719         * libcollectdclient: A format error in the PUTVAL command has been
720           removed. Thanks to Johan Van den Brande for fixing this.
721         * df plugin: An error message shown when "cu_mount_getlist" fails has
722           been added.
723         * processes plugin: Missing initialization code for IO members of a
724           struct has been added. Thanks to Aurélien Reynaud for fixing this.
725         * python plugin: Memory leaks in the write and notification callbacks
726           have been fixed. A possible crash when the plugin was loaded but not
727           configured has been fixed. Thanks to Sven Trenkel for his patches.
728         * rrdcached plugin: A build issue has been resolved. Thanks to
729           Thorsten von Eicken for the patch.
730         * snmp plugin: Verbosity with regard to unknown ASN types has been
731           increased. A build problem on PowerPC and ARM processors has been
732           fixed by Aurélien Reynaud; thanks!
733         * powerdns plugin: Compatibility changes for PowerDNS 2.9.22 and above
734           have been applied. Thanks to Luke Heberling for his changes.
735
736 2010-04-22, Version 4.9.2
737         * Build system, various plugins: Fixes for AIX compatibility have been
738           added. Thanks to Manuel Sanmartin for his patches.
739         * Build system: Checking for "nanosleep" on old Solaris machines has
740           been fixed. Thanks to Vincent McIntyre and Sebastian Harl for
741           figuring out a way to make this work.
742         * collectd: Append a newline to messages written to STDERR.
743         * collectd: Serialization of NANs in JSON format has been fixed.
744           Thanks to Chris Buben for pointing out the resulting syntax error.
745         * collectd: Checks whether a "sleep" returned early have been added;
746           the cases are now handled correctly. Thanks to Michael Stapelberg
747           for the patch.
748         * collectd: Continue reading files in a directory when parsing one
749           file fails.
750         * apache plugin: Collection of the number of active connections has
751           been fixed for Apache 2.*.
752         * contextswitch plugin: Handle large counter/derive values correctly.
753           Thanks to Martin Merkel for reporting the bug.
754         * exec plugin: Error messages have been improved. The "running" flag
755           is now cleared correctly when forking a child fails.
756         * iptables plugin: Fix a violation of aliasing rules. This resolves a
757           warning / error with new GCC versions. Thanks to Jan Engelhardt for
758           the work-around.
759         * java plugin: The Java API files are now packaged into a .jar file.
760           Thanks to Amit Gupta for his patch.
761         * network plugin: Fix a segmentation fault when receiving packets with
762           an unknown data source type.
763         * network plugin: A memory leak when receiving encrypted network
764           packets has been fixed.
765         * openvpn plugin: Fix naming schema when reading "MULTI1" type status
766           files.
767         * oracle plugin: Fix checking for lost connections and reconnect in
768           this case. Thanks to Sven Trenkel for pointing out the problem.
769         * unixsock plugin: A memory leak in the "LISTVAL" command has been
770           fixed. Thanks to Peter Warasin for pointing it out.
771         * write_http plugin: Use the "any" authentication schema. This used to
772           be "digest". Thanks to Paul Sadauskas for the patch.
773
774 2010-01-14, Version 4.9.1
775         * Documentation: Some manpage fixes.
776         * Default config: Added sample configuration for missing plugins.
777         * apache plugin: Fix a segmentation fault in the config handling of
778           VerifyPeer / VerifyHost. Thanks to "plazmus" for his or her patch.
779         * processes plugin: Fix handling of derive data sources.
780         * rrdtool plugin: Fix a bug with random write timeouts. Due to an
781           incorrect initialization some files may be suspended basically
782           indefinitely. After flushing the files they were written regularly
783           again.
784         * routeros plugin: Use the node name for the "host" field.
785         * Monitorus.pm: Put the plugin into the "Collectd::Plugins" namespace.
786         * Perl bindings: Fix a warning that was printed when building
787           debugging output.
788
789 2009-12-21, Version 4.9.0
790         * contextswitch plugin: The new ContextSwitch plugin gathers the
791           number of context switches done by the CPU. Thanks to Patrik
792           Weiskircher for the patch.
793         * cpu plugin: Support for SMP (multiple processors) under FreeBSD has
794           been added. Thanks to Doug MacEachern for the patch.
795         * curl plugin: The “MeasureResponseTime” option has been added. Thanks
796           to Aman Gupta for the patch.
797         * df plugin: Collecting the inode count and reserved space has been
798           added. Thanks to Patrik Weiskircher for the patch.
799         * exec plugin: The environment variables “COLLECTD_INTERVAL” and
800           “COLLECTD_HOSTNAME” are now set before executing the application.
801         * Monitorus plugin: This Perl-based plugin to query statistics from
802           mon.itor.us has been added. Thanks to Jeff Green for the patch.
803         * netapp plugin: New plugin to collect statistics from NetApp filers.
804           Thanks to Sven Trenkel of the noris network AG for the patch.
805         * network plugin: Statistics collection about the plugin itself has
806           been implemented.
807         * openvpn plugin: Add support for more versions of the “status file”.
808           Thanks to Marco Chiappero for the patch.
809         * OpenVZ plugin: This Perl-based plugin to gather OpenVZ statistics
810           has been added. Thanks to Jonathan Kolb for the patch.
811         * ping plugin: The config options "SourceAddress" and "Device"
812           have been added. Thanks to Sebastian Harl for the patch.
813         * processes plugin: Collection of IO-metrics has been added. Thanks to
814           Andrés J. Díaz for the patch.
815         * python plugin: The new Python plugin integrates a Python interpreter
816           into collectd and allows to execute plugins written in the scripting
817           language. Thanks to Sven Trenkel for his work.
818         * routeros plugin: The new RouterOS plugin queries interface and
819           wireless registration statistics from RouterOS.
820         * Various plugins: AIX support has been added to the cpu, disk,
821           interface, load, memory, processes, and swap plugins. Thanks to
822           Manuel Sanmartin for his patches.
823         * hashed match: This match for simple load balancing and redundant
824           storage has been added.
825         * scale target: This target to scale (multiply) values by an arbitrary
826           value has been added.
827
828 2010-04-22, Version 4.8.5
829         * collectd: Append a newline to messages written to STDERR.
830         * network plugin: Fix a segmentation fault when receiving packets with
831           an unknown data source type.
832
833 2010-04-07, Version 4.8.4
834         * Build system, various plugins: Fixes for AIX compatibility have been
835           added. Thanks to Manuel Sanmartin for his patches.
836         * Build system: Checking for "nanosleep" on old Solaris machines has
837           been fixed. Thanks to Vincent McIntyre and Sebastian Harl for
838           figuring out a way to make this work.
839         * collectd: Serialization of NANs in JSON format has been fixed.
840           Thanks to Chris Buben for pointing out the resulting syntax error.
841         * collectd: Checks whether a "sleep" returned early have been added;
842           the cases are now handled correctly. Thanks to Michael Stapelberg
843           for the patch.
844         * collectd: Continue reading files in a directory when parsing one
845           file fails.
846         * apache plugin: Collection of the number of active connections has
847           been fixed for Apache 2.*.
848         * exec plugin: Error messages have been improved. The "running" flag
849           is now cleared correctly when forking a child fails.
850         * iptables plugin: Fix a violation of aliasing rules. This resolves a
851           warning / error with new GCC versions. Thanks to Jan Engelhardt for
852           the work-around.
853         * java plugin: The Java API files are now packaged into a .jar file.
854           Thanks to Amit Gupta for his patch.
855         * network plugin: A memory leak when receiving encrypted network
856           packets has been fixed.
857         * oracle plugin: Fix checking for lost connections and reconnect in
858           this case. Thanks to Sven Trenkel for pointing out the problem.
859         * unixsock plugin: A memory leak in the "LISTVAL" command has been
860           fixed. Thanks to Peter Warasin for pointing it out.
861         * write_http plugin: Use the "any" authentication schema. This used to
862           be "digest". Thanks to Paul Sadauskas for the patch.
863
864 2010-01-14, Version 4.8.3
865         * Documentation: Some manpage fixes.
866         * rrdtool plugin: Fix a bug with random write timeouts. Due to an
867           incorrect initialization some files may be suspended basically
868           indefinitely. After flushing the files they were written regularly
869           again.
870
871 2009-12-18, Version 4.8.2
872         * Build system, java plugin: Don't use “find -L” to search for Java
873           headers, because it's a GNU extension.
874         * Build system: Support for parallel builds has been improved. Thanks
875           Sebastian Harl and Stefan Völkel for looking into this.
876         * collectd: Print error messages to STDERR if no log plugin has been
877           loaded.
878         * genericjmx plugin: Close and re-open the connection upon I/O-errors.
879         * gmond plugin: Fix typos which caused syntax errors.
880         * memory plugin: Handling of >4 Gbyte of memory has been fixed.
881         * network plugin: The license has been changed to LGPL 2.1.
882         * oracle plugin: Reconnect to the database if the connection dies.
883         * rrdcached plugin: Work-around for a bug in RRDtool 1.4rc2 has been
884           added.
885         * snmp plugin: Handling of negative values has been fixed. Strings
886           containing control characters are now interpreted as hex-strings.
887         * unixsock plugin: A memory leak in the LISTVAL command has been
888           fixed. Thanks to Ben Knight for his patch.
889
890 2009-10-04, Version 4.8.1
891         * Build system: Issues when building the iptables plugin have been
892           fixed.
893         * exec plugin: Clear the signal block mask before calling exec(2).
894         * perl plugin: Declare the “environ” variable. This solves build
895           issues on some platforms.
896         * processes plugin: Remove unnecessary call of realloc(3). Thanks to
897           Andrés J. Díaz for the patch.
898         * unixsock plugin: Fix a (well hidden) race condition related to file
899           descriptor handling.
900
901 2009-09-13, Version 4.8.0
902         * collectd: Two new data source types, “DERIVE” and “ABSOLUTE”, have
903           been added. “DERIVE” can be used for counters that are reset
904           occasionally. Thanks to Mariusz Gronczewski for implementing this.
905         * thresholds: The advanced threshold options “Percentage”, “Hits”, and
906           “Hysteresis” have been added. Thanks to Andrés J. Díaz for his
907           patches.
908         * curl_json plugin: The new cURL-JSON plugin reads JSON files using
909           the cURL library and parses the contents according to user
910           specification. Among other things, this allows to read statistics
911           from a CouchDB instance. Thanks to Doug MacEachern for the patch.
912         * df plugin: Using the new “ReportByDevice” option the device rather
913           than the mount point can be used to identify partitions. Thanks to
914           Paul Sadauskas for the patch.
915         * dns plugin: The possibility to ignore numeric QTypes has been added.
916           Thanks to Mirko Buffoni for the patch.
917         * GenericJMX plugin: The new, Java-based GenericJMX plugin allows to
918           query arbitrary data from a Java process using the “Java Management
919           Extensions” (JMX).
920         * madwifi plugin: The new MadWifi plugin collects information about
921           Atheros wireless LAN chipsets from the MadWifi driver. Thanks to
922           Ondrej Zajicek for his patches.
923         * network plugin: The receive- and send-buffer-sizes have been made
924           configurable, allowing for bigger and smaller packets. Thanks to
925           Aman Gupta for the patch.
926         * olsrd plugin: The new OLSRd plugin queries routing information from
927           the “Optimized Link State Routing” daemon.
928         * rrdtool plugin: A new configuration option allows to define a random
929           write delay when writing RRD files. This spreads the load created by
930           writing RRD files more evenly. Thanks to Mariusz Gronczewski for the
931           patch.
932         * swap plugin: The possibility to collect swapped in/out pages has
933           been added to the Swap plugin. Thanks to Stefan Völkel for the
934           patch.
935         * tokyotyrant plugin: The new TokyoTyrant plugin reads the number of
936           records and file size from a running Tokyo Tyrant server. Thanks to
937           Paul Sadauskas for the patch.
938         * unixsock plugin: Add the “GETTHRESHOLD” command. This command can be
939           used to query the thresholds configured for a particular identifier.
940         * write_http plugin: The new Write HTTP plugin sends the values
941           collected by collectd to a web-server using HTTP POST requests.
942           Thanks to Paul Sadauskas for the patch.
943         * zfs_arc plugin: The new ZFS ARC plugin collects information about
944           the “Adaptive Replacement Cache” (ARC) of the “Zeta File-System”
945           (ZFS). Thanks to Anthony Dewhurst for the patch.
946         * empty_counter match: The new Empty Counter match matches value
947           lists, where at least one data source is of type COUNTER and the
948           counter value of all counter data sources is zero.
949
950 2009-12-18, Version 4.7.5
951         * Build system, java plugin: Don't use “find -L” to search for Java
952           headers, because it's a GNU extension.
953         * Build system: Support for parallel builds has been improved. Thanks
954           Sebastian Harl and Stefan Völkel for looking into this.
955         * collectd: Print error messages to STDERR if no log plugin has been
956           loaded.
957         * memory plugin: Handling of >4 Gbyte of memory has been fixed.
958         * network plugin: The license has been changed to LGPL 2.1.
959         * oracle plugin: Reconnect to the database if the connection dies.
960         * rrdcached plugin: Work-around for a bug in RRDtool 1.4rc2 has been
961           added.
962         * snmp plugin: Handling of negative values has been fixed. Strings
963           containing control characters are now interpreted as hex-strings.
964         * unixsock plugin: A memory leak in the LISTVAL command has been
965           fixed. Thanks to Ben Knight for his patch.
966
967 2009-10-03, Version 4.7.4
968         * Build system: Issues when building the iptables plugin have been
969           fixed.
970         * exec plugin: Clear the signal block mask before calling exec(2).
971         * perl plugin: Declare the “environ” variable. This solves build
972           issues on some platforms.
973         * processes plugin: Remove unnecessary call of realloc(3). Thanks to
974           Andrés J. Díaz for the patch.
975         * unixsock plugin: Fix a (well hidden) race condition related to file
976           descriptor handling.
977
978 2009-09-13, Version 4.7.3
979         * collectd: Fix a possible but very rare invalid “free” in the caching
980           code. Thanks to Sebastian Harl for the patch.
981         * collectd: Remove old values when a cache entry is marked as missing.
982           This way the “GETVAL” command of the UnixSock plugin doesn't return
983           old, no longer valid values when this happens. Thanks to Andrés J.
984           Díaz for the patch.
985         * collectd: The “plugin_unregister_read” function has been fixed.
986         * apache, ascent, bind, curl, nginx plugins: Advise the cURL library
987           to follow redirects. Thanks to Joey Hess for reporting this bug.
988         * df plugin: Check the ignorelist before stating the file system,
989           possibly reducing the number of stats considerably. Thanks to Joey
990           Hess for reporting this bug.
991         * iptables plugin: Support for the new libiptc API has been added.
992           Thanks to Sebastian Harl for the patch. The build system has been
993           updated to the plugin only includes the shipped header files when it
994           is linked with the shipped library, too.
995         * java plugin: Delay creating the JVM until after the daemon has
996           forked. The JVM internally creates threads that are lost when
997           forking. This means that Java-based plugins are now configured
998           during the init-phase, i. e. later than other plugins.
999         * libvirt plugin: Re-connect to libvirtd if connecting fails. Thanks
1000           to Alan Pevec for the patch.
1001         * network plugin: Fix the handling of the “CacheFlush” option: The
1002           value was assigned to a wrong variable. The initialization of the
1003           gcrypt library, which is used for signing / encrypting traffic, has
1004           been fixed. Thanks to Luke Heberling for the patch.
1005         * powerdns plugin: Set a timeout when reading data from the datagram
1006           socket. Handling of the “LocalSocket” option has been fixed.  An
1007           incorrectly used “type” has been corrected. Thanks to Luke Heberling
1008           for his patches.
1009
1010 2009-07-19, Version 4.7.2
1011         * Build system: Support for `DESTDIR' has been fixed in the Java
1012           bindings.
1013         * collectd: Okay-notifications have been fixed. Thanks to Andrés J.
1014           Díaz for fixing this bug.
1015         * collectd: A programming error has been fixed in the notification
1016           code. The bug may result in an assertion failure.
1017         * memcached plugin: Portability fix for Solaris. Thanks to Amit Gupta
1018           for reporting the bug.
1019         * ping plugin: Link the plugin with libm.
1020
1021 2009-06-02, Version 4.7.1
1022         * Build system: Detection of Java has been improved and missing
1023           details have been added to the configuration summary. Support for
1024           libtool 2.2 has been added.
1025         * collectd: Two bugs with the threshold checking have been fixed. The
1026           first one prevented thresholds to be checked at all, the second one
1027           caused wrong behavior with the persistency option. Thanks to Andrés
1028           J. Díaz for fixing these problems.
1029         * collectd: Handling of the `Include' configuration option has been
1030           fixed.
1031         * rrdtool plugin: Make sure initialization is run only once. This
1032           resolves problems under Solaris and potentially other systems.
1033           Thanks to Amit Gupta for reporting this bug.
1034         * java plugin: Make it possible to use dots ('.') instead of slashes
1035           ('/') as the class separator. Thanks to Randy Rizun for pointing
1036           this out.
1037         * swap plugin: A work-around for 32-bit Solaris has been added. Thanks
1038           to Doug MacEachern for the patch.
1039
1040 2009-05-11, Version 4.7.0
1041         * apache plugin: Support to query multiple servers has been added.
1042           Thanks to Amit Gupta for the patch.
1043         * apache plugin: Handling of lighttpd's scoreboard statistics has been
1044           improved. Thanks to Amit Gupta for the patch.
1045         * conntrack plugin: The new conntrack plugin collects the connection
1046           tracking table size. Thanks to Tomasz Pala for the patch.
1047         * fscache plugin: The new fscache plugin collects statistics about
1048           Linux' file-system based caching framework. Thanks to Edward
1049           Konetzko for the patch.
1050         * gmond plugin: The new gmond plugin can receive and interpret
1051           multicast traffic from Ganglia's gmond daemon.
1052         * java plugin: The new java plugin exports the collectd API to Java,
1053           making it possible to write extensions to collectd in Java.
1054         * memcachec plugin: The new memcachec plugin queries data from a
1055           memcached daemon and parses it similar to the cURL plugin. Thanks to
1056           Doug MacEachern for the initial code.
1057         * memcached plugin: Support for connections over UNIX domain sockets
1058           has been added. Thanks to Franck Lombardi for the patch.
1059         * memory plugin: Support for OpenBSD and possibly other *BSDs has been
1060           added. Thanks to Simon Kuhnle for the patch.
1061         * mysql plugin: Support to query multiple databases has been added.
1062           Thanks to Doug MacEachern for the patch.
1063         * mysql plugin: Master/slave statistics have been added.
1064         * mysql plugin: Lock statistics have been added. Thanks to Rodolphe
1065           Quiédeville for the patch.
1066         * network plugin: The possibility to sign or encrypt network traffic
1067           has been added.
1068         * protocols plugin: The new protocols plugin provides information
1069           about network protocols, such as IP, TCP and UDP.
1070         * snmp plugin: The intervals given in the configuration of the SNMP
1071           plugin must no longer be a multiple of the global interval.
1072         * table plugin: The new Table plugin provides parsing for table-like
1073           structured files, such as many files beneath /proc.
1074         * ted plugin: The new TED plugin reads power consumption measurements
1075           from “The Energy Detective” (TED). Thanks to Eric Reed for this
1076           plugin.
1077         * onewire plugin: The new `Interval' option allows collecting
1078           information from OneWire sensors at arbitrary intervals.
1079         * ping plugin: Support for collecting the drop rate and standard
1080           deviation of round-trip times has been added.
1081         * uptime plugin: The new uptime plugin can collect the server's
1082           uptime. Thanks to Marco Chiappero for the patch.
1083
1084 2009-09-10, Version 4.6.5
1085         * collectd: Remove old values when a cache entry is marked as missing.
1086           This way the “GETVAL” command of the UnixSock plugin doesn't return
1087           old, no longer valid values when this happens. Thanks to Andrés J.
1088           Díaz for the patch.
1089         * apache, ascent, bind, curl, nginx plugins: Advise the cURL library
1090           to follow redirects. Thanks to Joey Hess for reporting this bug.
1091         * df plugin: Check the ignorelist before stating the file system,
1092           possibly reducing the number of stats considerably. Thanks to Joey
1093           Hess for reporting this bug.
1094         * iptables plugin: Support for the new libiptc API has been added.
1095           Thanks to Sebastian Harl for the patch. The build system has been
1096           updated to the plugin only includes the shipped header files when it
1097           is linked with the shipped library, too.
1098         * libvirt plugin: Re-connect to libvirtd if connecting fails. Thanks
1099           to Alan Pevec for the patch.
1100         * powerdns plugin: Set a timeout when reading data from the datagram
1101           socket. Handling of the “LocalSocket” option has been fixed.  An
1102           incorrectly used “type” has been corrected. Thanks to Luke Heberling
1103           for his patches.
1104
1105 2009-07-18, Version 4.6.4
1106         * collectd: Okay-notifications have been fixed. Thanks to Andrés J.
1107           Díaz for fixing this bug.
1108         * collectd: A programming error has been fixed in the notification
1109           code. The bug may result in an assertion failure.
1110         * memcached plugin: Portability fix for Solaris. Thanks to Amit Gupta
1111           for reporting the bug.
1112
1113 2009-06-02, Version 4.6.3
1114         * Build system, various plugins: Many build fixes for FreeBSD,
1115           OpenBSD, NetBSD, Solaris and Mac OS X. Big thanks to Doug MacEachern
1116           for many fixes and providing a build system for many platforms,
1117           Ulf Zimmermann for providing a FreeBSD system and Simon Kuhnle for
1118           providing an OpenBSD system.
1119         * collectd: Two bugs with the threshold checking have been fixed. The
1120           first one prevented thresholds to be checked at all, the second one
1121           caused wrong behavior with the persistency option. Thanks to Andrés
1122           J. Díaz for fixing these problems.
1123         * collectd: Handling of the `Include' configuration option has been
1124           fixed.
1125         * battery plugin: Don't complain about a missing directory every
1126           interval.
1127         * exec plugin: Allow executed programs to close STDERR. Thanks to
1128           Thorsten von Eicken for reporting this problem.
1129         * irq plugin: Fix handling of overflowing 32-bit counters. Thanks to
1130           Tomasz Pala for the patch.
1131         * perl plugin: Portability build-fixes. Thanks to Doug MacEachern for
1132           the patch.
1133         * memory plugin: Fix a potential problem under Solaris.
1134         * swap plugin: A work-around for 32-bit Solaris has been added. Thanks
1135           to Doug MacEachern for the patch.
1136
1137 2009-03-18, Version 4.6.2
1138         * collectd: Some Solaris utility code has been improved.
1139         * filter subsystem: Allow `Chains' without default targets.
1140         * liboping: A patch to comply with strict aliasing rules has been
1141           added.
1142         * timediff match: Fix a typo: The match was registered with a wrong
1143           name which prevented this match to be used as documented. Thanks to
1144           Bruno Prémont for finding this problem.
1145         * bind plugin: Fix collection of the cached RR sets. The number of RR
1146           sets currently in the cache was collected as a counter value, which
1147           is nonsense. Thanks to Bruno Prémont for implementing this.
1148         * dns plugin: Don't pass NULL to `pcap_open_live': Some systems,
1149           primarily BSDs, don't take it well and crash.
1150         * oracle plugin: Portability to 64 bit systems has been improved.
1151         * postgresql plugin: The default configuration has been improved.
1152         * rrdtool plugin: Fix a possible race condition: If the network plugin
1153           is brought and dispatches a value before the rrdtool plugin is
1154           initialized, the daemon may crash.
1155
1156 2009-02-22, Version 4.6.1
1157         * collectd: Many documentation fixes.
1158         * Collectd::Unixsock: Error handling has been improved.
1159         * regex match: Don't link with the PCRE library.
1160         * bind plugin: Various bugs have been fixed. Thanks to Bruno Prémont
1161           for finding and fixing most of them.
1162         * ipmi plugin: Fix an off-by-one error which could cause segmentation
1163           faults. Thanks to Peter Holik for his patch.
1164
1165 2009-02-16, Version 4.6.0
1166         * collectd: Added the `filter chain' infrastructure, which allows the
1167           user to use `matches' and `targets' to control value processing.
1168         * collectd: The new `-T' command line argument allows more in-depth
1169           testing of a configuration. Thanks to Doug MacEachern for the patch.
1170         * collectd-nagios: The Nagios integration command has been updated to
1171           use libcollectdclient. The `percentage' aggregation function has
1172           been added. Thanks to Fabian Linzberger for the patch.
1173         * libcollectdclient: A library which abstracts communication with the
1174           unixsock plugin for clients has been added.
1175         * regex match: Match values by their identifies using regular
1176           expressions.
1177         * timediff match: Match for values with an invalid timestamp.
1178         * value match: Select values by their data sources' values.
1179         * notification target: Create and dispatch a notification.
1180         * replace target: Replace parts of an identifier using regular
1181           expressions.
1182         * set target: Set (overwrite) entire parts of an identifier.
1183         * bind plugin: This new plugin uses the new HTTP/XML interface to BIND
1184           statistics, allowing very detailed name server statistics. Thanks to
1185           Bruno Prémont for this plugin.
1186         * cpu plugin: Report `interrupt' separately when using
1187           sysctlbyname(3) (used under *BSD). Support for sysctl(3), for
1188           example for native OpenBSD support, has been added. Thanks to Simon
1189           Kuhnle for the patch.
1190         * csv plugin: Make it possible to write values to STDOUT instead of
1191           files. This is meant for testing purposes mostly. The output written
1192           to STDOUT is compatible with the exec plugin. Thanks to Doug
1193           MacEachern for the patch.
1194         * curl plugin: This new plugin can be used to read web pages and parse
1195           them using the same mechanism that's used in the tail plugin.
1196         * dbi plugin: This new plugin allows you to connect to a variety of
1197           relational databases and use SQL to gather custom statistics from
1198           it. It is similar to the already existing PostgreSQL plugin but uses
1199           libdbi to communicate with the database(s).
1200         * interface plugin: Use the ignorelist framework when selecting /
1201           ignoring interfaces. This allows one to use regular expressions to
1202           select interfaces, too.
1203         * ipmi plugin: Handle temporary IPMI error conditions more gracefully.
1204           Thanks to Bruno Prémont for this patch.
1205         * memcached plugin: Add hit-ratio metric. Thanks to Doug MacEachern
1206           for the patch.
1207         * mysql plugin: Allow connecting to a database via the UNIX domain
1208           socket, too. Thanks to Mirko Buffoni for the patch.
1209         * network plugin: Further performance improvements for the receive
1210           code. This hopefully will help very large setups.
1211         * openvpn plugin: This new plugin collects statistics provided by the
1212           OpenVPN daemon. Thanks to Doug MacEachern for the patch.
1213         * oracle plugin: This new plugin allows you to connect to an Oracle
1214           database and use SQL to gather custom statistics from it. It is
1215           similar to the already existing PostgreSQL plugin.
1216         * perl plugin: Compatibility fixes for broken versions of Perl 5.10
1217           have been added.
1218         * perl plugin: Export the newly added plugin_write() to Perl plugins.
1219         * perl plugin: Added support for `notification meta data'.
1220         * perl plugin: Added support for the `filter chain' infrastructure by
1221           allowing plugins to register `matches' and `targets'.
1222         * postgresql plugin: The preferred configuration syntax has been
1223           updated to be in line with the syntax used by the new dbi and oracle
1224           plugins. The compatibility code for the old syntax is present.
1225           Support for the new `Result' blocks and the interval parameter has
1226           been added.
1227         * processes plugin: Stacksize and virtual memory usage statistics have
1228           been added. Portability fixes.
1229         * rrdcached plugin: This new plugin uses the (still in development)
1230           RRD accelerator daemon, rrdcached. This daemon works very similar to
1231           the original rrdtool plugin of collectd, but adds some more nice
1232           features.
1233         * swap plugin: Code for OpenBSD (and possibly other *BSDs) has been
1234           added.
1235
1236 2009-05-09, Version 4.5.4
1237         * Build system, various plugins: Many build fixes for FreeBSD,
1238           OpenBSD, NetBSD, Solaris and Mac OS X. Big thanks to Doug MacEachern
1239           for many fixes and providing a build system for many platforms,
1240           Ulf Zimmermann for providing a FreeBSD system and Simon Kuhnle for
1241           providing an OpenBSD system.
1242         * collectd: Fix a potential race condition when creating directories.
1243         * battery plugin: Don't complain about a missing directory every
1244           interval.
1245         * dns plugin: Slight portability fixes.
1246         * exec plugin: Allow executed programs to close STDERR. Thanks to
1247           Thorsten von Eicken for reporting this problem.
1248         * irq plugin: Fix handling of overflowing 32-bit counters. Thanks to
1249           Tomasz Pala for the patch.
1250         * perl plugin: Portability build-fixes. Thanks to Doug MacEachern for
1251           the patch.
1252         * rrdtool plugin: Fix a possible race condition: If the network plugin
1253           is initialized and dispatches a value before the rrdtool plugin is
1254           initialized, the daemon may crash.
1255         * memory plugin: Fix a potential problem under Solaris.
1256
1257 2009-02-22, Version 4.5.3
1258         * build system: The check for libupsclient even when `pkg-config' is
1259           not available.
1260         * collectd: Fix error handling in the global cache.
1261         * Collectd::Unixsock: Error handling has been improved.
1262         * ascent plugin: Fix a memory leak. Thanks to Bruno Prémont for his
1263           patch.
1264         * ipmi plugin: Fix an off-by-one error which could cause segmentation
1265           faults. Thanks to Peter Holik for his patch.
1266         * tcpconns plugin: An endianness problem has been fixed in the *BSD
1267           code. Thanks to "thated" for reporting this.
1268
1269 2009-01-02, Version 4.5.2
1270         * build system: Check for `mysql.h' and `mysql/mysql.h', since the
1271           file may be in both locations, especially when the database was
1272           installed in a non-standard path. Thanks to Dusty Doris for
1273           reporting this.
1274         * build system: Handle the _POSIX_PTHREAD_SEMANTICS defined, needed by
1275           Solaris, in the configure script automatically.
1276         * build system, tcpconns plugin: Check for `kvm_nlist' and
1277           `kvm_openfiles' before enabling the plugin: Solaris provides a KVM
1278           library with similar functions to the BSD variant, but doesn't
1279           provide these necessary functions.
1280         * collectd.conf(5): Various fixes and clarifications.
1281         * collectd: Remove a GNUism (unnamed unions), thus improving
1282           portability.
1283         * collectd, apcups plugin: Include "collectd.h" before <stdlib.h>.
1284           This solves portability problems, especially for Solaris.
1285         * dns plugin: Fix a portability problem with NetBSD.
1286         * filecount plugin: Fix an off-by-one error. This error may cause a
1287           segmentation fault.
1288         * network plugin: Fix the handling of `type' in the network protocol.
1289           Due to a programming mistake, only 4 or 8 bytes would be copied to a
1290           much larger buffer. This caused the `type' to be transferred much
1291           more often than necessary. In some cases, e. g. the `cpu' and
1292           `cpufreq' plugins being used at the same time, data may be corrupted
1293           in those files. Thanks to Bruno Prémont for debugging and reporting
1294           this issue.
1295         * processes plugin: Fix a possible segmentation fault when specifying
1296           invalid configuration options.
1297         * unixsock plugin: Make sure the initialization function is run only
1298           once. This resolves a file descriptor leak under systems which run
1299           the initialization more than once, such as Solaris.
1300
1301 2008-10-16, Version 4.5.1
1302         * build system: Change `--enable-<plugin>' to abort with an error if
1303           dependencies are not met. Thanks to Bruno Prémont for the patch.
1304           Also, the poisoning of various string functions has been restricted
1305           to debug builds.
1306         * collectd: Fix a memory leak in the global value cache. With every
1307           *missing* value a couple of bytes would be leaked. Another memory
1308           leak in the configuration handling code has been fixed. Thanks to
1309           Niraj Tolia for reporting these issues.
1310         * collectd: Fix an off-by-one error in the ignorelist functionality.
1311           When using regular expressions, the last character would be missing,
1312           possibly matching differently from what one would expect.
1313         * collectdmon: Don't block SIGCHLD. This fixes a potential portability
1314           problem.
1315         * collectd-nagios: Fix handling of the `-d' option. Thanks to Fabian
1316           Linzberger for reporting the bug.
1317         * iptables plugin: Fix an off-by-one error. If a string was just one
1318           character too long, it was truncated instead of reporting an error.
1319         * network plugin: Fix a memory leak in the configuration handling
1320           code. Thanks to Niraj Tolia for reporting this issue.
1321         * perl plugin: Log an error message if bootstrapping `Collectd' fails.
1322         * postgresql plugin: Don't reopen connection during reinitialization.
1323           This fixes a bug under Solaris and potentially other platforms.
1324           Missing calls to `PQclear' have been added, too. This fixes memory
1325           leaks. Thanks to ``Admin'' for reporting these bugs.
1326         * snmp plugin: Don't expect null-terminated strings from the Net-SNMP
1327           library.
1328         * tail plugin: Call `clearerr(3)' after reading an EOF. This fixes
1329           problems with some `libc's. Thanks to Matthias Lay for reporting the
1330           bug.
1331
1332 2008-09-04, Version 4.5.0
1333         * collectd: Added the ability to flush certain identifiers.
1334         * collectd: The concept of `notification meta data' has been
1335           introduced.
1336         * filecount plugin: The new filecount plugin counts the number of
1337           files in a directory and its subdirectories.
1338         * ipmi plugin: Sensor names have been changed to ensure unique names.
1339           Notifications upon added and removed sensors can now be generated.
1340         * notify_desktop plugin: This new plugin sends notifications to the
1341           X desktop using the structure defined in the `Desktop Notification
1342           Specification'.
1343         * notify_email plugin: This new plugin sends out notifications via
1344           email, using the `esmtp' library.
1345         * onewire plugin: The new experimental(!) onewire plugin reads values,
1346           such as temperatures, from sensors connected to the computer via the
1347           onewire bus.
1348         * perl plugin: Improved synchronized access to internal data structures
1349           and fixed a possible dead-lock.
1350         * perl plugin: Added the ability to flush certain identifiers and marked
1351           plugin_flush_all() and plugin_flush_one() as deprecated in favor of
1352           plugin_flush().
1353         * perl plugin: Added the ability to configure Perl plugins.
1354         * postgresql plugin: The new postgresql plugin collects statistics
1355           about or from a PostgreSQL database.
1356         * processes plugin: The `ProcessMatch' option has been added.
1357         * rrdtool plugin: Implement throttling of the `update queue' to lessen
1358           IO load.
1359         * tcpconns plugin: This plugin has been ported to OpenBSD.
1360         * thermal plugin: The new thermal plugin collects system temperatures
1361           using Linux ACPI thermal zone data.
1362
1363 2009-01-02, Version 4.4.5
1364         * build system: Check for `mysql.h' and `mysql/mysql.h', since the
1365           file may be in both locations, especially when the database was
1366           installed in a non-standard path. Thanks to Dusty Doris for
1367           reporting this.
1368         * build system: Handle the _POSIX_PTHREAD_SEMANTICS defined, needed by
1369           Solaris, in the configure script automatically.
1370         * collectd.conf(5): Various fixes and clarifications.
1371         * apcups plugin: Include "collectd.h" before <stdlib.h>. This solves
1372           portability problems, especially for Solaris.
1373         * dns plugin: Fix a portability problem with NetBSD.
1374         * network plugin: Fix the handling of `type' in the network protocol.
1375           Due to a programming mistake, only 4 or 8 bytes would be copied to a
1376           much larger buffer. This caused the `type' to be transferred much
1377           more often than necessary. In some cases, e. g. the `cpu' and
1378           `cpufreq' plugins being used at the same time, data may be corrupted
1379           in those files. Thanks to Bruno Prémont for debugging and reporting
1380           this issue.
1381         * unixsock plugin: Make sure the initialization function is run only
1382           once. This resolves a file descriptor leak under systems which run
1383           the initialization more than once, such as Solaris.
1384
1385 2008-10-16, Version 4.4.4
1386         * build system: Change `--enable-<plugin>' to abort with an error if
1387           dependencies are not met. Thanks to Bruno Prémont for the patch.
1388           Also, the poisoning of various string functions has been restricted
1389           to debug builds.
1390         * collectd: Fix a memory leak in the global value cache. With every
1391           *missing* value a couple of bytes would be leaked. Another memory
1392           leak in the configuration handling code has been fixed. Thanks to
1393           Niraj Tolia for reporting these issues.
1394         * collectd: Fix an off-by-one error in the ignorelist functionality.
1395           When using regular expressions, the last character would be missing,
1396           possibly matching differently from what one would expect.
1397         * collectdmon: Don't block SIGCHLD. This fixes a potential portability
1398           problem.
1399         * collectd-nagios: Fix handling of the `-d' option. Thanks to Fabian
1400           Linzberger for reporting the bug.
1401         * network plugin: Fix a memory leak in the configuration handling
1402           code. Thanks to Niraj Tolia for reporting this issue.
1403         * perl plugin: Log an error message if bootstrapping `Collectd' fails.
1404         * tail plugin: Call `clearerr(3)' after reading an EOF. This fixes
1405           problems with some `libc's. Thanks to Matthias Lay for reporting the
1406           bug.
1407
1408 2008-09-01, Version 4.4.3
1409         * collectd: Fix a memory leak in the threshold checking code.
1410         * memcached plugin: Fix a too short timeout and a related file
1411           descriptor leak.
1412         * memory plugin: A typo in the libstatgrab code has been fixed.
1413         * snmp plugin: Fix a possible memory leak.
1414
1415 2008-07-15, Version 4.4.2
1416         * build system: Use pkg-config to detect the upsclient library.
1417         * collectd: Try even harder to determine the endianess of the
1418           architecture collectd is being built on.
1419         * disk plugin: Fix for Linux 2.4: A wrong field was used as the name
1420           of disks.
1421         * dns plugin: Fix compilation errors with BIND versions 19991001
1422           through 19991005.
1423         * network plugin: Bugfix in the init routine: The init function
1424           cleared a buffer regardless of its contents. This could lead to lost
1425           values under Solaris.
1426         * nginx plugin: Remove usage of the thread-unsafe `strtok' function.
1427         * vserver plugin: Remove usage of the thread-unsafe `readdir'
1428           function.
1429         * wireless plugin: Work around incorrect noise and power values
1430           returned by some broken drivers.
1431
1432 2008-06-03, Version 4.4.1
1433         * collectd: Fix the `DataSource' option within `Type' blocks. Thanks
1434           to kyrone for reporting this.
1435         * collectd: Fixed min/max output in notifications generated by
1436           threshold checking.
1437         * collectd-nagios: Fix the protocol used to communicate with the
1438           daemon.
1439         * perl plugin: Fail noisily, but don't shutdown the daemon, if
1440           initialization has errors. An issue with Perl 5.10 has been fixed.
1441         * teamspeak2 plugin: Fixed an out of bound array access. Thanks to
1442           René Rebe and Siegmund Gorr for reporting this.
1443
1444 2008-05-06, Version 4.4.0
1445         * collectd: Internal code cleanups.
1446         * collectd: Added support for a `Flush' command in the unixsock and
1447           exec plugins. This command can be used to force a plugin (or all) to
1448           flush its values to disk.
1449         * collectd: Thresholds can now be configured to apply to one data
1450           source only, making it possible to configure different thresholds
1451           for each data source.
1452         * apache, nginx plugins: Added the possibility to disable host and/or
1453           peer verification.
1454         * ascent plugin: The new ascent plugin reads and parses the statistics
1455           page of an Ascent server.
1456         * cpu plugin: Support for the statgrab library has been added.
1457         * disk plugin: The possibility to ignore certain disks or collect only
1458           specific disks has been added.
1459         * disk plugin: Support for the statgrab library has been added.
1460         * ipmi plugin: The new ipmi plugin uses the OpenIPMI library to read
1461           sensor values via IPMI, the intelligent platform management
1462           interface.
1463         * iptables plugin: The iptc library that is used by the iptables
1464           plugin has been added to the distribution, because it is not
1465           provided by all distributions and removed from at least one.
1466         * powerdns plugin: The new powerdns plugin reads statistics from an
1467           authoritative or a recursing PowerDNS name server.
1468         * rrdtool plugin: The size of the files generated with the default
1469           configuration has been decreased.
1470         * tail plugin: The new tail plugin can be used to gather statistics by
1471           continuously reading from log files.
1472         * teamspeak2 plugin: The new teamspeak2 plugin connects to a
1473           TeamSpeak2 server and collects statistics about the number of users
1474           and number of channels.
1475         * users plugin: Support for the statgrab library has been added.
1476         * vmem plugin: The new vmem plugin collects very detailed statistics
1477           about the virtual memory subsystem of Linux.
1478
1479 2008-08-30, Version 4.3.4
1480         * Build system: Improved detection of and linking with the statgrab
1481           library.
1482         * collectd: Portability fixes, especially to determine endianess more
1483           reliable.
1484         * Various plugins: Fix format strings.
1485         * disk plugin: A fix for giving disks under Linux 2.4 the right names
1486           again has been applied.
1487         * memcached plugin: Fix a too short timeout and a related file
1488           descriptor leak.
1489         * memory plugin: A typo in the libstatgrab code has been fixed.
1490         * network plugin: A fix in the initialization function solves problems
1491           under Solaris.
1492         * nginx plugin: A thread-unsafe function has been replaced.
1493         * vserver plugin: A thread-unsafe function has been replaced.
1494         * wireless plugin: A work-around for broken wireless drivers has been
1495           added.
1496
1497 2008-04-22, Version 4.3.3
1498         * build system: Improved detection of several libraries, especially if
1499           they are in non-standard paths.
1500         * build system: Portability fixes: Automatically define "_REENTRANT"
1501           if the libc expects it.
1502         * collectd: Error and warning messages have been improved.
1503         * collectd: Check for the BYTE_ORDER and BIG_ENDIAN defines before
1504           using them.
1505         * apache plugin: Allocate new memory when reading a webpage instead of
1506           using a buffer of static size.
1507         * exec plugin: Close (almost) all filedescriptors before exec(2)ing
1508           the program.
1509         * hddtemp plugin: Error and warning messages have been improved.
1510         * sensors plugin: Fix sensor collection for some chip types.
1511
1512 2008-03-29, Version 4.3.2
1513         * collectd: Fix configuration of the `FailureMax', `WarningMax', and
1514           `Persist' threshold options.
1515         * collectd: Fix handling of missing values in the global value cache.
1516         * collectd: Improved error messages when parsing the configuration.
1517         * sensors plugin: Fix temperature collection with libsensors4.
1518         * unixsock plugin: Fix mixed input and output operation on streams.
1519         * wireless plugin: Fix reading noise value.
1520
1521 2008-03-05, Version 4.3.1
1522         * exec plugin: Set supplementary group IDs.
1523         * network plugin:
1524           + Use `memcpy' when constructing/parsing a package to avoid
1525             alignment problems on weird architectures, such as Sparc.
1526           + Translate doubles to/from the x86 byte representation to ensure
1527             cross-platform compatibility.
1528         * ping plugin: Correct the handling of the `TTL' setting.
1529         * swap plugin: Reapply a patch for Solaris.
1530         * tcpconns plugin: Portability improvements.
1531
1532 2008-02-18, Version 4.3.0
1533         * collectd: Notifications have been added to the daemon. Notifications
1534           are status messages that may be associated with a data instance.
1535         * collectd: Threshold checking has been added to the daemon. This
1536           means that you can configure threshold values for each data
1537           instance. If this threshold is exceeded a notification will be
1538           created.
1539         * collectd: The new `FQDNLookup' option tells the daemon to use the
1540           full qualified domain name as the hostname, not just the host part
1541           es returned by `gethostname(2)'.
1542         * collectd: Support for more than one `TypesDB' file has been added.
1543           This is useful when one such file is included in a package but one
1544           wants to add custom type definitions.
1545         * collectd: The `Include' config option has been expanded to handle
1546           entire directories and shell wildcards.
1547         * collectdmon: The new `collectdmon' binary detects when collectd
1548           terminates and automatically restarts it again.
1549         * csv plugin: The CSV plugin is now able to store counter values as a
1550           rate, using the `StoreRates' configuration option.
1551         * exec plugin: Handling of notifications has been added and the
1552           ability to pass arguments to the executed programs has been added.
1553         * hddtemp plugin: The new `TranslateDevicename' option lets you
1554           disable the translation from device names to major-minor-numbers.
1555         * logfile plugin: Handling of notifications has been added.
1556         * ntpd plugin: The new `ReverseLookups' can be used to disable reverse
1557           domain name lookups in this plugin.
1558         * perl plugin: Many internal changes added support for handling multiple
1559           threads making the plugin reasonably usable inside collectd. The API has
1560           been extended to support notifications and export global variables to
1561           Perl plugins; callbacks now have to be identified by name rather than a
1562           pointer to a subroutine. The plugin is no longer experimental.
1563         * uuid plugin: The new UUID plugin sets the hostname to an unique
1564           identifier for this host. This is meant for setups where each client
1565           may migrate to another physical host, possibly going through one or
1566           more name changes in the process. Thanks to Richard Jones from
1567           Red Hat's Emerging Technology group for this plugin.
1568         * libvirt: The new libvirt plugin uses the `libvirt' library to query
1569           CPU, disk and network statistics about guest systems on the same
1570           physical server. Thanks to Richard Jones from Red Hat's Emerging
1571           Technology group for this plugin.
1572
1573 2008-04-22, Version 4.2.7
1574         * build system: Improved detection of several libraries, especially if
1575           they are in non-standard paths.
1576         * build system: Portability fixes: Automatically define "_REENTRANT"
1577           if the libc expects it.
1578         * collectd: Error and warning messages have been improved.
1579         * collectd: Check for the BYTE_ORDER and BIG_ENDIAN defines before
1580           using them.
1581         * apache plugin: Allocate new memory when reading a webpage instead of
1582           using a buffer of static size.
1583         * exec plugin: Close (almost) all filedescriptors before exec(2)ing
1584           the program.
1585         * hddtemp plugin: Error and warning messages have been improved.
1586         * sensors plugin: Fix sensor collection for some chip types.
1587
1588 2008-03-29, Version 4.2.6
1589         * collectd: Improved error messages when parsing the configuration.
1590         * sensors plugin: Fix temperature collection with libsensors4.
1591         * unixsock plugin: Fix mixed input and output operation on streams.
1592         * wireless plugin: Fix reading noise value.
1593
1594 2008-03-04, Version 4.2.5
1595         * apache plugin: Improved initialization and error messages.
1596         * exec plugin: Set supplementary group IDs.
1597         * network plugin:
1598           + Create separate threads for reading from the socket and parsing
1599             and dispatching incoming packets. Versions prior to this may have
1600             problems in high-load situations, where the socket receive buffers
1601             overflows, resulting in gaps in the data.
1602           + Use `memcpy' when constructing/parsing a package to avoid
1603             alignment problems on weird architectures, such as Sparc.
1604           + Translate doubles to/from the x86 byte representation to ensure
1605             cross-platform compatibility.
1606         * ping plugin: Correct the handling of the `TTL' setting.
1607         * rrdtool plugin: Ensure correct handling of the `RRATimespan' option.
1608         * swap plugin: Reapply a patch for Solaris.
1609         * tcpconns plugin: Portability improvements.
1610
1611 2008-01-21, Version 4.2.4
1612         * unixsock plugin: A bug in the unixsock plugin caused it not to set
1613           the permission on the socket as documented in the manpage. Thanks to
1614           Evgeny Chukreev for fixing this issue.
1615         * collectd: The documentation has been improved.
1616
1617 2007-12-28, Version 4.2.3
1618         * sensors plugin: Updated the plugin to build and work with version 3
1619           of the libsensors library.
1620
1621 2007-12-15, Version 4.2.2
1622         * nginx plugin: Incorrect comparison of strings lead to a segfault
1623           when using the plugin. Thanks to Saulius Grigaliunas for fixing
1624           this.
1625         * logfile plugin: The config option `Timestamp' was handled
1626           incorrectly and basically always active. Thanks to Luke Heberling
1627           for fixing this.
1628
1629 2007-11-08, Version 4.2.1
1630         * tcpconns plugin: Don't complain about a missing file if IPv6 is not
1631           enabled on the host.
1632         * snmp plugin: Fix a memory leak.
1633
1634 2007-10-27, Version 4.2.0
1635         * collectd: The new config option `Include' lets you include other
1636           configfiles and thus split up your config into smaller parts. This
1637           may be especially interesting for the snmp plugin to keep the data
1638           definitions separate from the host definitions.
1639         * ipvs plugin: The new `ipvs' plugin collects IPVS connection statistics
1640           (number of connections, octets and packets for each service and
1641           destination). Thanks to Sebastian Harl for this plugin.
1642         * memcached plugin: The new `memcached' plugin connects to a memcached
1643           daemon process and collects statistics of this distributed caching
1644           system. Thanks to Antony Dovgal for contributing this plugin.
1645         * nginx plugin: The new `nginx' plugin reads the status page of an
1646           nginx daemon and saves the handled connections and requests.
1647         * perl plugin: Many changes, including the added `EnableDebugger'
1648           config option which lets you debug your Perl plugins more easily.
1649         * rrdtool plugin: Use the thread-safe RRD-library if available. Try to
1650           be more thread-safe otherwise by locking calls to the library.
1651         * snmp plugin: Added the options `Scale' and `Shift' to Data-blocks to
1652           correct the values returned by SNMP-agents. If a <data> block is
1653           defined as `table' the instance is now optional. The sequence number
1654           is used as the type-instance in this case. The new `InstancePrefix'
1655           option allows to add arbitrary prefixes to the type-instance.
1656         * tcpconns plugin: The new `tcpconns' plugin collects the number of
1657           certain TCP connections and what state they're in. This can be used
1658           to see how many connections your FTP server has to handle or how
1659           many outgoing connections your mailserver has open.
1660
1661 2008-01-11, Version 4.1.6
1662         * unixsock plugin: A bug in the unixsock plugin caused it not to set
1663           the permission on the socket as documented in the manpage. Thanks to
1664           Evgeny Chukreev for fixing this issue.
1665         * collectd: The documentation has been improved.
1666
1667 2007-12-27, Version 4.1.5
1668         * rrdtool plugin: Fix a memory leak that only occurred in very-low-
1669           memory situations.
1670         * sensors plugin: Updated the plugin to build and work with version 3
1671           of the libsensors library.
1672
1673 2007-11-08, Version 4.1.4
1674         * Build system: Improve detection of the rrd library, especially if
1675           it's in a non-standard location.
1676         * Build system: A bug when parsing the argument for
1677           `--with-libnetsnmp' has been fixed.
1678         * collectd: Implement `strerror_r' if the libc doesn't provide it.
1679         * rrdtool plugin: Fix a bug in the shutdown sequence that might cause
1680           a deadlock or delay when shutting down the daemon.
1681         * snmp plugin: Fix a memory leak.
1682
1683 2007-10-24, Version 4.1.3
1684         * collectd: A build issue under Solaris has been resolved by renaming
1685           data types.
1686         * rrdtool plugin: Use the thread-safe RRD-library if available. Try to
1687           be more thread-safe otherwise by locking calls to the library.
1688
1689 2007-09-28, Version 4.1.2
1690         * apcups plugin: Fix reporting of the `load percent' data.
1691         * wireless plugin: Correct the handling of cards returning signal and
1692           noise quality as percentage.
1693         * perl plugin: Fix a possible buffer overflow in get_module_name().
1694         * build system: Further improve the detection of libraries.
1695         * netlink plugin: Build issues under some older versions of the Linux
1696           includes (i. e. Debian Sarge) have been fixed.
1697         * snmp plugin: Fix a potential segfault when a host times out. Add
1698           support for the `timeticks' type. 
1699
1700 2007-09-12, Version 4.1.1
1701         * Build system: The detection of `libnetlink' has been improved.
1702         * collectd: The documentation has been fixed in numerous places.
1703         * exec plugin: Setting the group under which to run a program has been
1704           fixed.
1705         * collectd: The `sstrerror' function was improved to work correctly
1706           with the broken GNU version of `strerror_r'.
1707         * collectd: Write an error message to STDERR when loading of a plugin
1708           fails.
1709         * apcups plugin: Fix the `types' used to submit the values: They still
1710           has an `apcups_' prefix which doesn't work anymore.
1711         * rrdtool plugin: Create new RRD-files with the `begin' time set to
1712           whatever the client thinks is `now'..
1713
1714 2007-09-01, Version 4.1.0
1715         * Build system: The build system has been changed to automatically
1716           disable all plugins, which are missing dependencies. The dependency
1717           checking has been removed from the plugins themselves to remove
1718           redundancy.
1719         * Flexible interval: The interval of collected data is now sent along
1720           with the data itself over the network, so that the interval-settings
1721           of server and clients no longer needs to match.
1722         * netlink plugin: The new `netlink' plugin connects to the Linux
1723           kernel using a netlink socket and uses it to query information about
1724           interfaces, qdiscs and classes.
1725         * rrdtool plugin: The cache is now dumped to disk in an extra thread
1726           to not block data collection.
1727         * snmp plugin: The new `snmp' plugin can read values from SNMP enabled
1728           network devices, such as switches, routers, thermometers, rack
1729           monitoring servers, etc. The collectd-snmp(5) manpage documents this
1730           plugin.
1731         * unixsock plugin: Added the `LISTVAL' command.
1732         * xmms plugin: The new `xmms' plugin graphs the bitrate and frequency
1733           of music played with xmms.
1734
1735 2007-09-28, Version 4.0.9
1736         * apcups plugin: Fix reporting of the `load percent' data.
1737         * wireless plugin: Correct the handling of cards returning signal and
1738           noise quality as percentage.
1739         * perl plugin: Fix a possible buffer overflow in get_module_name().
1740
1741 2007-09-12, Version 4.0.8
1742         * collectd: The `sstrerror' function was improved to work correctly
1743           with the broken GNU version of `strerror_r'.
1744         * collectd: Write an error message to STDERR when loading of a plugin
1745           fails.
1746         * apcups plugin: Fix the `types' used to submit the values: They still
1747           has an `apcups_' prefix which doesn't work anymore.
1748         * rrdtool plugin: Create new RRD-files with the `begin' time set to
1749           whatever the client thinks is `now'..
1750
1751 2007-08-26, Version 4.0.7
1752         * documentation: Some typos have been fixed and some information has
1753           been improved.
1754         * build system: Many fixes for detecting libraries in unusual places,
1755           such as on RedHat systems. The affected libraries are `libcurl',
1756           `libmysql', and `libupsclient'.
1757         * network plugin: Allow the `Port' option to be specified as a number
1758           (i. e. without quotes).
1759         * nut plugin: A fix allows linking the nut plugin against
1760           libupsclient, version >= 2.2.0.
1761         * processes plugin: Fix a potential segmentation fault.
1762
1763 2007-07-30, Version 4.0.6
1764         * sensors plugin: Fix the ignorelist functionality: Only the `type
1765           instance' was used to match against the list, but the documentation
1766           told otherwise. This release fixes the code, so it complies with the
1767           documentation.
1768         * syslog plugin: Call `openlog' right when the plugin is loaded, so
1769           configuration messages will end up in the logging facility.
1770         * conrtib/fedora: The contributed specfile for Fedora has been
1771           updated.
1772
1773 2007-07-05, Version 4.0.5
1774         * Portability: More fixes for OpenBSD have been included.
1775
1776 2007-06-24, Version 4.0.4
1777         * cpu plugin: Fixed the Solaris code.
1778         * dns plugin: Fixed a build issue for OpenBSD.
1779         * interface plugin: Fixed the Solaris code.
1780         * load plugin: Fixed the alternative `/proc' Linux code.
1781         * memory plugin: Fixed the Solaris code.
1782         * oconfig: Don't require `-lfl' anymore.
1783
1784 2007-06-19, Version 4.0.3
1785         * cpu plugin: Fix the Darwin / Mac OS X code.
1786         * ping plugin: Use the return value of `getpid', not its address.
1787         * csv, rrdtool plugin: Fixed a bug that prevented an buffer to be
1788           initialized correctly.
1789         * configure: Added `--with-nan-emulation' to aid cross compilation.
1790
1791 2007-06-12, Version 4.0.2
1792         * hddtemp and ntpd plugin: Corrected the parsing of port numbers when
1793           they're given in numerically form.
1794
1795 2007-06-07, Version 4.0.1
1796         * iptables plugin: A bug in the configuration routine has been fixed.
1797           Setting a comment in the configfile will no longer cause a
1798           segmentation fault.
1799
1800 2007-06-03, Version 4.0.0
1801         * collectd: The plugin-infrastructure has been changed to allow for
1802           more types of plugins, namely `write' and `log' plugins.
1803         * collectd: The read-function has been changed to read many plugins in
1804           parallel, using threads. Thus, plugins generally need to use
1805           thread-safe functions from now on.
1806         * collectd: The '-t' command line options allows to perform syntax tests
1807           of the configuration file and exit immediately.
1808         * csv plugin: The new `csv' plugin handles output to `comma separated
1809           values'-files.
1810         * rrdtool plugin: The new `rrdtool' plugin handles output to
1811           RRD-files. Data can be cached to combine multiple updates into one
1812           write to increase IO-performance.
1813         * network plugin: The new `network' plugin handles IO via the network.
1814           It implements a different, much more extensible protocol which can
1815           combine many values in one packet, decreasing the number of UDP-
1816           packets being sent. It can read from and send to the network and
1817           with the appropriate configuration even forward packets to other
1818           networks.
1819         * unixsock plugin: The new `unixsock' plugin provides an interface to
1820           communicate with the daemon while it is running. Right now the
1821           commands `GETVAL' and `PUTVAL' are implemented, but more are to
1822           come.
1823         * perl plugin: The new `perl' plugin allows you to write extensions
1824           for collectd in the scripting-language Perl.
1825         * logfile plugin: The new `logfile' plugin writes logmessages to files
1826           or STDOUT or STDERR.
1827         * syslog plugin: The new `syslog' plugin sends logmessages to the
1828           system's syslog daemon.
1829         * entropy plugin: The new `entropy' plugin collects the amount of
1830           entropy currently being available to the system.
1831         * exec plugin: The new `exec' plugin forks child processes and reads
1832           back values provided by the forked processes.
1833         * iptables plugin: The new `iptables' plugin reads counters from
1834           iptables rules. Thanks to Sjoerd van der Berg for contributing this
1835           plugin.
1836         * irq plugin: The new `irq' plugin collects the IRQ-counters. Thanks
1837           to Peter Holik for contributing this plugin.
1838         * nut plugin: The new `nut' plugin connects the upsd of the `network
1839           ups tools' and reads information about the connected UPS.
1840         * apache plugin: Support for lighttpd's `BusyServers' (aka.
1841           connections) field was added by Florent Monbillard.
1842         * collectd-nagios: The new `collectd-nagios' binary queries values
1843           from collectd, parses them and exits according to Nagios-standards.
1844         * manpages: The manpages have been improved a lot.
1845
1846 2007-09-28, Version 3.11.7
1847         * wireless plugin: Correct the handling of cards returning signal and
1848           noise quality as percentage.
1849
1850 2007-08-31, Version 3.11.6
1851         * processes plugin: Fix a potential segmentation fault.
1852
1853 2007-05-29, Version 3.11.5
1854         * configure: Added `AC_SYS_LARGEFILE' for LFS.
1855         * ntpd plugin: Fix a potential buffer overflow.
1856         * processes plugin: Fix a bug when run under Linux 2.4. All processes
1857           were accounted as `zombies'.
1858
1859 2007-04-10, Version 3.11.4
1860         * dns plugin: Change the order of includes to make the plugin compile
1861           under FreeBSD.
1862
1863 2007-03-30, Version 3.11.3
1864         * configure: Have the configure-script define `HAVE_LIBKSTAT' instead
1865           of the unused `COLLECT_KSTAT'.
1866
1867 2007-02-11, Version 3.11.2
1868         * plugin: Catch NULL-pointer and try to fix them. Otherwise the
1869           NULL-pointer may have been passed to `printf' which causes a
1870           segfault with some libcs.
1871
1872 2007-02-10, Version 3.11.1
1873         * df plugin: Some wrong defines have been fixed so the plugin works
1874           under Solaris again.
1875         * dns plugin: The usage of a struct has been fixed to work with
1876           non-GNU libcs.
1877         * processes plugin: Some missing defines have been added so the plugin
1878           compiles cleanly under FreeBSD and presumably other UNIXes.
1879
1880 2006-12-22, Version 3.11.0
1881         * collectd: The new command line option `-P' makes it easier for
1882           distributors to change the location of PID-files.
1883         * collectd: The daemon shuts down faster now which makes it easier to
1884           write init.d-scripts for it.
1885         * apache plugin: Increase the buffersize to 16k, because the 4k buffer
1886           caused problems every now and then.
1887         * df plugin: New config options allow to ignore certain mountpoints,
1888           filesystem types or devices.
1889         * dns plugin: The new dns plugin uses `libpcap' to capture DNS traffic
1890           and interprets it. It collects traffic as well as qtype, opcode and
1891           rcode counts.
1892         * email plugin: Sebastian Harl has contributed this plugin which
1893           counts received mails in categories (e. g. ham, spam, virus), spam
1894           score (as given by SpamAssassin) and check types.
1895         * mbmon plugin: Flavio Stanchina has contributed this plugin which
1896           uses `mbmon' to gather information from sensors on the motherboard.
1897         * processes plugin: Collect detailed statistics for configured
1898           processes, that's process and thread count, CPU usage, resident
1899           segment size and pagefaults.
1900         * multimeter plugin: Peter Holik contributed a new plugin which
1901           queries multimeters.
1902         * sensors plugin: Lubos Stanek has put much effort into improving this
1903           plugin, including `extended naming', collection of voltage values
1904           and the possibility to ignore certain values.
1905
1906 2006-12-21, Version 3.10.4
1907         * Max Kellermann has identified a bug in the server routine: When
1908           opening a socket fails the daemon will (re)try opening the socket in
1909           an endless loop, ultimately leading to a `EMFILE' error.
1910
1911 2006-11-04, Version 3.10.3
1912         * Lubos Stanek has identified a bug in the ntpd-plugin: When the
1913           ntpd's reply was sent in more than one packet, the buffer size was
1914           calculated incorrectly, resulting in the reading of uninitialized or
1915           freed memory.
1916
1917 2006-11-01, Version 3.10.2
1918         * The sample config file has been improved.
1919         * Errors in the manpages have been corrected.
1920         * The ping-plugin now adds hosts during initialization, not during
1921           startup. This speeds up startup when no network connectivity is
1922           available. Also, the hosts are being added later when the network is
1923           available.
1924         * Improved BSD-support for the df-plugin.
1925         * Fixed syntax errors in the swap-plugin for Mac OS X.
1926         * Fix a wrong structure being passed to `getnameinfo' in the ntpd-
1927           plugin.
1928         * Don't disable the mysql-plugin if connecting to the database fails
1929           during initialization. Instead, try again in increasing intervals.
1930
1931 2006-07-19, Version 3.10.1
1932         * A bug in the apcups plugin was fixed: Is the plugin is loaded, but
1933           the apcups cannot be reached, unconnected sockets will pile up and
1934           eventually lead to `Too many open files' errors.
1935
1936 2006-07-09, Version 3.10.0
1937         * The `disk' plugin has been ported to Darwin.
1938         * The `battery' plugin should work on many Apple computers now.
1939         * The `traffic' plugin can now ignore certain interfaces. Also,
1940           statistics for sent/received packets and errors have been added.
1941         * A plugin to monitor APC UPSes using `apcupsd' has been added. Thanks
1942           to Anthony Gialluca for contributing this plugin and providing me
1943           with a test environment :)
1944         * A plugin for monitoring an NTP instance and the local clock drift
1945           has been added.
1946
1947 2006-06-25, Version 3.9.4
1948         * The Solaris code in the `swap' plugin has been changed to reflect
1949           the numbers returned by `swap -s'. Thanks to Christophe Kalt for
1950           working this out.
1951         * The debugging system has been fixed to work with the Sun libc.
1952         * When built without librrd the variable `operating_mode' could be
1953           uninitialized. Thanks to David Elliot for reporting the bug.
1954
1955 2006-06-01, Version 3.9.3
1956         * Fixed the ping-plugin under FreeBSD and Mac OS X. Potentially other
1957           operating systems also profit from the changes, but I wasn't able to
1958           check that.
1959         * Changed the build system to find the netinet-includes under FreeBSD
1960           and therefore successfully build the `liboping' library there.
1961
1962 2006-05-09, Version 3.9.2
1963         * Applied a patch to the `liboping' library. Due to a bug in the
1964           sequence checking the `ping' plugin stopped working after
1965           approximately 7.6 days.
1966
1967 2006-05-09, Version 3.8.5
1968         * Applied a patch to the `liboping' library. Due to a bug in the
1969           sequence checking the `ping' plugin stopped working after
1970           approximately 7.6 days.
1971
1972 2006-04-21, Version 3.9.1
1973         * Build issues with Solaris and possible other architectures have been
1974           resolved.
1975         * Problems when building the `apache'-plugin without `libcurl' have
1976           been resolved.
1977         * A bug in the `ping' plugin has been fixed. Sorry folks.
1978
1979 2006-04-02, Version 3.9.0
1980         * A plugin to monitor the Apache webserver has been added.
1981           <http://httpd.apache.org/>
1982         * A plugin to collect statistics about virtual servers using VServer.
1983           <http://linux-vserver.org/> Thanks to Sebastian Harl for writing
1984           this plugin :)
1985         * A plugin for wireless LAN cards has been added. It monitors signal
1986           strength, link quality and noise ratio..
1987         * A plugin for Apple hardware sensors has been added.
1988         * An option to compile collectd with different `step' and `heartbeat'
1989           settings has been added. The size of RRAs is no longer static but
1990           calculated based on the settings for `step' and `width'.
1991         * The `ping' plugin can now be configured to use a certain TTL.
1992         * A plugin to monitor the hardware sensors of Apple computers has been
1993           added.
1994         * The plugins `cpu', `memory', `processes' and `traffic' have been
1995           ported to Mach/Darwin (Mac OS X).
1996         * The `log mode' has been contributed by Christophe Kalt. It writes
1997           the data into text files rather than RRD files.
1998
1999 2006-04-09, Version 3.8.4
2000         * Applied patch by Vincent Stehlé which improves the disk-name
2001           resolution in the `hddtemp' plugin for Linux systems.
2002
2003 2006-04-02, Version 3.8.3
2004         * Applied a patch by James Byers: The MySQL plugin was not working
2005           with MySQL 5.0.2 or later.
2006
2007 2006-03-14, Version 3.8.2
2008         * `utils_mount.c' has been changed to not use the `MNTTAB' defined by
2009           the GNU libc, because it points to `/etc/fstab' rather than
2010           `/etc/mtab'.
2011
2012 2006-03-13, Version 3.8.1
2013         * Fixes for building collectd under FreeBSD, Mac OS X and Solaris.
2014         * Fixes in the debian `postinst' and `init.d' scripts.
2015
2016 2006-03-09, Version 3.8.0
2017         * The `ping' plugin no longer uses `libping' but a self written
2018           library named `liboping'. With this library it's possible to ping
2019           multiple IPv4 and IPv6 addresses and hostnames - in parallel.
2020
2021 2006-02-18, Version 3.7.2
2022         * A simple bug in the `battery' plugin has been fixed. It should now
2023           work with ACPI based batteries as well. Thanks to Sebastian for
2024           fixing this.
2025         * Fixing a bug that prevented collectd to be built without librrd.
2026           Thanks to Werner Heuser for reporting it.
2027
2028 2006-02-04, Version 3.7.1
2029         * The new network code has been improved to build with older versions
2030           of glibc.
2031         * Fix in `libping' sets the ICMP sequence on outgoing packets. Thanks
2032           to Tommie Gannert for this patch.
2033
2034 2006-01-30, Version 3.7.0
2035         * The `battery' plugin has been added. It collects information about
2036           laptop batteries..
2037         * The MySQL plugin has been improved: It now writes two more RRD
2038           files, `mysql_qcache.rrd' and `mysql_threads.rrd'.
2039         * The `cpufreq' plugin now reads another file since the file it did
2040           read so far causes much overhead in the kernel. Also, you need root
2041           to read the old file, but not to read the new one.
2042         * The `hddtemp' plugin can now be configured to connect to another
2043           address and/or port than localhost.
2044         * The `df' plugin now prefers `statvfs' over `statfs'.
2045         * The network code has been rewritten. collectd now supports unicast
2046           and multicast, and IPv4 and IPv6. Also, the TTL of sent packages can
2047           be set in the configfile.
2048
2049 2006-01-24, Version 3.6.2
2050         * Due to a bug in the configfile handling collectd wouldn't start in
2051           client mode. This released fixes this.
2052
2053 2006-01-20, Version 3.6.1
2054         * Due to a bug in `configure.in' all modules and the binary were
2055           linked against `libmysqlclient'. This issue is solved by this
2056           release.
2057
2058 2006-01-17, Version 3.6.0
2059         * A config file has been added. This allows for loading only specific
2060           plugins.
2061         * A `df' plugin has been added.
2062         * A `mysql' plugin has been added.
2063         * The `ping' plugin doesn't entirely give up hope when a socket error
2064           occurred, but will back of and increase the intervals between tries.
2065
2066 2006-01-21, Version 3.5.2
2067         * Fixed yet another bug in the signal handling.. Stupid typo..
2068         * Improved the ping plugin to not give up on socket errors (backport
2069           from 3.6.0).
2070
2071 2005-12-18, Version 3.5.1
2072         * The PID-file is now deleted correctly when shutting down the daemon.
2073         * SIGINT and SIGTERM are now handled correctly.
2074
2075 2005-12-16, Version 3.5.0 (Revision 326)
2076         * A bug in the `load' module under Solaris has been fixed.
2077         * The `users' module has been contributed by Sebastian Harl. It counts
2078           currently logged in users.
2079         * The CPU module now works under FreeBSD without the use of
2080           `libstatgrab', however SMP support is missing.
2081         * The default directories for the RRD files and the PID file now
2082           depend on the compile time setting of `localstatedir'.
2083
2084 2005-11-15, Version 3.4.0 (Revision 236)
2085         * A PID-file is written to /var/run upon startup. Thanks to `Tommie'
2086           from gentoo's bugzilla for writing the patch.
2087         * The build dependency for librrd has been removed. Binaries built
2088           without librrd are client-only and will multicast their value as
2089           with the `-c' argument.
2090         * A patch by Peter Holik adds a module for monitoring CPU frequencies.
2091         * The newly introduced `-f' switch prevents daemon initialization
2092           (forking, closing standard filehandles, etc.) Thanks to Alvaro
2093           Barcellos for this patch.
2094
2095 2005-11-04, Version 3.3.0 (Revision 216)
2096         * New modules have been added:
2097           - `serial', for monitoring traffic on the serial interfaces
2098           - `nfs', for graphing NFS procedure calls
2099           - `tape', traffic from/to tape devices
2100         * The memory.rrd now accepts more than 4Gig of memory.
2101
2102 2005-10-26, Version 3.2.0 (Revision 200)
2103         * Support for graphing the processes has been added (thanks to Lyonel
2104           Vincent)
2105         * If reading from hddtemp fails collectd will increase the time
2106           between polls up to one day.
2107         * The init.d files have been improved.
2108         * Problems with the spec file have been fixed.
2109
2110 2005-10-16, Version 3.1.0 (Revision 194)
2111         * Added the `setsid' syscall to the startup code.
2112         * Support for hddtemp has been added (thanks to Vincent Stehlé)
2113
2114 2005-09-30, Version 3.0.0 (Revision 184)
2115         * The ability to send/receive data to/from the network (think
2116           multicast) has been added.
2117         * Modules have been split up into shared libraries can be loaded at
2118           runtime. The biggest advantage is that the core program doesn't need
2119           to be linked against an external library.
2120         * A patch by George Kargiotakis has been applied: It fixes the sensors
2121           behaviour then more than one sensor is being queried.
2122
2123 2005-09-16, Version 2.1.0 (Revision 172)
2124         * A module for swap statistics has been added.
2125
2126 2005-09-09, Version 2.0.0 (Revision 135)
2127         * Filenames can no longer be configured at program startup. The only
2128           options as of this version are the directory and ping hosts.
2129         * CPU statistics now include Wait-IO. If provided under Linux IRQ and
2130           Soft-IRQ statistics are added to `System'. 
2131         * Diskstats now collect read and write bytes, not sectors.
2132         * Ping statistics can now be collected for more than one host. There
2133           is no default any more: If no host is given no host will be pinged.
2134         * A self-written patch for libping has been applied so it builds
2135           cleanly.
2136
2137 2005-09-01, Version 1.8.1 (Revision 123)
2138         * Much improved configure-script: libraries and features may now be
2139           disabled.
2140         * More detailed warnings/error messages when RRD update fails.
2141
2142 2005-08-29, Version 1.8.0:
2143         * Support for collecting disk statistics under Solaris.
2144
2145 2005-08-25, Version 1.7.0:
2146         * Support for libstatgrab[1] for load, memory usage and network
2147           traffic. CPU- and disk-usage are not (yet) supported, since
2148           libstatgrab returns insufficient information. I will contact the
2149           authors.
2150         * Improved the CPU-initialization code for Solaris. Apparently CPUs
2151           aren't necessarily counted linear which is now handled correctly.
2152         [1]: http://www.i-scream.org/libstatgrab/
2153
2154 2005-08-21, Version 1.6.0:
2155         * Basic support for Solaris: System load and cpu-usage can be
2156           collected under Solaris, too. Other stats will follow later.
2157         * Many fixes in the autoconf-script
2158         * Collection/Museum scripts have been added under contrib/museum
2159         * collectd may now be started in unprivileged mode, though ping
2160           statistics will not work.
2161
2162 2005-07-17, Version 1.5.1:
2163         * Diskstats-RRDs now use major/minor for naming. Some systems have
2164           weird strings as disk-names..
2165
2166 2005-07-17, Version 1.5:
2167         * A new module, diskstats, has been added. It collects information
2168           about the disks and partitions.
2169
2170 2005-07-11, Version 1.4.2:
2171         * The meminfo module has been changed to work with more platforms
2172           and/or kernel versions.
2173
2174 2005-07-10, Version 1.4.1: Correct traffic stats
2175         * The traffic rrd-file is now created with DS-type `COUNTER' which I
2176           forgot to correct when I changed that module.
2177
2178 2005-07-09, Version 1.4: More traffic stats
2179         * Traffic is now collected for all interfaces that can be found
2180         * Temperature-statistics are read from lm-sensors if available
2181
2182 2005-07-08, Version 1.3: CPU stats
2183         * Collecting CPU statistics now
2184
2185 2005-07-12, Version 1.2: Using syslog
2186         * collectd is now using the syslog facility to report errors, warnings
2187           and the like..
2188         * The default directory is now /var/db/collectd
2189
2190 2005-07-10, Version 1.1: Minor changes
2191         * Nothing really useful to say ;)
2192
2193 2005-07-09, Version 1.0: Initial Version
2194         * The following modules are provided:
2195           * Load average
2196           * Ping time
2197           * Traffic
2198           * Memory info