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