Code

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