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