Code

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