Code

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