Code

po/: Updated Portuguese debconf translation; thanks to Américo Monteiro.
[pkg-collectd.git] / debian / changelog
1 collectd (5.1.0-2) UNRELEASED; urgency=low
3   * debian/collectd-core.postinst:
4     - Don't create unused temp. directory.
5   * debian/control, debian/rules:
6     - Build depend on libmodbus-dev and enabled modbus plugin. 5.1 now
7       supports libmodbus 3; thanks to Ivo De Decker for reporting this
8       (Closes: #639796).
9   * debian/po:
10     - Updated Swedish debconf translation; thanks to Martin Bagge
11       (Closes: #677842).
12     - Added Slovak debconf translation; thanks to 'helix84'
13       (Closes: #677902).
14     - Updated Danish debconf translation; thanks to Joe Dalton
15       (Closes: #677908).
16     - Updated Czech debconf translation; thanks to Martin Šín
17       (Closes: #677949).
18     - Updated Russian debconf translation; thanks to Yuri Kozlov
19       (Closes: #678016).
20     - Updated Portuguese debconf translation; thanks to Américo Monteiro
21       (Closes: #678048).
23  -- Sebastian Harl <tokkee@debian.org>  Fri, 29 Jun 2012 22:17:27 +0200
25 collectd (5.1.0-1) unstable; urgency=low
27   * New upstream release (Closes: #630968):
28     - syslog plugin now supports logging notifications; thanks to Trent W.
29       Buck for suggesting this (Closes: #632940).
30     New plugins:
31     - AMQP output plugin: amqp
32     - AIX logical partitions statistics: lpar (disabled in Debian; AIX only)
33     - Network interface card statistics: ethstat (disabled on kfreebsd; Linux
34       only)
35     - Linux software-RAID device information: md (disabled on kfreebsd; Linux
36       only)
37     - Information about Non-Uniform Memory Access: numa (disabled on kfreebsd;
38       Linux only)
39     - Redis key-value database server statistics: redis (disabled in Debian;
40       libcredis is not available)
41     - Check thresholds and for missing values: threshold
42     - Varnish HTTP accelerator daemon statistics: varnish
43     - Sends data to Carbon, the storage layer of Graphite: write_graphite
44     - Write values to a MongoDB NoSQL database server: write_mongodb (disabled
45       in Debian; libmongoc is not available)
46     - Write values to a Redis key-value database server: write_redis (disabled
47       in Debian; libcredis is not available)
48     New targets:
49     - Upgrade data-sets from v4 clients to v5: v5upgrade
50   * debian/rules:
51     - Disabled lpar plugin -- this requires AIX (perfstat).
52     - Disabled redis and write_redis plugins -- they require libcredis.
53     - Disabled write_mongodb plugin -- this requires libmongoc.
54     - Disabled ethstat, md, and numa plugins on kfreebsd -- these plugins are
55       Linux specific.
56     - Install contrib/exec-ksm.sh as example.
57   * debian/control:
58     - Added build-dep on librabbitmq-dev, required by the AMQP plugin.
59     - Added build-dep on libvarnish-dev, required by the varnish plugin.
60   * debian/collectd-utils.install:
61     - Install collectdctl and collectdctl.1 to collectd-utils.
62   * debian/libcollectdclient0.symbols:
63     - Added lcc_sort_identifiers introduced in 5.1.0.
64   * debian/NEWS.Debian:
65     - Documented the upgrade from version 4 to 5.
66   * debian/collectd-core.install:
67     - Install migrate-4-5.px.
68   * debian/collectd-core.{config,postinst,templates}:
69     - Added debconf queries and code to automatically migrate from v4.
70   * debian/source/format:
71     - Set to "1.0" for now.
72   * debian/po/:
73     - Updated German debconf template translation.
74   * debian/collectd-core.override:
75     - Limit netlink override to appropriate architectures.
77  -- Sebastian Harl <tokkee@debian.org>  Wed, 13 Jun 2012 08:05:01 +0200
79 collectd (4.10.7-2) unstable; urgency=low
81   * debian/po:
82     - Updated Czech debconf translation; thanks to Martin Šín
83       (Closes: #673693).
84     - Updated Polish debconf translation; thanks to Michał Kułach
85       (Closes: #673697).
86     - Updated Dutch debconf translation; thanks to Jeroen Schot
87       (Closes: #673769).
88     - Updated Swedish debconf translation; thanks to Martin Bagge
89       (Closes: #673888).
90     - Updated Russian debconf translation; thanks to Vladimir Zhbanov
91       (Closes: #673890).
92     - Added Italian debconf translation; thanks to Beatrice Torracca
93       (Closes: #674044).
94     - Updated Portuguese debconf translation; thanks to Américo Monteiro
95       (Closes: #674065).
96     - Updated Danish debconf translation; thanks to Joe Dalton
97       (Closes: #674459).
98     - Updated Brazilian Portuguese debconf translation; thanks to Adriano
99       Rafael Gomes (Closes: #674589).
100     - Updated French debconf translation; thanks to Steve Petruzzello and
101       Christian PERRIER (Closes: #674629).
102     - Updated Spanish debconf translation; thanks to Omar Campagne
103       (Closes: #676383).
104     - Updated German debconf translation based on Holger Wansing's feedback on
105       debian-l10n-german.
107  -- Sebastian Harl <tokkee@debian.org>  Sun, 10 Jun 2012 13:49:32 +0200
109 collectd (4.10.7-1) unstable; urgency=low
111   * New upstream release.
112     - Fixed an endless loop in case the datadir is a symlink pointing to a
113       non-existent target; thanks to Michael Prokop for reporting this and
114       Jonathan Nieder for providing the patch (Closes: #619123).
115     - Use bsd/nlist.h rather than the deprecated nlist.h on FreeBSD fixing a
116       FTBFS on kfreebsd; thanks to Tobias Frost for reporting this
117       (Closes: #664429).
118   * debian/patches/:
119     - Removed ipvs_h_include.dpatch -- applied upstream.
120     - Added rtnl_dump_filter.dpatch, updating the rtnl_dump_filter() signature
121       to recent versions of iproute2.
122   * debian/rules:
123     - Use dpkg-buildflags to determine compiler/linker flags; this also
124       enables hardening build flags; thanks to Moritz Muehlenhoff for
125       providing the patch (Closes: #656271).
126     - Don't force building of the ipvs plugin. The ip_vs.h check has been
127       fixed in configure.
128     - Use /usr/share/javahelper/java-arch.sh to determine the Java
129       architecture directory, thus, making sure armhf and armel are supported
130       as well; thanks to peter green for reporting this and providing the
131       pointer (Closes: #656274).
132     - Work around #673431 (kvm.h requires sys/types.h) by forcing the processes
133       plugin on kfreebsd and manually defining HAVE_STRUCT_KINFO_PROC_FREEBSD.
134   * debian/README.Debian:
135     - Added section 'Cleanup of old data' explaining how to get rid of
136       out-dated data files (e.g. RRD files).
137   * debian/control:
138     - Updated to standards-version 3.9.3 -- no changes.
139     - Build depend on javahelper providing java-arch.sh.
140     - Use linux-any, kfreebsd-any, etc. rather than hardcoded list of
141       non-Linux architectures to make life of porters easier; thanks to Robert
142       Millan for reporting this and providing a pointer to the fix
143       (Closes: #634690).
144     - Explicitly build-depend on libkvm-dev on kfreebsd; this is required by
145       the processes, swap and tcpconns plugins.
146   * debian/collectd-core.postrm, debian/collectd-core.templates:
147     - Prompt the user (debconf priority high) when purging the collected data
148       providing an option to opt out. The question defaults to remove the
149       data; thanks to Trent W. Buck for reporting and discussing this
150       (Closes: #631167).
151   * debian/collectd-core.collectd.init.d:
152     - Added cpufrequtils to should-start, else collectd does not reliably
153       detect all CPUs; thanks to Mathias Bauer for reporting and debugging
154       this (Closes: #662040).
155     - Use the exit codes specified by LSB in 'status' command; thanks to
156       Michael Prokop for reporting this (Closes: #615840).
157   * debian/po/:
158     - Added Danish debconf template translation; thanks to Joe Dalton
159       (Closes: #660918).
160     - Added Brazilian Portuguese debconf template translation; thanks to
161       Adriano Rafael Gomes (Closes: #662174).
162     - Added Polish debconf template translation; thanks to Michał Kułach
163       (Closes: #672739).
165  -- Sebastian Harl <tokkee@debian.org>  Thu, 17 May 2012 15:55:39 +0200
167 collectd (4.10.4-1) unstable; urgency=low
169   * New upstream release.
170     - Added support for Yajl version 2; thanks to John Stamp for reporting
171       this (Closes: #653879).
172     - collectd.conf(5) now documents the "Globals" config option and that this
173       is required for the "perl" and "python" plugins; thanks to Jeff Green
174       for reporting this (Closes: #612784).
175     - Be more verbose about why loading a plugin fails; thanks to Martin
176       Steigerwald for reporting this (Closes: #585975).
177     - Don't abort if including a config file fails; thanks to Reinhard Tartler
178       for reporting this (Closes: #592880).
179     - Fixed FTBFS with GCC 4.6; thanks to Matthias Klose for reporting this
180       and Peter Green and Colin Watson for providing patches
181       (Closes: #625323).
182     - Added support for libnotify 0.7; thanks to Michael Biebl for reporting
183       this (Closes: #636818).
184     - Fixed FTBFS with current libiptc; thanks to Lucas Nussbaum for reporting
185       this (Closes: #614439).
186   * debian/patches:
187     - Removed bts595756-notify_email-segfault -- included upstream.
188     - Removed bts592623-curl_json-file -- included upstream.
189     - Removed bts596128-reheap-fix -- included upstream.
190     - Removed CVE-2010-4336 -- included upstream.
191   * debian/rules:
192     - Append DEB_BUILD_ARCH to JAVA_HOME; this is how it's done in the OpenJDK
193       package.
194     - Split 'build' target into 'build-arch' and 'build-indep' as recommended
195       by policy.
196   * debian/patches/ipvs_h_include, debian/rules:
197     - Let the ipvs plugin use linux/ip_vs.h rather than net/ip_vs.h. Also,
198       make sure to look for the header in /usr/include rather than the kernel
199       directory (which has been deprecated).
200     - Force building of the ipvs plugin since configure is not currently able
201       to correctly check for ip_vs.h.
202   * debian/control:
203     - Updated standards-version to 3.9.2 -- no changes.
204   * debian/collectd-core.collectd.init.d:
205     - Added a description LSB header field.
206   * debian/collectd-core.overrides:
207     - Updated entry for java's binary-or-shlib-defines-rpath.
209  -- Sebastian Harl <tokkee@debian.org>  Mon, 09 Jan 2012 16:10:58 +0100
211 collectd (4.10.1-2.1) unstable; urgency=high
213   * Non-maintainer upload by the security team
214   * Fix DoS in RRD file creation (Closes: #605092)
215     Fixes: CVE-2010-4336
216     Thanks to Florian Forster
218  -- Steffen Joeris <white@debian.org>  Wed, 08 Dec 2010 17:45:50 +1100
220 collectd (4.10.1-2) unstable; urgency=medium
222   * debian/rules:
223     - Added support for ‘powerpcspe’ to the Java arch mapping; thanks to
224       Sebastian Andrzej Siewior for the patch (Closes: #592909).
225   * debian/patches:
226     - Added bts595756-notify_email-segfault -- upstream patch fixing a
227       segfault in the 'notify_email' plugin; thanks to Manuel CISSE for
228       reporting this (Closes: #595756).
229     - Added bts592623-curl_json-file -- upstream patch fixing access to
230       file:// URLs in the 'curl_json' plugin; thanks Baptiste Mille-Mathias
231       for reporting this and pointing out the patch (Closes: #592623).
232     - Added bts596128-reheap-fix -- upstream patch fixing the 'reheap()'
233       function used to manage the "read" callbacks and making sure all plugins
234       get executed correctly and in each interval (Closes: #596128).
235   * Set urgency to "medium" because of the RC bug-fix.
237  -- Sebastian Harl <tokkee@debian.org>  Wed, 08 Sep 2010 22:50:54 +0200
239 collectd (4.10.1-1) unstable; urgency=low
241   * New upstream release.
242   * debian/patches:
243     - Removed bts561577_collectd2html_recursive_fix -- applied upstream.
244     - Removed bts575029-collectd2html-xhtml -- applied upstream.
245     - Removed bts557599_powerdns_fix -- applied upstream.
246   * debian/control:
247     - Updated standards-version to 3.9.1 -- no changes.
249  -- Sebastian Harl <tokkee@debian.org>  Wed, 28 Jul 2010 18:45:31 +0200
251 collectd (4.10.0-1) unstable; urgency=low
253   * New upstream release:
254     New plugins:
255     - Parse XML data: curl_xml
256     - Parse values from Modbus/TCP enabled devices: modbus (disabled in
257       Debian; libmodbus is not available)
258     - Timing values from Pinba: pinba
259   * debian/control:
260     - Build-depend on libprotobuf-c0-dev and protobuf-c-compiler required by
261       the 'pinba' plugin.
262     - Updated to standards-version 3.8.4 -- no changes.
263   * debian/patches:
264     - Removed bts566199_collection_hide_types -- applied upstream.
265     - Removed typo_fixes -- applied upstream.
266     - Added bts575029-collectd2html-xhtml, adding support for XHTML to
267       collectd2html.pl; thanks to Ivan Shmakov for reporting this and Max
268       Henkel and Timur Kirilichev for providing patches (Closes: #575029).
269   * debian/rules:
270     - Define (and pass to configure) $JAR, required by current versions of the
271       Java bindings.
272     - Added support for Renesas SH4 to the Java arch mapping; thanks to
273       Nobuhiro Iwamatsu for the patch (Closes: #564165).
274   * debian/collectd.postinst:
275     - Manually replace /usr/share/doc/collectd/examples/ with a symlink when
276       upgrading from versions << 4.10.0-1~ -- this is not handled by dpkg
277       according to policy 6.6; thanks to Joey Hess for reporting this
278       (Closes: #569268).
279   * debian/collectd-core.overrides:
280     - Override 'capitalization-error-in-description python Python' -- all
281       plugin names are spelled in lower-case letters.
283  -- Sebastian Harl <tokkee@debian.org>  Tue, 08 Jun 2010 00:42:56 +0200
285 collectd (4.9.1-2) unstable; urgency=low
287   * debian/rules:
288     - Re-enabled non-kfreebsd plugins on i386 and amd64, which had been
289       disabled accidentally by using findstring (which does a substring match)
290       to compare DEB_BUILD_ARCH with kfreebsd-{amd64,i386}; thanks to ilia
291       kudirov for reporting this (Closes: #567259).
292     - Replaced all occurrences of 'findstring' with appropriate 'filter'
293       statements to make sure to match words rather than substrings.
295  -- Sebastian Harl <tokkee@debian.org>  Thu, 28 Jan 2010 22:09:16 +0100
297 collectd (4.9.1-1) unstable; urgency=low
299   * New upstream release:
300     New plugins:
301     - Number of context switches done by the OS: contextswitch
302     - Query statistics from mon.itor.us: Monitorus (Perl based plugin)
303     - Collect statistics from NetApp filers: netapp (disabled in Debian;
304       libnetapp is not available)
305     - OpenVZ statistics: OpenVZ (Perl based plugin)
306     - Embedding a Python interpreter: python
307     - Query statistics from RouterOS: routeros (disabled in Debian;
308       librouteros is not available)
309     New matches:
310     - Match values using a hash function of the hostname: hashed
311     New targets:
312     - Scale (multiply) values: scale
313   * debian/control:
314     - Build-depend on "python-dev", required to build the "python" plugin.
315   * debian/collectd-core.install:
316     - Install all collectd-*.5 manpages (in particular, this includes the
317       newly added collectd-python.5).
318   * Added support for kfreebsd-{i386,amd64}; see below for details
319     (Closes: #566521).
320   * debian/control, debian/rules:
321     - Disabled the following Linux-specific plugins / removed the following
322       build-deps on kfreebsd-{i386,amd64}:
323       + "iptables" plugin / iptables-dev
324       + "ipvs" plugin / linux-libc-dev
325       + "madwifi" plugin
326       + "netlink" plugin / iproute-dev
327       + "sensors" plugin / libsensors4-dev
328       + "vserver" plugin
329     - Disabled the following plugins / removed the following build-deps on
330       kfreebsd-{i386,amd64} -- the build-deps are (not yet) available on
331       kfreebsd:
332       + "gmond" plugin / libganglia1-dev
333       + "libvirt" plugin / libvirt-dev
334       + "java" plugin / openjdk6-jdk
335     - Enabled the "rrdcached" plugin and build-depend on librrd-dev (>= 1.4~)
336       (and removed the optional build-dep on librrd2-dev).
337     - Enabled the "tokyotyrant" plugin (except on kfreebsd-{i386,amd64}) and
338       build-depend on libtokyotyrant-dev (which is not available on kfreebsd).
339       Also, build-depend on libtokyocabinet-dev to work around a missing
340       dependency in libtokyotyrant-dev (see #566584).
341   * debian/rules:
342     - Disabled the following plugins on kfreebsd-{i386,amd64} which have not
343       yet been ported to FreeBSD: battery, conntrack, contextswitch, cpufreq,
344       disk, entropy, fscache, irq, nfs, protocols, serial, thermal, vmem,
345       wireless.
346     - Simplified Java archdir mapping: removed entries "pointing" to
347       themselves and let those default to DEB_BUILD_ARCH.
348     - Check whether all patches have been enabled; fail, if not.
349   * debian/patches:
350     - Added bts566199_collection_hide_types.dpatch -- added ability to hide
351       specified types in collection.cgi; thanks to Pavel Piatruk for the patch
352       (Closes: #566199).
353     - Added typo_fixes.dpatch -- fixing some typos in manpages and error
354       messages; thanks to lintian(1) for reporting this.
355   * debian/collectd-core.overrides:
356     - Replaced overrides for spelling-error-in-description with
357       capitalization-error-in-description.
359  -- Sebastian Harl <tokkee@debian.org>  Tue, 26 Jan 2010 00:22:32 +0100
361 collectd (4.8.2-1) unstable; urgency=medium
363   * New upstream release:
364     - Now using libtool 2.
365   * Set urgency to medium because of the fix for #559801.
366   * Split the "collectd" binary package into "collectd-core" and "collectd".
367     The former provides the main program file and the plugins while the latter
368     provides the configuration. This allows for much more flexible setups
369     (e.g. providing customizations on top of "collectd-core" without modifying
370     the "collectd" package) and, amongst others, removes the hard dependency
371     on librrd (Closes: #495936, #544311).
372   * debian/collectd-core.collectd.init.d:
373     - Do not (try to) start collectd if the config file does not exist. Else,
374       installation of "collectd-core" (which does not provide configuration)
375       would fail.
376   * debian/collectd.postinst:
377     - Let the "collectd" package restart the daemon, since it provides the
378       config file.
379   * debian/collectd.links:
380     - Symlink /u/s/d/collectd/examples to /u/s/d/collectd-core/examples.
381   * debian/control:
382     - Build-depend on the right combination of libsnmp-dev and perl. Perl's
383       CFLAGS (included in net-snmp's CFLAGS) introduced '-fstack-protector' in
384       version 5.10.1 on some architectures (those supporting that features).
385       net-snmp has been fixed to handle that correctly in 5.4.2.1~dfsg-4;
386       thanks to Lamont Jones and Dann Frazier for reporting this
387       (Closes: #559087).
388     - Build-depend on libsensors4-dev rather than libsensors-dev. libsnmp-dev,
389       starting with version 5.4.2.1~dfsg-5, supports libsensors4, thus making
390       that possible. This restores the full functionality of the "sensors"
391       plugin, which does not work well with libsensors3 and lm-sensors-3;
392       thanks to Anssi Kolehmainen for reporting this (Closes: #538795).
393     - Build-depend on libltdl-dev to make it possible to use the system-wide
394       libltdl.
395     - No longer conflict/provide/replace the pre-Lenny "collectd-$plugin"
396       packages.
397     - Update the list of collectd-core's suggestions: added various services
398       providing data that may be collected by collectd. Downgraded lm-sensors
399       from a recommendation to a suggestion.
400   * debian/patches:
401     - Removed gmond-fix-compile-error.dpatch -- included upstream.
402     - Added bts561577_collectd2html_recursive_fix.dpatch -- fixed
403       collectd2html.pl's recursive mode and improved some defaults; thanks to
404       Yuri D'Elia for reporting this and providing a patch (Closes: #561577).
405     - Added bts557599_powerdns_fix.dpatch -- fixed communication to pdns
406       versions 2.9.22 and above; thanks to <tm@iprog.com> for reporting this
407       and Luke Heberling for providing the patch (Closes: #557599).
408     - Added bts559801_plugin_find_fix.dpatch -- make collectd resistant
409       against copies of libltdl affected by CVE-2009-3736. This fixes a
410       potential but very unlikely security issue, e.g. found in the embedded
411       copy. For details about how collectd might be affected, see
412       <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559801#15>; thanks to
413       Michael Gilbert for reporting this (Closes: #559801).
414   * debian/rules:
415     - Pass --without-included-ltdl to configure to tell libtool 2 to not use
416       the shipped libltdl but rather the one available in the system. Thus,
417       in the future, libltdl related issues do no longer require updated
418       collectd packages.
419     - Pass --disable-static to configure to tell libtool 2 to not build any
420       static libraries.
421     - Install debian/collectd.conf as an example into "collectd-core".
422     - Output the content of config.log if configure fails -- this might help
423       debugging.
424   * debian/README.Debian:
425     - Added a short explanation of the package split.
427  -- Sebastian Harl <tokkee@debian.org>  Sat, 26 Dec 2009 12:06:46 +0100
429 collectd (4.8.1-2) unstable; urgency=low
431   * debian/rules:
432     - Disabled the "java" plugin on hppa for now to work around a backlog in
433       the buildds that currently prevents a transition to testing.
434   * debian/control:
435     - Do not build-depend on openjdk-6-jdk on hppa.
437  -- Sebastian Harl <tokkee@debian.org>  Thu, 19 Nov 2009 10:55:33 +0100
439 collectd (4.8.1-1) unstable; urgency=medium
441   * New upstream release:
442     - Fixed a build issue with libiptc that caused a segfault in the iptables
443       plugin; thanks to Rodrigo Campos for reporting this (Closes: #535786).
444     - Updated the powerdns plugin to support pdns 2.9.22 (and above) as well;
445       thanks to Thomas Morgan for reporting this and Luke Heberling for
446       providing a patch (Closes: #535787).
447     New plugins:
448     - Parse JSON files: curl_json
449     - Query data from Java processes using JMX: GenericJMX (Java based plugin)
450     - Atheros wireless LAN chipset statistics: madwifi
451     - Optimized Link State Routing daemon statistics: olsrd
452     - Tokyo Tyrant server statistics: tokyotyrant (disabled in Debian,
453       libtokyotyrant is not available)
454     - Send collected values to a web-server: write_http
455     - ZFS Adaptive Replacement Cache statistics: zfs_arc (disabled in Debian,
456       libkstat is not available)
457     New matches:
458     - Match zero COUNTER values: empty_counter
459   * Set urgency to medium because of the fix for #535786.
460   * debian/rules:
461     - Install contrib/GenericJMX.conf to /usr/share/doc/collectd/examples/.
462     - Disabled the tokyotyrant and zfs_arc plugins - their dependencies are
463       not available.
464   * debian/patches:
465     - Removed bts535787-powerdns-fix-localsocket.dpatch - included upstream.
466     - Removed bts541953-curl-followlocation.dpatch - included upstream.
467     - Removed bts542859-df-fix-ignorelist.dpatch - included upstream.
468     - Removed java-fix-jvm-start.dpatch - included upstream.
469     - Removed libvirt-reconnect.dpatch - included upstream.
470     - Removed network-fix-cacheflush.dpatch - included upstream.
471     - Removed plugin-fix-unregister.dpatch - included upstream.
472     - Added gmond-fix-compile-error.dpatch - upstream patch fixing a compile
473       error in the gmond plugin.
474   * debian/control:
475     - Build depend on libyajl-dev, which is required by the curl_json plugin.
476   * Added debian/README.source:
477     - The file includes a pointer to /usr/share/doc/dpatch/README.source.gz.
478   * New debconf template translations:
479     - ja.po, thanks to Hideki Yamane (Closes: #550968).
481  -- Sebastian Harl <tokkee@debian.org>  Thu, 15 Oct 2009 20:54:46 +0200
483 collectd (4.7.2-1) unstable; urgency=low
485   * New upstream release (Closes: #541887).
486     - collectd2html.pl now supports the creation of SVG images; thanks to Ivan
487       Shmakov for providing a patch (Closes: #482185).
488     New plugins:
489     - Connection tracking table size: conntrack
490     - Linux file-system based caching framework statistics: fscache
491     - Receive and interpret Ganglia multicast traffic: gmond
492     - Embedded Java Virtual Machine: java
493     - Query and parse data from a memcache daemon: memcachec
494     - Information about network protocols: protocols
495     - Parse table-like structured files: table
496     - Power consumption measurements from "The Energy Detective" (TED): ted
497     - System uptime: uptime
498   * debian/rules:
499     - Install collectd-unixsock.py to /usr/share/doc/collectd/examples/.
500     - Pass CPPFLAGS and CFLAGS as arguments to configure instead of setting
501       them in the environment - this is the recommended way.
502     - Pass appropriate JAVAC, JAVA_CPPFLAGS and JAVA_LDFLAGS variables to
503       configure, using OpenJDK found in /usr/lib/jvm/java-6-openjdk. The
504       archdir mapping used by the openjdk-6 Debian package is used to find
505       libjvm.so in JAVA_HOME/jre/lib/ARCHDIR/server.
506     - Use -rpath to tell the "java" plugin where to find libjvm.so.
507     - Pass --enable-all-plugins to configure to make sure that the build fails
508       if any prerequisites are missing.
509   * debian/control:
510     - Build-depend on openjdk-6-jdk.
511     - Build-depend on libganglia1-dev (>= 3), required by the gmond plugin.
512     - Build-depend on libgcrypt11-dev, used by the network plugin.
513     - Updated Standards-Version to 3.8.3 (no changes).
514     - Changed build-dependency libmysqlclient15-dev to libmysqlclient-dev -
515       this allows transitions to be handled thru binNMUs if possible.
516   * debian/collectd.install:
517     - Install collectd-java.5.
518   * debian/patches:
519     - Removed libcollectdclient_static_sstrerror.dpatch - included upstream.
520     - Added network-fix-cacheflush.dpatch - upstream patch to fix the handling
521       of the 'CacheFlush' config option of the "network" plugin.
522     - Added libvirt-reconnect.dpatch - upstream patch to let the "libvirt"
523       plugin re-connect to libvirtd if connecting fails.
524     - Added plugin-fix-unregister.dpatch - upstream patch to make
525       'plugin_unregister_read()' functional again, thus fixing a failed
526       assertion in some cases.
527     - Added java-fix-jvm-start.dpatch - upstream patch to fix the JVM startup.
528     - Added bts541953-curl-followlocation.dpatch - upstream patch to let
529       plugins using libcurl follow HTTP redirects; thanks to Joey Hess for
530       reporting this (Closes: #541953).
531     - Added bts535787-powerdns-fix-localsocket.dpatch - upstream patch fixing
532       the handling of the 'LocalSocket' config option of the "powerdns"
533       plugin; thanks to Thomas Morgan for reporting this and Luke Heberling
534       for providing a patch (references: #535787).
535     - Added bts542859-df-fix-ignorelist.dpatch - upstream patch to fix the
536       handling of the ignorelist in the "df" plugin; thanks to Joey Hess for
537       reporting this (Closes: #542859).
538   * debian/README.Debian:
539     - Removed the note about how to get collectd2html.pl working with
540       version 4 of collectd - the script now supports the --recursive option
541       which takes care of that.
542   * debian/collectd.overrides:
543     - Documented the 'binary-or-shlib-defines-rpath' warning - the rpath is
544       required by the "java" plugin.
545   * New debconf template translations:
546     - cs.po, thanks to Martin Sin (Closes: #534206).
547     - ru.po, thanks to Yuri Kozlov (Closes: #539467).
548   * debian/control, debian/rules:
549     - No not limit the "libvirt" plugin to amd64, i386, powerpc - libvirt-dev
550       seems to be available on all architectures now.
551     - Reintroduced a work around for #474087 (broken openipmi .pc files) by
552       providing a fixed version of OpenIPMIpthread.pc in debian/pkgconfig and
553       adding that path to PKG_CONFIG_PATH. Removed the version from the
554       libopenipmi-dev build dependency for now.
555   * debian/collectd.conf:
556     - Set the "apache" plugin's URL according to the default used by Debian's
557       Apache; thanks to Joey Hess for reporting this (Closes: #541888).
558   * debian/libcollectdclient-dev.install, debian/rules:
559     - Do not install libcollectdclient's .la file in favor of the Squeeze
560       release goal to remove those files (for details see
561       <http://lists.debian.org/debian-devel/2009/08/msg00783.html>).
563  -- Sebastian Harl <tokkee@debian.org>  Sat, 29 Aug 2009 12:42:15 +0200
565 collectd (4.6.3-1) unstable; urgency=low
567   * New upstream release.
568   * debian/patches:
569     - Removed battery_acpi_complain.dpatch - included upstream.
570     - Removed include_empty_files.dpatch - included upstream.
571     - Removed ntpd_type_pun_fix.dpatch - included upstream.
572     - Removed rrdtool_uninitialized_fix.dpatch - included upstream.
573     - Added libcollectdclient_static_sstrerror.dpatch to make a private
574       function in libcollectdclient static.
575   * debian/rules:
576     - Install collectd-network.py to /usr/share/doc/collectd/examples/.
578  -- Sebastian Harl <tokkee@debian.org>  Tue, 02 Jun 2009 22:03:10 +0200
580 collectd (4.6.2-3) unstable; urgency=low
582   * debian/patches:
583     - Actually enabled rrdtool_uninitialized_fix.dpatch - d'oh!
585  -- Sebastian Harl <tokkee@debian.org>  Fri, 29 May 2009 15:49:46 +0200
587 collectd (4.6.2-2) unstable; urgency=low
589   * debian/patches:
590     - Added battery_acpi_complain.dpatch - upstream patch to fix excessive
591       error messages in the battery plugin in case /proc/acpi/battery is not
592       available.
593     - Added ntpd_type_pun_fix.dpatch - upstream patch to fix dereferencing of
594       a type-punned pointer identified by GCC 4.4, thanks to Martin Michlmayr
595       for reporting this (Closes: #526667).
596     - Added include_empty_files.dpatch - upstream patch to fix the inclusion
597       of empty configuration files, thanks to Alexander Wirt for reporting
598       this.
599     - Added rrdtool_uninitialized_fix.dpatch - upstream patch to fix an
600       uninitialized value warning in the rrdtool plugin, thanks to Andreas
601       Moog for reporting this.
602   * debian/collectd.conf, debian/filters.conf:
603     - Added a sample filter chain configuration.
604   * debian/rules:
605     - Added contrib/php-collection/ to /usr/share/doc/collectd/.
606     - Disabled "netlink" plugin on mips and mipsel - those architectures do
607       not allow to link non-PIC code into shared objects, thanks to Peter De
608       Schrijver for reporting this (Closes: #524593).
609   * debian/control:
610     - Build-depend on iptables-dev (>= 1.4.3.2-2) to link against the packaged
611       libiptc which is available as shared library since iptables 1.4.3.
612       Depend on versions >= 1.4.3.2-2 because of #524766.
614  -- Sebastian Harl <tokkee@debian.org>  Fri, 29 May 2009 14:12:36 +0200
616 collectd (4.6.2-1) unstable; urgency=low
618   * New upstream release.
619     - Fixed the use of struct in6_addr (Closes: #521748).
620     - Added a filter infrastructure based on "matches" and "targets".
621     - Added support for vmem graphs to collection.cgi (Closes: #521993).
622     New plugins:
623     - bind9 name-server and zone statistics: bind
624     - Parse statistics from websites: curl
625     - Query data from a relational database: dbi
626     - OpenVPN traffic and compression statistics: openvpn
627     - Query data from an Oracle database: oracle (disabled in Debian,
628       libclntsh is not available)
629     - Write data via the RRD accelerator daemon: rrdcached (disabled in
630       Debian, rrdclient support is not yet available)
631     New matches:
632     - Match values by their identifier based on regular expressions: regex
633     - Match values with an invalid timestamp: timediff
634     - Select values by their data sources' values: value
635     New targets:
636     - Create and dispatch a notification: notification
637     - Replace parts of an identifier using regular expressions: replace
638     - Set (overwrite) entire parts of an identifier: set
639   * Uploading to unstable, since Lenny has been released.
640   * New debconf template translations:
641     - vi.po, thanks to Clytie Siddall (Closes: #515872).
642     - es.po, thanks to Francisco Javier Cuadrado and Erika Chacón Vivas
643       (Closes: #520988).
644   * debian/patches:
645     - Removed perl-uninitialized-var.dpatch - included upstream.
646   * debian/control:
647     - Added new binary packages libcollectdclient0 and libcollectdclient-dev
648       for the newly added client library.
649     - Added new binary package collectd-utils for optional utilities that pull
650       in additional dependencies. Currently, this only includes
651       collectd-nagios. The new package replaces collectd (<< 4.6.1-1~),
652       because it overwrites /usr/bin/collectd-nagios.
653     - Added libdbi0-dev to the build dependencies - this is required by the
654       dbi plugin.
655     - Moved collectd-dbg from section "utils" to the newly added "debug".
656     - Updated Standards-Version to 3.8.1.
657   * debian/rules:
658     - Use dh_install and *.install files to specify which package some file
659       belongs to.
660   * debian/libcollectdclient0.symbols:
661     - Added symbols file for libcollectdclient.
662   * debian/collectd.overrides:
663     - Override "spelling-error-in-description" for the apache plugin name -
664       all plugins are spelled lowercase.
665   * debian/collectd.init.d:
666     - Start the daemon using start-stop-daemon's --oknodo option to exit
667       successfully if the daemon is already running as requested by section
668       9.3.2 of the Debian Policy 3.8.1.
669   * debian/copyright:
670     - Reference GPL-2 in addition to GPL (latest version), since GPL2-only is
671       used by some files.
673  -- Sebastian Harl <sh@tokkee.org>  Thu, 02 Apr 2009 16:38:57 +0200
675 collectd (4.5.1-1) experimental; urgency=low
677   * New upstream release.
678     New plugins:
679     - Count the number of files in directories: filecount
680     - Send desktop notifications to a notification daemon: notify_desktop
681     - Send notification E-mails: notify_email
682     - One-wire sensors information: onewire (experimental, disabled in Debian)
683     - PostgreSQL database statistics: postgresql
684     - Linux ACPI thermal zone information: thermal (Closes: #492580)
685   * Uploading to experimental because of the Lenny freeze.
686   * debian/control:
687     - Added build dependency on libglib2.0-dev and libnotify-dev required by
688       the notify_desktop plugin.
689     - Added build dependency on libesmtp-dev required by the notify_email
690       plugin.
691     - Added build dependency on libpq-dev required by the postgresql plugin.
692     - Let collectd-dbg and collectd-dev depend on ${misc:Depends} - this is
693       required when using debhelper.
694   * debian/rules:
695     - Disabled onewire plugin - owfs is not yet available in Debian.
696     - Install contrib/snmp-probe-host.px to /usr/share/doc/collectd/examples/.
697     - Set CONFIGFILE to /etc/collectd/collectd.conf.
698   * debian/patches:
699     - Added perl-uninitialized-var.dpatch - upstream patch to fix an
700       uninitialized variable warning causing a FTBFS because of -Werror.
701     - Removed myplugin_strcpy.dpatch - applied upstream.
702     - Removed perl_deadlock.dpatch - included upstream.
703     - Removed memory_libstatgrab.dpatch - included upstream.
704     - Removed collectd_memleak.dpatch - included upstream.
705     - Removed snmp_memleak.dpatch - included upstream.
706     - Removed memcached_fdleak.dpatch - included upstream.
707     - Removed memcached_timeout.dpatch - included upstream.
708     - Removed pod-errors.dpatch - included upstream.
709   * debian/collectd.overrides:
710     - Override "spelling-error-in-description" for the postgresql plugin name
711       - all plugins are spelled lowercase.
712   * debian/collectd.init.d:
713     - Do not restart collectd if the configuration test fails.
715  -- Sebastian Harl <sh@tokkee.org>  Fri, 12 Dec 2008 10:09:48 +0100
717 collectd (4.4.2-3) unstable; urgency=low
719   * New debconf template translation:
720     - nl.po, thanks to Eric Spreen (Closes: #502204).
721     - sv.po, thanks to Martin Bagge (Closes: #504248).
722   * debian/patches:
723     - Added pod-errors.dpatch to fix some minor POD errors.
724   * debian/rules:
725     - Remove generated manpages in the clean target to avoid cluttering the
726       source diff with the rebuilt manpages.
727   * debian/collectd.conf:
728     - Fixed a wrong type used in the "tail" plugin example.
730  -- Sebastian Harl <sh@tokkee.org>  Sat, 06 Dec 2008 16:53:25 +0100
732 collectd (4.4.2-2) unstable; urgency=low
734   * Removed the work around for #474087 (broken openipmi .pc files) introduced
735     in 4.4.1-1 and instead build depend on libopenipmi-dev (>= 2.0.14-1~)
736     which includes fixed .pc files. This fixes an undefined symbol error when
737     loading the ipmi plugin caused by that work around (Closes: #494665).
738   * debian/collectd.init.d:
739     - The "status" command now exits with 1 if collectd is not running.
740     - Do not suppress output when checking the configuration with the -t
741       command line option. This will also show errors that don't cause
742       collectd to abort, e.g. failure to load plugins (Closes: #499232).
743   * debian/control:
744     - Added librrd-dev as the preferred option to the librrd2-dev build
745       dependency - the latter one is a virtual package since rrdtool 1.3.
746   * Added debian/patches/perl_deadlock.dpatch - upstream patch to fix a
747     possible deadlock in the perl plugin (Closes: #499179).
748   * Added debian/patches/memory_libstatgrab.dpatch - trivial upstream patch to
749     fix a typo in the libstatgrab code of the memory plugin.
750   * Added debian/patches/collectd_memleak.dpatch - trivial upstream patch to
751     fix a possible memory leak.
752   * Added debian/patches/snmp_memleak.dpatch - trivial upstream patch to fix a
753     possible memory leak in the snmp plugin.
754   * Added debian/patches/memcached_fdleak.dpatch - trivial upstream patch to
755     fix a possible file descriptor leak in the memcached plugin.
756   * Added debian/patches/memcached_timeout.dpatch - trivial upstream patch to
757     fix the timeout passed to poll(2).
759  -- Sebastian Harl <sh@tokkee.org>  Thu, 18 Sep 2008 19:12:54 +0200
761 collectd (4.4.2-1) unstable; urgency=low
763   * New upstream release.
764   * Removed librrd0-dev and libmysqlclient14-dev from the build-dependencies -
765     those package are no longer available since Etch.
766   * Removed byacc from the build-dependencies - collectd now requires bison.
767   * Removed libupsclient-config.sh - upstream now supports pkg-config for
768     libupsclient.
769   * Include collection3 in /usr/share/doc/collectd/examples/:
770     - Updated README.Debian to point the collection3's README.
771     - Added libconfig-general-perl to the suggested packages.
772   * README.Debian: Added a note about how to get collectd2html.pl working with
773     version 4 of collectd.
774   * Added debian/patches/myplugin_strcpy.dpatch - use sstrncpy() instead of
775     strcpy() which is poisoned in collectd.h.
776   * collectd.overrides: Removed shlib-with-non-pic-code for nut.so - the
777     plugin now links against the shared libupsclient.
778   * Do not compress any example files, so they may be used directly.
780  -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 19:58:58 +0200
782 collectd (4.4.1-2) unstable; urgency=low
784   * Restrict libcurl4-gnutls-dev build dependency to versions which are not
785     affected by #488701 (Closes: #489091).
786   * Added linux-libc-dev (<< 2.6.25-1) as an option to the linux-libc-dev
787     (>= 2.6.25-4) build dependency - those versions are not affected by
788     #479899.
789   * Added build dependency on pkg-config - this is used by collectd's
790     configure script to check for a couple of libraries.
791   * Added libupsclient-config.sh to imitate libupsclient-config which is no
792     longer available. libupsclient-config.sh is a simple wrapper around
793     pkg-config. This is a workaround until upstream supports pkg-config for
794     libupsclient.
795   * Replaced nut-dev build dependency with libupsclient1-dev:
796     Reenabled the "nut" plugin on all architectures.
798  -- Sebastian Harl <sh@tokkee.org>  Mon, 07 Jul 2008 20:45:53 +0000
800 collectd (4.4.1-1) unstable; urgency=low
802   * New upstream release.
803     - Fixed another issue of the sensors plugin affecting some chip types
804       (Closes: #468143).
805     - Fixed creation of "vserver" graphs in collection.cgi (Closes: #475120).
806     - Fixed a segfault when using libperl 5.10.
807     - collectd now ships libiptc itself.
808     New plugins:
809     - Ascent server statistics: ascent
810     - IPMI sensors information: ipmi
811     - PowerDNS name server statistics: powerdns
812     - incremental parsing of logfiles: tail
813     - TeamSpeak2 server statistics: teamspeak2
814     - detailed virtual memory statistics: vmem
815   * Disable "tcpconns" plugin by default (Closes: #478759).
816   * Reenabled iptables plugin on all architectures (Closes: #473435).
817     - Added the plugin to collectd.conf.
818     - Added /usr/share/doc/collectd/examples/iptables/.
819     - Added build dependency on linux-libc-dev (>= 2.6.25-4) - that version is
820       required because of #479899.
821   * New debconf template translations:
822     - gl.po, thanks to Jacobo Tarrio (Closes: #482667).
823   * Added a work around for #474087 (broken openipmi .pc files) by forcing the
824     inclusion of the ipmi plugin and manually specifying the dependencies.
825   * Updated standards-version to 3.8.0 (no changes).
827  -- Sebastian Harl <sh@tokkee.org>  Tue, 17 Jun 2008 10:35:51 +0200
829 collectd (4.3.2-1) unstable; urgency=low
831   * New upstream release.
832     - Fixed handling of ignored sensors instances (Closes: #468143).
833     - Fixed reading of wireless noise values (Closes: #471788).
834   * Adopted patches and script to extractDS.px being renamed to rrd_filter.px.
835   * Clarified debconf template in respect to packages required for the data
836     migration (Closes: #469336).
837   * collectd.conf: Moved logging plugins to the top of the file.
838   * New debconf template translations:
839     - de.po, thanks to Kai Wasserbäch (Closes: #469334).
840     - fr.po, thanks to Florent Usseil (Closes: #468813).
841     - pt.po, thanks to Américo Monteiro (Closes: #469745, #472183).
842   * collectd.init.d: Consider the DISABLE option only when starting collectd.
843   * Disabled iptables plugin - libiptc is no longer available in Debian.
844     - Removed the plugin from collectd.conf.
845     - Removed /usr/share/doc/collectd/examples/iptables/.
847  -- Sebastian Harl <sh@tokkee.org>  Mon, 31 Mar 2008 12:13:18 +0200
849 collectd (4.3.0-2) unstable; urgency=low
851   * Added "lm-sensors" to the recommended packages and README.Debian.plugins
852     (this is required by the sensors plugin).
853   * Restrict the libvirt-dev build dependency and the libvirt plugin to amd64,
854     i386 and powerpc (libvirt is only available on those architectures).
855   * Restrict the libvirt-dev build dependency to versions >= 0.4.0-6 to make
856     sure Xen is supported and to fix some strange FTBFS complaining about a
857     missing symbol "virDomainBlockStats".
859  -- Sebastian Harl <sh@tokkee.org>  Thu, 06 Mar 2008 23:37:44 +0100
861 collectd (4.3.0-1) unstable; urgency=low
863   * New upstream release.
864     - Added basic support for monitoring by introducing notifications and
865       threshold checking.
866     - Reverse lookups can be disabled using the "ReverseLookups" option of the
867       ntpd plugin (Closes: #455162).
868     New plugins:
869     - Set the hostname to an unique identifier: uuid
870     - CPU, dist, network statistics of guest systems: libvirt
871   * Upload to unstable: With the latest changes to the perl plugin, all parts
872     of collectd are suitable for a release.
873   * Added libvirt-dev, libxml2-dev and libhal-dev to the build dependencies.
874   * Updated package description to mention the monitoring support.
875   * Install liboping/oping.h to collectd-dev as well.
876   * collectd.init.d: Optionally start collectdmon to monitor collectd. This
877     can be configured using the USE_COLLECTDMON variable - enabled by default.
878   * collectd.init.d: Added ENABLE_COREFILES option - if enabled the core file
879     limit will be set to unlimited - disabled by default.
880   * Compile collectd with -DLT_LAZY_OR_NOW='RTLD_LAZY|RTLD_GLOBAL' to force
881     lt_dlopen() to use the RTLD_GLOBAL flag which is required by the perl
882     plugin (which would otherwise be unable to find symbols defined in libperl
883     when loading perl modules that require such symbols).
884   * Disable debugging support.
885   * watch file: Added uversionmangle for "beta" and "-rc".
886   * Override "spelling-error-in-description" for the mysql plugin name - all
887     plugins are spelled lowercase.
889  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Feb 2008 21:44:42 +0100
891 collectd (4.2.4-1) experimental; urgency=low
893   * New upstream release.
894   * Added versioned build-dependency on dpkg-dev (>= 1.14.10); collectd FTBFS
895     with earlier versions because of #452262.
896   * Added libregexp-common-perl (required by Collectd::Unixsock) to the
897     suggested packages.
898   * Added support for the "status" command to the init script.
899   * Updated standards-version to 3.7.3 (no changes).
900   * Added --without-libstatgrab to the configure options to prevent collectd
901     from being linked against this library if it's available.
902   * Disabled xmms plugin - xmms will be removed from unstable
903     (Closes: #459707).
905  -- Sebastian Harl <sh@tokkee.org>  Sun, 27 Jan 2008 18:34:23 +0100
907 collectd (4.2.1-1) experimental; urgency=low
909   * New upstream release.
910   * Changed XS-Vcs-* to Vcs-*.
911   * Marked advanced rrdtool configuration options as such in collectd.conf.
912   * Added exec-munin.px, exec-munin.conf, exec-smartctl and snmp-data.conf to
913     /usr/share/doc/collectd/examples/.
914   * Moved "Homepage" field from package description to the source stanza.
916  -- Sebastian Harl <sh@tokkee.org>  Wed, 21 Nov 2007 09:50:46 +0000
918 collectd (4.2.0-1) experimental; urgency=low
920   * New upstream release.
921     - Added options to collectd2html.pl to specify host and data directory
922       (Closes: #438499).
923     - Link against a thread-safe version of librrd.
924     New plugins:
925     - IPVS connection statistics: ipvs
926     - Statistic of the memcached distributed caching system: memcached
927     - Detailed Linux network interface and routing statistics: netlink (32bit
928       systems only)
929     - Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
930     - Values from SNMP enabled network devices: snmp
931     - Number of TCP connections to specific ports: tcpconns
932     - Bitrate and frequency of music played with XMMS: xmms
933   * Updated init script to wait for collectd to shut down (Closes: #422208).
934   * Merged all plugin packages into the collectd binary package.
935   * Added README.Debian.plugins and gen_plugin_deps.pl to document the plugin
936     dependencies.
937   * Added collectd.overrides to override shlib-with-non-pic-code errors of
938     plugins liked against static libraries which have not been linked with
939     -fPIC.
940   * Removed debian/examples/myplugin.c and debian/examples/MyPlugin.pm - they
941     are included in the upstream sources now.
942   * Added libcurl4-gnutls-dev as option to the libcurl3-gnutls-dev build
943     dependency.
945  -- Sebastian Harl <sh@tokkee.org>  Sun, 28 Oct 2007 13:38:21 +0100
947 collectd (4.0.7-1) experimental; urgency=low
949   * New upstream release.
950   * Disable iptables and nut plugins on hppa as well to work around a FTBFS
951     caused by #358637 and presumably #419684 (Closes: #430933).
952   * Changed collectd-dbg's section to "utils".
953   * Added httpd-cgi to suggested packages.
954   * Added documentation of the provided examples to README.Debian, thanks to
955     Eduard Bloch for his proposal (Closes: #434182).
957  -- Sebastian Harl <sh@tokkee.org>  Fri, 31 Aug 2007 10:04:41 +0200
959 collectd (4.0.3-1) experimental; urgency=low
961   * New upstream release.
963  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Jun 2007 21:41:21 +0100
965 collectd (4.0.2-1) experimental; urgency=low
967   * New upstream release (Closes: #428114).
968     - Added large file support (Closes: #422212).
969     - Rewrite of the plugin system to allow more flexibility by using
970       different types of plugins.
971     - Added Nagios plugin to query collectd from Nagios.
972     New plugins:
973     - Output to "comma separated values" (CSV) files: csv
974     - Output to RRD files: rrdtool
975     - IO via the network: network
976     - External runtime interface: unixsock
977     - Embedding a Perl interpreter: perl
978     - Logging to files, STDOUT or STDERR: logfile
979     - Logging to syslog: syslog
980     - Amount of available entropy: entropy
981     - Execution of external programs: exec
982     - Iptables statistics: iptables (32bit systems only)
983     - IRQ counters: irq
984     - UPS information: nut (32bit systems only)
985   * New binary package collectd-perl (linking against libperl).
986     - Added collectd-perl to suggested packages.
987   * examples/myplugin.c: Converted to the new plugin interface.
988   * Enabled debugging.
989   * Added possibility to automatically migrate RRD files to collectd-4 using
990     migrate-3-4.px and extractDS.px provided by upstream.
991     - Added extractDS_path.dpatch to set an absolute path in migrate-3-4.px.
992     - Using po-debconf to make translations of debconf templates possible.
993   * Added NEWS.Debian with notes regarding the upgrade to collectd-4.
994   * Updated init script to only start a single collectd process.
995   * Added examples/MyPlugin.pm.
996   * Added XS-Vcs-{Git,Browser} tags.
997   * Added check_plugins.pl to check the build result of all plugins.
998   * Do not build apple_sensors and tape plugins as they do not provide any
999     functionality any longer.
1001  -- Sebastian Harl <sh@tokkee.org>  Wed, 13 Jun 2007 18:58:34 +0100
1003 collectd (3.11.2-1) experimental; urgency=low
1005   * New upstream release.
1006   * Removed sensors-ignorelist.dpatch - has been merged upstream.
1007   * Removed email-ignore-size-le-0.dpatch - has been merged upstream.
1008   * Added watch file.
1009   * examples/myplugin.c: Pass "-" instead of NULL to plugin_submit().
1011  -- Sebastian Harl <sh@tokkee.org>  Thu, 15 Feb 2007 09:19:15 +0000
1013 collectd (3.11.0-1) experimental; urgency=low
1015   * New upstream release.
1016     New plugins:
1017     - DNS traffic (query types, response codes, opcodes and traffic): dns
1018     - E-Mail statistics (count, traffic, spam scores and checks): email
1019     - Motherboard monitor: mbmon
1020     - Multimeter statistics: multimeter (beta version)
1021   * Upload to experimental because of Etch freeze.
1022   * New binary package collectd-dns (linking against libpcap).
1023     - Added collectd-dns to suggested packages.
1024   * Do not split off packages introducing new recommendations or suggestions.
1025     - Merge collectd-hddtemp into collectd.
1026     - Add hddtemp and mbmon to suggested packages.
1027   * Added sensors-ignorelist.dpatch: Avoid assertion in ignorelist_match ()
1028     when sensors plugin is not configured.
1029   * Added email-ignore-size-le-0.dpatch: Ignore the size of an email if it is
1030     less than or equal to zero.
1032  -- Sebastian Harl <sh@tokkee.org>  Sun, 24 Dec 2006 14:09:39 +0000
1034 collectd (3.10.4-1) unstable; urgency=low
1036   * New upstream release.
1037     - Fix an infinite loop in server mode if binding to a socket fails and
1038       close the socket descriptor (Closes: #404018).
1039   * examples/myplugin.c: Include system headers before collectd headers to
1040     make it compile without any autoconf defines set (Closes: #401075).
1042  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 00:33:30 +0000
1044 collectd (3.10.3-1) unstable; urgency=low
1046   * New upstream release.
1047   * Made package binNMUable:
1048     - Upstream assures API backward compatibility only between patch releases.
1049   * LSBized init script.
1051  -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 13:09:28 +0000
1053 collectd (3.10.2-1) unstable; urgency=low
1055   * New upstream release.
1056     - Retry connecting to remote host and database in ping and mysql plugins
1057       respectively (Closes: #393742).
1058   * Replaced libcurl3-dev build dependency with libcurl3-gnutls-dev to prevent
1059     linking against libssl.
1061  -- Sebastian Harl <sh@tokkee.org>  Fri,  3 Nov 2006 15:18:17 +0000
1063 collectd (3.10.1-4) unstable; urgency=low
1065   * Changed collectd-dbg's section and priority to "devel" and "extra"
1066     respectively.
1067   * Set init start sequence code to 95 to be sure to start after any daemons
1068     that data is collected from.
1070  -- Sebastian Harl <sh@tokkee.org>  Thu,  5 Oct 2006 10:25:07 +0000
1072 collectd (3.10.1-3) unstable; urgency=low
1074   * Added --oknodo to start-stop-daemon in the init script (Closes: #379703).
1076  -- Sebastian Harl <sh@tokkee.org>  Tue, 25 Jul 2006 18:34:55 +0200
1078 collectd (3.10.1-2) unstable; urgency=low
1080   * Added collectd-dbg package.
1082  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 23:39:42 +0200
1084 collectd (3.10.1-1) unstable; urgency=low
1086   * New upstream release.
1087   * Dynamically link against external liboping.
1088     - New binary package collectd-ping.
1089     - Added collectd-ping to suggested packages.
1090   * Moved config file from /usr/share/doc/collectd/examples/ to
1091     /etc/collectd/.
1093  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 21:43:37 +0200
1095 collectd (3.10.0-1) unstable; urgency=low
1097   * New upstream release.
1098     New plugins:
1099     - APC UPS's charge, load, input/output/battery voltage, etc.: apcups
1100     - NTP daemon's local clock drift, offset to peers, etc.: ntpd
1101   * Upstream no longer provides a debian/ directory. Thus no repackaging is
1102     required any longer.
1103   * Not using getifaddrs() is now the default in upstream. getifaddrs.dpatch
1104     no longer needed.
1105   * Added collectd-hddtemp as a suggestion to the collectd package.
1107  -- Sebastian Harl <sh@tokkee.org>  Sun,  9 Jul 2006 21:52:13 +0200
1109 collectd (3.9.4+debian-1) unstable; urgency=low
1111   * Initial release (Closes: #373008).
1112   * Removed upstream's debian/ directory from .orig.tar.gz.
1113   * getifaddrs.dpatch: Patching src/traffic.c to read data from /proc instead
1114     of using getifaddrs(). getifaddrs() does not seem to work correctly on 
1115     AMD64.
1117  -- Sebastian Harl <sh@tokkee.org>  Fri,  7 Jul 2006 15:49:42 +0200