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