Code

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