Code

control: add Suggests for a few services collectd is now able to monitor
[pkg-collectd.git] / debian / changelog
1 collectd (5.5.0-1) UNRELEASED; urgency=medium
3   * New upstream release (Closes: #630337, #632713, #758481).
4   * debian/patches:
5     - Removed bts559801_plugin_find_fix.dpatch; merged upstream.
6     - Removed bts747093_lvm_segfault.dpatch; merged upstream.
7     - Removed bts750440_config_segfault.dpatch; merged upstream.
8     - Removed bts770681_riemann_ack.dpatch; merged upstream.
9     - Removed bts770683_curl_init.dpatch; merged upstream.
10     - Removed bts770688_snmp_memleak.dpatch; merged upstream.
11     - Removed bts770690_java_jni_thread_detach.dpatch; merged upstream.
12     - Removed bts770693_timestamps.dpatch; merged upstream.
13     - Removed bts770694_loglevel.dpatch; merged upstream.
14     - Removed collection.cgi.dpatch; merged upstream.
15     - Removed myplugin_api.dpatch; merged upstream.
16   * debian/collectd-dev.install, myplugin_includes.dpatch:
17     - Update path to header files moved to daemon/ subdirectory upstream.
18   * debian/rules, debian/control:
19     - Enable redis, write_redis plugins and add Build-depend on
20       libhiredis-dev (previous versions depended on credis which wasn't
21       packaged in Debian).
22     - Enable sigrok and uncomment Build-depend on libsigrok-dev.
23     - Re-enable varnish and uncomment Build-depend on libvarnishapi-dev
24       (support for varnish 4.x was added upstream).
25     - Enable zfs_arc (support for ZFS on linux was added upstream).
26     - Add Build-depend on libatasmart-dev (required to build new smart
27       plugin).
28     - Add Build-depend on libcap-dev (used to avoid running new turbostat
29       plugin as root on Linux).
30     - Add Build-depend on libi2c-dev (required to build new barometer plugin).
31     - Add Build-depend on libldap2-dev (required to build new openldap
32       plugin).
33     - Add Build-depend on librdkafka-dev (required to build new write_kafka
34       plugin).
35     - Add Build-depend on libudev-dev (used by disk plugin to enable
36       udev-based device renaming on Linux) (Closes: #588153, #632936).
38  -- Marc Fournier <marc.fournier@camptocamp.com>  Tue, 30 Jun 2015 07:08:39 +0200
40 collectd (5.4.1-6) unstable; urgency=medium
42   * debian/patches:
43     - Added bts770681_riemann_ack: upstream fix for the write_riemann plugin
44       to avoid locking up a remote Riemann instance; thanks to Marc Fournier
45       for reporting this (Closes: #770681).
46     - Added bts747093_lvm_segfault: upstream fix for a segfault in the LVM
47       plugin; thanks to Bernd Zeimetz and Marc Fournier for reporting this
48       (Closes: #747093).
49     - Added bts770683_curl_init: upstream fix for a segfault in plugins using
50       libcurl caused by concurrent memory access; thanks to Marc Fournier for
51       reporting this (Closes: #770683, cf. #735173).
52     - Added bts750440_config_segfault: upstream fix for a segfault when
53       including empty config files; thanks to Bernd Zeimetz and Marc Fournier
54       for reporting this (Closes: #750440, #770685).
55     - Added bts770688_snmp_memleak: upstream fix for a memory leak in the
56       SNMP plugin; thanks to Marc Fournier for reporting this
57       (Closes: #770688).
58     - Added bts770690_java_jni_thread_detach: upstream fix for locking up the
59       Java plugin by not properly detaching from the JVM in error conditions;
60       thanks to Marc Fournier for reporting this (Closes: #770690).
61     - Added bts770693_timestamps: upstream fix for handling internal
62       timestamps; thanks to Marc Fournier for reporting this (Closes: #770693)
63     - Added bts770694_loglevel: upstream fix to correct logging behavior when
64       using an invalid log level; thanks to Marc Fournier for reporting this
65       (Closes: #770694, #687067).
67  -- Sebastian Harl <tokkee@debian.org>  Sun, 23 Nov 2014 15:27:15 +0100
69 collectd (5.4.1-5) unstable; urgency=medium
71   * debian/rules:
72     - Fixed a typo preventing the fix for #760719 to be active
73       (Closes: #760719).
75  -- Sebastian Harl <tokkee@debian.org>  Sun, 28 Sep 2014 17:13:07 +0000
77 collectd (5.4.1-4) unstable; urgency=medium
79   * debian/rules:
80     - Disable preprocessor warnings on kfreebsd to work around an error
81       resulting from a redefined macro in PostgreSQL's pg_config_manual.h;
82       thanks to Ivo De Decker for reporting this (Closes: #760719).
83   * debian/control, debian/rules:
84     - Disable the 'java' plugin on sparc for now. It fails to build.
86  -- Sebastian Harl <tokkee@debian.org>  Sun, 28 Sep 2014 01:59:14 +0200
88 collectd (5.4.1-3.1) unstable; urgency=medium
90   * Non-maintainer upload.
91   * debian/control:
92     - Build-Depend on libprotobuf-c-dev instead of libprotobuf-c0-dev due to
93       the protobuf-c transition (Closes: #756422).
95  -- Robert S. Edmonds <edmonds@debian.org>  Tue, 12 Aug 2014 15:36:27 -0400
97 collectd (5.4.1-3) unstable; urgency=medium
99   * debian/control:
100     - Added libupsclient-dev as primary alternate build-dep to
101       libupsclient1-dev; thanks to Laurent Bigonville for reporting this and
102       Marc Fournier for sending a patch (Closes: #730397).
104  -- Sebastian Harl <tokkee@debian.org>  Mon, 28 Apr 2014 23:29:53 +0200
106 collectd (5.4.1-2) unstable; urgency=medium
108   * debian/rules, debian/control:
109     - Disable varnish for now; it does not work with varnish 4;
110       c.f. https://bugs.debian.org/745902 (Closes: #745894).
111     - Drop build dependency on libvarnishapi-dev.
112     - Build-depend on libow-dev and re-enable the onewire plugin; thanks to
113       Adam Smutnicki for pointing this out (Closes: #744956).
114   * debian/rules:
115     - Added INSTALL_BASE= to perl options; else, modules are installed
116       into $HOME.
117     - Prepend collectd/core to collectd's header files; thanks to Sergio
118       Jimenez for reporting this (Closes: #739516).
119   * debian/patches:
120     - Added collection.cgi.dpatch fixing apache data-sources; thanks to
121       Fabiano Pires for reporting this and providing a patch
122       (Closes: #743881).
123     - Added myplugin_api.dpatch updating myplugin.c to the latest API.
125  -- Sebastian Harl <tokkee@debian.org>  Sat, 26 Apr 2014 16:54:19 +0200
127 collectd (5.4.1-1) unstable; urgency=medium
129   * New upstream release:
130     - Fixed a segfault when using <Match> without an Instance; thanks to
131       Alexander Golovko for reporting this (Closes: #732701).
132     - Fixed gcrypt initialization issues (partly fixed in 5.1.1 already);
133       thanks to Pieter Lexis for reporting this (Closes: #735173).
134   * debian/patches:
135     - Removed amqp_0_4.dpatch; merged upstream.
136   * debian/control:
137     - Updated standards-version to 3.9.5; no changes.
138   * debian/rules:
139     - Use -Wno-error=deprecated-declarations to suppress libdbi deprecation
140       warnings for now; they would else cause build failures due to -Werror.
142  -- Sebastian Harl <tokkee@debian.org>  Tue, 28 Jan 2014 21:47:00 +0100
144 collectd (5.4.0-3) unstable; urgency=low
146   * debian/control:
147     - Removed build-dep on iproute-dev which is about to be removed and has
148       been superseded by libmnl-dev in collectd. Thanks to Laurent Bigonville
149       and Andreas Henriksson for reporting this (Closes: #726921).
150   * debian/collectd.conf:
151     - Removed sample configuration for the write_mongodb plugin; the plugin is
152       not available on Debian; thanks to Bryan Fullerton for reporting this
153       (cf. LP:#1206813, Closes: #724699).
154   * debian/patches:
155     - Added amqp_0_4.dpatch: Added support for rabbitmq-c 0.4.x.
157  -- Sebastian Harl <tokkee@debian.org>  Sat, 23 Nov 2013 16:08:05 +0100
159 collectd (5.4.0-2) unstable; urgency=low
161   * debian/control:
162     - Limit build-dependency on libmnl-dev to linux-any. debian/rules already
163       did the right thing and excluded the 'netlink' plugin on kfreebsd.
164       Thanks to Ivo De Decker for reporting this (Closes: #724911).
166  -- Sebastian Harl <tokkee@debian.org>  Thu, 03 Oct 2013 12:23:18 +0200
168 collectd (5.4.0-1) unstable; urgency=low
170   * New upstream release (Closes: #723187):
171     - MySQL plugin now uses the name of the <Database> block rather than the
172       database name to identify the read callback; thanks to Mathieu Parent
173       for reporting this (Closes: #703446).
174     - Fixed a segfault in the ethstat plugin; thanks to Maximilian Engelhardt
175       for reporting this (Closes: #698584).
176     - The swap plugin now reports NaN rather than failing if no swap space is
177       available; thanks to Simon Richter for reporting this (Closes: #679163).
178     New plugins:
179     - read statistics from Aquaero 5 watercooling boards: aquaero (disabled in
180       Debian because of missing dependencies)
181     - CPU accounting information for Linux process groups: cgroups (disabled
182       on non-Linux systems)
183     - Logical Volume Manager usage: lvm (disabled on non-Linux systems)
184     - Intel Many-Integrated-Core (MIC) statistics: mic (disabled in Debian
185       because of missing dependencies)
186     - statistics of sigrok-supported devices: sigrok (disabled in Debian
187       because of missing dependencies)
188     - aggregate values received with the StatsD protocol: statsd
189     - incremental parsing of CSV files: tail_csv
190     - send collected values to Riemann: write_riemann
191   * Uploading to unstable; Wheezy has long been released.
192   * debian/patches:
193     - Removed pod-perl-5.18.dpatch; applied upstream.
194   * debian/control, debian/rules:
195     - Depend on libmnl-dev and enable the netlink plugin on all architectures
196       (upstream removed the dependency on the netlink library which is only
197       available as a static non-PIC library on Debian) (Closes: #531352).
198     - Depend on liblvm2-dev and enable the LVM plugin on Linux.
199   * debian/rules:
200     - Disable the aquaero plugin which requires libaquaero5.
201     - Disable the cgroups plugin on non-Linux.
202     - Disable the MIC plugin which requires libmic.
203     - Disable the sigrok plugin which requires libsigrok >= 0.2.0.
204     - Removed the Perl INSTALL_BASE workaround introduced in 5.2.0-1.
205   * debian/control:
206     - Removed build-dependency on libhal-dev; HAL is deprecated and will be
207       removed from Debian. It was optionally used by the uuid plugin.
208       (Closes: #615203)
209     - Build-conflict with libhal-dev to ensure consistent builds (cf. #615203).
210     - Let libcollectdclient-dev replace/break collectd-dev (<< 5.2.0-1)
211       because it ships files previously shipped by that package; thanks to
212       Andreas Beckmann for reporting this (Closes: #717973).
213     - Let collectd-core / collectd suggest / recommend default-jre-headless
214       (cf. #683525).
215   * debian/collectd-core.collectd.init.d:
216     - Do not use different PID files for collectd and collectdmon. Else, a
217       process might be left-over after changing USE_COLLECTDMON and restarting
218       collectd. Thanks to Dennis Hoppe for reporting this (Closes: #704048).
219   * debian/collectd-core.templates, debian/po/:
220     - Fixed path-names of NEWS.Debian.gz and the migrate scripts; thanks to
221       Uli Martens for reporting this (Closes: #719292).
222   * debian/po/:
223     - Updated Italian debconf template translation; thanks to Beatrice
224       Torracca (Closes: #705869).
225     - Updated Japanese debconf template translation; thanks to 'victory'
226       (Closes: #715283).
227   * debian/collectd.conf:
228     - Recursively include all '*.conf' files in /etc/collectd/collectd.conf.d/
229       using the new 'Include' option's 'Filter' feature; thanks to Laurent
230       Bigonville for suggesting this change (Closes: #690668).
232  -- Sebastian Harl <tokkee@debian.org>  Wed, 18 Sep 2013 13:26:58 +0200
234 collectd (5.2.1-1) experimental; urgency=low
236   * New upstream release.
237   * debian/patches:
238     - Removed postgresql_writer_memleak.dpatch -- applied upstream.
239   * debian/collectd-utils.install:
240     - Install collectd-tg manpage.
241   * debian/control:
242     - Updated standards-version to 3.9.4 -- no changes.
244  -- Sebastian Harl <tokkee@debian.org>  Wed, 30 Jan 2013 21:35:30 +0100
246 collectd (5.2.0-2) experimental; urgency=low
248   * debian/patches:
249     - Added postgresql_writer_memleak.dpatch fixing a memory leak in the
250       PostgreSQL writer implementation.
252  -- Sebastian Harl <tokkee@debian.org>  Thu, 29 Nov 2012 09:09:51 +0100
254 collectd (5.2.0-1) experimental; urgency=low
256   * New upstream release:
257     - ping plugin: Don't abort if ping_send fails but report an error only;
258       thanks to Bernd Zeimetz for reporting this (Closes: #630683).
259     - df plugin: Ignore "rootfs" file-system type to make sure that root
260       file-system statistics are only collected once; thanks to Florian La
261       Roche for reporting this (Closes: #657122).
262     - Fixed parse errors when using (including) empty config files; thanks to
263       Reinhard Tartler for reporting this (Closes: #592881).
264     New plugins:
265     - Aggregate multiple values lists into one: aggregation
266     - Query statistics from BSD's packet filter: pf (FreeBSD only)
267   * Uploading to experimental because of the Wheezy freeze.
268   * debian/control, debian/rules:
269     - Build-depend on kfreebsd-kernel-headers (kfreebsd-any only) and disable
270       the 'pf' plugin on non-kfreebsd systems.
271   * debian/patches:
272     - Removed migrate-4-5-df.dpatch; merged upstream.
273     - Removed rtnl_dump_filter.dpatch; merged upstream.
274     - Added myplugin_includes.dpatch -- change the example plugin include path
275       to /usr/include/collectd/core/ (see below).
276     - rrd_filter_path.dpatch: Also patch the migrate-4-5 script; while this is
277       not required for the (optional) auto-migration when updating the package
278       (the full path is passed as an argument) it helps the user to just use
279       the script without the need to add further arguments; thanks to Joey
280       Hess for reporting this (Closes: #689001).
281   * debian/rules:
282     - Fix installation paths used for Perl bindings. Upstream now passes
283       INSTALL_BASE rather than PREFIX to Makefile.PL which resulted in the
284       bindings being installed to different locations than before.
285   * debian/collectd-utils.install:
286     - Install collectd-tg(1).
287   * debian/libcollectdclient-dev.install:
288     - Install the libcollectdclient network*.h header files.
289   * Renamed libcollectclient0 to libcollectdclient1 due to the SONAME version
290     bump.
291   * debian/libcollectdclient1.symbols:
292     - Updated for 5.2.
293   * debian/collectd-dev.install:
294     - Install the collectd (daemon) headers to /usr/include/collectd/core/
295       rather than /usr/include/collectd/. The latter is used by
296       libcollectdclient which causes file conflicts.
297   * debian/collectd.conf:
298     - Let the 'df' plugin ignore 'rootfs' (else, the root file-system would
299       appear twice, causing one of the updates to fail and spam the log) and
300       the usual virtual / temporary file-systems (cf. #657122).
301   * debian/collectd-core.postrm:
302     - Source the debconf confmodule to make the db_* functions available;
303       thanks to Joey Hess and YunQiang Su for reporting this
304       (Closes: #680172, #688285).
305   * debian/po:
306     - Updated Brazilian Portuguese debconf templates; thanks to Adriano Rafael
307       Gomes (Closes: #685760).
309  -- Sebastian Harl <tokkee@debian.org>  Tue, 20 Nov 2012 15:40:12 +0100
311 collectd (5.1.0-3.1) unstable; urgency=low
313   * Non-maintainer upload.
314   * Fix "FTBFS with perl 5.18: POD errors":
315     add patch pod-perl-5.18 that adds =encoding to some POD files.
316     (Closes: #708718)
317   * Fix "Transition package to use default java implementation":
318     apply modified patch from Ubuntu / James Page:
319     - switch build dependency from openjdk-6-jdk to default-jdk
320     - set JAVA_HOME to /usr/lib/jvm/default-java
321     - update lintian override accordingly
322     (Closes: #683525)
324  -- gregor herrmann <gregoa@debian.org>  Sun, 26 May 2013 00:52:37 +0200
326 collectd (5.1.0-3) unstable; urgency=low
328   * debian/patches/migrate-4-5-df.dpatch, debian/collectd-core.postinst:
329     - Added patch to fix the migration of 'df' values in migrate-4-5.px;
330       thanks to 'markuskaindl' for reporting this on IRC.
331     - Pass --rrdfilter and --rrdtool parameters to migrate-4-5.px in order to
332       let the script find those binaries/scripts.
333     (Closes: #681363)
334   * debian/collectd-core.collectd.init.d:
335     - Catch disabled state in start and restart and don't exit with an error
336       status. Amongst others, this fixes an upgrade of collectd when the
337       daemon is disabled. Thanks to Florian Ernst for reporting this and
338       Evgeni Golov for providing (an early) patch (Closes: #681216).
339     - Don't use 'set -e' and 'exit 0' (at the end) in order to let return
340       statuses propagate correctly. (cf. #681216)
342  -- Sebastian Harl <tokkee@debian.org>  Sun, 15 Jul 2012 11:17:10 +0200
344 collectd (5.1.0-2) unstable; urgency=low
346   * debian/collectd-core.postinst:
347     - Don't create unused temp. directory.
348   * debian/control, debian/rules:
349     - Build depend on libmodbus-dev and enabled modbus plugin. 5.1 now
350       supports libmodbus 3; thanks to Ivo De Decker for reporting this
351       (Closes: #639796).
352   * debian/po:
353     - Updated Swedish debconf translation; thanks to Martin Bagge
354       (Closes: #677842).
355     - Added Slovak debconf translation; thanks to 'helix84'
356       (Closes: #677902).
357     - Updated Danish debconf translation; thanks to Joe Dalton
358       (Closes: #677908).
359     - Updated Czech debconf translation; thanks to Martin Å Ã­n
360       (Closes: #677949).
361     - Updated Russian debconf translation; thanks to Yuri Kozlov
362       (Closes: #678016).
363     - Updated Portuguese debconf translation; thanks to Américo Monteiro
364       (Closes: #678048).
365     - Updated Polish debconf translation; thanks to MichaÅ‚ KuÅ‚ach
366       (Closes: #678157).
367     - Updated Galician debconf translation; thanks to Jorge Barreiro
368       (Closes: #678467).
369     - Updated French debconf translation; thanks to Steve Petruzzello
370       (Closes: #678614).
371     - Updated Spanish debconf translation; thanks to Omar Campagne
372       (Closes: #679281).
373   * debian/collectd-core.collectd.init.d:
374     - Source /lib/lsb/init-functions in order to make systemd work in
375       compatibility mode; thanks to Michael Stapelberg for reporting this
376       (Closes: #679544).
377     - Use log_* and status_of_proc functions from LSB's init functions to
378       make collectd's output look like all the other output; thanks to
379       Matthias Urlichs for pointing this out (Closes: #679355).
381  -- Sebastian Harl <tokkee@debian.org>  Sat, 30 Jun 2012 13:27:41 +0200
383 collectd (5.1.0-1) unstable; urgency=low
385   * New upstream release (Closes: #630968):
386     - syslog plugin now supports logging notifications; thanks to Trent W.
387       Buck for suggesting this (Closes: #632940).
388     New plugins:
389     - AMQP output plugin: amqp
390     - AIX logical partitions statistics: lpar (disabled in Debian; AIX only)
391     - Network interface card statistics: ethstat (disabled on kfreebsd; Linux
392       only)
393     - Linux software-RAID device information: md (disabled on kfreebsd; Linux
394       only)
395     - Information about Non-Uniform Memory Access: numa (disabled on kfreebsd;
396       Linux only)
397     - Redis key-value database server statistics: redis (disabled in Debian;
398       libcredis is not available)
399     - Check thresholds and for missing values: threshold
400     - Varnish HTTP accelerator daemon statistics: varnish
401     - Sends data to Carbon, the storage layer of Graphite: write_graphite
402     - Write values to a MongoDB NoSQL database server: write_mongodb (disabled
403       in Debian; libmongoc is not available)
404     - Write values to a Redis key-value database server: write_redis (disabled
405       in Debian; libcredis is not available)
406     New targets:
407     - Upgrade data-sets from v4 clients to v5: v5upgrade
408   * debian/rules:
409     - Disabled lpar plugin -- this requires AIX (perfstat).
410     - Disabled redis and write_redis plugins -- they require libcredis.
411     - Disabled write_mongodb plugin -- this requires libmongoc.
412     - Disabled ethstat, md, and numa plugins on kfreebsd -- these plugins are
413       Linux specific.
414     - Install contrib/exec-ksm.sh as example.
415   * debian/control:
416     - Added build-dep on librabbitmq-dev, required by the AMQP plugin.
417     - Added build-dep on libvarnish-dev, required by the varnish plugin.
418   * debian/collectd-utils.install:
419     - Install collectdctl and collectdctl.1 to collectd-utils.
420   * debian/libcollectdclient0.symbols:
421     - Added lcc_sort_identifiers introduced in 5.1.0.
422   * debian/NEWS.Debian:
423     - Documented the upgrade from version 4 to 5.
424   * debian/collectd-core.install:
425     - Install migrate-4-5.px.
426   * debian/collectd-core.{config,postinst,templates}:
427     - Added debconf queries and code to automatically migrate from v4.
428   * debian/source/format:
429     - Set to "1.0" for now.
430   * debian/po/:
431     - Updated German debconf template translation.
432   * debian/collectd-core.override:
433     - Limit netlink override to appropriate architectures.
435  -- Sebastian Harl <tokkee@debian.org>  Wed, 13 Jun 2012 08:05:01 +0200
437 collectd (4.10.7-2) unstable; urgency=low
439   * debian/po:
440     - Updated Czech debconf translation; thanks to Martin Å Ã­n
441       (Closes: #673693).
442     - Updated Polish debconf translation; thanks to MichaÅ‚ KuÅ‚ach
443       (Closes: #673697).
444     - Updated Dutch debconf translation; thanks to Jeroen Schot
445       (Closes: #673769).
446     - Updated Swedish debconf translation; thanks to Martin Bagge
447       (Closes: #673888).
448     - Updated Russian debconf translation; thanks to Vladimir Zhbanov
449       (Closes: #673890).
450     - Added Italian debconf translation; thanks to Beatrice Torracca
451       (Closes: #674044).
452     - Updated Portuguese debconf translation; thanks to Américo Monteiro
453       (Closes: #674065).
454     - Updated Danish debconf translation; thanks to Joe Dalton
455       (Closes: #674459).
456     - Updated Brazilian Portuguese debconf translation; thanks to Adriano
457       Rafael Gomes (Closes: #674589).
458     - Updated French debconf translation; thanks to Steve Petruzzello and
459       Christian PERRIER (Closes: #674629).
460     - Updated Spanish debconf translation; thanks to Omar Campagne
461       (Closes: #676383).
462     - Updated German debconf translation based on Holger Wansing's feedback on
463       debian-l10n-german.
465  -- Sebastian Harl <tokkee@debian.org>  Sun, 10 Jun 2012 13:49:32 +0200
467 collectd (4.10.7-1) unstable; urgency=low
469   * New upstream release.
470     - Fixed an endless loop in case the datadir is a symlink pointing to a
471       non-existent target; thanks to Michael Prokop for reporting this and
472       Jonathan Nieder for providing the patch (Closes: #619123).
473     - Use bsd/nlist.h rather than the deprecated nlist.h on FreeBSD fixing a
474       FTBFS on kfreebsd; thanks to Tobias Frost for reporting this
475       (Closes: #664429).
476   * debian/patches/:
477     - Removed ipvs_h_include.dpatch -- applied upstream.
478     - Added rtnl_dump_filter.dpatch, updating the rtnl_dump_filter() signature
479       to recent versions of iproute2.
480   * debian/rules:
481     - Use dpkg-buildflags to determine compiler/linker flags; this also
482       enables hardening build flags; thanks to Moritz Muehlenhoff for
483       providing the patch (Closes: #656271).
484     - Don't force building of the ipvs plugin. The ip_vs.h check has been
485       fixed in configure.
486     - Use /usr/share/javahelper/java-arch.sh to determine the Java
487       architecture directory, thus, making sure armhf and armel are supported
488       as well; thanks to peter green for reporting this and providing the
489       pointer (Closes: #656274).
490     - Work around #673431 (kvm.h requires sys/types.h) by forcing the processes
491       plugin on kfreebsd and manually defining HAVE_STRUCT_KINFO_PROC_FREEBSD.
492   * debian/README.Debian:
493     - Added section 'Cleanup of old data' explaining how to get rid of
494       out-dated data files (e.g. RRD files).
495   * debian/control:
496     - Updated to standards-version 3.9.3 -- no changes.
497     - Build depend on javahelper providing java-arch.sh.
498     - Use linux-any, kfreebsd-any, etc. rather than hardcoded list of
499       non-Linux architectures to make life of porters easier; thanks to Robert
500       Millan for reporting this and providing a pointer to the fix
501       (Closes: #634690).
502     - Explicitly build-depend on libkvm-dev on kfreebsd; this is required by
503       the processes, swap and tcpconns plugins.
504   * debian/collectd-core.postrm, debian/collectd-core.templates:
505     - Prompt the user (debconf priority high) when purging the collected data
506       providing an option to opt out. The question defaults to remove the
507       data; thanks to Trent W. Buck for reporting and discussing this
508       (Closes: #631167).
509   * debian/collectd-core.collectd.init.d:
510     - Added cpufrequtils to should-start, else collectd does not reliably
511       detect all CPUs; thanks to Mathias Bauer for reporting and debugging
512       this (Closes: #662040).
513     - Use the exit codes specified by LSB in 'status' command; thanks to
514       Michael Prokop for reporting this (Closes: #615840).
515   * debian/po/:
516     - Added Danish debconf template translation; thanks to Joe Dalton
517       (Closes: #660918).
518     - Added Brazilian Portuguese debconf template translation; thanks to
519       Adriano Rafael Gomes (Closes: #662174).
520     - Added Polish debconf template translation; thanks to MichaÅ‚ KuÅ‚ach
521       (Closes: #672739).
523  -- Sebastian Harl <tokkee@debian.org>  Thu, 17 May 2012 15:55:39 +0200
525 collectd (4.10.4-1) unstable; urgency=low
527   * New upstream release.
528     - Added support for Yajl version 2; thanks to John Stamp for reporting
529       this (Closes: #653879).
530     - collectd.conf(5) now documents the "Globals" config option and that this
531       is required for the "perl" and "python" plugins; thanks to Jeff Green
532       for reporting this (Closes: #612784).
533     - Be more verbose about why loading a plugin fails; thanks to Martin
534       Steigerwald for reporting this (Closes: #585975).
535     - Don't abort if including a config file fails; thanks to Reinhard Tartler
536       for reporting this (Closes: #592880).
537     - Fixed FTBFS with GCC 4.6; thanks to Matthias Klose for reporting this
538       and Peter Green and Colin Watson for providing patches
539       (Closes: #625323).
540     - Added support for libnotify 0.7; thanks to Michael Biebl for reporting
541       this (Closes: #636818).
542     - Fixed FTBFS with current libiptc; thanks to Lucas Nussbaum for reporting
543       this (Closes: #614439).
544   * debian/patches:
545     - Removed bts595756-notify_email-segfault -- included upstream.
546     - Removed bts592623-curl_json-file -- included upstream.
547     - Removed bts596128-reheap-fix -- included upstream.
548     - Removed CVE-2010-4336 -- included upstream.
549   * debian/rules:
550     - Append DEB_BUILD_ARCH to JAVA_HOME; this is how it's done in the OpenJDK
551       package.
552     - Split 'build' target into 'build-arch' and 'build-indep' as recommended
553       by policy.
554   * debian/patches/ipvs_h_include, debian/rules:
555     - Let the ipvs plugin use linux/ip_vs.h rather than net/ip_vs.h. Also,
556       make sure to look for the header in /usr/include rather than the kernel
557       directory (which has been deprecated).
558     - Force building of the ipvs plugin since configure is not currently able
559       to correctly check for ip_vs.h.
560   * debian/control:
561     - Updated standards-version to 3.9.2 -- no changes.
562   * debian/collectd-core.collectd.init.d:
563     - Added a description LSB header field.
564   * debian/collectd-core.overrides:
565     - Updated entry for java's binary-or-shlib-defines-rpath.
567  -- Sebastian Harl <tokkee@debian.org>  Mon, 09 Jan 2012 16:10:58 +0100
569 collectd (4.10.1-2.1) unstable; urgency=high
571   * Non-maintainer upload by the security team
572   * Fix DoS in RRD file creation (Closes: #605092)
573     Fixes: CVE-2010-4336
574     Thanks to Florian Forster
576  -- Steffen Joeris <white@debian.org>  Wed, 08 Dec 2010 17:45:50 +1100
578 collectd (4.10.1-2) unstable; urgency=medium
580   * debian/rules:
581     - Added support for â€˜powerpcspe’ to the Java arch mapping; thanks to
582       Sebastian Andrzej Siewior for the patch (Closes: #592909).
583   * debian/patches:
584     - Added bts595756-notify_email-segfault -- upstream patch fixing a
585       segfault in the 'notify_email' plugin; thanks to Manuel CISSE for
586       reporting this (Closes: #595756).
587     - Added bts592623-curl_json-file -- upstream patch fixing access to
588       file:// URLs in the 'curl_json' plugin; thanks Baptiste Mille-Mathias
589       for reporting this and pointing out the patch (Closes: #592623).
590     - Added bts596128-reheap-fix -- upstream patch fixing the 'reheap()'
591       function used to manage the "read" callbacks and making sure all plugins
592       get executed correctly and in each interval (Closes: #596128).
593   * Set urgency to "medium" because of the RC bug-fix.
595  -- Sebastian Harl <tokkee@debian.org>  Wed, 08 Sep 2010 22:50:54 +0200
597 collectd (4.10.1-1) unstable; urgency=low
599   * New upstream release.
600   * debian/patches:
601     - Removed bts561577_collectd2html_recursive_fix -- applied upstream.
602     - Removed bts575029-collectd2html-xhtml -- applied upstream.
603     - Removed bts557599_powerdns_fix -- applied upstream.
604   * debian/control:
605     - Updated standards-version to 3.9.1 -- no changes.
607  -- Sebastian Harl <tokkee@debian.org>  Wed, 28 Jul 2010 18:45:31 +0200
609 collectd (4.10.0-1) unstable; urgency=low
611   * New upstream release:
612     New plugins:
613     - Parse XML data: curl_xml
614     - Parse values from Modbus/TCP enabled devices: modbus (disabled in
615       Debian; libmodbus is not available)
616     - Timing values from Pinba: pinba
617   * debian/control:
618     - Build-depend on libprotobuf-c0-dev and protobuf-c-compiler required by
619       the 'pinba' plugin.
620     - Updated to standards-version 3.8.4 -- no changes.
621   * debian/patches:
622     - Removed bts566199_collection_hide_types -- applied upstream.
623     - Removed typo_fixes -- applied upstream.
624     - Added bts575029-collectd2html-xhtml, adding support for XHTML to
625       collectd2html.pl; thanks to Ivan Shmakov for reporting this and Max
626       Henkel and Timur Kirilichev for providing patches (Closes: #575029).
627   * debian/rules:
628     - Define (and pass to configure) $JAR, required by current versions of the
629       Java bindings.
630     - Added support for Renesas SH4 to the Java arch mapping; thanks to
631       Nobuhiro Iwamatsu for the patch (Closes: #564165).
632   * debian/collectd.postinst:
633     - Manually replace /usr/share/doc/collectd/examples/ with a symlink when
634       upgrading from versions << 4.10.0-1~ -- this is not handled by dpkg
635       according to policy 6.6; thanks to Joey Hess for reporting this
636       (Closes: #569268).
637   * debian/collectd-core.overrides:
638     - Override 'capitalization-error-in-description python Python' -- all
639       plugin names are spelled in lower-case letters.
641  -- Sebastian Harl <tokkee@debian.org>  Tue, 08 Jun 2010 00:42:56 +0200
643 collectd (4.9.1-2) unstable; urgency=low
645   * debian/rules:
646     - Re-enabled non-kfreebsd plugins on i386 and amd64, which had been
647       disabled accidentally by using findstring (which does a substring match)
648       to compare DEB_BUILD_ARCH with kfreebsd-{amd64,i386}; thanks to ilia
649       kudirov for reporting this (Closes: #567259).
650     - Replaced all occurrences of 'findstring' with appropriate 'filter'
651       statements to make sure to match words rather than substrings.
653  -- Sebastian Harl <tokkee@debian.org>  Thu, 28 Jan 2010 22:09:16 +0100
655 collectd (4.9.1-1) unstable; urgency=low
657   * New upstream release:
658     New plugins:
659     - Number of context switches done by the OS: contextswitch
660     - Query statistics from mon.itor.us: Monitorus (Perl based plugin)
661     - Collect statistics from NetApp filers: netapp (disabled in Debian;
662       libnetapp is not available)
663     - OpenVZ statistics: OpenVZ (Perl based plugin)
664     - Embedding a Python interpreter: python
665     - Query statistics from RouterOS: routeros (disabled in Debian;
666       librouteros is not available)
667     New matches:
668     - Match values using a hash function of the hostname: hashed
669     New targets:
670     - Scale (multiply) values: scale
671   * debian/control:
672     - Build-depend on "python-dev", required to build the "python" plugin.
673   * debian/collectd-core.install:
674     - Install all collectd-*.5 manpages (in particular, this includes the
675       newly added collectd-python.5).
676   * Added support for kfreebsd-{i386,amd64}; see below for details
677     (Closes: #566521).
678   * debian/control, debian/rules:
679     - Disabled the following Linux-specific plugins / removed the following
680       build-deps on kfreebsd-{i386,amd64}:
681       + "iptables" plugin / iptables-dev
682       + "ipvs" plugin / linux-libc-dev
683       + "madwifi" plugin
684       + "netlink" plugin / iproute-dev
685       + "sensors" plugin / libsensors4-dev
686       + "vserver" plugin
687     - Disabled the following plugins / removed the following build-deps on
688       kfreebsd-{i386,amd64} -- the build-deps are (not yet) available on
689       kfreebsd:
690       + "gmond" plugin / libganglia1-dev
691       + "libvirt" plugin / libvirt-dev
692       + "java" plugin / openjdk6-jdk
693     - Enabled the "rrdcached" plugin and build-depend on librrd-dev (>= 1.4~)
694       (and removed the optional build-dep on librrd2-dev).
695     - Enabled the "tokyotyrant" plugin (except on kfreebsd-{i386,amd64}) and
696       build-depend on libtokyotyrant-dev (which is not available on kfreebsd).
697       Also, build-depend on libtokyocabinet-dev to work around a missing
698       dependency in libtokyotyrant-dev (see #566584).
699   * debian/rules:
700     - Disabled the following plugins on kfreebsd-{i386,amd64} which have not
701       yet been ported to FreeBSD: battery, conntrack, contextswitch, cpufreq,
702       disk, entropy, fscache, irq, nfs, protocols, serial, thermal, vmem,
703       wireless.
704     - Simplified Java archdir mapping: removed entries "pointing" to
705       themselves and let those default to DEB_BUILD_ARCH.
706     - Check whether all patches have been enabled; fail, if not.
707   * debian/patches:
708     - Added bts566199_collection_hide_types.dpatch -- added ability to hide
709       specified types in collection.cgi; thanks to Pavel Piatruk for the patch
710       (Closes: #566199).
711     - Added typo_fixes.dpatch -- fixing some typos in manpages and error
712       messages; thanks to lintian(1) for reporting this.
713   * debian/collectd-core.overrides:
714     - Replaced overrides for spelling-error-in-description with
715       capitalization-error-in-description.
717  -- Sebastian Harl <tokkee@debian.org>  Tue, 26 Jan 2010 00:22:32 +0100
719 collectd (4.8.2-1) unstable; urgency=medium
721   * New upstream release:
722     - Now using libtool 2.
723   * Set urgency to medium because of the fix for #559801.
724   * Split the "collectd" binary package into "collectd-core" and "collectd".
725     The former provides the main program file and the plugins while the latter
726     provides the configuration. This allows for much more flexible setups
727     (e.g. providing customizations on top of "collectd-core" without modifying
728     the "collectd" package) and, amongst others, removes the hard dependency
729     on librrd (Closes: #495936, #544311).
730   * debian/collectd-core.collectd.init.d:
731     - Do not (try to) start collectd if the config file does not exist. Else,
732       installation of "collectd-core" (which does not provide configuration)
733       would fail.
734   * debian/collectd.postinst:
735     - Let the "collectd" package restart the daemon, since it provides the
736       config file.
737   * debian/collectd.links:
738     - Symlink /u/s/d/collectd/examples to /u/s/d/collectd-core/examples.
739   * debian/control:
740     - Build-depend on the right combination of libsnmp-dev and perl. Perl's
741       CFLAGS (included in net-snmp's CFLAGS) introduced '-fstack-protector' in
742       version 5.10.1 on some architectures (those supporting that features).
743       net-snmp has been fixed to handle that correctly in 5.4.2.1~dfsg-4;
744       thanks to Lamont Jones and Dann Frazier for reporting this
745       (Closes: #559087).
746     - Build-depend on libsensors4-dev rather than libsensors-dev. libsnmp-dev,
747       starting with version 5.4.2.1~dfsg-5, supports libsensors4, thus making
748       that possible. This restores the full functionality of the "sensors"
749       plugin, which does not work well with libsensors3 and lm-sensors-3;
750       thanks to Anssi Kolehmainen for reporting this (Closes: #538795).
751     - Build-depend on libltdl-dev to make it possible to use the system-wide
752       libltdl.
753     - No longer conflict/provide/replace the pre-Lenny "collectd-$plugin"
754       packages.
755     - Update the list of collectd-core's suggestions: added various services
756       providing data that may be collected by collectd. Downgraded lm-sensors
757       from a recommendation to a suggestion.
758   * debian/patches:
759     - Removed gmond-fix-compile-error.dpatch -- included upstream.
760     - Added bts561577_collectd2html_recursive_fix.dpatch -- fixed
761       collectd2html.pl's recursive mode and improved some defaults; thanks to
762       Yuri D'Elia for reporting this and providing a patch (Closes: #561577).
763     - Added bts557599_powerdns_fix.dpatch -- fixed communication to pdns
764       versions 2.9.22 and above; thanks to <tm@iprog.com> for reporting this
765       and Luke Heberling for providing the patch (Closes: #557599).
766     - Added bts559801_plugin_find_fix.dpatch -- make collectd resistant
767       against copies of libltdl affected by CVE-2009-3736. This fixes a
768       potential but very unlikely security issue, e.g. found in the embedded
769       copy. For details about how collectd might be affected, see
770       <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559801#15>; thanks to
771       Michael Gilbert for reporting this (Closes: #559801).
772   * debian/rules:
773     - Pass --without-included-ltdl to configure to tell libtool 2 to not use
774       the shipped libltdl but rather the one available in the system. Thus,
775       in the future, libltdl related issues do no longer require updated
776       collectd packages.
777     - Pass --disable-static to configure to tell libtool 2 to not build any
778       static libraries.
779     - Install debian/collectd.conf as an example into "collectd-core".
780     - Output the content of config.log if configure fails -- this might help
781       debugging.
782   * debian/README.Debian:
783     - Added a short explanation of the package split.
785  -- Sebastian Harl <tokkee@debian.org>  Sat, 26 Dec 2009 12:06:46 +0100
787 collectd (4.8.1-2) unstable; urgency=low
789   * debian/rules:
790     - Disabled the "java" plugin on hppa for now to work around a backlog in
791       the buildds that currently prevents a transition to testing.
792   * debian/control:
793     - Do not build-depend on openjdk-6-jdk on hppa.
795  -- Sebastian Harl <tokkee@debian.org>  Thu, 19 Nov 2009 10:55:33 +0100
797 collectd (4.8.1-1) unstable; urgency=medium
799   * New upstream release:
800     - Fixed a build issue with libiptc that caused a segfault in the iptables
801       plugin; thanks to Rodrigo Campos for reporting this (Closes: #535786).
802     - Updated the powerdns plugin to support pdns 2.9.22 (and above) as well;
803       thanks to Thomas Morgan for reporting this and Luke Heberling for
804       providing a patch (Closes: #535787).
805     New plugins:
806     - Parse JSON files: curl_json
807     - Query data from Java processes using JMX: GenericJMX (Java based plugin)
808     - Atheros wireless LAN chipset statistics: madwifi
809     - Optimized Link State Routing daemon statistics: olsrd
810     - Tokyo Tyrant server statistics: tokyotyrant (disabled in Debian,
811       libtokyotyrant is not available)
812     - Send collected values to a web-server: write_http
813     - ZFS Adaptive Replacement Cache statistics: zfs_arc (disabled in Debian,
814       libkstat is not available)
815     New matches:
816     - Match zero COUNTER values: empty_counter
817   * Set urgency to medium because of the fix for #535786.
818   * debian/rules:
819     - Install contrib/GenericJMX.conf to /usr/share/doc/collectd/examples/.
820     - Disabled the tokyotyrant and zfs_arc plugins - their dependencies are
821       not available.
822   * debian/patches:
823     - Removed bts535787-powerdns-fix-localsocket.dpatch - included upstream.
824     - Removed bts541953-curl-followlocation.dpatch - included upstream.
825     - Removed bts542859-df-fix-ignorelist.dpatch - included upstream.
826     - Removed java-fix-jvm-start.dpatch - included upstream.
827     - Removed libvirt-reconnect.dpatch - included upstream.
828     - Removed network-fix-cacheflush.dpatch - included upstream.
829     - Removed plugin-fix-unregister.dpatch - included upstream.
830     - Added gmond-fix-compile-error.dpatch - upstream patch fixing a compile
831       error in the gmond plugin.
832   * debian/control:
833     - Build depend on libyajl-dev, which is required by the curl_json plugin.
834   * Added debian/README.source:
835     - The file includes a pointer to /usr/share/doc/dpatch/README.source.gz.
836   * New debconf template translations:
837     - ja.po, thanks to Hideki Yamane (Closes: #550968).
839  -- Sebastian Harl <tokkee@debian.org>  Thu, 15 Oct 2009 20:54:46 +0200
841 collectd (4.7.2-1) unstable; urgency=low
843   * New upstream release (Closes: #541887).
844     - collectd2html.pl now supports the creation of SVG images; thanks to Ivan
845       Shmakov for providing a patch (Closes: #482185).
846     New plugins:
847     - Connection tracking table size: conntrack
848     - Linux file-system based caching framework statistics: fscache
849     - Receive and interpret Ganglia multicast traffic: gmond
850     - Embedded Java Virtual Machine: java
851     - Query and parse data from a memcache daemon: memcachec
852     - Information about network protocols: protocols
853     - Parse table-like structured files: table
854     - Power consumption measurements from "The Energy Detective" (TED): ted
855     - System uptime: uptime
856   * debian/rules:
857     - Install collectd-unixsock.py to /usr/share/doc/collectd/examples/.
858     - Pass CPPFLAGS and CFLAGS as arguments to configure instead of setting
859       them in the environment - this is the recommended way.
860     - Pass appropriate JAVAC, JAVA_CPPFLAGS and JAVA_LDFLAGS variables to
861       configure, using OpenJDK found in /usr/lib/jvm/java-6-openjdk. The
862       archdir mapping used by the openjdk-6 Debian package is used to find
863       libjvm.so in JAVA_HOME/jre/lib/ARCHDIR/server.
864     - Use -rpath to tell the "java" plugin where to find libjvm.so.
865     - Pass --enable-all-plugins to configure to make sure that the build fails
866       if any prerequisites are missing.
867   * debian/control:
868     - Build-depend on openjdk-6-jdk.
869     - Build-depend on libganglia1-dev (>= 3), required by the gmond plugin.
870     - Build-depend on libgcrypt11-dev, used by the network plugin.
871     - Updated Standards-Version to 3.8.3 (no changes).
872     - Changed build-dependency libmysqlclient15-dev to libmysqlclient-dev -
873       this allows transitions to be handled thru binNMUs if possible.
874   * debian/collectd.install:
875     - Install collectd-java.5.
876   * debian/patches:
877     - Removed libcollectdclient_static_sstrerror.dpatch - included upstream.
878     - Added network-fix-cacheflush.dpatch - upstream patch to fix the handling
879       of the 'CacheFlush' config option of the "network" plugin.
880     - Added libvirt-reconnect.dpatch - upstream patch to let the "libvirt"
881       plugin re-connect to libvirtd if connecting fails.
882     - Added plugin-fix-unregister.dpatch - upstream patch to make
883       'plugin_unregister_read()' functional again, thus fixing a failed
884       assertion in some cases.
885     - Added java-fix-jvm-start.dpatch - upstream patch to fix the JVM startup.
886     - Added bts541953-curl-followlocation.dpatch - upstream patch to let
887       plugins using libcurl follow HTTP redirects; thanks to Joey Hess for
888       reporting this (Closes: #541953).
889     - Added bts535787-powerdns-fix-localsocket.dpatch - upstream patch fixing
890       the handling of the 'LocalSocket' config option of the "powerdns"
891       plugin; thanks to Thomas Morgan for reporting this and Luke Heberling
892       for providing a patch (references: #535787).
893     - Added bts542859-df-fix-ignorelist.dpatch - upstream patch to fix the
894       handling of the ignorelist in the "df" plugin; thanks to Joey Hess for
895       reporting this (Closes: #542859).
896   * debian/README.Debian:
897     - Removed the note about how to get collectd2html.pl working with
898       version 4 of collectd - the script now supports the --recursive option
899       which takes care of that.
900   * debian/collectd.overrides:
901     - Documented the 'binary-or-shlib-defines-rpath' warning - the rpath is
902       required by the "java" plugin.
903   * New debconf template translations:
904     - cs.po, thanks to Martin Sin (Closes: #534206).
905     - ru.po, thanks to Yuri Kozlov (Closes: #539467).
906   * debian/control, debian/rules:
907     - No not limit the "libvirt" plugin to amd64, i386, powerpc - libvirt-dev
908       seems to be available on all architectures now.
909     - Reintroduced a work around for #474087 (broken openipmi .pc files) by
910       providing a fixed version of OpenIPMIpthread.pc in debian/pkgconfig and
911       adding that path to PKG_CONFIG_PATH. Removed the version from the
912       libopenipmi-dev build dependency for now.
913   * debian/collectd.conf:
914     - Set the "apache" plugin's URL according to the default used by Debian's
915       Apache; thanks to Joey Hess for reporting this (Closes: #541888).
916   * debian/libcollectdclient-dev.install, debian/rules:
917     - Do not install libcollectdclient's .la file in favor of the Squeeze
918       release goal to remove those files (for details see
919       <http://lists.debian.org/debian-devel/2009/08/msg00783.html>).
921  -- Sebastian Harl <tokkee@debian.org>  Sat, 29 Aug 2009 12:42:15 +0200
923 collectd (4.6.3-1) unstable; urgency=low
925   * New upstream release.
926   * debian/patches:
927     - Removed battery_acpi_complain.dpatch - included upstream.
928     - Removed include_empty_files.dpatch - included upstream.
929     - Removed ntpd_type_pun_fix.dpatch - included upstream.
930     - Removed rrdtool_uninitialized_fix.dpatch - included upstream.
931     - Added libcollectdclient_static_sstrerror.dpatch to make a private
932       function in libcollectdclient static.
933   * debian/rules:
934     - Install collectd-network.py to /usr/share/doc/collectd/examples/.
936  -- Sebastian Harl <tokkee@debian.org>  Tue, 02 Jun 2009 22:03:10 +0200
938 collectd (4.6.2-3) unstable; urgency=low
940   * debian/patches:
941     - Actually enabled rrdtool_uninitialized_fix.dpatch - d'oh!
943  -- Sebastian Harl <tokkee@debian.org>  Fri, 29 May 2009 15:49:46 +0200
945 collectd (4.6.2-2) unstable; urgency=low
947   * debian/patches:
948     - Added battery_acpi_complain.dpatch - upstream patch to fix excessive
949       error messages in the battery plugin in case /proc/acpi/battery is not
950       available.
951     - Added ntpd_type_pun_fix.dpatch - upstream patch to fix dereferencing of
952       a type-punned pointer identified by GCC 4.4, thanks to Martin Michlmayr
953       for reporting this (Closes: #526667).
954     - Added include_empty_files.dpatch - upstream patch to fix the inclusion
955       of empty configuration files, thanks to Alexander Wirt for reporting
956       this.
957     - Added rrdtool_uninitialized_fix.dpatch - upstream patch to fix an
958       uninitialized value warning in the rrdtool plugin, thanks to Andreas
959       Moog for reporting this.
960   * debian/collectd.conf, debian/filters.conf:
961     - Added a sample filter chain configuration.
962   * debian/rules:
963     - Added contrib/php-collection/ to /usr/share/doc/collectd/.
964     - Disabled "netlink" plugin on mips and mipsel - those architectures do
965       not allow to link non-PIC code into shared objects, thanks to Peter De
966       Schrijver for reporting this (Closes: #524593).
967   * debian/control:
968     - Build-depend on iptables-dev (>= 1.4.3.2-2) to link against the packaged
969       libiptc which is available as shared library since iptables 1.4.3.
970       Depend on versions >= 1.4.3.2-2 because of #524766.
972  -- Sebastian Harl <tokkee@debian.org>  Fri, 29 May 2009 14:12:36 +0200
974 collectd (4.6.2-1) unstable; urgency=low
976   * New upstream release.
977     - Fixed the use of struct in6_addr (Closes: #521748).
978     - Added a filter infrastructure based on "matches" and "targets".
979     - Added support for vmem graphs to collection.cgi (Closes: #521993).
980     New plugins:
981     - bind9 name-server and zone statistics: bind
982     - Parse statistics from websites: curl
983     - Query data from a relational database: dbi
984     - OpenVPN traffic and compression statistics: openvpn
985     - Query data from an Oracle database: oracle (disabled in Debian,
986       libclntsh is not available)
987     - Write data via the RRD accelerator daemon: rrdcached (disabled in
988       Debian, rrdclient support is not yet available)
989     New matches:
990     - Match values by their identifier based on regular expressions: regex
991     - Match values with an invalid timestamp: timediff
992     - Select values by their data sources' values: value
993     New targets:
994     - Create and dispatch a notification: notification
995     - Replace parts of an identifier using regular expressions: replace
996     - Set (overwrite) entire parts of an identifier: set
997   * Uploading to unstable, since Lenny has been released.
998   * New debconf template translations:
999     - vi.po, thanks to Clytie Siddall (Closes: #515872).
1000     - es.po, thanks to Francisco Javier Cuadrado and Erika Chacón Vivas
1001       (Closes: #520988).
1002   * debian/patches:
1003     - Removed perl-uninitialized-var.dpatch - included upstream.
1004   * debian/control:
1005     - Added new binary packages libcollectdclient0 and libcollectdclient-dev
1006       for the newly added client library.
1007     - Added new binary package collectd-utils for optional utilities that pull
1008       in additional dependencies. Currently, this only includes
1009       collectd-nagios. The new package replaces collectd (<< 4.6.1-1~),
1010       because it overwrites /usr/bin/collectd-nagios.
1011     - Added libdbi0-dev to the build dependencies - this is required by the
1012       dbi plugin.
1013     - Moved collectd-dbg from section "utils" to the newly added "debug".
1014     - Updated Standards-Version to 3.8.1.
1015   * debian/rules:
1016     - Use dh_install and *.install files to specify which package some file
1017       belongs to.
1018   * debian/libcollectdclient0.symbols:
1019     - Added symbols file for libcollectdclient.
1020   * debian/collectd.overrides:
1021     - Override "spelling-error-in-description" for the apache plugin name -
1022       all plugins are spelled lowercase.
1023   * debian/collectd.init.d:
1024     - Start the daemon using start-stop-daemon's --oknodo option to exit
1025       successfully if the daemon is already running as requested by section
1026       9.3.2 of the Debian Policy 3.8.1.
1027   * debian/copyright:
1028     - Reference GPL-2 in addition to GPL (latest version), since GPL2-only is
1029       used by some files.
1031  -- Sebastian Harl <sh@tokkee.org>  Thu, 02 Apr 2009 16:38:57 +0200
1033 collectd (4.5.1-1) experimental; urgency=low
1035   * New upstream release.
1036     New plugins:
1037     - Count the number of files in directories: filecount
1038     - Send desktop notifications to a notification daemon: notify_desktop
1039     - Send notification E-mails: notify_email
1040     - One-wire sensors information: onewire (experimental, disabled in Debian)
1041     - PostgreSQL database statistics: postgresql
1042     - Linux ACPI thermal zone information: thermal (Closes: #492580)
1043   * Uploading to experimental because of the Lenny freeze.
1044   * debian/control:
1045     - Added build dependency on libglib2.0-dev and libnotify-dev required by
1046       the notify_desktop plugin.
1047     - Added build dependency on libesmtp-dev required by the notify_email
1048       plugin.
1049     - Added build dependency on libpq-dev required by the postgresql plugin.
1050     - Let collectd-dbg and collectd-dev depend on ${misc:Depends} - this is
1051       required when using debhelper.
1052   * debian/rules:
1053     - Disabled onewire plugin - owfs is not yet available in Debian.
1054     - Install contrib/snmp-probe-host.px to /usr/share/doc/collectd/examples/.
1055     - Set CONFIGFILE to /etc/collectd/collectd.conf.
1056   * debian/patches:
1057     - Added perl-uninitialized-var.dpatch - upstream patch to fix an
1058       uninitialized variable warning causing a FTBFS because of -Werror.
1059     - Removed myplugin_strcpy.dpatch - applied upstream.
1060     - Removed perl_deadlock.dpatch - included upstream.
1061     - Removed memory_libstatgrab.dpatch - included upstream.
1062     - Removed collectd_memleak.dpatch - included upstream.
1063     - Removed snmp_memleak.dpatch - included upstream.
1064     - Removed memcached_fdleak.dpatch - included upstream.
1065     - Removed memcached_timeout.dpatch - included upstream.
1066     - Removed pod-errors.dpatch - included upstream.
1067   * debian/collectd.overrides:
1068     - Override "spelling-error-in-description" for the postgresql plugin name
1069       - all plugins are spelled lowercase.
1070   * debian/collectd.init.d:
1071     - Do not restart collectd if the configuration test fails.
1073  -- Sebastian Harl <sh@tokkee.org>  Fri, 12 Dec 2008 10:09:48 +0100
1075 collectd (4.4.2-3) unstable; urgency=low
1077   * New debconf template translation:
1078     - nl.po, thanks to Eric Spreen (Closes: #502204).
1079     - sv.po, thanks to Martin Bagge (Closes: #504248).
1080   * debian/patches:
1081     - Added pod-errors.dpatch to fix some minor POD errors.
1082   * debian/rules:
1083     - Remove generated manpages in the clean target to avoid cluttering the
1084       source diff with the rebuilt manpages.
1085   * debian/collectd.conf:
1086     - Fixed a wrong type used in the "tail" plugin example.
1088  -- Sebastian Harl <sh@tokkee.org>  Sat, 06 Dec 2008 16:53:25 +0100
1090 collectd (4.4.2-2) unstable; urgency=low
1092   * Removed the work around for #474087 (broken openipmi .pc files) introduced
1093     in 4.4.1-1 and instead build depend on libopenipmi-dev (>= 2.0.14-1~)
1094     which includes fixed .pc files. This fixes an undefined symbol error when
1095     loading the ipmi plugin caused by that work around (Closes: #494665).
1096   * debian/collectd.init.d:
1097     - The "status" command now exits with 1 if collectd is not running.
1098     - Do not suppress output when checking the configuration with the -t
1099       command line option. This will also show errors that don't cause
1100       collectd to abort, e.g. failure to load plugins (Closes: #499232).
1101   * debian/control:
1102     - Added librrd-dev as the preferred option to the librrd2-dev build
1103       dependency - the latter one is a virtual package since rrdtool 1.3.
1104   * Added debian/patches/perl_deadlock.dpatch - upstream patch to fix a
1105     possible deadlock in the perl plugin (Closes: #499179).
1106   * Added debian/patches/memory_libstatgrab.dpatch - trivial upstream patch to
1107     fix a typo in the libstatgrab code of the memory plugin.
1108   * Added debian/patches/collectd_memleak.dpatch - trivial upstream patch to
1109     fix a possible memory leak.
1110   * Added debian/patches/snmp_memleak.dpatch - trivial upstream patch to fix a
1111     possible memory leak in the snmp plugin.
1112   * Added debian/patches/memcached_fdleak.dpatch - trivial upstream patch to
1113     fix a possible file descriptor leak in the memcached plugin.
1114   * Added debian/patches/memcached_timeout.dpatch - trivial upstream patch to
1115     fix the timeout passed to poll(2).
1117  -- Sebastian Harl <sh@tokkee.org>  Thu, 18 Sep 2008 19:12:54 +0200
1119 collectd (4.4.2-1) unstable; urgency=low
1121   * New upstream release.
1122   * Removed librrd0-dev and libmysqlclient14-dev from the build-dependencies -
1123     those package are no longer available since Etch.
1124   * Removed byacc from the build-dependencies - collectd now requires bison.
1125   * Removed libupsclient-config.sh - upstream now supports pkg-config for
1126     libupsclient.
1127   * Include collection3 in /usr/share/doc/collectd/examples/:
1128     - Updated README.Debian to point the collection3's README.
1129     - Added libconfig-general-perl to the suggested packages.
1130   * README.Debian: Added a note about how to get collectd2html.pl working with
1131     version 4 of collectd.
1132   * Added debian/patches/myplugin_strcpy.dpatch - use sstrncpy() instead of
1133     strcpy() which is poisoned in collectd.h.
1134   * collectd.overrides: Removed shlib-with-non-pic-code for nut.so - the
1135     plugin now links against the shared libupsclient.
1136   * Do not compress any example files, so they may be used directly.
1138  -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 19:58:58 +0200
1140 collectd (4.4.1-2) unstable; urgency=low
1142   * Restrict libcurl4-gnutls-dev build dependency to versions which are not
1143     affected by #488701 (Closes: #489091).
1144   * Added linux-libc-dev (<< 2.6.25-1) as an option to the linux-libc-dev
1145     (>= 2.6.25-4) build dependency - those versions are not affected by
1146     #479899.
1147   * Added build dependency on pkg-config - this is used by collectd's
1148     configure script to check for a couple of libraries.
1149   * Added libupsclient-config.sh to imitate libupsclient-config which is no
1150     longer available. libupsclient-config.sh is a simple wrapper around
1151     pkg-config. This is a workaround until upstream supports pkg-config for
1152     libupsclient.
1153   * Replaced nut-dev build dependency with libupsclient1-dev:
1154     Reenabled the "nut" plugin on all architectures.
1156  -- Sebastian Harl <sh@tokkee.org>  Mon, 07 Jul 2008 20:45:53 +0000
1158 collectd (4.4.1-1) unstable; urgency=low
1160   * New upstream release.
1161     - Fixed another issue of the sensors plugin affecting some chip types
1162       (Closes: #468143).
1163     - Fixed creation of "vserver" graphs in collection.cgi (Closes: #475120).
1164     - Fixed a segfault when using libperl 5.10.
1165     - collectd now ships libiptc itself.
1166     New plugins:
1167     - Ascent server statistics: ascent
1168     - IPMI sensors information: ipmi
1169     - PowerDNS name server statistics: powerdns
1170     - incremental parsing of logfiles: tail
1171     - TeamSpeak2 server statistics: teamspeak2
1172     - detailed virtual memory statistics: vmem
1173   * Disable "tcpconns" plugin by default (Closes: #478759).
1174   * Reenabled iptables plugin on all architectures (Closes: #473435).
1175     - Added the plugin to collectd.conf.
1176     - Added /usr/share/doc/collectd/examples/iptables/.
1177     - Added build dependency on linux-libc-dev (>= 2.6.25-4) - that version is
1178       required because of #479899.
1179   * New debconf template translations:
1180     - gl.po, thanks to Jacobo Tarrio (Closes: #482667).
1181   * Added a work around for #474087 (broken openipmi .pc files) by forcing the
1182     inclusion of the ipmi plugin and manually specifying the dependencies.
1183   * Updated standards-version to 3.8.0 (no changes).
1185  -- Sebastian Harl <sh@tokkee.org>  Tue, 17 Jun 2008 10:35:51 +0200
1187 collectd (4.3.2-1) unstable; urgency=low
1189   * New upstream release.
1190     - Fixed handling of ignored sensors instances (Closes: #468143).
1191     - Fixed reading of wireless noise values (Closes: #471788).
1192   * Adopted patches and script to extractDS.px being renamed to rrd_filter.px.
1193   * Clarified debconf template in respect to packages required for the data
1194     migration (Closes: #469336).
1195   * collectd.conf: Moved logging plugins to the top of the file.
1196   * New debconf template translations:
1197     - de.po, thanks to Kai Wasserbäch (Closes: #469334).
1198     - fr.po, thanks to Florent Usseil (Closes: #468813).
1199     - pt.po, thanks to Américo Monteiro (Closes: #469745, #472183).
1200   * collectd.init.d: Consider the DISABLE option only when starting collectd.
1201   * Disabled iptables plugin - libiptc is no longer available in Debian.
1202     - Removed the plugin from collectd.conf.
1203     - Removed /usr/share/doc/collectd/examples/iptables/.
1205  -- Sebastian Harl <sh@tokkee.org>  Mon, 31 Mar 2008 12:13:18 +0200
1207 collectd (4.3.0-2) unstable; urgency=low
1209   * Added "lm-sensors" to the recommended packages and README.Debian.plugins
1210     (this is required by the sensors plugin).
1211   * Restrict the libvirt-dev build dependency and the libvirt plugin to amd64,
1212     i386 and powerpc (libvirt is only available on those architectures).
1213   * Restrict the libvirt-dev build dependency to versions >= 0.4.0-6 to make
1214     sure Xen is supported and to fix some strange FTBFS complaining about a
1215     missing symbol "virDomainBlockStats".
1217  -- Sebastian Harl <sh@tokkee.org>  Thu, 06 Mar 2008 23:37:44 +0100
1219 collectd (4.3.0-1) unstable; urgency=low
1221   * New upstream release.
1222     - Added basic support for monitoring by introducing notifications and
1223       threshold checking.
1224     - Reverse lookups can be disabled using the "ReverseLookups" option of the
1225       ntpd plugin (Closes: #455162).
1226     New plugins:
1227     - Set the hostname to an unique identifier: uuid
1228     - CPU, dist, network statistics of guest systems: libvirt
1229   * Upload to unstable: With the latest changes to the perl plugin, all parts
1230     of collectd are suitable for a release.
1231   * Added libvirt-dev, libxml2-dev and libhal-dev to the build dependencies.
1232   * Updated package description to mention the monitoring support.
1233   * Install liboping/oping.h to collectd-dev as well.
1234   * collectd.init.d: Optionally start collectdmon to monitor collectd. This
1235     can be configured using the USE_COLLECTDMON variable - enabled by default.
1236   * collectd.init.d: Added ENABLE_COREFILES option - if enabled the core file
1237     limit will be set to unlimited - disabled by default.
1238   * Compile collectd with -DLT_LAZY_OR_NOW='RTLD_LAZY|RTLD_GLOBAL' to force
1239     lt_dlopen() to use the RTLD_GLOBAL flag which is required by the perl
1240     plugin (which would otherwise be unable to find symbols defined in libperl
1241     when loading perl modules that require such symbols).
1242   * Disable debugging support.
1243   * watch file: Added uversionmangle for "beta" and "-rc".
1244   * Override "spelling-error-in-description" for the mysql plugin name - all
1245     plugins are spelled lowercase.
1247  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Feb 2008 21:44:42 +0100
1249 collectd (4.2.4-1) experimental; urgency=low
1251   * New upstream release.
1252   * Added versioned build-dependency on dpkg-dev (>= 1.14.10); collectd FTBFS
1253     with earlier versions because of #452262.
1254   * Added libregexp-common-perl (required by Collectd::Unixsock) to the
1255     suggested packages.
1256   * Added support for the "status" command to the init script.
1257   * Updated standards-version to 3.7.3 (no changes).
1258   * Added --without-libstatgrab to the configure options to prevent collectd
1259     from being linked against this library if it's available.
1260   * Disabled xmms plugin - xmms will be removed from unstable
1261     (Closes: #459707).
1263  -- Sebastian Harl <sh@tokkee.org>  Sun, 27 Jan 2008 18:34:23 +0100
1265 collectd (4.2.1-1) experimental; urgency=low
1267   * New upstream release.
1268   * Changed XS-Vcs-* to Vcs-*.
1269   * Marked advanced rrdtool configuration options as such in collectd.conf.
1270   * Added exec-munin.px, exec-munin.conf, exec-smartctl and snmp-data.conf to
1271     /usr/share/doc/collectd/examples/.
1272   * Moved "Homepage" field from package description to the source stanza.
1274  -- Sebastian Harl <sh@tokkee.org>  Wed, 21 Nov 2007 09:50:46 +0000
1276 collectd (4.2.0-1) experimental; urgency=low
1278   * New upstream release.
1279     - Added options to collectd2html.pl to specify host and data directory
1280       (Closes: #438499).
1281     - Link against a thread-safe version of librrd.
1282     New plugins:
1283     - IPVS connection statistics: ipvs
1284     - Statistic of the memcached distributed caching system: memcached
1285     - Detailed Linux network interface and routing statistics: netlink (32bit
1286       systems only)
1287     - Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
1288     - Values from SNMP enabled network devices: snmp
1289     - Number of TCP connections to specific ports: tcpconns
1290     - Bitrate and frequency of music played with XMMS: xmms
1291   * Updated init script to wait for collectd to shut down (Closes: #422208).
1292   * Merged all plugin packages into the collectd binary package.
1293   * Added README.Debian.plugins and gen_plugin_deps.pl to document the plugin
1294     dependencies.
1295   * Added collectd.overrides to override shlib-with-non-pic-code errors of
1296     plugins liked against static libraries which have not been linked with
1297     -fPIC.
1298   * Removed debian/examples/myplugin.c and debian/examples/MyPlugin.pm - they
1299     are included in the upstream sources now.
1300   * Added libcurl4-gnutls-dev as option to the libcurl3-gnutls-dev build
1301     dependency.
1303  -- Sebastian Harl <sh@tokkee.org>  Sun, 28 Oct 2007 13:38:21 +0100
1305 collectd (4.0.7-1) experimental; urgency=low
1307   * New upstream release.
1308   * Disable iptables and nut plugins on hppa as well to work around a FTBFS
1309     caused by #358637 and presumably #419684 (Closes: #430933).
1310   * Changed collectd-dbg's section to "utils".
1311   * Added httpd-cgi to suggested packages.
1312   * Added documentation of the provided examples to README.Debian, thanks to
1313     Eduard Bloch for his proposal (Closes: #434182).
1315  -- Sebastian Harl <sh@tokkee.org>  Fri, 31 Aug 2007 10:04:41 +0200
1317 collectd (4.0.3-1) experimental; urgency=low
1319   * New upstream release.
1321  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Jun 2007 21:41:21 +0100
1323 collectd (4.0.2-1) experimental; urgency=low
1325   * New upstream release (Closes: #428114).
1326     - Added large file support (Closes: #422212).
1327     - Rewrite of the plugin system to allow more flexibility by using
1328       different types of plugins.
1329     - Added Nagios plugin to query collectd from Nagios.
1330     New plugins:
1331     - Output to "comma separated values" (CSV) files: csv
1332     - Output to RRD files: rrdtool
1333     - IO via the network: network
1334     - External runtime interface: unixsock
1335     - Embedding a Perl interpreter: perl
1336     - Logging to files, STDOUT or STDERR: logfile
1337     - Logging to syslog: syslog
1338     - Amount of available entropy: entropy
1339     - Execution of external programs: exec
1340     - Iptables statistics: iptables (32bit systems only)
1341     - IRQ counters: irq
1342     - UPS information: nut (32bit systems only)
1343   * New binary package collectd-perl (linking against libperl).
1344     - Added collectd-perl to suggested packages.
1345   * examples/myplugin.c: Converted to the new plugin interface.
1346   * Enabled debugging.
1347   * Added possibility to automatically migrate RRD files to collectd-4 using
1348     migrate-3-4.px and extractDS.px provided by upstream.
1349     - Added extractDS_path.dpatch to set an absolute path in migrate-3-4.px.
1350     - Using po-debconf to make translations of debconf templates possible.
1351   * Added NEWS.Debian with notes regarding the upgrade to collectd-4.
1352   * Updated init script to only start a single collectd process.
1353   * Added examples/MyPlugin.pm.
1354   * Added XS-Vcs-{Git,Browser} tags.
1355   * Added check_plugins.pl to check the build result of all plugins.
1356   * Do not build apple_sensors and tape plugins as they do not provide any
1357     functionality any longer.
1359  -- Sebastian Harl <sh@tokkee.org>  Wed, 13 Jun 2007 18:58:34 +0100
1361 collectd (3.11.2-1) experimental; urgency=low
1363   * New upstream release.
1364   * Removed sensors-ignorelist.dpatch - has been merged upstream.
1365   * Removed email-ignore-size-le-0.dpatch - has been merged upstream.
1366   * Added watch file.
1367   * examples/myplugin.c: Pass "-" instead of NULL to plugin_submit().
1369  -- Sebastian Harl <sh@tokkee.org>  Thu, 15 Feb 2007 09:19:15 +0000
1371 collectd (3.11.0-1) experimental; urgency=low
1373   * New upstream release.
1374     New plugins:
1375     - DNS traffic (query types, response codes, opcodes and traffic): dns
1376     - E-Mail statistics (count, traffic, spam scores and checks): email
1377     - Motherboard monitor: mbmon
1378     - Multimeter statistics: multimeter (beta version)
1379   * Upload to experimental because of Etch freeze.
1380   * New binary package collectd-dns (linking against libpcap).
1381     - Added collectd-dns to suggested packages.
1382   * Do not split off packages introducing new recommendations or suggestions.
1383     - Merge collectd-hddtemp into collectd.
1384     - Add hddtemp and mbmon to suggested packages.
1385   * Added sensors-ignorelist.dpatch: Avoid assertion in ignorelist_match ()
1386     when sensors plugin is not configured.
1387   * Added email-ignore-size-le-0.dpatch: Ignore the size of an email if it is
1388     less than or equal to zero.
1390  -- Sebastian Harl <sh@tokkee.org>  Sun, 24 Dec 2006 14:09:39 +0000
1392 collectd (3.10.4-1) unstable; urgency=low
1394   * New upstream release.
1395     - Fix an infinite loop in server mode if binding to a socket fails and
1396       close the socket descriptor (Closes: #404018).
1397   * examples/myplugin.c: Include system headers before collectd headers to
1398     make it compile without any autoconf defines set (Closes: #401075).
1400  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 00:33:30 +0000
1402 collectd (3.10.3-1) unstable; urgency=low
1404   * New upstream release.
1405   * Made package binNMUable:
1406     - Upstream assures API backward compatibility only between patch releases.
1407   * LSBized init script.
1409  -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 13:09:28 +0000
1411 collectd (3.10.2-1) unstable; urgency=low
1413   * New upstream release.
1414     - Retry connecting to remote host and database in ping and mysql plugins
1415       respectively (Closes: #393742).
1416   * Replaced libcurl3-dev build dependency with libcurl3-gnutls-dev to prevent
1417     linking against libssl.
1419  -- Sebastian Harl <sh@tokkee.org>  Fri,  3 Nov 2006 15:18:17 +0000
1421 collectd (3.10.1-4) unstable; urgency=low
1423   * Changed collectd-dbg's section and priority to "devel" and "extra"
1424     respectively.
1425   * Set init start sequence code to 95 to be sure to start after any daemons
1426     that data is collected from.
1428  -- Sebastian Harl <sh@tokkee.org>  Thu,  5 Oct 2006 10:25:07 +0000
1430 collectd (3.10.1-3) unstable; urgency=low
1432   * Added --oknodo to start-stop-daemon in the init script (Closes: #379703).
1434  -- Sebastian Harl <sh@tokkee.org>  Tue, 25 Jul 2006 18:34:55 +0200
1436 collectd (3.10.1-2) unstable; urgency=low
1438   * Added collectd-dbg package.
1440  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 23:39:42 +0200
1442 collectd (3.10.1-1) unstable; urgency=low
1444   * New upstream release.
1445   * Dynamically link against external liboping.
1446     - New binary package collectd-ping.
1447     - Added collectd-ping to suggested packages.
1448   * Moved config file from /usr/share/doc/collectd/examples/ to
1449     /etc/collectd/.
1451  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 21:43:37 +0200
1453 collectd (3.10.0-1) unstable; urgency=low
1455   * New upstream release.
1456     New plugins:
1457     - APC UPS's charge, load, input/output/battery voltage, etc.: apcups
1458     - NTP daemon's local clock drift, offset to peers, etc.: ntpd
1459   * Upstream no longer provides a debian/ directory. Thus no repackaging is
1460     required any longer.
1461   * Not using getifaddrs() is now the default in upstream. getifaddrs.dpatch
1462     no longer needed.
1463   * Added collectd-hddtemp as a suggestion to the collectd package.
1465  -- Sebastian Harl <sh@tokkee.org>  Sun,  9 Jul 2006 21:52:13 +0200
1467 collectd (3.9.4+debian-1) unstable; urgency=low
1469   * Initial release (Closes: #373008).
1470   * Removed upstream's debian/ directory from .orig.tar.gz.
1471   * getifaddrs.dpatch: Patching src/traffic.c to read data from /proc instead
1472     of using getifaddrs(). getifaddrs() does not seem to work correctly on 
1473     AMD64.
1475  -- Sebastian Harl <sh@tokkee.org>  Fri,  7 Jul 2006 15:49:42 +0200