Code

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