Code

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