Code

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