bindings/java/Makefile.am: Add "uninstall-local" target.
[collectd.git] / ChangeLog
1 2015-05-22, Version 5.5.0
2         * Build system: Ability to make out-of-tree builds has been fixed.
3           Thanks to Vincent Bernat. #792
4         * Build system, Disk and Users plugins: Detection and use of libstatgrab
5           ≧ 0.90 has been added. Thanks to Vincent Bernat. #445, #795, #806,
6           #807, #908
7         * Build system, Memory, CPU, TCPConns and Processes plugins: Numerous
8           fixes related to OpenBSD support have been added. Thanks to Landry
9           Breuil. #777, #778, #779, #808
10         * Build system: Plugins now only export "module_register()". Thanks to
11           Florian Forster.
12         * Build system: Various cleanups and improvements have been done. Thanks
13           to Marc Fournier.
14         * collectd: Numerous internal changes and improvements to the daemon and
15           the plugin API have been make. Thanks to Florian Forster, Pierre-Yves
16           Ritschard and Alex Petrov. #512, #727
17         * collectd: Numerous spelling mistakes have been corrected in comments
18           and documentation and several error messages have been improved.
19           Thanks to Ruben Kerkhof, Abhinav Upadhyay, Olivier Bazoud, Pierre-Yves
20           Ritschard, Tim Smith, Moshe Zada, Katelyn Perry and Marc Fournier.
21         * collectd: Rules/Targets can now be appended to existing Filter Chains.
22           Thanks to Marc Falzon. #444
23         * collectd: Support for process signaling and management by upstart and
24           systemd has been implemented for the Linux platform. Thanks to
25           Pierre-Yves Ritschard and Marc Fournier. #798, #811, #814
26         * collectd: The "CollectInternalStats" option has been added. Thanks to
27           Yves Mettier. #691
28         * collectd: The daemon source code and dependencies have moved to the
29           "src/daemon/" directory. Thanks to Florian Forster.
30         * collectd: The new "MaxReadInterval" option allows to cap the
31           exponential retry interval of plugins read errors. Thanks to Alexey
32           Remizov and Florian Forster. #713
33         * collectd: The "-P" command-line option now has precedence over the
34           "PIDFile" option. Thanks to Thomas D. #553
35         * collection.cgi: Various data-source related adjustments have been
36           made. Thanks to Fabiano Pires and Sebastian Harl.
37         * libcollectdclient: Now propagates errors when signing / encrypting
38           network packets. Thanks to Florian Forster.
39         * Configuration: Support for unquoted IPv6 addresses has been added.
40           Thanks to Sebastian Harl. #489
41         * Documentation: Various improvements have been done. Thanks to Florian
42           Forster and Marc Fournier.
43         * Examples: the sample C plugin has been updated to the current plugin
44           API. Thanks to Sebastian Harl.
45         * Licensing: The following components have been relicensed to the MIT
46           license: the Apple Sensors, Ascent, DBI, E-Mail, Entropy, GenericJMX,
47           gmond, LogFile, nginx, Notify Desktop, NTPd, NUT, olsrd, Perl, Ping,
48           PostgreSQL, Protocols, RouterOS, RRDCacheD, SNMP, StatsD, SysLog,
49           Table, Tail, UnixSock, vmem, VServer, Wireless, Write Riemann and XMMS
50           plugins, the core collectd daemon, the collectdmon, collectd-nagios
51           and collectd-tg utilities, all the Targets and Matches, liboconfig,
52           most of the "utils_*" files and the plugin API.
53         * Tests: A test suite has been added. Thanks to Florian Forster.
54         * Threshold: The hysteresis calculation has been made more reliable.
55           Thanks to Jan Kundrát. #581
56         * Threshold: Various fixes and improvements have been made. Thanks to
57           Manuel Luis Sanmartín Rozada. #649, #644
58         * AMQP plugin: The "ConnectionRetryDelay" option has been added,
59           allowing to delay reconnection. Thanks to Yoga Ramalingam and Marc
60           Fournier. #833
61         * AMQP plugin: The "QueueDurable" and "QueueAutoDelete" options have
62           been added, giving control over queue creation and deletion. Thanks to
63           David Blundell and Marc Fournier. #623
64         * Apache, Ascent, BIND, cURL, cURL-JSON, cURL-XML, nginx and Write HTTP
65           plugins: Customizing the "User-Agent" field is now possible at
66           compile-time. Thanks to Jeremy Katz. #440
67         * Apache, Ascent, BIND, cURL, cURL-JSON, cURL-XML, nginx plugins: The
68           connection will be reset if it hasn't completed within the configured
69           "Interval". The new "Timeout" option gives control over this behavior.
70           Thanks to Jan Kundrát and Marc Fournier. #982, #983, #993
71         * Apache, Ascent, cURL, cURL-JSON, cURL-XML, nginx, Write HTTP plugins:
72           Allow usernames and passwords to contain colons if built against
73           libcurl ≧ 7.19.1. Thanks to Marc Fournier. #695, #947
74         * Apache plugin: The "SSLCiphers" option gives control over the
75           encryption algorithms to use with TLS connections. Thanks to Toni
76           Moreno. #946
77         * Barometer plugin: This new plugin reads sensor data from various
78           Freescale and Bosch digital barometers. Thanks to Tomas Menzl. #69,
79           #693
80         * Battery plugin: Reporting values as percentages and reporting degraded
81           batteries has been added. Thanks to Florian Forster.
82         * Battery plugin: Support for reading values from sysfs on Linux has
83           been added. Thanks to Andy Parkins, Nicholas Humfrey, Peter Wu and
84           Florian Forster. #725, #810, #998
85         * Battery plugin: The value for current is no longer supplied unless the
86           battery provides this information. Thanks to Florian Forster.
87         * BIND plugin: Bind's XML v3 API is now supported; Thanks to Victor
88           Berger, Bruno Prémont and Michal Humpula. #742, #847
89         * Ceph plugin: This new plugin collects statistics from the Ceph
90           distributed storage system. Thanks to Dan Ryder, Dennis Zou, Colin
91           McCabe, Sage Weil. #522, #598
92         * ConnTrack plugin: Support for reporting values as percentages as well
93           as legacy conntrack files in "/proc" has been added. Thanks to
94           Pierre-Yves Ritschard. #497, #680
95         * CPU plugin: The plugin is now able to report values as percentages and
96           aggregate values per-state and per-CPU. Thanks to Pierre-Yves
97           Ritschard, Florian Forster, Fabien Wernli, Nicholas Humfrey and
98           Wilfried Goesgens. #499, #516, #639 #734, #812, #802
99         * cURL-JSON plugin: Extracting values from complex JSON structures has
100           been enhanced. Thanks to Jim Radford. #408, #411
101         * cURL-JSON plugin: Intervals can now be configured on a per-URL basis.
102           Thanks to Stan Sawa. #685
103         * cURL-JSON, cURL-XML, Write HTTP plugins: These plugins now also follow
104           HTTP redirects. Thanks to Marc Fournier.
105         * cURL, cURL-JSON, cURL-XML plugins: HTTP Digest authentication has been
106           implemented. Thanks to Frank Cornelis. #482
107         * DBI, Oracle, PostgreSQL plugins: A "MetadataFrom" parameter has been
108           added which allows to set metadata from database columns. Thanks to
109           Mark Wong. #317, #321
110         * DBI plugin: Querying several databases in parallel is now possible.
111           Thanks to Vincent Bernat. #453
112         * Disk plugin: On the Linux platform, disk names can now get looked up
113           in udev with the "UdevNameAttr" option. Thanks to Patrick Mooney. #537
114         * Disk plugin: This plugin now collects several additional I/O-related
115           metrics on the Linux platform. Thanks to Florian Forster and Michael
116           Schenck. #705, #759
117         * DRBD plugin: This new plugin reads Linux's Distributed Replicated
118           Block Device (DRBD) statistics. Thanks to Tim Laszlo. #566, #700
119         * Exec, UnixSock plugins: The "PUTNOTIF" command now allows to set
120           metadata on notifications. Thanks to John-John Tedro. #416
121         * fhcount plugin: This new plugin reports the number of used file
122           handles. Thanks to Jiri Tyr. #1009
123         * GenericJMX plugin: A Class Loader for "JMXConnectorFactory" has been
124           added, allowing the plugin to work with JBOSS > 7. Thanks to Alexandre
125           Moutot. #452
126         * IPC plugin: This new plugin collects information related to shared
127           memory. Thanks to Andrés J. Díaz. #925
128         * Java plugin: Now uses the hostname defined in the configuration file.
129           Thanks to Pierre-Yves Ritschard. #530, #681
130         * Load plugin: The plugin is now able to report values as percentages.
131           Thanks to Vedran Bartonicek and Pierre-Yves Ritschard. #344, #498
132         * Log Logstash plugin: This new plugin writes collectd logs and events
133           as Logstash JSON formatted events. Thanks to Pierre-Yves Ritschard.
134           #360
135         * LVM plugin: The plugin collects thin pool data volumes size, and no
136           longer reports virtual volumes. Thanks to Benjamin Gilbert. #603
137         * memcached plugin: "listen_disabled_num" are now also reported. Thanks
138           to Matt Cottingham. #622
139         * Memory plugin: Slab memory reporting on the Linux platform has been
140           added. Thanks to Manuel CISSÉ and Marc Fournier. #560, #697
141         * Memory plugin: The plugin is now able to report values as percentages.
142           Thanks to Jeremy Katz, Florian Forster and Manuel CISSÉ. #501, #511,
143           #559
144         * Modbus plugin: Selecting between holding and input registers is now
145           possible. Thanks to Jan Vitek. #338
146         * Modbus plugin: Support for accessing devices through an RS-485 serial
147           port has been added. Thanks to Eric Sandeen.
148         * Multimeter plugin: This plugin isn't built by default on the AIX
149           platform anymore. Thanks to Manuel Luis Sanmartin Rozada. #549, #684
150         * MySQL and PostgreSQL plugins: Passing "127.0.0.1" as a host will now
151           result in the global Hostname being used in metric names. Thanks to
152           Jeremy Katz. #441
153         * MySQL plugin: InnoDB, Select and Sort statistics collection has been
154           added. Thanks to Wilson Felipe, Marek Becka and Pierre-Yves Ritschard.
155           #248, #621, #699, #824
156         * MySQL plugin: The "Alias" and "ConnectTimeout" options have been
157           added. Thanks to William Tisäter.
158         * Netlink plugin: Support for 64bit netlink counters has been added.
159           Thanks to Marek Becka. #435
160         * Network plugin: The "ReconnectInterval" configuration option has been
161           added. Thanks to John Ferlito. #732
162         * NFS plugin: Support for NFSv4.0 has been implemented. Thanks to Marek
163           Becka. #550
164         * OneWire plugin: Support for more temperature-providing sensor families
165           has been added. Thanks to Tomasz Torcz. #672
166         * OneWire plugin: Support for full OWFS path and more device families
167           has been implemented. Thanks to Tomas Menzl. #68
168         * OpenLDAP plugin: This new plugin reads monitoring information from
169           OpenLDAP's "cn=Monitor" subtree. Thanks to Kimo Rosenbaum, Marc
170           Fournier and Nicholas Humfrey. #719
171         * OpenVPN plugin: Support for OpenVPN 2.3.0 has been implemented. Thanks
172           to Ed Okerson. #252
173         * OpenVZ plugin: Various improvements have been made, making the plugin
174           report values like the other collectd plugins do. Thanks to Chris
175           Lundquist. #264
176         * Perl plugin: A new "listval_filter" method has been added, various
177           internal cleanups and improvements have been made and a test suite has
178           been added. Thanks to Matthias Bethke. #728
179         * PostgreSQL plugin: The new "ExpireDelay" option allows skipping older
180           values pending write when the database slows down. Thanks to Stephen
181           O'Dor. #593
182         * PowerDNS plugin: The plugin was updated for stats from pdns 3.4.3.
183           Thanks to Ruben Kerkhof. #965
184         * Processes plugin: A memory-usage related optimization for low-profile
185           systems has been added. Thanks to Florian Forster. #652
186         * Python plugin: Support for Python3 has been improved, "ModulePath" is
187           now prepended to "sys.path", and the "get_dataset()" function has been
188           added to the Python API. Thanks to Sven Trenkel and Patrick Browne.
189           #890, #751, #771
190         * Redis and Write_Redis plugins: The support library has been switched
191           from credis to hiredis. Thanks to Andrés J. Díaz, Victor Seva, Marc
192           Fournier, Johan Bergström and Michael Spiegle. #296, #464, #475, #799
193         * Redis plugin: Custom commands can now be used to fetch values stored
194           in Redis. Thanks to Pierre-Yves Ritschard. #816
195         * Redis plugin: Support for passwords up to 512 characters long has been
196           added. Thanks to Jeremy Katz. #532
197         * Sensors plugin: Support for lm_sensors' power sensors has been added.
198           Thanks to Jan Kundrát. #571
199         * SMART plugin: This new plugin collects SMART statistics from disk
200           drives. Thanks to Vincent Bernat. #797
201         * SNMP plugin: A blacklist/whitelist feature can now be used to filter
202           which OIDs to collect. Thanks to Christophe Courtaut. #414
203         * SNMP plugin: SNMPv3 authentication and encryption support has been
204           implemented. Thanks to Michael Pilat. #362
205         * SNMP plugin: Two error messages have been disambiguated. Thanks to
206           Sergey. #939, #952
207         * Swap plugin: The plugin is now able to report values as percentages.
208           Thanks to Jeremy Katz and Florian Forster. #500, #510
209         * Swap plugin: The plugin no longer fails on Linux systems where
210           "SwapCached" isn't exposed by the kernel. Thanks to Florian Forster.
211           #733
212         * Tail plugin: "GaugeInc" and "GaugeAdd" options have been implemented.
213           Thanks to Andre Ferraz. #673
214         * Tail plugin: Intervals can now be configured on a per-File basis.
215           Thanks to Tom Leaman. #446
216         * TCPConns plugin: The "AllPortsSummary" option, allowing to summarize
217           all connections, has been added. Thanks to Marek Becka. #488
218         * TCPConns plugin: Three metrics were renamed on the AIX platform, for
219           the sake of consistency. Thanks to Manuel Luis Sanmartín Rozada. #546
220         * Turbostat plugin: This new plugin reads CPU frequency and C-state
221           residency on modern Intel turbo-capable processors. Thanks to Vincent
222           Brillault, Jean Delvare and Nicolas Iooss. #651
223         * UnixSock plugin: The "GETTHRESHOLD" command has been re-added. Thanks
224           to Manuel Luis Sanmartín Rozada. #674
225         * Varnish plugin: Varnish 4 support has been added, as well as as
226           monitoring metrics only available in Varnish 4. Thanks to Marc
227           Fournier. #618, #783
228         * virt plugin: Guests memory usage is now also collected. Thanks to
229           Tiago Carvalho, jazzmes and Zollner Robert.
230         * virt plugin: It is now possible to chose between using guests' name or
231           UUID as plugin_instance. Thanks to Remi Ferrand. #385
232         * virt plugin: The libvirt plugin has been renamed to virt. Thanks to
233           Florian Forster.
234         * Write Graphite plugin: When the connection to graphite fails,
235           reconnection attempts are now limited to once per second. Thanks to
236           Florian Forster. #625
237         * Write HTTP plugin: Multi-instance support of this plugin has been
238           improved. The "<URL "url">" block has been deprecated in favor of
239           "<Node "identifier">". Thanks to Marc Fournier. #902
240         * Write HTTP plugin: Several TLS-related configuration options have been
241           added. Thanks to Ingmar Runge. #666
242         * Write HTTP plugin: The "LowSpeedLimit" and "Timeout" options allow to
243           reset slow/stalled network connections. Thanks to loginator17 and Marc
244           Fournier. #752, #985
245         * Write HTTP plugin: The size of the payload posted to the HTTP server
246           can now be controlled with the "BufferSize" option. Thanks to Florian
247           Forster. #722
248         * Write Kafka plugin: This new plugin sends data to Apache Kafka, a
249           distributed messaging queue. Thanks to Pierre-Yves Ritschard,
250           ciomaire, Vincent Bernat, Marc Fournier. #670, #694, #794, #853, #014
251         * Write Log plugin: This new plugin dispatches collected values to the
252           configured log destination(s). Thanks to Pierre-Yves Ritschard. #886
253         * Write Riemann plugin: Extra meta strings are now added as attributes
254           in notifications. Thanks to John-John Tedro. #417
255         * Write Riemann plugin: Notification message are now sent to the Riemann
256           server via the description field. Thanks to Adrian Miron. #575
257         * Write Riemann plugin: Support for custom attributes has been added.
258           Thanks to Pierre-Yves Ritschard. #459
259         * Write Riemann plugin: Support had been implemented for sending events
260           to Riemann in batches (when using TCP), and is enabled by default.
261           Thanks to Pierre-Yves Ritschard. #800
262         * Write Riemann plugin: The "EventServicePrefix" option has been added,
263           which adds a prefix to event service names. Thanks to Moshe Zada. #706
264         * Write Riemann plugin: Threshold checks can now be passed down to the
265           Riemann server. Thanks to Pierre-Yves Ritschard. #518
266         * Write Sensu plugin: This new plugin submits values to Sensu, a stream
267           processing and monitoring system. Thanks to Fabrice A. Marie and Marc
268           Fournier. #912, #1001, #1016
269         * Write TSDB plugin: This new plugin sends data to OpenTSDB, a scalable
270           time series database. Thanks to Kevin Bowling, Florian Forster, Dallin
271           Young, Michael Schenck and Pierre-Yves Ritschard. #703, #772, #945
272         * ZFS ARC plugin: Support for ZFS-on-Linux has been added. Thanks to
273           Marc Fournier and Wilfried Goesgens. #552
274         * Zookeeper plugin: This new plugin reads data from the Apache Zookeeper
275           "MNTR" command. Thanks to Jeremy Katz. #826
276
277 2015-02-26, Version 5.4.2
278         * Build system: Numerous fixes. Thanks to Bjørn Nordbø, Jim Radford,
279           KOMEDA Shinji, Lauri Tirkkonen, Manuel Luis Sanmartin Rozada, Marc
280           Fournier, Rainer Müller, Yoga Ramalingam and Yves Mettier. #326,
281           #373, #653, #828
282         * collectd: A use-after-free has been fixed in the "parse_value()"
283           function. Thanks to Matthias Urlichs.
284         * collectd: Fix carriage return sign in types_list Thanks to Marc
285           Fournier and @NsLib.
286         * collectd: Fix programming error in src/configfile.c. Thanks to
287           Wilfried Goesgens.
288         * collectd: An off-by-one error has been fixed in the
289           "strstripnewline()" function. Patch by Florian Forster.
290         * collectd: Use the complain mechanism to report filter chain write
291           failures. Thanks to Sebastian Harl.
292         * collectd: Spelling and grammar of error messages have been fixed.
293           Thanks to Katelyn Perry and Tim Laszlo.
294         * collectdctl: Fixed buffering issues which caused trouble on AIX and
295           Solaris. Thanks to Yoga Ramalingam.
296         * Documentation: Details and example about multi-instance filterchain
297           targets have been added. Thanks to Marc Fournier.
298         * Documentation: The "CollectStatistics" option of the rrdcached has
299           been documented. Thanks to Micha Krause. #907
300         * Documentation: The write_redis has been documented. Thanks to Marc
301           Fournier.
302         * Documentation: The "GraphiteSeparateInstances" and
303           "GraphiteAlwaysAppendDS" options of the amqp have been documented.
304           Thanks to Marc Fournier.
305         * Documentation: Documentation of the "AutoLoadPlugin" option has been
306           improved. Thanks to Florian Forster. #715
307         * aggregation: "utils_vl_lookup": A race when creating user objects
308           has been fixed. Thanks to Sebastian Harl. #535
309         * cpu: Temperature code for Mac&nbsp;OS&nbsp;X has been removed.
310           Thanks to Florian Forster and Marc Fournier. #22
311         * cURL, cURL-JSON, cURL-XML and Write HTTP plugins: Call
312           "curl_global_init()" in the plugins' "init()" callback. Thanks to
313           Jeremy Katz.
314         * cURL and memcachec plugins: Fix calculation of gauge, average,
315           minimum and maximum. Previously, they were calculated from the start
316           of the daemon, which is not the documented behavior. Thanks to
317           Florian Forster. #663
318         * curl-json: A bug, which triggered when two URLs with a long common
319           prefix were configured, was fixed. Thanks to Marc Fournier. #582
320         * dbi: Compatibility with new versions of libdbi has been restored.
321           Thanks to Florian Forster. #950
322         * Exec, UnixSock plugins: Fix parsing of the "time" option of the
323           "PUTNOTIF" command. Thanks to Adrian Miron. #477
324         * ipmi: A conflict with the java over the "SIGUSR2" signal has been
325           fixed. Thanks to Vincent Bernat. #114
326         * java: Conversion from Java's time representation to collectd's
327           representation has been fixed. Thanks to Manuel Luis Sanmartín
328           Rozada.
329         * java: Make sure "cjni_thread_detach()" is called on all paths.
330           Thanks to Florian Forster.
331         * LogFile and SysLog plugins: Avoid total silence in case of a
332           misconfiguration. Thanks to Marc Fournier and Wilfried Goesgens.
333         * network: Support for recent versions of gcrypt has been added.
334           Thanks to Vincent Bernat. #632
335         * network: Robustness of the client connecting behavior has been
336           improved. Thanks to Florian Forster. #627
337         * python: Don't create empty "meta_data_t" objects. Thanks to Florian
338           Forster. #716
339         * python: Fix Py list length check in "cpy_build_meta()". Thanks to
340           Yoga Ramalingam.
341         * python: The "interval" member was fixed to export seconds as a
342           double. Thanks to Justin Burnham.
343         * RRDtool and RRDCacheD plugins: A memory leak when creating RRD files
344           has been fixed. Thanks to Yves Mettier. #661
345         * snmp: Fix a memory leak. Thanks to Marc Fournier and Pierre-Yves
346           Ritschard. #610, #804
347         * statsd: Support for samplerates in timer metrics was added. Thanks
348           to John Leach. #461
349         * swap: Fix behavior under OpenVZ by making "cached" optional. Thanks
350           to Florian Forster. #733
351         * threshold: Population of the "time" field in notifications has been
352           added. Thanks to Manuel Luis Sanmartín Rozada.
353         * libvirt: Only gather stats for running domains. Thanks to Ruben
354           Kerkhof.
355         * lvm: An issue with Volume Groups (VGs) without Logical Volumes (LVs)
356           has been fixed. Thanks to Jan Kundrát.
357         * write_graphite: Escape characters not supported by Graphite. Thanks
358           to Pierre-Yves Ritschard and Marc Fournier.
359         * write_http: Make callback names context-dependent. Thanks to Marc
360           Fournier. #821
361         * write_redis: A formatting bug, which resulted in totally unusable
362           numbers being transmitted to Redis, was fixed. Thanks to Marc
363           Fournier.
364         * write_riemann: Receive acknowledge message when using TCP. Thanks to
365           John-John Tedro.
366
367 2014-01-26, Version 5.4.1
368         * amqp plugin: Add support for RabbitMQ 0.4.x to avoid compiler
369           warnings. Thanks to Sebastian Harl for implementing this.
370         * apache / network plugins: Improved initialization order hopefully
371           resolved gcrypt initialization problems.
372         * aquaero plugin: The type used to submit fan utilization was fixed.
373           Thanks to Alex Deymo for the patch.
374         * cgroups plugin: A small memory leak was fixed. Checking the existence
375           of a mount option without a value was fixed. More permissive parsing
376           of the cpuacct.stats file fixes support for some versions of Linux.
377           Thanks to Marc Fournier for bug reports and patches.
378         * curl plugin: Fix <Match> blocks without an instance. Thanks to
379           Alexander Golovko for reporting and Sebastian Harl for fixing this.
380         * curl_json plugin: Potentially invalid memory access has been
381           sanitized. Thanks to Jim Radford for his patch.
382         * interface plugin: Fix behavior under FreeBSD 10: Reporting of
383           per-address statistics caused duplicate updates to the same metric.
384           Thanks to demon / @trtrmitya for the patch.
385         * write_graphite plugin: Use TCP to connect to Graphite by default. The
386           default changed from TCP to UDP between 5.3.1 and 5.4.0, which is a
387           regression. Thanks to Marc Fournier for fixing this. Reconnect
388           behavior was improved. Thanks to Michael Hart for his patch.
389         * zfs_arc plugin: Collect "allocated" and "stolen" on FreeBSD only.
390
391 2013-08-18, Version 5.4.0
392         * collectd: The "LoadPlugin" config option no longer attempts to load
393           plugins twice. If more than one "LoadPlugin" statement or block is
394           encountered, only the first will have any effect.
395         * collectd: The "AutoLoadPlugin" option allows to automatically load
396           plugins for which a configuration is found.
397         * collectd: The "WriteQueueLimitHigh" and "WriteQueueLimitLow" options
398           allow collectd to drop values when under stress, to avoid running out
399           of memory. Thanks to Yves Mettier for his patch.
400         * amqp plugin: The "GraphiteSeparateInstances" and
401           "GraphiteAlwaysAppendDS" options have been added. Thanks to Laurent
402           for the patch.
403         * aquaero plugin: This new plugin reads various metrics, e.g. fan
404           speeds and temperatures, from Aquaero 5, a fan and water cooling
405           control panel. Thanks to Alex Deymo for his patch.
406         * curl plugin: The "MeasureResponseCode" option has been added. Thanks
407           to Jan Matějka for his patch.
408         * curl_json plugin: Support for UNIX domain sockets and array wildcards
409           has been added. Thanks to Jim Radford for his patch.
410         * curl_xml plugin: Support for long URLs has been improved.
411         * cgroups plugin: This new plugin collects CPU accounting information
412           for processes in a cgroup. Thanks to Michael Stapelberg for his patch.
413         * df plugin: The "ValuesAbsolute" and "ValuesPercentage" options have
414           been added. Thanks to Vedran Bartonicek for the patch.
415         * exec plugin: Do UID / GID lookups before forking. This should prevent
416           a race condition in the NSS library. Thanks to Ceri Storey for the
417           patch.
418         * lvm plugin: This new plugin collects size information from Linux'
419           Logical Volume Manager (LVM). Thanks to Chad Malfait for his work.
420         * memcached plugin: Support for increment and decrement counts has been
421           added. Thanks to Blake Matheny for the patch.
422         * mic plugin: This new plugin collects CPU and memory usage, power
423           consumption and temperatures of Intel's Many-Integrated-Core (MIC)
424           architecture, such as Xeon Phi cards. Thanks to Evan Felix for his
425           work.
426         * netlink plugin: This plugin has been converted to use the supported
427           "libmnl" library. Thanks to Andreas Henriksson for his patch.
428         * nginx plugin: Collection of accepted and handled connections has been
429           added. Thanks to Patrick Shan for his patch.
430         * sigrok plugin: This new plugin collects metrics from sigrok, a signal
431           processing framework reading various hardware devices, from light
432           meters to spectrum analyzers. Thanks to Bert Vermeulen for his patch.
433         * statsd plugin: This new plugin listens to a UDP socket and reads
434           metrics in the StatsD format.
435         * varnish plugin: Many additional metrics have been added. Thanks to
436           Nick Stenning for his patch.
437         * write_graphite plugin: Support for "UDP" has been added. Thanks to
438           Javier Maestro for his patch.
439         * write_riemann plugin: The "TTLFactor" option has been added.
440         * zfs_arc plugin: Support for FreeBSD has been added. Thanks to Xin Li
441           for his patch.
442
443 2015-02-26, Version 5.3.2
444         * Build system: Numerous fixes. Thanks to Bjørn Nordbø, Jim Radford,
445           KOMEDA Shinji, Lauri Tirkkonen, Manuel Luis Sanmartin Rozada, Marc
446           Fournier, Rainer Müller, Yoga Ramalingam and Yves Mettier. #326,
447           #373, #653, #828
448         * collectd: A use-after-free has been fixed in the "parse_value()"
449           function. Thanks to Matthias Urlichs.
450         * collectd: Fix carriage return sign in types_list Thanks to Marc
451           Fournier and @NsLib.
452         * collectd: Fix programming error in src/configfile.c Thanks to
453           Wilfried Goesgens.
454         * collectd: An off-by-one error has been fixed in the
455           "strstripnewline()" function. Patch by Florian Forster.
456         * collectd: Use the complain mechanism to report filter chain write
457           failures. Thanks to Sebastian Harl.
458         * collectd: Spelling and grammar of error messages have been fixed.
459           Thanks to Katelyn Perry and Tim Laszlo.
460         * collectdctl: Fixed buffering issues which caused trouble on AIX and
461           Solaris. Thanks to Yoga Ramalingam.
462         * Documentation: Details and example about multi-instance filterchain
463           targets have been added. Thanks to Marc Fournier.
464         * Documentation: The "CollectStatistics" option of the rrdcached has
465           been documented. Thanks to Micha Krause. #907
466         * Documentation: The write_redis has been documented. Thanks to Marc
467           Fournier.
468         * Documentation: The synopsis of the threshold has been fixed. Thanks
469           to Fabien Wernli.
470         * Documentation: The "GraphiteSeparateInstances" and
471           "GraphiteAlwaysAppendDS" options of the amqp have been documented.
472           Thanks to Marc Fournier.
473         * aggregation: "utils_vl_lookup": A race when creating user objects
474           has been fixed. Thanks to Sebastian Harl. #535
475         * cpu: Temperature code for Mac&nbsp;OS&nbsp;X has been removed.
476           Thanks to Florian Forster and Marc Fournier. #22
477         * csv: A regression which would lead to the "DataDir" option to be
478           ignored has been fixed. Thanks to Manuel Luis Sanmartin Rozada.
479         * curl, curl-json, curl-xml and write_http plugins: Call
480           "curl_global_init()" in the plugins' "init()" callback. Thanks to
481           Jeremy Katz.
482         * curl and memcachec plugins: Fix calculation of gauge, average,
483           minimum and maximum. Previously, they were calculated from the start
484           of the daemon, which is not the documented behavior. Thanks to
485           Florian Forster. #663
486         * dbi plugin: Compatibility with new versions of libdbi has been
487           restored. Thanks to Florian Forster. #950
488         * exec, unixsock plugins: Fix parsing of the "time" option of the
489           "PUTNOTIF" command. Thanks to Adrian Miron. #477
490         * java: Conversion from Java's time representation to collectd's
491           representation has been fixed. Thanks to Manuel Luis Sanmartín
492           Rozada.
493         * ipmi: A conflict with the java over the "SIGUSR2" signal has been
494           fixed. Thanks to Vincent Bernat. #114
495         * java: Make sure "cjni_thread_detach()" is called on all paths.
496           Thanks to Florian Forster.
497         * logfile and syslog plugins: Avoid total silence in case of a
498           misconfiguration. Thanks to Marc Fournier and Wilfried Goesgens.
499         * memcached: Connecting to a UNIX socket has been fixed. Thanks to Jim
500           Radford.
501         * network: Support for recent versions of gcrypt has been added.
502           Thanks to Vincent Bernat. #632
503         * network: Robustness of the client connecting behavior has been
504           improved. Thanks to Florian Forster. #627
505         * python: Don't create empty "meta_data_t" objects. Thanks to Florian
506           Forster. #716
507         * python: Fix Py list length check in "cpy_build_meta()". Thanks to
508           Yoga Ramalingam.
509         * python: The "interval" member was fixed to export seconds as a
510           double. Thanks to Justin Burnham.
511         * replace and set targets: Fix error message. Thanks to Marc Fournier.
512           #448
513         * rrdtool and rrdcached plugins: Honor the "DataDir" config option;
514           this fixes a regression. Thanks to Florian Forster. #380
515         * rrdtool and rrdcached plugins: A memory leak when creating RRD files
516           has been fixed. Thanks to Yves Mettier. #661
517         * snmp: Fix a memory leak. Thanks to Marc Fournier and Pierre-Yves
518           Ritschard. #610, #804
519         * swap: Fix behavior under OpenVZ by making "cached" optional. Thanks
520           to Florian Forster. #733
521         * threshold: Population of the "time" field in notifications has been
522           added. Thanks to Manuel Luis Sanmartín Rozada.
523         * libvirt: Only gather stats for running domains. Thanks to Ruben
524           Kerkhof.
525         * write_graphite: Escape characters not supported by Graphite. Thanks
526           to Pierre-Yves Ritschard and Marc Fournier.
527         * write_http: Make callback names context-dependent. Thanks to Marc
528           Fournier. #821
529         * write_riemann: Receive acknowledge message when using TCP. Thanks to
530           John-John Tedro.
531
532 2013-07-13, Version 5.3.1
533         * Documentation: Various fixes.
534         * Configuration: Fix error handling: Errors in included files were
535           ignored, causing configuration mistakes to go unnoticed.
536         * dns plugin: Don't abort when PCAP returns an error.
537         * modbus plugin: The reconnection strategy was improved, fixing a
538           segfault in the libmodbud library. Thanks to Stefan Nickl and
539           Fabien Wernli for their patches.
540         * mysql plugin: The notification about a newly running MySQL slave
541           thread has been fixed. Thanks to Joaquín Cuenca Abela for the patch.
542         * snmp plugin: A build issue has been fixed (C99 mixed declaration).
543           The end-of-tree check has been improved by Pierre-Yves Ritschard.
544         * threshold plugin: Handling of the "Interesting" configuration option
545           has been fixed. Thanks to Björn for the patch.
546         * write_riemann plugin: A memory leak has been fixed. Thanks to Dave
547           Cottlehuber for reporting it.
548
549 2013-04-09, Version 5.3.0
550         * collectd: The "Include" statements can now be limited to include
551           only matching files in a directory. Thanks to Sebastian Harl for his
552           patch.
553         * collectd: Dispatches / writes are now handled by a thread pool. This
554           improves reliability and throughput for instances configured to act
555           as a "server". Thanks to Sebastian Harl and Dan Fandrich for
556           reviewing this change and fixing bugs.
557         * aggregation plugin: Selection of value lists is now possible using
558           regular expressions. Parts of the identifier of the resulting metric
559           can now be set via the configuration file.
560         * apcups plugin: The "ReportSeconds" option has been implemented.
561         * curl* plugins: Support for POST requests and custom request headers
562           has been added. Thanks to Dan Fandrich for his patch.
563         * curl_xml plugin: Support for XML namespaces has been added. Thanks
564           to Dan Fandrich for his patch.
565         * dbi plugin: Support for numeric options has been added. The
566           "Host" option has been added. Thanks to Daniel Hilst for his patch.
567         * disk plugin: Support for systems with >256 has been fixed. Thanks to
568           Greg Mason for his patch.
569         * libvirt plugin: Support for memory allocation has been added. Thanks
570           to Johan Wirén for his patch.
571         * netapp plugin: Support for "SnapVault", "VFiler" and deduplication /
572           compression and quota metrics. Thanks to Sebastian Harl for his
573           patches and teamix GmbH for sponsoring this work.
574         * postgresql plugin: The reconnection logic has been improved. Thanks
575           to Sebastian Harl for his patches.
576         * rrdtool, rrdcached plugins: The "CreateFilesAsync" option has been
577           implemented. When enabled, new RRD files will be created
578           asynchronously, which improved throughput of "server" instances.
579           Many thanks to Yves Mettier for all his input and code.
580         * tail_csv plugin: This new plugins allows to read metrics from CSV
581           files, such as Snort's statistics file. Thanks to Kris Nielander for
582           his patch.
583         * write_mongodb plugin: Authentication options have been added.
584         * write_riemann plugin: This new plugin allows sending metrics to
585           Riemann, a stream processing and alerting tool. Big thanks to
586           Pierre-Yves Ritschard for his work.
587
588 2013-04-08, Version 5.2.2
589         * Build system: A bad interaction between the Java detection code and
590           libltdl has been fixed. Thanks to Dave Cottlehuber for his patch.
591           Installation of the Perl bindings has been improved / fixed. Thanks
592           to Sebastian Harl for his patch.
593         * collectd: Fixed read callback scheduling at startup.
594         * apache, ascent, bind, curl, curl_json, curl_xml, nginx and
595           write_http plugins: Portability fixes, protection from infinite
596           redirect loops, improved error handling and incorrect dereferences
597           have been fixed. Most of these are related to the cURL library.
598           Thanks to Dan Fandrich for his patches.
599         * logfile plugin: Flush the output file handle. This works around
600           caching when logging to STDOUT and redirecting into a file. Thanks
601           to Nathan Huff for the patch.
602         * mysql plugin: Fix a memory leak in the error handling. Thanks to
603           Tomas Doran for his patch.
604         * netapp plugin: Fix the interval with which values are dispatched.
605         * network plugin: Build issues under FreeBSD and initialization have
606           been fixed. Thanks to Ed Schouten for his patch.
607         * nfs plugin: A compilation problem has been fixed.
608         * notify_email plugin: Add a character set to the mail header. Thanks
609           to Manuel Cissé for his patch.
610         * pf plugin: Build issues have been fixed.
611         * postgresql plugin: Build issues have been fixed.
612         * rrdcached plugin: Connect to the daemon from the read callback.
613         * snmp plugin: Matching of SNMP subtrees has been improved. Thanks to
614           "jkrabbe" for the patch.
615         * thermal plugin: The initialization of dispatched value lists has
616           been fixed. Thanks to Markus Knetschke for his patch.
617         * unixsock plugin: Parsing of options with an underscore, e.g.
618           "plugin_instance" has been fixed. Thanks to Tommie Gannert for his
619           patch.
620
621 2013-01-27, Version 5.2.1
622         * Build system: "make distcheck" has been fixed. Build fixes Solaris
623           and systems without gcrypt. Thanks to Yves Mettier for his patches.
624         * collectd: The complaint mechanism was fixed. It reported messages
625           more frequently than intended.
626         * collectd-tg: A manual page has been added.
627         * dns plugin: Build issues on FreeBSD have been fixed. Thanks to
628           Ed Schouten for his patch.
629         * ethstat plugin: Fix the "Map" config option. An incorrectly used
630           character pointer may lead to a segmentation fault.
631         * network plugin: Build issues on FreeBSD have been fixed. Thanks to
632           Ed Schouten for his patch.
633         * postgresql plugin: A memory leak in the writing code has been fixed.
634           A use-after-free issue that happened when more than one database was
635           configured was fixed. Thanks to Sebastian Harl for fixing these
636           problems.
637         * redis plugin: A build failure has been fixed. Thanks to Pierre-Yves
638           Ritschard for his patch.
639         * varnish plugin: Fix a problem with instances without name.
640         * write_graphite plugin: A regression which rendered the
641           "SeparateInstances" and "AlwaysAppendDS" options unusable has been
642           fixed. A failed assertion when using types with many data sources
643           has been fixed. Improve reporting of connection errors to not spam
644           log files too much. Thanks to Pierre-Yves Ritschard for reporting
645           the logging problem.
646         * zfs_arc plugin: Fix the type used for mutex misses. Thanks to Yves
647           Mettier for reporting this bug.
648
649 2012-11-17, Version 5.2.0
650         * collectd: The performance of the LISTVAL command has been improved.
651           Thanks to Yves Mettier for the patch.
652         * collectd: The possibility to configure the collection interval on a
653           per-plugin basis has been added. Huge thanks to Sebastian Harl for
654           his work.
655         * collectd-tg: This new binary allows to generate random but real
656           looking collectd network traffic. This can be used to load-test new
657           plugin, for example.
658         * libcollectdclient: Code for constructing and sending network packets
659           in the binary format has been added.
660         * aggregation plugin: This new plugin allows to aggregate multiple
661           value lists into one.
662         * amqp and write_http plugins: Meta data is now included in the JSON
663           output format. Thanks to Mark Wong for the patch.
664         * amqp plugin: Support for "Graphite" output has been added. Thanks to
665           Thomas Meson for the patch.
666         * contextswitch plugin: Support for AIX has been added. Thanks to
667           Manuel Rozada for his patch.
668         * disk plugin: The "UseBSDName" config option has been added to the
669           Mac OS X version.
670         * GenericJMX plugin: Automatically determine the host name if it isn't
671           configured.
672         * libvirt plugin: The "number" interface format has been added. Thanks
673           to "Davide Guerri" for the patch.
674         * memcached plugin: Support for multiple connections has been added.
675           Thanks to Nicolas Szalay for the patch.
676         * ntpd plugin: The "IncludeUnitID" config option has been added. The
677           behavior when a peer is unreachable has been improved. Thanks to
678           Johan Kiviniemi for the patches.
679         * oracle plugin: The "Host" config option has been added.
680         * pf plugin: This new plugin allows to collect statistics from BSD's
681           packet filter "pf". Thanks to Pierre-Yves Ritschard and Stefan Rinkes
682           for their work.
683         * postgresql plugin: The "Instance" config option has been added.
684           Support for writing values to a PostgreSQL database has been added.
685           Thanks to Sebastian Harl for the patches.
686         * processes plugin: Support for Solaris has been added. Thanks to
687           Cosmin Ioiart for the patch.
688         * redis plugin: Support for authenticating via password has been added.
689           Thanks to biancalana for the patch.
690         * rrdcached plugin: The "HeartBeat", "RRARows", "RRATimespan",
691           "StepSize" and "XFF" config options have been added.
692         * swap plugin: The "ReportBytes" config option has been added. The AIX
693           version now also exports "reserved" pages and swap-in / swap-out
694           "traffic". Thanks to Manuel Rozada for the patch.
695         * tcpconns plugin: Use a netlink socket rather than reading from /proc
696           for improved performance. Thanks to Michael Stapelberg for the patch.
697
698 2013-04-08, Version 5.1.3
699         * Build system: A bad interaction between the Java detection code and
700           libltdl has been fixed. Thanks to Dave Cottlehuber for his patch.
701         * collectd: Fixed read callback scheduling at startup.
702         * apache, ascent, bind, curl, curl_json, curl_xml, nginx and
703           write_http plugins: Portability fixes, protection from infinite
704           redirect loops, improved error handling and incorrect dereferences
705           have been fixed. Most of these are related to the cURL library.
706           Thanks to Dan Fandrich for his patches.
707         * logfile plugin: Flush the output file handle. This works around
708           caching when logging to STDOUT and redirecting into a file. Thanks
709           to Nathan Huff for the patch.
710         * mysql plugin: Fix a memory leak in the error handling. Thanks to
711           Tomas Doran for his patch.
712         * netapp plugin: Fix the interval with which values are dispatched.
713         * network plugin: Build issues under FreeBSD and initialization have
714           been fixed. Thanks to Ed Schouten for his patch.
715         * nfs plugin: A compilation problem has been fixed.
716         * notify_email plugin: Add a character set to the mail header. Thanks
717           to Manuel Cissé for his patch.
718         * rrdcached plugin: Connect to the daemon from the read callback.
719         * snmp plugin: Matching of SNMP subtrees has been improved. Thanks to
720           "jkrabbe" for the patch.
721         * thermal plugin: The initialization of dispatched value lists has
722           been fixed. Thanks to Markus Knetschke for his patch.
723         * unixsock plugin: Parsing of options with an underscore, e.g.
724           "plugin_instance" has been fixed. Thanks to Tommie Gannert for his
725           patch.
726
727 2013-01-25, Version 5.1.2
728         * Build system: "make distcheck" has been fixed. Thanks to Yves
729           Mettier for his patches.
730         * collectd: The complaint mechanism was fixed. It reported messages
731           more frequently than intended.
732         * dns plugin: Build issues on FreeBSD have been fixed. Thanks to
733           Ed Schouten for his patch.
734         * ethstat plugin: Fix the "Map" config option. An incorrectly used
735           character pointer may lead to a segmentation fault.
736         * network plugin: Build issues on FreeBSD have been fixed. Thanks to
737           Ed Schouten for his patch.
738         * varnish plugin: Fix a problem with instances without name.
739         * write_graphite: Improve reporting of connection errors to not spam
740           log files too much. Thanks to Pierre-Yves Ritschard for reporting
741           this problem.
742         * zfs_arc plugin: Fix the type used for mutex misses. Thanks to Yves
743           Mettier for reporting this bug.
744
745 2012-11-11, Version 5.1.1
746         * collectd: Create new directories with mode 0777 and let umask remove
747           unwanted permission bits.
748         * collectd: Build issues have been fixed.
749         * collectd: An incorrect assertion has been fixed in some common code
750           for Solaris. This should resolve pseudo-random assertion failures
751           under Solaris. Thanks to Jeff Blane for his help debugging this.
752         * collectd: A couple of memory leaks through PThread thread attributes
753           have been fixed. Thanks to Gerrie Roos for fixing these.
754         * collectdctl: Fix PUTVAL for data sets with multiple data sources.
755           Thanks to Cyril Feraudet for reporting this problem.
756         * contrib/migrate-4-5.px: Handle to "df" to "df_complex" conversion
757           correctly.
758         * apcups plugin: Improve the reconnect behavior.
759         * curl_xml plugin: The "Host" setting was silently ignored. Thanks to
760           Fabien Wernli for fixing this.
761         * df plugin: Ignore "rootfs" devices under Linux to avoid having them
762           reported twice. Thanks to Brune Prémont for fixing this.
763         * disk plugin: Fix incorrect computation of read and write latency (the
764           "disk_time" type). Previously, the numbers reported where too small
765           by a factor of "interval", e.g. when the interval is set to 10
766           seconds, the values were too low by a factor of 10. Thanks to Manuel
767           Sanmartin for reporting this problem.
768         * dns plugin: A build issue under Solaris has been fixed. A erroneous
769           define that could lead to the reporting of bad data has been fixed by
770           Daniel Sutto.
771         * ethstat plugin: An off-by-one error and potential use of
772           uninitialized memory has been fixed. Thanks to Mark Voelker for
773           reporting these problems.
774         * memcachec plugin: A bug in the configuration handling has been fixed.
775           Thanks to Pascal Hofmann for fixing this issue.
776         * mysql plugin: Fix a bug when registering multiple databases. Thanks
777           to Sebastian Harl for fixing this.
778         * netapp plugin: Correctly close the connection on communication
779           errors.
780         * netlink plugin: The function used to query statistics has been
781           changed to be more in line with iproute2's behavior. Thanks to
782           "KIvosak" for the patch.
783         * network plugin: Initialization of libgcrypt has been fixed. Thanks to
784           Chris Lundquist for his patch.
785         * oracle plugin: Error messages have been improved.
786         * ping plugin: Don't enter the exponential back-off mode when
787           ping_send() fails. This should make recovery after a network failure
788           much faster.
789         * python plugin: Memory leaks have been fixed. Thanks to Tommie Gannert
790           and Sven Trenkel for fixing this.
791         * redis plugin: Fix a compilation problem on FreeBSD. Thanks to
792           "biancalana" for the fix.
793         * rrdtool plugin: Fix an out-of-bounds array access when printing a
794           warning message. Thanks to Will Hawkins for fixing this bug.
795         * snmp plugin: Support for the SNMP_ENDOFMIBVIEW return value has been
796           added. Support for more complex / unusual MIBs / subtrees has been
797           added. Thanks to Mark Juric to test the changes and point out these
798           problems.
799         * varnish plugin: Support for multiple instances of Varnish 3 has been
800           fixed. Thanks to Jonathan Huot for the patch.
801         * write_mongodb plugin: Add compatibility with libmongo 0.6.0 and
802           later. Thanks to Chris Lundquist for this patch.
803
804 2012-04-01, Version 5.1.0
805         * Build system, iptables plugin: The shipped version of libiptc has
806           been removed.
807         * collectd-nagios: A list of value lists can now be queried using
808           "-n LIST". Thanks to Sebastian Harl for his patches.
809         * bind plugin: The "ParseTime" option has been added. It allows to use
810           the system time rather than the time reported by BIND.
811         * curl, memcachec, tail plugins: The "ExcludeRegexp" option has been
812           added. Thanks to Peter Warasin for his initial patch.
813         * ethstat plugin: The new "ethstat" plugin reads performance statistics
814           directly from ethernet cards. Thanks to Cyril Feraudet for his patch.
815         * GenericJMX plugin: Support for querying MBean "Operations" (in
816           addition to "Attributes") has been added. Thanks to Pierre-Yves
817           Ritschard for his patch.
818         * irq plugin: The selection / ignore code now uses the default
819           ignorelist infrastructure, providing the standard feature set, e.g.
820           regex matching.
821         * md plugin: The new "md" plugin reports the number of disks in various
822           states in Linux software RAID devices. Thanks to Michael Hanselmann
823           for his patch.
824         * modbus plugin: Support for signed integer register types has been
825           added.
826         * nfs plugin: Support for Solaris has been added. Thanks to Cosmin
827           Ioiart for his patch.
828         * numa plugin: The new "numa" plugin reports statistics of the
829           Non-Uniform Memory Access (NUMA) subsystem of Linux.
830         * processes plugin: Various fixes for the FreeBSD implementation.
831           Thanks to Phil Kulin for his patch.
832         * rrdcached plugin: Passing flushes to the caching daemon has been
833           added.
834         * sensors plugin: The initialization code has been improved. Thanks to
835           Henrique de Moraes Holschuh for his patch.
836         * swap plugin: The "ReportByDevice" option has been added.
837         * syslog plugin: Support for writing notifications has been added.
838           Thanks to Fabien Wernli for his patch.
839         * tcpconns plugin: Support for AIX has been added. Thanks to Manuel
840           Luis Sanmartín Rozada for his patch.
841         * threshold plugin: The "PersistOK" option has been added. Thanks to
842           Aaron Brady for his patch.
843         * varnish plugin: Support for Varnish 3.0 has been added. Thanks to
844           Jérôme Renard for his patches.
845         * write_mongodb plugin: The new "write_mongodb" plugin writes value
846           lists to MongoDB, a shema-less database. Thanks to Akkarit Sangpetch
847           and Chris Lundquist for their work.
848         * write_graphite plugin: The new "write_graphite" plugin writes value
849           lists to Carbon, the storage layer of the Graphite time-series
850           database. Thanks to Scott Sanders and Pierre-Yves Ritschard for their
851           work.
852         * zfs_arc plugin: Several new statistics have been added. Thanks to
853           Aurelien Rougemont for his patches.
854         * scale target: Support for scaling specific data sources only has been
855           added. Thanks to Gerrie Roos for his patch.
856
857 2012-11-11, Version 5.0.5
858         * collectd: Create new directories with mode 0777 and let umask remove
859           unwanted permission bits.
860         * collectd: Build issues have been fixed.
861         * collectd: An incorrect assertion has been fixed in some common code
862           for Solaris. This should resolve pseudo-random assertion failures
863           under Solaris. Thanks to Jeff Blane for his help debugging this.
864         * collectd: A couple of memory leaks through PThread thread attributes
865           have been fixed. Thanks to Gerrie Roos for fixing these.
866         * collectdctl: Fix PUTVAL for data sets with multiple data sources.
867           Thanks to Cyril Feraudet for reporting this problem.
868         * contrib/migrate-4-5.px: Handle to "df" to "df_complex" conversion
869           correctly.
870         * apcups plugin: Improve the reconnect behavior.
871         * curl_xml plugin: The "Host" setting was silently ignored. Thanks to
872           Fabien Wernli for fixing this.
873         * df plugin: Ignore "rootfs" devices under Linux to avoid having them
874           reported twice. Thanks to Brune Prémont for fixing this.
875         * disk plugin: Fix incorrect computation of read and write latency (the
876           "disk_time" type). Previously, the numbers reported where too small
877           by a factor of "interval", e.g. when the interval is set to 10
878           seconds, the values were too low by a factor of 10. Thanks to Manuel
879           Sanmartin for reporting this problem.
880         * dns plugin: A build issue under Solaris has been fixed. A erroneous
881           define that could lead to the reporting of bad data has been fixed by
882           Daniel Sutto.
883         * memcachec plugin: A bug in the configuration handling has been fixed.
884           Thanks to Pascal Hofmann for fixing this issue.
885         * mysql plugin: Fix a bug when registering multiple databases. Thanks
886           to Sebastian Harl for fixing this.
887         * netapp plugin: Correctly close the connection on communication
888           errors.
889         * netlink plugin: The function used to query statistics has been
890           changed to be more in line with iproute2's behavior. Thanks to
891           "KIvosak" for the patch.
892         * network plugin: Initialization of libgcrypt has been fixed. Thanks to
893           Chris Lundquist for his patch.
894         * oracle plugin: Error messages have been improved.
895         * ping plugin: Don't enter the exponential back-off mode when
896           ping_send() fails. This should make recovery after a network failure
897           much faster.
898         * python plugin: Memory leaks have been fixed. Thanks to Tommie Gannert
899           and Sven Trenkel for fixing this.
900         * redis plugin: Fix a compilation problem on FreeBSD. Thanks to
901           "biancalana" for the fix.
902         * rrdtool plugin: Fix an out-of-bounds array access when printing a
903           warning message. Thanks to Will Hawkins for fixing this bug.
904         * snmp plugin: Support for the SNMP_ENDOFMIBVIEW return value has been
905           added. Support for more complex / unusual MIBs / subtrees has been
906           added. Thanks to Mark Juric to test the changes and point out these
907           problems.
908
909 2012-04-01, Version 5.0.4
910         * Build system: Fix the use of a libltdl macro. Thanks to Clemens Lang
911           for fixing this. Adresses some issues with building the iptables
912           plugin under Gentoo.
913         * libcollectdclient: A memory leak in the lcc_getval() function has
914           been fixed. Thanks to Jason Schmidlapp for finding and fixing this
915           issue.
916         * bind plugin: The use of 'QType" types has been fixed.
917         * df plugin: Fixed compiler issue under Mac OS X 10.7.
918         * conntrack plugin: Support zero as legitimate value. Thanks to Louis
919           Opter for his patch.
920         * memcached plugin: Increased the size of a static buffer, which was
921           truncating status messages form memcached. Thanks to Timon for the
922           patch.
923         * network plugin: Forwarding of notifications has been disabled. This
924           was a contition not checked for before, which may retult in an
925           endless loop.
926         * processes plugin: Support for process names with spaces has been
927           added to the Linux implementation. Thanks to Darrell Bishop for his
928           patch.
929         * perl plugin: A race condition in several callbacks, including log and
930           write callbacks, has been fixed. Thanks to "Rrpv" for reporting this
931           bug.
932         * snmp plugin: A bug when casting unsigned integers to gauge values has
933           been fixed: Unsigned integers would be cast to a signed integer and
934           then to a gauge, possibly resulting in a negative value.
935         * tcpconns plugin: Compilation with newer versions of the FreeBSD
936           runtime has been fixed.
937
938 2012-02-19, Version 5.0.3
939         * Build system: Fix problems when building the ipvs and iptables
940           plugins. Thanks to Sebastian Harl for his patch. A bashism in the
941           version-gen.sh script has been fixed. Thanks to Jo-Philipp Wich for
942           his patch.
943         * csv and rrdtool plugins: Print a more helpful error message when the
944           DataDir is a symlink pointing to a non-existing location. Thanks to
945           Jonathan Nieder for his patch.
946         * exec plugin: Fix a problem when using select(2) to read from file
947           handles. Thanks to Gerrie Roos for his patch.
948         * network plugin: An incorrect error message in the handling of the
949           "Interface" configuration option has been fixed. Thanks to Gerrie
950           Roos for his patch.
951         * oracle plugin: A potential endless loop in the error handling has
952           been fixed.
953         * python plugin: A crash bug in the configuration handling has been
954           fixed. Thanks to Sven Trenkel for his patch.
955         * interfaces plugin: The change which was supposed to ignore "bogus"
956           interfaces has been reverted, since it ignored legit interfaces, such
957           as bonding pseudo-devices as well.
958
959 2012-01-21, Version 5.0.2
960         * curl_xml plugin: Fix handling of file:// and other URLs (which don't
961           follow HTTP status codes). Thanks to Fabien Wernli for his patch!
962         * df plugin: Fix handling of negative "available" counts. This can
963           occur with some file systems, for example UFS. Thanks to Toni Ylenius
964           for his patch.
965         * interface plugin: "mac" interfaces are now ignored on Solaris. These
966           pseudo-interfaces occur multiple times, causing warnings. Also switch
967           to 64-bit counters on Solaris, improving overflow behavior for
968           high-speed interfaces. Thanks to Eddy Geez and Fabien Wernli for
969           their patches.
970         * memory plugin: Account kernel and unused memory under Solaris. Thanks
971           to Fabien Wernli for his patch.
972         * network plugin: A bug in the interaction between the Network plugin
973           and filter chains has been fixed: When a filter modified a field such
974           as the hostname, subsequent values in the same network packets could
975           have ended up using the modified name rather than the original name.
976           Thanks to Sebastian Harl for identifying the problem.
977         * oracle plugin: A memory leak has been fixed in the parameter handling.
978         * python plugin: A memory leak has been fixed. Thanks to Sven Trenkel
979           for fixing this bug!
980
981 2011-10-07, Version 5.0.1
982         * collectd: A mutex leak has been fixed in the meta data code. Thanks
983           to Rafal Lesniak for his patch.
984         * collectd: Compatibility fixes for GCC 4.6 have been applied. Thanks
985           to Peter Green for his patch.
986         * csv plugin: The line buffer size has been increased. Thanks to Colin
987           McCabe for the patch.
988         * curl_json plugin: Don't use the "parent" node to build the type
989           instance, if it is empty. Compatibility with libyajl 2 has been
990           added. Thanks to "spupykin" of the Arch Linux project for the initial
991           code. Formatting of time has been fixed in the JSON module.
992         * exec plugin: Fix the timestamp value passed to notification scripts.
993           Thanks to Alexander Kovalenko for fixing this.
994         * iptables plugin: Fix linking with some versions of libiptc.
995         * irq plugin: Fix support for interrupts under Linux. The old code
996           assumed that interrupts have a numeric value -- this is no longer
997           true for Linux. Thanks to Bostjan Skufca for implementing this.
998         * notify_desktop plugin: Compatibility with libnotify 0.7 has been
999           added. Thanks to Samuli Suominen for his patch.
1000         * processes plugin: Fix handling of regular expressions containing
1001           spaces. Thanks for Sebastian Harl for fixing this.
1002         * rrdtool, rrdcached plugins: Improve precision of the XFF parameter.
1003           Previously, values like 0.999 would have been rounded to 1.0. Thanks
1004           to Francois-Xavier Bourlet for fixing this.
1005         * varnish plugin: Fix data type handling of some metrics. Some values
1006           were submitted as gauge even though they were derives.
1007         * Various plugin: Set a multi-threading flag in libcurl. Thanks to Mike
1008           Flisher for the fix.
1009
1010 2011-03-28, Version 5.0.0
1011         * collectd: The "FQDNLookup" option is now enabled by default.
1012         * collectd: The internal representation of time has been changed to
1013           allow a higher accuracy than one second.
1014         * collectdcmd: This new command line utility can send various commands
1015           to collectd using the UnixSock plugin. Thanks to Håkon Dugstad
1016           Johnsen and Sebastian Harl for their code.
1017         * collectd-nagios: The "-m" option has been implemented (treat NaNs as
1018           critical).
1019         * collectd-tg: Traffic generator creating bogus network traffic
1020           compatible to the Network plugin. This utility can be used to
1021           stress-test new write plugins and collectd in general.
1022         * libcollectdclient: Creating and sending network packets has been
1023           added to the collectd client library.
1024         * All data sets: The data source name of all data sets with exactly
1025           one data source has been changed to "value".
1026         * All plugins: All "counter" data sources have been converted to
1027           "derive" data sources. All plugins now use "derive" by default, but
1028           plugins such as the network plugin can still handle "counter", of
1029           course. The minimum value of all derive data sources is zero, the
1030           maximum value is unspecified.
1031         * amqp plugin: The new AMQP plugin can send data to and receive data
1032           from an AMQP broker. Thanks to Sebastien Pahl for his code.
1033         * apache plugin: Backwards compatibility code has been removed.
1034           Support for the IBM HTTP Server has been added. Thanks to Manuel
1035           Luis Sanmartín Rozada for his patch.
1036         * contextswitch plugin: Support for sysctlbyname(3) has been added.
1037           Thanks to Kimo Rosenbaum for his patch.
1038         * df plugin: The default behavior has been changed to be equivalent to
1039           the "ReportReserved" behavior of v4.
1040         * dns plugin: Improved RFC 1035 name parsing has been imported from
1041           "dnstop".
1042         * exec plugin: Backwards compatibility code has been removed.
1043         * GenericJMX plugin: The "InstancePrefix" option has been added to
1044           "Connection" blocks.
1045         * hddtemp plugin: The "TranslateDevicename" config option has been
1046           removed.
1047         * interface plugin: Use the "plugin instance" to store the interface
1048           value.
1049         * libvirt plugin: The "InterfaceFormat" option has been added. Thanks
1050           to Ruben Kerkhof for his patch.
1051         * lpar plugin: New plugins for "logical partitions", a virtualization
1052           technique of POWER CPUs. Thanks to Aurélien Reynaud for his code and
1053           patience.
1054         * modbus plugin: Support for libmodbus 2.9.2 has been added and the
1055           license has been changed to LGPLv2.1.
1056         * mysql plugin: Backwards compatibility code has been removed. The
1057           data sets used have been improved.
1058         * network plugin: The default buffer size has been increased to
1059           1452 bytes.
1060         * perl plugin: Backwards compatibility code has been removed.
1061         * postgresql plugin: Backwards compatibility code has been removed.
1062         * redis plugin: Plugin for collecting statistics from Redis, a key-
1063           value store, has been added. Thanks to Andres J. Diaz for his code.
1064         * swap plugin: Implement collection of physical and virtual memory
1065           statistics under Solaris. The new default is collecting physical
1066           memory. Thanks to Aurélien Reynaud for his patches.
1067         * threshold plugin: The threshold configuration has been moved into
1068           this separate plugin.
1069         * unixsock plugin: The "DeleteSocket" option has been added.
1070         * varnish plugin: The new Varnish plugin reads statistics from
1071           Varnish, a web accelerator. Thanks to Jérôme Renard and Marc
1072           Fournier for their contributions.
1073         * write_redis: New plugin for writing data to Redis, a key-value
1074           store.
1075         * zfs_arc plugin: The data sets have been replaced by more elegant
1076           alternatives.
1077         * v5upgrade target: Target for converting v4 data sets to the v5
1078           schema.
1079
1080 2013-04-07, Version 4.10.9
1081         * Build system: A bad interaction between the Java detection code and
1082           libltdl has been fixed. Thanks to Dave Cottlehuber for his patch.
1083         * apache, ascent, bind, curl, curl_json, curl_xml, nginx and
1084           write_http plugins: Portability fixes, protection from infinite
1085           redirect loops, improved error handling and incorrect dereferences
1086           have been fixed. Most of these are related to the cURL library.
1087           Thanks to Dan Fandrich for his patches.
1088         * logfile plugin: Flush the output file handle. This works around
1089           caching when logging to STDOUT and redirecting into a file. Thanks
1090           to Nathan Huff for the patch.
1091         * network plugin: Build issues under FreeBSD and initialization have
1092           been fixed. Thanks to Ed Schouten for his patch.
1093         * mysql plugin: Fix a memory leak in the error handling. Thanks to
1094           Tomas Doran for his patch.
1095         * thermal plugin: The initialization of dispatched value lists has
1096           been fixed. Thanks to Markus Knetschke for his patch.
1097         * unixsock plugin: Parsing of options with an underscore, e.g.
1098           "plugin_instance" has been fixed. Thanks to Tommie Gannert for his
1099           patch.
1100
1101 2012-11-11, Version 4.10.8
1102         * collectd: Create new directories with mode 0777 and let umask remove
1103           unwanted permission bits.
1104         * collectd: Build issues have been fixed.
1105         * collectd: An incorrect assertion has been fixed in some common code
1106           for Solaris. This should resolve pseudo-random assertion failures
1107           under Solaris. Thanks to Jeff Blane for his help debugging this.
1108         * collectd: A couple of memory leaks through PThread thread attributes
1109           have been fixed. Thanks to Gerrie Roos for fixing these.
1110         * apcups plugin: Improve the reconnect behavior.
1111         * df plugin: Ignore "rootfs" devices under Linux to avoid having them
1112           reported twice. Thanks to Brune Prémont for fixing this.
1113         * disk plugin: Fix incorrect computation of read and write latency (the
1114           "disk_time" type). Previously, the numbers reported where too small
1115           by a factor of "interval", e.g. when the interval is set to 10
1116           seconds, the values were too low by a factor of 10. Thanks to Manuel
1117           Sanmartin for reporting this problem.
1118         * dns plugin: A build issue under Solaris has been fixed. A erroneous
1119           define that could lead to the reporting of bad data has been fixed by
1120           Daniel Sutto.
1121         * memcachec plugin: A bug in the configuration handling has been fixed.
1122           Thanks to Pascal Hofmann for fixing this issue.
1123         * netapp plugin: Correctly close the connection on communication
1124           errors.
1125         * netlink plugin: The function used to query statistics has been
1126           changed to be more in line with iproute2's behavior. Thanks to
1127           "KIvosak" for the patch.
1128         * network plugin: Initialization of libgcrypt has been fixed. Thanks to
1129           Chris Lundquist for his patch.
1130         * oracle plugin: Error messages have been improved.
1131         * ping plugin: Don't enter the exponential back-off mode when
1132           ping_send() fails. This should make recovery after a network failure
1133           much faster.
1134         * python plugin: Memory leaks have been fixed. Thanks to Tommie Gannert
1135           and Sven Trenkel for fixing this.
1136         * rrdtool plugin: Fix an out-of-bounds array access when printing a
1137           warning message. Thanks to Will Hawkins for fixing this bug.
1138         * snmp plugin: Support for the SNMP_ENDOFMIBVIEW return value has been
1139           added. Support for more complex / unusual MIBs / subtrees has been
1140           added. Thanks to Mark Juric to test the changes and point out these
1141           problems.
1142
1143 2012-04-01, Version 4.10.7
1144         * Build system: Fix the use of a libltdl macro. Thanks to Clemens Lang
1145           for fixing this. Adresses some issues with building the iptables
1146           plugin under Gentoo.
1147         * libcollectdclient: A memory leak in the lcc_getval() function has
1148           been fixed. Thanks to Jason Schmidlapp for finding and fixing this
1149           issue.
1150         * bind plugin: The use of 'QType" types has been fixed.
1151         * df plugin: Fixed compiler issue under Mac OS X 10.7.
1152         * conntrack plugin: Support zero as legitimate value. Thanks to Louis
1153           Opter for his patch.
1154         * memcached plugin: Increased the size of a static buffer, which was
1155           truncating status messages form memcached. Thanks to Timon for the
1156           patch.
1157         * network plugin: Forwarding of notifications has been disabled. This
1158           was a contition not checked for before, which may retult in an
1159           endless loop.
1160         * processes plugin: Support for process names with spaces has been
1161           added to the Linux implementation. Thanks to Darrell Bishop for his
1162           patch.
1163         * perl plugin: A race condition in several callbacks, including log and
1164           write callbacks, has been fixed. Thanks to "Rrpv" for reporting this
1165           bug.
1166         * snmp plugin: A bug when casting unsigned integers to gauge values has
1167           been fixed: Unsigned integers would be cast to a signed integer and
1168           then to a gauge, possibly resulting in a negative value.
1169         * tcpconns plugin: Compilation with newer versions of the FreeBSD
1170           runtime has been fixed.
1171
1172 2012-02-19, Version 4.10.6
1173         * Build system: Fix problems when building the ipvs and iptables
1174           plugins. Thanks to Sebastian Harl for his patch. A bashism in the
1175           version-gen.sh script has been fixed. Thanks to Jo-Philipp Wich for
1176           his patch.
1177         * csv and rrdtool plugins: Print a more helpful error message when the
1178           DataDir is a symlink pointing to a non-existing location. Thanks to
1179           Jonathan Nieder for his patch.
1180         * exec plugin: Fix a problem when using select(2) to read from file
1181           handles. Thanks to Gerrie Roos for his patch.
1182         * network plugin: An incorrect error message in the handling of the
1183           "Interface" configuration option has been fixed. Thanks to Gerrie
1184           Roos for his patch.
1185         * oracle plugin: A potential endless loop in the error handling has
1186           been fixed.
1187         * python plugin: A crash bug in the configuration handling has been
1188           fixed. Thanks to Sven Trenkel for his patch.
1189         * interfaces plugin: The change which was supposed to ignore "bogus"
1190           interfaces has been reverted, since it ignored legit interfaces, such
1191           as bonding pseudo-devices as well.
1192
1193 2012-01-21, Version 4.10.5
1194         * curl_xml plugin: Fix handling of file:// and other URLs (which don't
1195           follow HTTP status codes). Thanks to Fabien Wernli for his patch!
1196         * df plugin: Fix handling of negative "available" counts. This can
1197           occur with some file systems, for example UFS. Thanks to Toni Ylenius
1198           for his patch.
1199         * interface plugin: "mac" interfaces are now ignored on Solaris. These
1200           pseudo-interfaces occur multiple times, causing warnings. Also switch
1201           to 64-bit counters on Solaris, improving overflow behavior for
1202           high-speed interfaces. Thanks to Eddy Geez and Fabien Wernli for
1203           their patches.
1204         * memory plugin: Account kernel and unused memory under Solaris. Thanks
1205           to Fabien Wernli for his patch.
1206         * network plugin: A bug in the interaction between the Network plugin
1207           and filter chains has been fixed: When a filter modified a field such
1208           as the hostname, subsequent values in the same network packets could
1209           have ended up using the modified name rather than the original name.
1210           Thanks to Sebastian Harl for identifying the problem.
1211         * oracle plugin: A memory leak has been fixed in the parameter handling.
1212         * python plugin: A memory leak has been fixed. Thanks to Sven Trenkel
1213           for fixing this bug!
1214
1215 2011-10-14, Version 4.10.4
1216         * collectd: A mutex leak has been fixed in the meta data code. Thanks
1217           to Rafal Lesniak for his patch.
1218         * collectd: Compatibility fixes for GCC 4.6 have been applied. Thanks
1219           to Peter Green for his patch.
1220         * csv plugin: The line buffer size has been increased. Thanks to Colin
1221           McCabe for the patch.
1222         * curl_json plugin: Don't use the "parent" node to build the type
1223           instance, if it is empty. Compatibility with libyajl 2 has been
1224           added. Thanks to "spupykin" of the Arch Linux project for the initial
1225           code.
1226         * iptables plugin: Fix linking with some versions of libiptc.
1227         * irq plugin: Fix support for interrupts under Linux. The old code
1228           assumed that interrupts have a numeric value -- this is no longer
1229           true for Linux. Thanks to Bostjan Skufca for implementing this.
1230         * notify_desktop plugin: Compatibility with libnotify 0.7 has been
1231           added. Thanks to Samuli Suominen for his patch.
1232         * processes plugin: Fix handling of regular expressions containing
1233           spaces. Thanks for Sebastian Harl for fixing this.
1234         * rrdtool, rrdcached plugins: Improve precision of the XFF parameter.
1235           Previously, values like 0.999 would have been rounded to 1.0. Thanks
1236           to Francois-Xavier Bourlet for fixing this.
1237         * Various plugin: Set a multi-threading flag in libcurl. Thanks to Mike
1238           Flisher for the fix.
1239
1240 2011-03-26, Version 4.10.3
1241         * Documentation: Several updates and additions. Thanks to Sebastian Harl.
1242         * collectd: Build issues (compiler warnings) have been fixed. Thanks to
1243           Bruno Prémont.
1244         * collectd: Threshold subsection: Handling of NAN values in the
1245           percentage calculation has been fixed.
1246         * collectd, java plugin, ntpd plugin: Several diagnostic messages have
1247           been improved.
1248         * curl_json plugin: Handling of arrays has been fixed.
1249         * libvirt plugin: A bug in reading the virtual CPU statistics has been
1250           fixed. Thanks to “JLPC” for reporting this problem.
1251         * modbus plugin: Compatibility with libmodbus 2.0.3 has been restored.
1252         * processes plugin: Potentially erroneous behavior has been fixed in an
1253           error handling case.
1254         * python plugin: Fix dispatching of values from Python scripts to
1255           collectd. Thanks to Gregory Szorc for finding and fixing this
1256           problem.
1257
1258 2010-11-27, Version 4.10.2
1259         * Documentation: Various documentation fixes.
1260         * collectd: If including one configuration file fails, continue with
1261           the rest of the configuration if possible.
1262         * collectd: Fix a bug in the read function scheduling. In rare cases
1263           read functions may not have been called as often as requested.
1264         * collectd: Concurrency issues with errno(3) under AIX have been
1265           fixed: A thread-safe version of errno has to be requested under AIX.
1266           Thanks to Aurélien Reynaud for his patch.
1267         * collectd: A left-over hard-coded 2 has been replaced by the
1268           configurable timeout value.
1269         * curl, memcachec, tail plugins: Fix handling of "DERIVE" data
1270           sources. Matching the end of a string has been improved; thanks to
1271           Sebastian Harl for the patch.
1272         * curl_json plugin: Fix a problem when parsing 64bit integers. Reading
1273           JSON data from non-HTTP sources has been fixed.
1274         * netapp plugin: Pass the interval setting to the dispatch function.
1275           Restore compatibility to NetApp Release 7.3. Thanks to Sven Trenkel
1276           for the patch.
1277         * network plugin: Be less verbose about unchecked signatures, in order
1278           to prevent spamming the logs.
1279         * notify_email plugin: Concurrency problems have been fixed.
1280         * python plugin: Set "sys.argv", since many scripts don't expect that
1281           it may not be set. Thanks to Sven Trenkel for the patch.
1282         * rrdtool, rrdcached plugin: Fix a too strict assertion when creating
1283           RRD files.
1284         * swap plugin: A bug which lead to incorrect I/O values has been
1285           fixed.
1286         * value match: A minor memory leak has been fixed. Thanks to Sven
1287           Trenkel for the patch.
1288
1289 2010-07-09, Version 4.10.1
1290         * Build system: Checking for "strtok_r" under Solaris has been fixed.
1291         * Portability: Fixes for Solaris 8 have been applied. Thanks to
1292           Alexander Wuerstlein for his patch.
1293         * collectd: The shutdown speed when terminating the read threads has
1294           been improved.
1295         * libcollectdclient: A format error in the PUTVAL command has been
1296           removed. Thanks to Johan Van den Brande for fixing this.
1297         * df plugin: An error message shown when "cu_mount_getlist" fails has
1298           been added.
1299         * processes plugin: Missing initialization code for IO members of a
1300           struct has been added. Thanks to Aurélien Reynaud for fixing this.
1301         * python plugin: Memory leaks in the write and notification callbacks
1302           have been fixed. A possible crash when the plugin was loaded but not
1303           configured has been fixed. Thanks to Sven Trenkel for his patches.
1304         * snmp plugin: Verbosity with regard to unknown ASN types has been
1305           increased. A build problem on PowerPC and ARM processors has been
1306           fixed by Aurélien Reynaud; thanks!
1307         * powerdns plugin: Compatibility changes for PowerDNS 2.9.22 and above
1308           have been applied. Thanks to Luke Heberling for his changes.
1309
1310 2010-05-01, Version 4.10.0
1311         * collectd: JSON output now includes the "dstypes" and "dsnames"
1312           fields. This makes it easier for external applications to interpret
1313           the data. Thanks to Chris Buben for his work.
1314         * collectd: The new "Timeout" option can be used to specify a
1315           "timeout" for missing values. This is used in the threshold checking
1316           code to detect missing values. Thanks to Andrés J. Díaz for the
1317           patch.
1318         * apache plugin: Support for "IdleWorkers" (Apache 1.*: "IdleServers")
1319           has been added.
1320         * curl plugin: The new "ExcludeRegex" allows to easily exclude certain
1321           lines from the match.
1322         * curl_xml plugin: This new plugin allows to read XML files using cURL
1323           and extract metrics included in the files. Thanks to Amit Gupta for
1324           his work.
1325         * filecount plugin: The new "IncludeHidden" option allows to include
1326           "hidden" files and directories in the statistics. Thanks to Vaclav
1327           Malek for the patch.
1328         * logfile plugin: The new "PrintSeverity" option allows to include the
1329           severity of a message in the output. Thanks to Clément Stenac for
1330           his patch.
1331         * memcachec plugin: The new "ExcludeRegex" allows to easily exclude
1332           certain lines from the match.
1333         * modbus plugin: This new plugin allows to read registers from
1334           Modbus-TCP enabled devices.
1335         * network plugin: The new "Interface" option allows to set the
1336           interface to be used for multicast and, if supported, unicast
1337           traffic. Thanks to Max Henkel for his work.
1338         * openvpn plugin: The "CollectUserCount" and "CollectIndividualUsers"
1339           options allow more detailed control over how to report sessions of
1340           multiple users. Thanks to Fabian Schuh for his work.
1341         * pinba plugin: This new plugin receives timing information from the
1342           Pinba PHP extension, which can be used for profiling PHP code and
1343           webserver performance. Thanks to Phoenix Kayo for his work.
1344         * ping plugin: The new "MaxMissed" allows to re-resolve a hosts
1345           address when it doesn't reply to a number of ping requests. Thanks
1346           to Stefan Völkel for the patch.
1347         * postgresql plugin: The "Interval" config option has been added. The
1348           plugin has been relicensed under the 2-clause BSD license. Thanks to
1349           Sebastian Harl for his work.
1350         * processes plugin: Support for "code" and "data" virtual memory sizes
1351           has been added. Thanks to Clément Stenac for his patch.
1352         * python plugin: Support for Python 3 has been implemented. Thanks to
1353           Sven Trenkel for his work.
1354         * routeros plugin: Support for collecting CPU load, memory usage, used
1355           and free disk space, sectors written and number of bad blocks from
1356           MikroTik devices has been added.
1357         * swap plugin: Support for Linux < 2.6 has been added. Thanks to Lorin
1358           Scraba for his patch.
1359         * tail plugin: The new "ExcludeRegex" allows to easily exclude certain
1360           lines from the match. Thanks to Peter Warasin for his patch.
1361         * write_http plugin: The "StoreRates" option has been added. Thanks to
1362           Paul Sadauskas for his patch.
1363         * regex match: The "Invert" option has been added. Thanks to Julien
1364           Ammous for his patch.
1365
1366 2011-03-26, Version 4.9.5
1367         * Documentation: Several updates and additions. Thanks to Sebastian Harl.
1368         * collectd: Build issues (compiler warnings) have been fixed. Thanks to
1369           Bruno Prémont.
1370         * collectd: Threshold subsection: Handling of NAN values in the
1371           percentage calculation has been fixed.
1372         * collectd, java plugin, ntpd plugin: Several diagnostic messages have
1373           been improved.
1374         * libvirt plugin: A bug in reading the virtual CPU statistics has been
1375           fixed. Thanks to “JLPC” for reporting this problem.
1376         * processes plugin: Potentially erroneous behavior has been fixed in an
1377           error handling case.
1378         * python plugin: Fix dispatching of values from Python scripts to
1379           collectd. Thanks to Gregory Szorc for finding and fixing this
1380           problem.
1381
1382 2010-11-27, Version 4.9.4
1383         * Documentation: Various documentation fixes.
1384         * collectd: If including one configuration file fails, continue with
1385           the rest of the configuration if possible.
1386         * collectd: Fix a bug in the read function scheduling. In rare cases
1387           read functions may not have been called as often as requested.
1388         * collectd: Concurrency issues with errno(3) under AIX have been
1389           fixed: A thread-safe version of errno has to be requested under AIX.
1390           Thanks to Aurélien Reynaud for his patch.
1391         * curl, memcachec, tail plugins: Fix handling of "DERIVE" data
1392           sources. Matching the end of a string has been improved; thanks to
1393           Sebastian Harl for the patch.
1394         * curl_json plugin: Fix a problem when parsing 64bit integers. Reading
1395           JSON data from non-HTTP sources has been fixed.
1396         * netapp plugin: Pass the interval setting to the dispatch function.
1397           Restore compatibility to NetApp Release 7.3. Thanks to Sven Trenkel
1398           for the patch.
1399         * network plugin: Be less verbose about unchecked signatures, in order
1400           to prevent spamming the logs.
1401         * notify_email plugin: Concurrency problems have been fixed.
1402         * python plugin: Set "sys.argv", since many scripts don't expect that
1403           it may not be set. Thanks to Sven Trenkel for the patch.
1404         * rrdtool, rrdcached plugin: Fix a too strict assertion when creating
1405           RRD files.
1406         * value match: A minor memory leak has been fixed. Thanks to Sven
1407           Trenkel for the patch.
1408
1409 2010-07-09, Version 4.9.3
1410         * Build system: Checking for "strtok_r" under Solaris has been fixed.
1411         * Portability: Fixes for Solaris 8 have been applied. Thanks to
1412           Aurélien Reynaud and Alexander Wuerstlein for their patches.
1413         * collectd: The shutdown speed when terminating the read threads has
1414           been improved.
1415         * collectd-nagios: The format of the performance data has been fixed.
1416         * libcollectdclient: A format error in the PUTVAL command has been
1417           removed. Thanks to Johan Van den Brande for fixing this.
1418         * df plugin: An error message shown when "cu_mount_getlist" fails has
1419           been added.
1420         * processes plugin: Missing initialization code for IO members of a
1421           struct has been added. Thanks to Aurélien Reynaud for fixing this.
1422         * python plugin: Memory leaks in the write and notification callbacks
1423           have been fixed. A possible crash when the plugin was loaded but not
1424           configured has been fixed. Thanks to Sven Trenkel for his patches.
1425         * rrdcached plugin: A build issue has been resolved. Thanks to
1426           Thorsten von Eicken for the patch.
1427         * snmp plugin: Verbosity with regard to unknown ASN types has been
1428           increased. A build problem on PowerPC and ARM processors has been
1429           fixed by Aurélien Reynaud; thanks!
1430         * powerdns plugin: Compatibility changes for PowerDNS 2.9.22 and above
1431           have been applied. Thanks to Luke Heberling for his changes.
1432
1433 2010-04-22, Version 4.9.2
1434         * Build system, various plugins: Fixes for AIX compatibility have been
1435           added. Thanks to Manuel Sanmartin for his patches.
1436         * Build system: Checking for "nanosleep" on old Solaris machines has
1437           been fixed. Thanks to Vincent McIntyre and Sebastian Harl for
1438           figuring out a way to make this work.
1439         * collectd: Append a newline to messages written to STDERR.
1440         * collectd: Serialization of NANs in JSON format has been fixed.
1441           Thanks to Chris Buben for pointing out the resulting syntax error.
1442         * collectd: Checks whether a "sleep" returned early have been added;
1443           the cases are now handled correctly. Thanks to Michael Stapelberg
1444           for the patch.
1445         * collectd: Continue reading files in a directory when parsing one
1446           file fails.
1447         * apache plugin: Collection of the number of active connections has
1448           been fixed for Apache 2.*.
1449         * contextswitch plugin: Handle large counter/derive values correctly.
1450           Thanks to Martin Merkel for reporting the bug.
1451         * exec plugin: Error messages have been improved. The "running" flag
1452           is now cleared correctly when forking a child fails.
1453         * iptables plugin: Fix a violation of aliasing rules. This resolves a
1454           warning / error with new GCC versions. Thanks to Jan Engelhardt for
1455           the work-around.
1456         * java plugin: The Java API files are now packaged into a .jar file.
1457           Thanks to Amit Gupta for his patch.
1458         * network plugin: Fix a segmentation fault when receiving packets with
1459           an unknown data source type.
1460         * network plugin: A memory leak when receiving encrypted network
1461           packets has been fixed.
1462         * openvpn plugin: Fix naming schema when reading "MULTI1" type status
1463           files.
1464         * oracle plugin: Fix checking for lost connections and reconnect in
1465           this case. Thanks to Sven Trenkel for pointing out the problem.
1466         * unixsock plugin: A memory leak in the "LISTVAL" command has been
1467           fixed. Thanks to Peter Warasin for pointing it out.
1468         * write_http plugin: Use the "any" authentication schema. This used to
1469           be "digest". Thanks to Paul Sadauskas for the patch.
1470
1471 2010-01-14, Version 4.9.1
1472         * Documentation: Some manpage fixes.
1473         * Default config: Added sample configuration for missing plugins.
1474         * apache plugin: Fix a segmentation fault in the config handling of
1475           VerifyPeer / VerifyHost. Thanks to "plazmus" for his or her patch.
1476         * processes plugin: Fix handling of derive data sources.
1477         * rrdtool plugin: Fix a bug with random write timeouts. Due to an
1478           incorrect initialization some files may be suspended basically
1479           indefinitely. After flushing the files they were written regularly
1480           again.
1481         * routeros plugin: Use the node name for the "host" field.
1482         * Monitorus.pm: Put the plugin into the "Collectd::Plugins" namespace.
1483         * Perl bindings: Fix a warning that was printed when building
1484           debugging output.
1485
1486 2009-12-21, Version 4.9.0
1487         * contextswitch plugin: The new ContextSwitch plugin gathers the
1488           number of context switches done by the CPU. Thanks to Patrik
1489           Weiskircher for the patch.
1490         * cpu plugin: Support for SMP (multiple processors) under FreeBSD has
1491           been added. Thanks to Doug MacEachern for the patch.
1492         * curl plugin: The “MeasureResponseTime” option has been added. Thanks
1493           to Aman Gupta for the patch.
1494         * df plugin: Collecting the inode count and reserved space has been
1495           added. Thanks to Patrik Weiskircher for the patch.
1496         * exec plugin: The environment variables “COLLECTD_INTERVAL” and
1497           “COLLECTD_HOSTNAME” are now set before executing the application.
1498         * Monitorus plugin: This Perl-based plugin to query statistics from
1499           mon.itor.us has been added. Thanks to Jeff Green for the patch.
1500         * netapp plugin: New plugin to collect statistics from NetApp filers.
1501           Thanks to Sven Trenkel of the noris network AG for the patch.
1502         * network plugin: Statistics collection about the plugin itself has
1503           been implemented.
1504         * openvpn plugin: Add support for more versions of the “status file”.
1505           Thanks to Marco Chiappero for the patch.
1506         * OpenVZ plugin: This Perl-based plugin to gather OpenVZ statistics
1507           has been added. Thanks to Jonathan Kolb for the patch.
1508         * ping plugin: The config options "SourceAddress" and "Device"
1509           have been added. Thanks to Sebastian Harl for the patch.
1510         * processes plugin: Collection of IO-metrics has been added. Thanks to
1511           Andrés J. Díaz for the patch.
1512         * python plugin: The new Python plugin integrates a Python interpreter
1513           into collectd and allows to execute plugins written in the scripting
1514           language. Thanks to Sven Trenkel for his work.
1515         * routeros plugin: The new RouterOS plugin queries interface and
1516           wireless registration statistics from RouterOS.
1517         * Various plugins: AIX support has been added to the cpu, disk,
1518           interface, load, memory, processes, and swap plugins. Thanks to
1519           Manuel Sanmartin for his patches.
1520         * hashed match: This match for simple load balancing and redundant
1521           storage has been added.
1522         * scale target: This target to scale (multiply) values by an arbitrary
1523           value has been added.
1524
1525 2010-04-22, Version 4.8.5
1526         * collectd: Append a newline to messages written to STDERR.
1527         * network plugin: Fix a segmentation fault when receiving packets with
1528           an unknown data source type.
1529
1530 2010-04-07, Version 4.8.4
1531         * Build system, various plugins: Fixes for AIX compatibility have been
1532           added. Thanks to Manuel Sanmartin for his patches.
1533         * Build system: Checking for "nanosleep" on old Solaris machines has
1534           been fixed. Thanks to Vincent McIntyre and Sebastian Harl for
1535           figuring out a way to make this work.
1536         * collectd: Serialization of NANs in JSON format has been fixed.
1537           Thanks to Chris Buben for pointing out the resulting syntax error.
1538         * collectd: Checks whether a "sleep" returned early have been added;
1539           the cases are now handled correctly. Thanks to Michael Stapelberg
1540           for the patch.
1541         * collectd: Continue reading files in a directory when parsing one
1542           file fails.
1543         * apache plugin: Collection of the number of active connections has
1544           been fixed for Apache 2.*.
1545         * exec plugin: Error messages have been improved. The "running" flag
1546           is now cleared correctly when forking a child fails.
1547         * iptables plugin: Fix a violation of aliasing rules. This resolves a
1548           warning / error with new GCC versions. Thanks to Jan Engelhardt for
1549           the work-around.
1550         * java plugin: The Java API files are now packaged into a .jar file.
1551           Thanks to Amit Gupta for his patch.
1552         * network plugin: A memory leak when receiving encrypted network
1553           packets has been fixed.
1554         * oracle plugin: Fix checking for lost connections and reconnect in
1555           this case. Thanks to Sven Trenkel for pointing out the problem.
1556         * unixsock plugin: A memory leak in the "LISTVAL" command has been
1557           fixed. Thanks to Peter Warasin for pointing it out.
1558         * write_http plugin: Use the "any" authentication schema. This used to
1559           be "digest". Thanks to Paul Sadauskas for the patch.
1560
1561 2010-01-14, Version 4.8.3
1562         * Documentation: Some manpage fixes.
1563         * rrdtool plugin: Fix a bug with random write timeouts. Due to an
1564           incorrect initialization some files may be suspended basically
1565           indefinitely. After flushing the files they were written regularly
1566           again.
1567
1568 2009-12-18, Version 4.8.2
1569         * Build system, java plugin: Don't use “find -L” to search for Java
1570           headers, because it's a GNU extension.
1571         * Build system: Support for parallel builds has been improved. Thanks
1572           Sebastian Harl and Stefan Völkel for looking into this.
1573         * collectd: Print error messages to STDERR if no log plugin has been
1574           loaded.
1575         * genericjmx plugin: Close and re-open the connection upon I/O-errors.
1576         * gmond plugin: Fix typos which caused syntax errors.
1577         * memory plugin: Handling of >4 Gbyte of memory has been fixed.
1578         * network plugin: The license has been changed to LGPL 2.1.
1579         * oracle plugin: Reconnect to the database if the connection dies.
1580         * rrdcached plugin: Work-around for a bug in RRDtool 1.4rc2 has been
1581           added.
1582         * snmp plugin: Handling of negative values has been fixed. Strings
1583           containing control characters are now interpreted as hex-strings.
1584         * unixsock plugin: A memory leak in the LISTVAL command has been
1585           fixed. Thanks to Ben Knight for his patch.
1586
1587 2009-10-04, Version 4.8.1
1588         * Build system: Issues when building the iptables plugin have been
1589           fixed.
1590         * exec plugin: Clear the signal block mask before calling exec(2).
1591         * perl plugin: Declare the “environ” variable. This solves build
1592           issues on some platforms.
1593         * processes plugin: Remove unnecessary call of realloc(3). Thanks to
1594           Andrés J. Díaz for the patch.
1595         * unixsock plugin: Fix a (well hidden) race condition related to file
1596           descriptor handling.
1597
1598 2009-09-13, Version 4.8.0
1599         * collectd: Two new data source types, “DERIVE” and “ABSOLUTE”, have
1600           been added. “DERIVE” can be used for counters that are reset
1601           occasionally. Thanks to Mariusz Gronczewski for implementing this.
1602         * thresholds: The advanced threshold options “Percentage”, “Hits”, and
1603           “Hysteresis” have been added. Thanks to Andrés J. Díaz for his
1604           patches.
1605         * curl_json plugin: The new cURL-JSON plugin reads JSON files using
1606           the cURL library and parses the contents according to user
1607           specification. Among other things, this allows to read statistics
1608           from a CouchDB instance. Thanks to Doug MacEachern for the patch.
1609         * df plugin: Using the new “ReportByDevice” option the device rather
1610           than the mount point can be used to identify partitions. Thanks to
1611           Paul Sadauskas for the patch.
1612         * dns plugin: The possibility to ignore numeric QTypes has been added.
1613           Thanks to Mirko Buffoni for the patch.
1614         * GenericJMX plugin: The new, Java-based GenericJMX plugin allows to
1615           query arbitrary data from a Java process using the “Java Management
1616           Extensions” (JMX).
1617         * madwifi plugin: The new MadWifi plugin collects information about
1618           Atheros wireless LAN chipsets from the MadWifi driver. Thanks to
1619           Ondrej Zajicek for his patches.
1620         * network plugin: The receive- and send-buffer-sizes have been made
1621           configurable, allowing for bigger and smaller packets. Thanks to
1622           Aman Gupta for the patch.
1623         * olsrd plugin: The new OLSRd plugin queries routing information from
1624           the “Optimized Link State Routing” daemon.
1625         * rrdtool plugin: A new configuration option allows to define a random
1626           write delay when writing RRD files. This spreads the load created by
1627           writing RRD files more evenly. Thanks to Mariusz Gronczewski for the
1628           patch.
1629         * swap plugin: The possibility to collect swapped in/out pages has
1630           been added to the Swap plugin. Thanks to Stefan Völkel for the
1631           patch.
1632         * tokyotyrant plugin: The new TokyoTyrant plugin reads the number of
1633           records and file size from a running Tokyo Tyrant server. Thanks to
1634           Paul Sadauskas for the patch.
1635         * unixsock plugin: Add the “GETTHRESHOLD” command. This command can be
1636           used to query the thresholds configured for a particular identifier.
1637         * write_http plugin: The new Write HTTP plugin sends the values
1638           collected by collectd to a web-server using HTTP POST requests.
1639           Thanks to Paul Sadauskas for the patch.
1640         * zfs_arc plugin: The new ZFS ARC plugin collects information about
1641           the “Adaptive Replacement Cache” (ARC) of the “Zeta File-System”
1642           (ZFS). Thanks to Anthony Dewhurst for the patch.
1643         * empty_counter match: The new Empty Counter match matches value
1644           lists, where at least one data source is of type COUNTER and the
1645           counter value of all counter data sources is zero.
1646
1647 2009-12-18, Version 4.7.5
1648         * Build system, java plugin: Don't use “find -L” to search for Java
1649           headers, because it's a GNU extension.
1650         * Build system: Support for parallel builds has been improved. Thanks
1651           Sebastian Harl and Stefan Völkel for looking into this.
1652         * collectd: Print error messages to STDERR if no log plugin has been
1653           loaded.
1654         * memory plugin: Handling of >4 Gbyte of memory has been fixed.
1655         * network plugin: The license has been changed to LGPL 2.1.
1656         * oracle plugin: Reconnect to the database if the connection dies.
1657         * rrdcached plugin: Work-around for a bug in RRDtool 1.4rc2 has been
1658           added.
1659         * snmp plugin: Handling of negative values has been fixed. Strings
1660           containing control characters are now interpreted as hex-strings.
1661         * unixsock plugin: A memory leak in the LISTVAL command has been
1662           fixed. Thanks to Ben Knight for his patch.
1663
1664 2009-10-03, Version 4.7.4
1665         * Build system: Issues when building the iptables plugin have been
1666           fixed.
1667         * exec plugin: Clear the signal block mask before calling exec(2).
1668         * perl plugin: Declare the “environ” variable. This solves build
1669           issues on some platforms.
1670         * processes plugin: Remove unnecessary call of realloc(3). Thanks to
1671           Andrés J. Díaz for the patch.
1672         * unixsock plugin: Fix a (well hidden) race condition related to file
1673           descriptor handling.
1674
1675 2009-09-13, Version 4.7.3
1676         * collectd: Fix a possible but very rare invalid “free” in the caching
1677           code. Thanks to Sebastian Harl for the patch.
1678         * collectd: Remove old values when a cache entry is marked as missing.
1679           This way the “GETVAL” command of the UnixSock plugin doesn't return
1680           old, no longer valid values when this happens. Thanks to Andrés J.
1681           Díaz for the patch.
1682         * collectd: The “plugin_unregister_read” function has been fixed.
1683         * apache, ascent, bind, curl, nginx plugins: Advise the cURL library
1684           to follow redirects. Thanks to Joey Hess for reporting this bug.
1685         * df plugin: Check the ignorelist before stating the file system,
1686           possibly reducing the number of stats considerably. Thanks to Joey
1687           Hess for reporting this bug.
1688         * iptables plugin: Support for the new libiptc API has been added.
1689           Thanks to Sebastian Harl for the patch. The build system has been
1690           updated to the plugin only includes the shipped header files when it
1691           is linked with the shipped library, too.
1692         * java plugin: Delay creating the JVM until after the daemon has
1693           forked. The JVM internally creates threads that are lost when
1694           forking. This means that Java-based plugins are now configured
1695           during the init-phase, i. e. later than other plugins.
1696         * libvirt plugin: Re-connect to libvirtd if connecting fails. Thanks
1697           to Alan Pevec for the patch.
1698         * network plugin: Fix the handling of the “CacheFlush” option: The
1699           value was assigned to a wrong variable. The initialization of the
1700           gcrypt library, which is used for signing / encrypting traffic, has
1701           been fixed. Thanks to Luke Heberling for the patch.
1702         * powerdns plugin: Set a timeout when reading data from the datagram
1703           socket. Handling of the “LocalSocket” option has been fixed.  An
1704           incorrectly used “type” has been corrected. Thanks to Luke Heberling
1705           for his patches.
1706
1707 2009-07-19, Version 4.7.2
1708         * Build system: Support for `DESTDIR' has been fixed in the Java
1709           bindings.
1710         * collectd: Okay-notifications have been fixed. Thanks to Andrés J.
1711           Díaz for fixing this bug.
1712         * collectd: A programming error has been fixed in the notification
1713           code. The bug may result in an assertion failure.
1714         * memcached plugin: Portability fix for Solaris. Thanks to Amit Gupta
1715           for reporting the bug.
1716         * ping plugin: Link the plugin with libm.
1717
1718 2009-06-02, Version 4.7.1
1719         * Build system: Detection of Java has been improved and missing
1720           details have been added to the configuration summary. Support for
1721           libtool 2.2 has been added.
1722         * collectd: Two bugs with the threshold checking have been fixed. The
1723           first one prevented thresholds to be checked at all, the second one
1724           caused wrong behavior with the persistency option. Thanks to Andrés
1725           J. Díaz for fixing these problems.
1726         * collectd: Handling of the `Include' configuration option has been
1727           fixed.
1728         * rrdtool plugin: Make sure initialization is run only once. This
1729           resolves problems under Solaris and potentially other systems.
1730           Thanks to Amit Gupta for reporting this bug.
1731         * java plugin: Make it possible to use dots ('.') instead of slashes
1732           ('/') as the class separator. Thanks to Randy Rizun for pointing
1733           this out.
1734         * swap plugin: A work-around for 32-bit Solaris has been added. Thanks
1735           to Doug MacEachern for the patch.
1736
1737 2009-05-11, Version 4.7.0
1738         * apache plugin: Support to query multiple servers has been added.
1739           Thanks to Amit Gupta for the patch.
1740         * apache plugin: Handling of lighttpd's scoreboard statistics has been
1741           improved. Thanks to Amit Gupta for the patch.
1742         * conntrack plugin: The new conntrack plugin collects the connection
1743           tracking table size. Thanks to Tomasz Pala for the patch.
1744         * fscache plugin: The new fscache plugin collects statistics about
1745           Linux' file-system based caching framework. Thanks to Edward
1746           Konetzko for the patch.
1747         * gmond plugin: The new gmond plugin can receive and interpret
1748           multicast traffic from Ganglia's gmond daemon.
1749         * java plugin: The new java plugin exports the collectd API to Java,
1750           making it possible to write extensions to collectd in Java.
1751         * memcachec plugin: The new memcachec plugin queries data from a
1752           memcached daemon and parses it similar to the cURL plugin. Thanks to
1753           Doug MacEachern for the initial code.
1754         * memcached plugin: Support for connections over UNIX domain sockets
1755           has been added. Thanks to Franck Lombardi for the patch.
1756         * memory plugin: Support for OpenBSD and possibly other *BSDs has been
1757           added. Thanks to Simon Kuhnle for the patch.
1758         * mysql plugin: Support to query multiple databases has been added.
1759           Thanks to Doug MacEachern for the patch.
1760         * mysql plugin: Master/slave statistics have been added.
1761         * mysql plugin: Lock statistics have been added. Thanks to Rodolphe
1762           Quiédeville for the patch.
1763         * network plugin: The possibility to sign or encrypt network traffic
1764           has been added.
1765         * protocols plugin: The new protocols plugin provides information
1766           about network protocols, such as IP, TCP and UDP.
1767         * snmp plugin: The intervals given in the configuration of the SNMP
1768           plugin must no longer be a multiple of the global interval.
1769         * table plugin: The new Table plugin provides parsing for table-like
1770           structured files, such as many files beneath /proc.
1771         * ted plugin: The new TED plugin reads power consumption measurements
1772           from “The Energy Detective” (TED). Thanks to Eric Reed for this
1773           plugin.
1774         * onewire plugin: The new `Interval' option allows collecting
1775           information from OneWire sensors at arbitrary intervals.
1776         * ping plugin: Support for collecting the drop rate and standard
1777           deviation of round-trip times has been added.
1778         * uptime plugin: The new uptime plugin can collect the server's
1779           uptime. Thanks to Marco Chiappero for the patch.
1780
1781 2009-09-10, Version 4.6.5
1782         * collectd: Remove old values when a cache entry is marked as missing.
1783           This way the “GETVAL” command of the UnixSock plugin doesn't return
1784           old, no longer valid values when this happens. Thanks to Andrés J.
1785           Díaz for the patch.
1786         * apache, ascent, bind, curl, nginx plugins: Advise the cURL library
1787           to follow redirects. Thanks to Joey Hess for reporting this bug.
1788         * df plugin: Check the ignorelist before stating the file system,
1789           possibly reducing the number of stats considerably. Thanks to Joey
1790           Hess for reporting this bug.
1791         * iptables plugin: Support for the new libiptc API has been added.
1792           Thanks to Sebastian Harl for the patch. The build system has been
1793           updated to the plugin only includes the shipped header files when it
1794           is linked with the shipped library, too.
1795         * libvirt plugin: Re-connect to libvirtd if connecting fails. Thanks
1796           to Alan Pevec for the patch.
1797         * powerdns plugin: Set a timeout when reading data from the datagram
1798           socket. Handling of the “LocalSocket” option has been fixed.  An
1799           incorrectly used “type” has been corrected. Thanks to Luke Heberling
1800           for his patches.
1801
1802 2009-07-18, Version 4.6.4
1803         * collectd: Okay-notifications have been fixed. Thanks to Andrés J.
1804           Díaz for fixing this bug.
1805         * collectd: A programming error has been fixed in the notification
1806           code. The bug may result in an assertion failure.
1807         * memcached plugin: Portability fix for Solaris. Thanks to Amit Gupta
1808           for reporting the bug.
1809
1810 2009-06-02, Version 4.6.3
1811         * Build system, various plugins: Many build fixes for FreeBSD,
1812           OpenBSD, NetBSD, Solaris and Mac OS X. Big thanks to Doug MacEachern
1813           for many fixes and providing a build system for many platforms,
1814           Ulf Zimmermann for providing a FreeBSD system and Simon Kuhnle for
1815           providing an OpenBSD system.
1816         * collectd: Two bugs with the threshold checking have been fixed. The
1817           first one prevented thresholds to be checked at all, the second one
1818           caused wrong behavior with the persistency option. Thanks to Andrés
1819           J. Díaz for fixing these problems.
1820         * collectd: Handling of the `Include' configuration option has been
1821           fixed.
1822         * battery plugin: Don't complain about a missing directory every
1823           interval.
1824         * exec plugin: Allow executed programs to close STDERR. Thanks to
1825           Thorsten von Eicken for reporting this problem.
1826         * irq plugin: Fix handling of overflowing 32-bit counters. Thanks to
1827           Tomasz Pala for the patch.
1828         * perl plugin: Portability build-fixes. Thanks to Doug MacEachern for
1829           the patch.
1830         * memory plugin: Fix a potential problem under Solaris.
1831         * swap plugin: A work-around for 32-bit Solaris has been added. Thanks
1832           to Doug MacEachern for the patch.
1833
1834 2009-03-18, Version 4.6.2
1835         * collectd: Some Solaris utility code has been improved.
1836         * filter subsystem: Allow `Chains' without default targets.
1837         * liboping: A patch to comply with strict aliasing rules has been
1838           added.
1839         * timediff match: Fix a typo: The match was registered with a wrong
1840           name which prevented this match to be used as documented. Thanks to
1841           Bruno Prémont for finding this problem.
1842         * bind plugin: Fix collection of the cached RR sets. The number of RR
1843           sets currently in the cache was collected as a counter value, which
1844           is nonsense. Thanks to Bruno Prémont for implementing this.
1845         * dns plugin: Don't pass NULL to `pcap_open_live': Some systems,
1846           primarily BSDs, don't take it well and crash.
1847         * oracle plugin: Portability to 64 bit systems has been improved.
1848         * postgresql plugin: The default configuration has been improved.
1849         * rrdtool plugin: Fix a possible race condition: If the network plugin
1850           is brought and dispatches a value before the rrdtool plugin is
1851           initialized, the daemon may crash.
1852
1853 2009-02-22, Version 4.6.1
1854         * collectd: Many documentation fixes.
1855         * Collectd::Unixsock: Error handling has been improved.
1856         * regex match: Don't link with the PCRE library.
1857         * bind plugin: Various bugs have been fixed. Thanks to Bruno Prémont
1858           for finding and fixing most of them.
1859         * ipmi plugin: Fix an off-by-one error which could cause segmentation
1860           faults. Thanks to Peter Holik for his patch.
1861
1862 2009-02-16, Version 4.6.0
1863         * collectd: Added the `filter chain' infrastructure, which allows the
1864           user to use `matches' and `targets' to control value processing.
1865         * collectd: The new `-T' command line argument allows more in-depth
1866           testing of a configuration. Thanks to Doug MacEachern for the patch.
1867         * collectd-nagios: The Nagios integration command has been updated to
1868           use libcollectdclient. The `percentage' aggregation function has
1869           been added. Thanks to Fabian Linzberger for the patch.
1870         * libcollectdclient: A library which abstracts communication with the
1871           unixsock plugin for clients has been added.
1872         * regex match: Match values by their identifies using regular
1873           expressions.
1874         * timediff match: Match for values with an invalid timestamp.
1875         * value match: Select values by their data sources' values.
1876         * notification target: Create and dispatch a notification.
1877         * replace target: Replace parts of an identifier using regular
1878           expressions.
1879         * set target: Set (overwrite) entire parts of an identifier.
1880         * bind plugin: This new plugin uses the new HTTP/XML interface to BIND
1881           statistics, allowing very detailed name server statistics. Thanks to
1882           Bruno Prémont for this plugin.
1883         * cpu plugin: Report `interrupt' separately when using
1884           sysctlbyname(3) (used under *BSD). Support for sysctl(3), for
1885           example for native OpenBSD support, has been added. Thanks to Simon
1886           Kuhnle for the patch.
1887         * csv plugin: Make it possible to write values to STDOUT instead of
1888           files. This is meant for testing purposes mostly. The output written
1889           to STDOUT is compatible with the exec plugin. Thanks to Doug
1890           MacEachern for the patch.
1891         * curl plugin: This new plugin can be used to read web pages and parse
1892           them using the same mechanism that's used in the tail plugin.
1893         * dbi plugin: This new plugin allows you to connect to a variety of
1894           relational databases and use SQL to gather custom statistics from
1895           it. It is similar to the already existing PostgreSQL plugin but uses
1896           libdbi to communicate with the database(s).
1897         * interface plugin: Use the ignorelist framework when selecting /
1898           ignoring interfaces. This allows one to use regular expressions to
1899           select interfaces, too.
1900         * ipmi plugin: Handle temporary IPMI error conditions more gracefully.
1901           Thanks to Bruno Prémont for this patch.
1902         * memcached plugin: Add hit-ratio metric. Thanks to Doug MacEachern
1903           for the patch.
1904         * mysql plugin: Allow connecting to a database via the UNIX domain
1905           socket, too. Thanks to Mirko Buffoni for the patch.
1906         * network plugin: Further performance improvements for the receive
1907           code. This hopefully will help very large setups.
1908         * openvpn plugin: This new plugin collects statistics provided by the
1909           OpenVPN daemon. Thanks to Doug MacEachern for the patch.
1910         * oracle plugin: This new plugin allows you to connect to an Oracle
1911           database and use SQL to gather custom statistics from it. It is
1912           similar to the already existing PostgreSQL plugin.
1913         * perl plugin: Compatibility fixes for broken versions of Perl 5.10
1914           have been added.
1915         * perl plugin: Export the newly added plugin_write() to Perl plugins.
1916         * perl plugin: Added support for `notification meta data'.
1917         * perl plugin: Added support for the `filter chain' infrastructure by
1918           allowing plugins to register `matches' and `targets'.
1919         * postgresql plugin: The preferred configuration syntax has been
1920           updated to be in line with the syntax used by the new dbi and oracle
1921           plugins. The compatibility code for the old syntax is present.
1922           Support for the new `Result' blocks and the interval parameter has
1923           been added.
1924         * processes plugin: Stacksize and virtual memory usage statistics have
1925           been added. Portability fixes.
1926         * rrdcached plugin: This new plugin uses the (still in development)
1927           RRD accelerator daemon, rrdcached. This daemon works very similar to
1928           the original rrdtool plugin of collectd, but adds some more nice
1929           features.
1930         * swap plugin: Code for OpenBSD (and possibly other *BSDs) has been
1931           added.
1932
1933 2009-05-09, Version 4.5.4
1934         * Build system, various plugins: Many build fixes for FreeBSD,
1935           OpenBSD, NetBSD, Solaris and Mac OS X. Big thanks to Doug MacEachern
1936           for many fixes and providing a build system for many platforms,
1937           Ulf Zimmermann for providing a FreeBSD system and Simon Kuhnle for
1938           providing an OpenBSD system.
1939         * collectd: Fix a potential race condition when creating directories.
1940         * battery plugin: Don't complain about a missing directory every
1941           interval.
1942         * dns plugin: Slight portability fixes.
1943         * exec plugin: Allow executed programs to close STDERR. Thanks to
1944           Thorsten von Eicken for reporting this problem.
1945         * irq plugin: Fix handling of overflowing 32-bit counters. Thanks to
1946           Tomasz Pala for the patch.
1947         * perl plugin: Portability build-fixes. Thanks to Doug MacEachern for
1948           the patch.
1949         * rrdtool plugin: Fix a possible race condition: If the network plugin
1950           is initialized and dispatches a value before the rrdtool plugin is
1951           initialized, the daemon may crash.
1952         * memory plugin: Fix a potential problem under Solaris.
1953
1954 2009-02-22, Version 4.5.3
1955         * build system: The check for libupsclient even when `pkg-config' is
1956           not available.
1957         * collectd: Fix error handling in the global cache.
1958         * Collectd::Unixsock: Error handling has been improved.
1959         * ascent plugin: Fix a memory leak. Thanks to Bruno Prémont for his
1960           patch.
1961         * ipmi plugin: Fix an off-by-one error which could cause segmentation
1962           faults. Thanks to Peter Holik for his patch.
1963         * tcpconns plugin: An endianness problem has been fixed in the *BSD
1964           code. Thanks to "thated" for reporting this.
1965
1966 2009-01-02, Version 4.5.2
1967         * build system: Check for `mysql.h' and `mysql/mysql.h', since the
1968           file may be in both locations, especially when the database was
1969           installed in a non-standard path. Thanks to Dusty Doris for
1970           reporting this.
1971         * build system: Handle the _POSIX_PTHREAD_SEMANTICS defined, needed by
1972           Solaris, in the configure script automatically.
1973         * build system, tcpconns plugin: Check for `kvm_nlist' and
1974           `kvm_openfiles' before enabling the plugin: Solaris provides a KVM
1975           library with similar functions to the BSD variant, but doesn't
1976           provide these necessary functions.
1977         * collectd.conf(5): Various fixes and clarifications.
1978         * collectd: Remove a GNUism (unnamed unions), thus improving
1979           portability.
1980         * collectd, apcups plugin: Include "collectd.h" before <stdlib.h>.
1981           This solves portability problems, especially for Solaris.
1982         * dns plugin: Fix a portability problem with NetBSD.
1983         * filecount plugin: Fix an off-by-one error. This error may cause a
1984           segmentation fault.
1985         * network plugin: Fix the handling of `type' in the network protocol.
1986           Due to a programming mistake, only 4 or 8 bytes would be copied to a
1987           much larger buffer. This caused the `type' to be transferred much
1988           more often than necessary. In some cases, e. g. the `cpu' and
1989           `cpufreq' plugins being used at the same time, data may be corrupted
1990           in those files. Thanks to Bruno Prémont for debugging and reporting
1991           this issue.
1992         * processes plugin: Fix a possible segmentation fault when specifying
1993           invalid configuration options.
1994         * unixsock plugin: Make sure the initialization function is run only
1995           once. This resolves a file descriptor leak under systems which run
1996           the initialization more than once, such as Solaris.
1997
1998 2008-10-16, Version 4.5.1
1999         * build system: Change `--enable-<plugin>' to abort with an error if
2000           dependencies are not met. Thanks to Bruno Prémont for the patch.
2001           Also, the poisoning of various string functions has been restricted
2002           to debug builds.
2003         * collectd: Fix a memory leak in the global value cache. With every
2004           *missing* value a couple of bytes would be leaked. Another memory
2005           leak in the configuration handling code has been fixed. Thanks to
2006           Niraj Tolia for reporting these issues.
2007         * collectd: Fix an off-by-one error in the ignorelist functionality.
2008           When using regular expressions, the last character would be missing,
2009           possibly matching differently from what one would expect.
2010         * collectdmon: Don't block SIGCHLD. This fixes a potential portability
2011           problem.
2012         * collectd-nagios: Fix handling of the `-d' option. Thanks to Fabian
2013           Linzberger for reporting the bug.
2014         * iptables plugin: Fix an off-by-one error. If a string was just one
2015           character too long, it was truncated instead of reporting an error.
2016         * network plugin: Fix a memory leak in the configuration handling
2017           code. Thanks to Niraj Tolia for reporting this issue.
2018         * perl plugin: Log an error message if bootstrapping `Collectd' fails.
2019         * postgresql plugin: Don't reopen connection during reinitialization.
2020           This fixes a bug under Solaris and potentially other platforms.
2021           Missing calls to `PQclear' have been added, too. This fixes memory
2022           leaks. Thanks to ``Admin'' for reporting these bugs.
2023         * snmp plugin: Don't expect null-terminated strings from the Net-SNMP
2024           library.
2025         * tail plugin: Call `clearerr(3)' after reading an EOF. This fixes
2026           problems with some `libc's. Thanks to Matthias Lay for reporting the
2027           bug.
2028
2029 2008-09-04, Version 4.5.0
2030         * collectd: Added the ability to flush certain identifiers.
2031         * collectd: The concept of `notification meta data' has been
2032           introduced.
2033         * filecount plugin: The new filecount plugin counts the number of
2034           files in a directory and its subdirectories.
2035         * ipmi plugin: Sensor names have been changed to ensure unique names.
2036           Notifications upon added and removed sensors can now be generated.
2037         * notify_desktop plugin: This new plugin sends notifications to the
2038           X desktop using the structure defined in the `Desktop Notification
2039           Specification'.
2040         * notify_email plugin: This new plugin sends out notifications via
2041           email, using the `esmtp' library.
2042         * onewire plugin: The new experimental(!) onewire plugin reads values,
2043           such as temperatures, from sensors connected to the computer via the
2044           onewire bus.
2045         * perl plugin: Improved synchronized access to internal data structures
2046           and fixed a possible dead-lock.
2047         * perl plugin: Added the ability to flush certain identifiers and marked
2048           plugin_flush_all() and plugin_flush_one() as deprecated in favor of
2049           plugin_flush().
2050         * perl plugin: Added the ability to configure Perl plugins.
2051         * postgresql plugin: The new postgresql plugin collects statistics
2052           about or from a PostgreSQL database.
2053         * processes plugin: The `ProcessMatch' option has been added.
2054         * rrdtool plugin: Implement throttling of the `update queue' to lessen
2055           IO load.
2056         * tcpconns plugin: This plugin has been ported to OpenBSD.
2057         * thermal plugin: The new thermal plugin collects system temperatures
2058           using Linux ACPI thermal zone data.
2059
2060 2009-01-02, Version 4.4.5
2061         * build system: Check for `mysql.h' and `mysql/mysql.h', since the
2062           file may be in both locations, especially when the database was
2063           installed in a non-standard path. Thanks to Dusty Doris for
2064           reporting this.
2065         * build system: Handle the _POSIX_PTHREAD_SEMANTICS defined, needed by
2066           Solaris, in the configure script automatically.
2067         * collectd.conf(5): Various fixes and clarifications.
2068         * apcups plugin: Include "collectd.h" before <stdlib.h>. This solves
2069           portability problems, especially for Solaris.
2070         * dns plugin: Fix a portability problem with NetBSD.
2071         * network plugin: Fix the handling of `type' in the network protocol.
2072           Due to a programming mistake, only 4 or 8 bytes would be copied to a
2073           much larger buffer. This caused the `type' to be transferred much
2074           more often than necessary. In some cases, e. g. the `cpu' and
2075           `cpufreq' plugins being used at the same time, data may be corrupted
2076           in those files. Thanks to Bruno Prémont for debugging and reporting
2077           this issue.
2078         * unixsock plugin: Make sure the initialization function is run only
2079           once. This resolves a file descriptor leak under systems which run
2080           the initialization more than once, such as Solaris.
2081
2082 2008-10-16, Version 4.4.4
2083         * build system: Change `--enable-<plugin>' to abort with an error if
2084           dependencies are not met. Thanks to Bruno Prémont for the patch.
2085           Also, the poisoning of various string functions has been restricted
2086           to debug builds.
2087         * collectd: Fix a memory leak in the global value cache. With every
2088           *missing* value a couple of bytes would be leaked. Another memory
2089           leak in the configuration handling code has been fixed. Thanks to
2090           Niraj Tolia for reporting these issues.
2091         * collectd: Fix an off-by-one error in the ignorelist functionality.
2092           When using regular expressions, the last character would be missing,
2093           possibly matching differently from what one would expect.
2094         * collectdmon: Don't block SIGCHLD. This fixes a potential portability
2095           problem.
2096         * collectd-nagios: Fix handling of the `-d' option. Thanks to Fabian
2097           Linzberger for reporting the bug.
2098         * network plugin: Fix a memory leak in the configuration handling
2099           code. Thanks to Niraj Tolia for reporting this issue.
2100         * perl plugin: Log an error message if bootstrapping `Collectd' fails.
2101         * tail plugin: Call `clearerr(3)' after reading an EOF. This fixes
2102           problems with some `libc's. Thanks to Matthias Lay for reporting the
2103           bug.
2104
2105 2008-09-01, Version 4.4.3
2106         * collectd: Fix a memory leak in the threshold checking code.
2107         * memcached plugin: Fix a too short timeout and a related file
2108           descriptor leak.
2109         * memory plugin: A typo in the libstatgrab code has been fixed.
2110         * snmp plugin: Fix a possible memory leak.
2111
2112 2008-07-15, Version 4.4.2
2113         * build system: Use pkg-config to detect the upsclient library.
2114         * collectd: Try even harder to determine the endianness of the
2115           architecture collectd is being built on.
2116         * disk plugin: Fix for Linux 2.4: A wrong field was used as the name
2117           of disks.
2118         * dns plugin: Fix compilation errors with BIND versions 19991001
2119           through 19991005.
2120         * network plugin: Bugfix in the init routine: The init function
2121           cleared a buffer regardless of its contents. This could lead to lost
2122           values under Solaris.
2123         * nginx plugin: Remove usage of the thread-unsafe `strtok' function.
2124         * vserver plugin: Remove usage of the thread-unsafe `readdir'
2125           function.
2126         * wireless plugin: Work around incorrect noise and power values
2127           returned by some broken drivers.
2128
2129 2008-06-03, Version 4.4.1
2130         * collectd: Fix the `DataSource' option within `Type' blocks. Thanks
2131           to kyrone for reporting this.
2132         * collectd: Fixed min/max output in notifications generated by
2133           threshold checking.
2134         * collectd-nagios: Fix the protocol used to communicate with the
2135           daemon.
2136         * perl plugin: Fail noisily, but don't shutdown the daemon, if
2137           initialization has errors. An issue with Perl 5.10 has been fixed.
2138         * teamspeak2 plugin: Fixed an out of bound array access. Thanks to
2139           René Rebe and Siegmund Gorr for reporting this.
2140
2141 2008-05-06, Version 4.4.0
2142         * collectd: Internal code cleanups.
2143         * collectd: Added support for a `Flush' command in the unixsock and
2144           exec plugins. This command can be used to force a plugin (or all) to
2145           flush its values to disk.
2146         * collectd: Thresholds can now be configured to apply to one data
2147           source only, making it possible to configure different thresholds
2148           for each data source.
2149         * apache, nginx plugins: Added the possibility to disable host and/or
2150           peer verification.
2151         * ascent plugin: The new ascent plugin reads and parses the statistics
2152           page of an Ascent server.
2153         * cpu plugin: Support for the statgrab library has been added.
2154         * disk plugin: The possibility to ignore certain disks or collect only
2155           specific disks has been added.
2156         * disk plugin: Support for the statgrab library has been added.
2157         * ipmi plugin: The new ipmi plugin uses the OpenIPMI library to read
2158           sensor values via IPMI, the intelligent platform management
2159           interface.
2160         * iptables plugin: The iptc library that is used by the iptables
2161           plugin has been added to the distribution, because it is not
2162           provided by all distributions and removed from at least one.
2163         * powerdns plugin: The new powerdns plugin reads statistics from an
2164           authoritative or a recursing PowerDNS name server.
2165         * rrdtool plugin: The size of the files generated with the default
2166           configuration has been decreased.
2167         * tail plugin: The new tail plugin can be used to gather statistics by
2168           continuously reading from log files.
2169         * teamspeak2 plugin: The new teamspeak2 plugin connects to a
2170           TeamSpeak2 server and collects statistics about the number of users
2171           and number of channels.
2172         * users plugin: Support for the statgrab library has been added.
2173         * vmem plugin: The new vmem plugin collects very detailed statistics
2174           about the virtual memory subsystem of Linux.
2175
2176 2008-08-30, Version 4.3.4
2177         * Build system: Improved detection of and linking with the statgrab
2178           library.
2179         * collectd: Portability fixes, especially to determine endianness more
2180           reliable.
2181         * Various plugins: Fix format strings.
2182         * disk plugin: A fix for giving disks under Linux 2.4 the right names
2183           again has been applied.
2184         * memcached plugin: Fix a too short timeout and a related file
2185           descriptor leak.
2186         * memory plugin: A typo in the libstatgrab code has been fixed.
2187         * network plugin: A fix in the initialization function solves problems
2188           under Solaris.
2189         * nginx plugin: A thread-unsafe function has been replaced.
2190         * vserver plugin: A thread-unsafe function has been replaced.
2191         * wireless plugin: A work-around for broken wireless drivers has been
2192           added.
2193
2194 2008-04-22, Version 4.3.3
2195         * build system: Improved detection of several libraries, especially if
2196           they are in non-standard paths.
2197         * build system: Portability fixes: Automatically define "_REENTRANT"
2198           if the libc expects it.
2199         * collectd: Error and warning messages have been improved.
2200         * collectd: Check for the BYTE_ORDER and BIG_ENDIAN defines before
2201           using them.
2202         * apache plugin: Allocate new memory when reading a webpage instead of
2203           using a buffer of static size.
2204         * exec plugin: Close (almost) all filedescriptors before exec(2)ing
2205           the program.
2206         * hddtemp plugin: Error and warning messages have been improved.
2207         * sensors plugin: Fix sensor collection for some chip types.
2208
2209 2008-03-29, Version 4.3.2
2210         * collectd: Fix configuration of the `FailureMax', `WarningMax', and
2211           `Persist' threshold options.
2212         * collectd: Fix handling of missing values in the global value cache.
2213         * collectd: Improved error messages when parsing the configuration.
2214         * sensors plugin: Fix temperature collection with libsensors4.
2215         * unixsock plugin: Fix mixed input and output operation on streams.
2216         * wireless plugin: Fix reading noise value.
2217
2218 2008-03-05, Version 4.3.1
2219         * exec plugin: Set supplementary group IDs.
2220         * network plugin:
2221           + Use `memcpy' when constructing/parsing a package to avoid
2222             alignment problems on weird architectures, such as Sparc.
2223           + Translate doubles to/from the x86 byte representation to ensure
2224             cross-platform compatibility.
2225         * ping plugin: Correct the handling of the `TTL' setting.
2226         * swap plugin: Reapply a patch for Solaris.
2227         * tcpconns plugin: Portability improvements.
2228
2229 2008-02-18, Version 4.3.0
2230         * collectd: Notifications have been added to the daemon. Notifications
2231           are status messages that may be associated with a data instance.
2232         * collectd: Threshold checking has been added to the daemon. This
2233           means that you can configure threshold values for each data
2234           instance. If this threshold is exceeded a notification will be
2235           created.
2236         * collectd: The new `FQDNLookup' option tells the daemon to use the
2237           full qualified domain name as the hostname, not just the host part
2238           es returned by `gethostname(2)'.
2239         * collectd: Support for more than one `TypesDB' file has been added.
2240           This is useful when one such file is included in a package but one
2241           wants to add custom type definitions.
2242         * collectd: The `Include' config option has been expanded to handle
2243           entire directories and shell wildcards.
2244         * collectdmon: The new `collectdmon' binary detects when collectd
2245           terminates and automatically restarts it again.
2246         * csv plugin: The CSV plugin is now able to store counter values as a
2247           rate, using the `StoreRates' configuration option.
2248         * exec plugin: Handling of notifications has been added and the
2249           ability to pass arguments to the executed programs has been added.
2250         * hddtemp plugin: The new `TranslateDevicename' option lets you
2251           disable the translation from device names to major-minor-numbers.
2252         * logfile plugin: Handling of notifications has been added.
2253         * ntpd plugin: The new `ReverseLookups' can be used to disable reverse
2254           domain name lookups in this plugin.
2255         * perl plugin: Many internal changes added support for handling multiple
2256           threads making the plugin reasonably usable inside collectd. The API has
2257           been extended to support notifications and export global variables to
2258           Perl plugins; callbacks now have to be identified by name rather than a
2259           pointer to a subroutine. The plugin is no longer experimental.
2260         * uuid plugin: The new UUID plugin sets the hostname to an unique
2261           identifier for this host. This is meant for setups where each client
2262           may migrate to another physical host, possibly going through one or
2263           more name changes in the process. Thanks to Richard Jones from
2264           Red Hat's Emerging Technology group for this plugin.
2265         * libvirt: The new libvirt plugin uses the `libvirt' library to query
2266           CPU, disk and network statistics about guest systems on the same
2267           physical server. Thanks to Richard Jones from Red Hat's Emerging
2268           Technology group for this plugin.
2269
2270 2008-04-22, Version 4.2.7
2271         * build system: Improved detection of several libraries, especially if
2272           they are in non-standard paths.
2273         * build system: Portability fixes: Automatically define "_REENTRANT"
2274           if the libc expects it.
2275         * collectd: Error and warning messages have been improved.
2276         * collectd: Check for the BYTE_ORDER and BIG_ENDIAN defines before
2277           using them.
2278         * apache plugin: Allocate new memory when reading a webpage instead of
2279           using a buffer of static size.
2280         * exec plugin: Close (almost) all filedescriptors before exec(2)ing
2281           the program.
2282         * hddtemp plugin: Error and warning messages have been improved.
2283         * sensors plugin: Fix sensor collection for some chip types.
2284
2285 2008-03-29, Version 4.2.6
2286         * collectd: Improved error messages when parsing the configuration.
2287         * sensors plugin: Fix temperature collection with libsensors4.
2288         * unixsock plugin: Fix mixed input and output operation on streams.
2289         * wireless plugin: Fix reading noise value.
2290
2291 2008-03-04, Version 4.2.5
2292         * apache plugin: Improved initialization and error messages.
2293         * exec plugin: Set supplementary group IDs.
2294         * network plugin:
2295           + Create separate threads for reading from the socket and parsing
2296             and dispatching incoming packets. Versions prior to this may have
2297             problems in high-load situations, where the socket receive buffers
2298             overflows, resulting in gaps in the data.
2299           + Use `memcpy' when constructing/parsing a package to avoid
2300             alignment problems on weird architectures, such as Sparc.
2301           + Translate doubles to/from the x86 byte representation to ensure
2302             cross-platform compatibility.
2303         * ping plugin: Correct the handling of the `TTL' setting.
2304         * rrdtool plugin: Ensure correct handling of the `RRATimespan' option.
2305         * swap plugin: Reapply a patch for Solaris.
2306         * tcpconns plugin: Portability improvements.
2307
2308 2008-01-21, Version 4.2.4
2309         * unixsock plugin: A bug in the unixsock plugin caused it not to set
2310           the permission on the socket as documented in the manpage. Thanks to
2311           Evgeny Chukreev for fixing this issue.
2312         * collectd: The documentation has been improved.
2313
2314 2007-12-28, Version 4.2.3
2315         * sensors plugin: Updated the plugin to build and work with version 3
2316           of the libsensors library.
2317
2318 2007-12-15, Version 4.2.2
2319         * nginx plugin: Incorrect comparison of strings lead to a segfault
2320           when using the plugin. Thanks to Saulius Grigaliunas for fixing
2321           this.
2322         * logfile plugin: The config option `Timestamp' was handled
2323           incorrectly and basically always active. Thanks to Luke Heberling
2324           for fixing this.
2325
2326 2007-11-08, Version 4.2.1
2327         * tcpconns plugin: Don't complain about a missing file if IPv6 is not
2328           enabled on the host.
2329         * snmp plugin: Fix a memory leak.
2330
2331 2007-10-27, Version 4.2.0
2332         * collectd: The new config option `Include' lets you include other
2333           configfiles and thus split up your config into smaller parts. This
2334           may be especially interesting for the snmp plugin to keep the data
2335           definitions separate from the host definitions.
2336         * ipvs plugin: The new `ipvs' plugin collects IPVS connection statistics
2337           (number of connections, octets and packets for each service and
2338           destination). Thanks to Sebastian Harl for this plugin.
2339         * memcached plugin: The new `memcached' plugin connects to a memcached
2340           daemon process and collects statistics of this distributed caching
2341           system. Thanks to Antony Dovgal for contributing this plugin.
2342         * nginx plugin: The new `nginx' plugin reads the status page of an
2343           nginx daemon and saves the handled connections and requests.
2344         * perl plugin: Many changes, including the added `EnableDebugger'
2345           config option which lets you debug your Perl plugins more easily.
2346         * rrdtool plugin: Use the thread-safe RRD-library if available. Try to
2347           be more thread-safe otherwise by locking calls to the library.
2348         * snmp plugin: Added the options `Scale' and `Shift' to Data-blocks to
2349           correct the values returned by SNMP-agents. If a <data> block is
2350           defined as `table' the instance is now optional. The sequence number
2351           is used as the type-instance in this case. The new `InstancePrefix'
2352           option allows to add arbitrary prefixes to the type-instance.
2353         * tcpconns plugin: The new `tcpconns' plugin collects the number of
2354           certain TCP connections and what state they're in. This can be used
2355           to see how many connections your FTP server has to handle or how
2356           many outgoing connections your mailserver has open.
2357
2358 2008-01-11, Version 4.1.6
2359         * unixsock plugin: A bug in the unixsock plugin caused it not to set
2360           the permission on the socket as documented in the manpage. Thanks to
2361           Evgeny Chukreev for fixing this issue.
2362         * collectd: The documentation has been improved.
2363
2364 2007-12-27, Version 4.1.5
2365         * rrdtool plugin: Fix a memory leak that only occurred in very-low-
2366           memory situations.
2367         * sensors plugin: Updated the plugin to build and work with version 3
2368           of the libsensors library.
2369
2370 2007-11-08, Version 4.1.4
2371         * Build system: Improve detection of the rrd library, especially if
2372           it's in a non-standard location.
2373         * Build system: A bug when parsing the argument for
2374           `--with-libnetsnmp' has been fixed.
2375         * collectd: Implement `strerror_r' if the libc doesn't provide it.
2376         * rrdtool plugin: Fix a bug in the shutdown sequence that might cause
2377           a deadlock or delay when shutting down the daemon.
2378         * snmp plugin: Fix a memory leak.
2379
2380 2007-10-24, Version 4.1.3
2381         * collectd: A build issue under Solaris has been resolved by renaming
2382           data types.
2383         * rrdtool plugin: Use the thread-safe RRD-library if available. Try to
2384           be more thread-safe otherwise by locking calls to the library.
2385
2386 2007-09-28, Version 4.1.2
2387         * apcups plugin: Fix reporting of the `load percent' data.
2388         * wireless plugin: Correct the handling of cards returning signal and
2389           noise quality as percentage.
2390         * perl plugin: Fix a possible buffer overflow in get_module_name().
2391         * build system: Further improve the detection of libraries.
2392         * netlink plugin: Build issues under some older versions of the Linux
2393           includes (i. e. Debian Sarge) have been fixed.
2394         * snmp plugin: Fix a potential segfault when a host times out. Add
2395           support for the `timeticks' type. 
2396
2397 2007-09-12, Version 4.1.1
2398         * Build system: The detection of `libnetlink' has been improved.
2399         * collectd: The documentation has been fixed in numerous places.
2400         * exec plugin: Setting the group under which to run a program has been
2401           fixed.
2402         * collectd: The `sstrerror' function was improved to work correctly
2403           with the broken GNU version of `strerror_r'.
2404         * collectd: Write an error message to STDERR when loading of a plugin
2405           fails.
2406         * apcups plugin: Fix the `types' used to submit the values: They still
2407           has an `apcups_' prefix which doesn't work anymore.
2408         * rrdtool plugin: Create new RRD-files with the `begin' time set to
2409           whatever the client thinks is `now'..
2410
2411 2007-09-01, Version 4.1.0
2412         * Build system: The build system has been changed to automatically
2413           disable all plugins, which are missing dependencies. The dependency
2414           checking has been removed from the plugins themselves to remove
2415           redundancy.
2416         * Flexible interval: The interval of collected data is now sent along
2417           with the data itself over the network, so that the interval-settings
2418           of server and clients no longer needs to match.
2419         * netlink plugin: The new `netlink' plugin connects to the Linux
2420           kernel using a netlink socket and uses it to query information about
2421           interfaces, qdiscs and classes.
2422         * rrdtool plugin: The cache is now dumped to disk in an extra thread
2423           to not block data collection.
2424         * snmp plugin: The new `snmp' plugin can read values from SNMP enabled
2425           network devices, such as switches, routers, thermometers, rack
2426           monitoring servers, etc. The collectd-snmp(5) manpage documents this
2427           plugin.
2428         * unixsock plugin: Added the `LISTVAL' command.
2429         * xmms plugin: The new `xmms' plugin graphs the bitrate and frequency
2430           of music played with xmms.
2431
2432 2007-09-28, Version 4.0.9
2433         * apcups plugin: Fix reporting of the `load percent' data.
2434         * wireless plugin: Correct the handling of cards returning signal and
2435           noise quality as percentage.
2436         * perl plugin: Fix a possible buffer overflow in get_module_name().
2437
2438 2007-09-12, Version 4.0.8
2439         * collectd: The `sstrerror' function was improved to work correctly
2440           with the broken GNU version of `strerror_r'.
2441         * collectd: Write an error message to STDERR when loading of a plugin
2442           fails.
2443         * apcups plugin: Fix the `types' used to submit the values: They still
2444           has an `apcups_' prefix which doesn't work anymore.
2445         * rrdtool plugin: Create new RRD-files with the `begin' time set to
2446           whatever the client thinks is `now'..
2447
2448 2007-08-26, Version 4.0.7
2449         * documentation: Some typos have been fixed and some information has
2450           been improved.
2451         * build system: Many fixes for detecting libraries in unusual places,
2452           such as on RedHat systems. The affected libraries are `libcurl',
2453           `libmysql', and `libupsclient'.
2454         * network plugin: Allow the `Port' option to be specified as a number
2455           (i. e. without quotes).
2456         * nut plugin: A fix allows linking the nut plugin against
2457           libupsclient, version >= 2.2.0.
2458         * processes plugin: Fix a potential segmentation fault.
2459
2460 2007-07-30, Version 4.0.6
2461         * sensors plugin: Fix the ignorelist functionality: Only the `type
2462           instance' was used to match against the list, but the documentation
2463           told otherwise. This release fixes the code, so it complies with the
2464           documentation.
2465         * syslog plugin: Call `openlog' right when the plugin is loaded, so
2466           configuration messages will end up in the logging facility.
2467         * conrtib/fedora: The contributed specfile for Fedora has been
2468           updated.
2469
2470 2007-07-05, Version 4.0.5
2471         * Portability: More fixes for OpenBSD have been included.
2472
2473 2007-06-24, Version 4.0.4
2474         * cpu plugin: Fixed the Solaris code.
2475         * dns plugin: Fixed a build issue for OpenBSD.
2476         * interface plugin: Fixed the Solaris code.
2477         * load plugin: Fixed the alternative `/proc' Linux code.
2478         * memory plugin: Fixed the Solaris code.
2479         * oconfig: Don't require `-lfl' anymore.
2480
2481 2007-06-19, Version 4.0.3
2482         * cpu plugin: Fix the Darwin / Mac OS X code.
2483         * ping plugin: Use the return value of `getpid', not its address.
2484         * csv, rrdtool plugin: Fixed a bug that prevented an buffer to be
2485           initialized correctly.
2486         * configure: Added `--with-nan-emulation' to aid cross compilation.
2487
2488 2007-06-12, Version 4.0.2
2489         * hddtemp and ntpd plugin: Corrected the parsing of port numbers when
2490           they're given in numerically form.
2491
2492 2007-06-07, Version 4.0.1
2493         * iptables plugin: A bug in the configuration routine has been fixed.
2494           Setting a comment in the configfile will no longer cause a
2495           segmentation fault.
2496
2497 2007-06-03, Version 4.0.0
2498         * collectd: The plugin-infrastructure has been changed to allow for
2499           more types of plugins, namely `write' and `log' plugins.
2500         * collectd: The read-function has been changed to read many plugins in
2501           parallel, using threads. Thus, plugins generally need to use
2502           thread-safe functions from now on.
2503         * collectd: The '-t' command line options allows to perform syntax tests
2504           of the configuration file and exit immediately.
2505         * csv plugin: The new `csv' plugin handles output to `comma separated
2506           values'-files.
2507         * rrdtool plugin: The new `rrdtool' plugin handles output to
2508           RRD-files. Data can be cached to combine multiple updates into one
2509           write to increase IO-performance.
2510         * network plugin: The new `network' plugin handles IO via the network.
2511           It implements a different, much more extensible protocol which can
2512           combine many values in one packet, decreasing the number of UDP-
2513           packets being sent. It can read from and send to the network and
2514           with the appropriate configuration even forward packets to other
2515           networks.
2516         * unixsock plugin: The new `unixsock' plugin provides an interface to
2517           communicate with the daemon while it is running. Right now the
2518           commands `GETVAL' and `PUTVAL' are implemented, but more are to
2519           come.
2520         * perl plugin: The new `perl' plugin allows you to write extensions
2521           for collectd in the scripting-language Perl.
2522         * logfile plugin: The new `logfile' plugin writes logmessages to files
2523           or STDOUT or STDERR.
2524         * syslog plugin: The new `syslog' plugin sends logmessages to the
2525           system's syslog daemon.
2526         * entropy plugin: The new `entropy' plugin collects the amount of
2527           entropy currently being available to the system.
2528         * exec plugin: The new `exec' plugin forks child processes and reads
2529           back values provided by the forked processes.
2530         * iptables plugin: The new `iptables' plugin reads counters from
2531           iptables rules. Thanks to Sjoerd van der Berg for contributing this
2532           plugin.
2533         * irq plugin: The new `irq' plugin collects the IRQ-counters. Thanks
2534           to Peter Holik for contributing this plugin.
2535         * nut plugin: The new `nut' plugin connects the upsd of the `network
2536           ups tools' and reads information about the connected UPS.
2537         * apache plugin: Support for lighttpd's `BusyServers' (aka.
2538           connections) field was added by Florent Monbillard.
2539         * collectd-nagios: The new `collectd-nagios' binary queries values
2540           from collectd, parses them and exits according to Nagios-standards.
2541         * manpages: The manpages have been improved a lot.
2542
2543 2007-09-28, Version 3.11.7
2544         * wireless plugin: Correct the handling of cards returning signal and
2545           noise quality as percentage.
2546
2547 2007-08-31, Version 3.11.6
2548         * processes plugin: Fix a potential segmentation fault.
2549
2550 2007-05-29, Version 3.11.5
2551         * configure: Added `AC_SYS_LARGEFILE' for LFS.
2552         * ntpd plugin: Fix a potential buffer overflow.
2553         * processes plugin: Fix a bug when run under Linux 2.4. All processes
2554           were accounted as `zombies'.
2555
2556 2007-04-10, Version 3.11.4
2557         * dns plugin: Change the order of includes to make the plugin compile
2558           under FreeBSD.
2559
2560 2007-03-30, Version 3.11.3
2561         * configure: Have the configure-script define `HAVE_LIBKSTAT' instead
2562           of the unused `COLLECT_KSTAT'.
2563
2564 2007-02-11, Version 3.11.2
2565         * plugin: Catch NULL-pointer and try to fix them. Otherwise the
2566           NULL-pointer may have been passed to `printf' which causes a
2567           segfault with some libcs.
2568
2569 2007-02-10, Version 3.11.1
2570         * df plugin: Some wrong defines have been fixed so the plugin works
2571           under Solaris again.
2572         * dns plugin: The usage of a struct has been fixed to work with
2573           non-GNU libcs.
2574         * processes plugin: Some missing defines have been added so the plugin
2575           compiles cleanly under FreeBSD and presumably other UNIXes.
2576
2577 2006-12-22, Version 3.11.0
2578         * collectd: The new command line option `-P' makes it easier for
2579           distributors to change the location of PID-files.
2580         * collectd: The daemon shuts down faster now which makes it easier to
2581           write init.d-scripts for it.
2582         * apache plugin: Increase the buffersize to 16k, because the 4k buffer
2583           caused problems every now and then.
2584         * df plugin: New config options allow to ignore certain mountpoints,
2585           filesystem types or devices.
2586         * dns plugin: The new dns plugin uses `libpcap' to capture DNS traffic
2587           and interprets it. It collects traffic as well as qtype, opcode and
2588           rcode counts.
2589         * email plugin: Sebastian Harl has contributed this plugin which
2590           counts received mails in categories (e. g. ham, spam, virus), spam
2591           score (as given by SpamAssassin) and check types.
2592         * mbmon plugin: Flavio Stanchina has contributed this plugin which
2593           uses `mbmon' to gather information from sensors on the motherboard.
2594         * processes plugin: Collect detailed statistics for configured
2595           processes, that's process and thread count, CPU usage, resident
2596           segment size and pagefaults.
2597         * multimeter plugin: Peter Holik contributed a new plugin which
2598           queries multimeters.
2599         * sensors plugin: Lubos Stanek has put much effort into improving this
2600           plugin, including `extended naming', collection of voltage values
2601           and the possibility to ignore certain values.
2602
2603 2006-12-21, Version 3.10.4
2604         * Max Kellermann has identified a bug in the server routine: When
2605           opening a socket fails the daemon will (re)try opening the socket in
2606           an endless loop, ultimately leading to a `EMFILE' error.
2607
2608 2006-11-04, Version 3.10.3
2609         * Lubos Stanek has identified a bug in the ntpd-plugin: When the
2610           ntpd's reply was sent in more than one packet, the buffer size was
2611           calculated incorrectly, resulting in the reading of uninitialized or
2612           freed memory.
2613
2614 2006-11-01, Version 3.10.2
2615         * The sample config file has been improved.
2616         * Errors in the manpages have been corrected.
2617         * The ping-plugin now adds hosts during initialization, not during
2618           startup. This speeds up startup when no network connectivity is
2619           available. Also, the hosts are being added later when the network is
2620           available.
2621         * Improved BSD-support for the df-plugin.
2622         * Fixed syntax errors in the swap-plugin for Mac OS X.
2623         * Fix a wrong structure being passed to `getnameinfo' in the ntpd-
2624           plugin.
2625         * Don't disable the mysql-plugin if connecting to the database fails
2626           during initialization. Instead, try again in increasing intervals.
2627
2628 2006-07-19, Version 3.10.1
2629         * A bug in the apcups plugin was fixed: Is the plugin is loaded, but
2630           the apcups cannot be reached, unconnected sockets will pile up and
2631           eventually lead to `Too many open files' errors.
2632
2633 2006-07-09, Version 3.10.0
2634         * The `disk' plugin has been ported to Darwin.
2635         * The `battery' plugin should work on many Apple computers now.
2636         * The `traffic' plugin can now ignore certain interfaces. Also,
2637           statistics for sent/received packets and errors have been added.
2638         * A plugin to monitor APC UPSes using `apcupsd' has been added. Thanks
2639           to Anthony Gialluca for contributing this plugin and providing me
2640           with a test environment :)
2641         * A plugin for monitoring an NTP instance and the local clock drift
2642           has been added.
2643
2644 2006-06-25, Version 3.9.4
2645         * The Solaris code in the `swap' plugin has been changed to reflect
2646           the numbers returned by `swap -s'. Thanks to Christophe Kalt for
2647           working this out.
2648         * The debugging system has been fixed to work with the Sun libc.
2649         * When built without librrd the variable `operating_mode' could be
2650           uninitialized. Thanks to David Elliot for reporting the bug.
2651
2652 2006-06-01, Version 3.9.3
2653         * Fixed the ping-plugin under FreeBSD and Mac OS X. Potentially other
2654           operating systems also profit from the changes, but I wasn't able to
2655           check that.
2656         * Changed the build system to find the netinet-includes under FreeBSD
2657           and therefore successfully build the `liboping' library there.
2658
2659 2006-05-09, Version 3.9.2
2660         * Applied a patch to the `liboping' library. Due to a bug in the
2661           sequence checking the `ping' plugin stopped working after
2662           approximately 7.6 days.
2663
2664 2006-05-09, Version 3.8.5
2665         * Applied a patch to the `liboping' library. Due to a bug in the
2666           sequence checking the `ping' plugin stopped working after
2667           approximately 7.6 days.
2668
2669 2006-04-21, Version 3.9.1
2670         * Build issues with Solaris and possible other architectures have been
2671           resolved.
2672         * Problems when building the `apache'-plugin without `libcurl' have
2673           been resolved.
2674         * A bug in the `ping' plugin has been fixed. Sorry folks.
2675
2676 2006-04-02, Version 3.9.0
2677         * A plugin to monitor the Apache webserver has been added.
2678           <http://httpd.apache.org/>
2679         * A plugin to collect statistics about virtual servers using VServer.
2680           <http://linux-vserver.org/> Thanks to Sebastian Harl for writing
2681           this plugin :)
2682         * A plugin for wireless LAN cards has been added. It monitors signal
2683           strength, link quality and noise ratio..
2684         * A plugin for Apple hardware sensors has been added.
2685         * An option to compile collectd with different `step' and `heartbeat'
2686           settings has been added. The size of RRAs is no longer static but
2687           calculated based on the settings for `step' and `width'.
2688         * The `ping' plugin can now be configured to use a certain TTL.
2689         * A plugin to monitor the hardware sensors of Apple computers has been
2690           added.
2691         * The plugins `cpu', `memory', `processes' and `traffic' have been
2692           ported to Mach/Darwin (Mac OS X).
2693         * The `log mode' has been contributed by Christophe Kalt. It writes
2694           the data into text files rather than RRD files.
2695
2696 2006-04-09, Version 3.8.4
2697         * Applied patch by Vincent Stehlé which improves the disk-name
2698           resolution in the `hddtemp' plugin for Linux systems.
2699
2700 2006-04-02, Version 3.8.3
2701         * Applied a patch by James Byers: The MySQL plugin was not working
2702           with MySQL 5.0.2 or later.
2703
2704 2006-03-14, Version 3.8.2
2705         * `utils_mount.c' has been changed to not use the `MNTTAB' defined by
2706           the GNU libc, because it points to `/etc/fstab' rather than
2707           `/etc/mtab'.
2708
2709 2006-03-13, Version 3.8.1
2710         * Fixes for building collectd under FreeBSD, Mac OS X and Solaris.
2711         * Fixes in the debian `postinst' and `init.d' scripts.
2712
2713 2006-03-09, Version 3.8.0
2714         * The `ping' plugin no longer uses `libping' but a self written
2715           library named `liboping'. With this library it's possible to ping
2716           multiple IPv4 and IPv6 addresses and hostnames - in parallel.
2717
2718 2006-02-18, Version 3.7.2
2719         * A simple bug in the `battery' plugin has been fixed. It should now
2720           work with ACPI based batteries as well. Thanks to Sebastian for
2721           fixing this.
2722         * Fixing a bug that prevented collectd to be built without librrd.
2723           Thanks to Werner Heuser for reporting it.
2724
2725 2006-02-04, Version 3.7.1
2726         * The new network code has been improved to build with older versions
2727           of glibc.
2728         * Fix in `libping' sets the ICMP sequence on outgoing packets. Thanks
2729           to Tommie Gannert for this patch.
2730
2731 2006-01-30, Version 3.7.0
2732         * The `battery' plugin has been added. It collects information about
2733           laptop batteries..
2734         * The MySQL plugin has been improved: It now writes two more RRD
2735           files, `mysql_qcache.rrd' and `mysql_threads.rrd'.
2736         * The `cpufreq' plugin now reads another file since the file it did
2737           read so far causes much overhead in the kernel. Also, you need root
2738           to read the old file, but not to read the new one.
2739         * The `hddtemp' plugin can now be configured to connect to another
2740           address and/or port than localhost.
2741         * The `df' plugin now prefers `statvfs' over `statfs'.
2742         * The network code has been rewritten. collectd now supports unicast
2743           and multicast, and IPv4 and IPv6. Also, the TTL of sent packages can
2744           be set in the configfile.
2745
2746 2006-01-24, Version 3.6.2
2747         * Due to a bug in the configfile handling collectd wouldn't start in
2748           client mode. This released fixes this.
2749
2750 2006-01-20, Version 3.6.1
2751         * Due to a bug in `configure.in' all modules and the binary were
2752           linked against `libmysqlclient'. This issue is solved by this
2753           release.
2754
2755 2006-01-17, Version 3.6.0
2756         * A config file has been added. This allows for loading only specific
2757           plugins.
2758         * A `df' plugin has been added.
2759         * A `mysql' plugin has been added.
2760         * The `ping' plugin doesn't entirely give up hope when a socket error
2761           occurred, but will back of and increase the intervals between tries.
2762
2763 2006-01-21, Version 3.5.2
2764         * Fixed yet another bug in the signal handling.. Stupid typo..
2765         * Improved the ping plugin to not give up on socket errors (backport
2766           from 3.6.0).
2767
2768 2005-12-18, Version 3.5.1
2769         * The PID-file is now deleted correctly when shutting down the daemon.
2770         * SIGINT and SIGTERM are now handled correctly.
2771
2772 2005-12-16, Version 3.5.0 (Revision 326)
2773         * A bug in the `load' module under Solaris has been fixed.
2774         * The `users' module has been contributed by Sebastian Harl. It counts
2775           currently logged in users.
2776         * The CPU module now works under FreeBSD without the use of
2777           `libstatgrab', however SMP support is missing.
2778         * The default directories for the RRD files and the PID file now
2779           depend on the compile time setting of `localstatedir'.
2780
2781 2005-11-15, Version 3.4.0 (Revision 236)
2782         * A PID-file is written to /var/run upon startup. Thanks to `Tommie'
2783           from gentoo's bugzilla for writing the patch.
2784         * The build dependency for librrd has been removed. Binaries built
2785           without librrd are client-only and will multicast their value as
2786           with the `-c' argument.
2787         * A patch by Peter Holik adds a module for monitoring CPU frequencies.
2788         * The newly introduced `-f' switch prevents daemon initialization
2789           (forking, closing standard filehandles, etc.) Thanks to Alvaro
2790           Barcellos for this patch.
2791
2792 2005-11-04, Version 3.3.0 (Revision 216)
2793         * New modules have been added:
2794           - `serial', for monitoring traffic on the serial interfaces
2795           - `nfs', for graphing NFS procedure calls
2796           - `tape', traffic from/to tape devices
2797         * The memory.rrd now accepts more than 4Gig of memory.
2798
2799 2005-10-26, Version 3.2.0 (Revision 200)
2800         * Support for graphing the processes has been added (thanks to Lyonel
2801           Vincent)
2802         * If reading from hddtemp fails collectd will increase the time
2803           between polls up to one day.
2804         * The init.d files have been improved.
2805         * Problems with the spec file have been fixed.
2806
2807 2005-10-16, Version 3.1.0 (Revision 194)
2808         * Added the `setsid' syscall to the startup code.
2809         * Support for hddtemp has been added (thanks to Vincent Stehlé)
2810
2811 2005-09-30, Version 3.0.0 (Revision 184)
2812         * The ability to send/receive data to/from the network (think
2813           multicast) has been added.
2814         * Modules have been split up into shared libraries can be loaded at
2815           runtime. The biggest advantage is that the core program doesn't need
2816           to be linked against an external library.
2817         * A patch by George Kargiotakis has been applied: It fixes the sensors
2818           behaviour then more than one sensor is being queried.
2819
2820 2005-09-16, Version 2.1.0 (Revision 172)
2821         * A module for swap statistics has been added.
2822
2823 2005-09-09, Version 2.0.0 (Revision 135)
2824         * Filenames can no longer be configured at program startup. The only
2825           options as of this version are the directory and ping hosts.
2826         * CPU statistics now include Wait-IO. If provided under Linux IRQ and
2827           Soft-IRQ statistics are added to `System'. 
2828         * Diskstats now collect read and write bytes, not sectors.
2829         * Ping statistics can now be collected for more than one host. There
2830           is no default any more: If no host is given no host will be pinged.
2831         * A self-written patch for libping has been applied so it builds
2832           cleanly.
2833
2834 2005-09-01, Version 1.8.1 (Revision 123)
2835         * Much improved configure-script: libraries and features may now be
2836           disabled.
2837         * More detailed warnings/error messages when RRD update fails.
2838
2839 2005-08-29, Version 1.8.0:
2840         * Support for collecting disk statistics under Solaris.
2841
2842 2005-08-25, Version 1.7.0:
2843         * Support for libstatgrab[1] for load, memory usage and network
2844           traffic. CPU- and disk-usage are not (yet) supported, since
2845           libstatgrab returns insufficient information. I will contact the
2846           authors.
2847         * Improved the CPU-initialization code for Solaris. Apparently CPUs
2848           aren't necessarily counted linear which is now handled correctly.
2849         [1]: http://www.i-scream.org/libstatgrab/
2850
2851 2005-08-21, Version 1.6.0:
2852         * Basic support for Solaris: System load and cpu-usage can be
2853           collected under Solaris, too. Other stats will follow later.
2854         * Many fixes in the autoconf-script
2855         * Collection/Museum scripts have been added under contrib/museum
2856         * collectd may now be started in unprivileged mode, though ping
2857           statistics will not work.
2858
2859 2005-07-17, Version 1.5.1:
2860         * Diskstats-RRDs now use major/minor for naming. Some systems have
2861           weird strings as disk-names..
2862
2863 2005-07-17, Version 1.5:
2864         * A new module, diskstats, has been added. It collects information
2865           about the disks and partitions.
2866
2867 2005-07-11, Version 1.4.2:
2868         * The meminfo module has been changed to work with more platforms
2869           and/or kernel versions.
2870
2871 2005-07-10, Version 1.4.1: Correct traffic stats
2872         * The traffic rrd-file is now created with DS-type `COUNTER' which I
2873           forgot to correct when I changed that module.
2874
2875 2005-07-09, Version 1.4: More traffic stats
2876         * Traffic is now collected for all interfaces that can be found
2877         * Temperature-statistics are read from lm-sensors if available
2878
2879 2005-07-08, Version 1.3: CPU stats
2880         * Collecting CPU statistics now
2881
2882 2005-07-12, Version 1.2: Using syslog
2883         * collectd is now using the syslog facility to report errors, warnings
2884           and the like..
2885         * The default directory is now /var/db/collectd
2886
2887 2005-07-10, Version 1.1: Minor changes
2888         * Nothing really useful to say ;)
2889
2890 2005-07-09, Version 1.0: Initial Version
2891         * The following modules are provided:
2892           * Load average
2893           * Ping time
2894           * Traffic
2895           * Memory info