Code

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