Code

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