Code

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