Code

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