Code

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