Code

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