Code

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