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