Code

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