Code

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