Code

Added Swedish debconf template translation.
[pkg-collectd.git] / debian / changelog
1 collectd (4.4.2-3) unstable; urgency=low
3   * New debconf template translation:
4     - nl.po, thanks to Eric Spreen (Closes: #502204).
5     - sv.po, thanks to Martin Bagge (Closes: #504248).
7  -- Sebastian Harl <sh@tokkee.org>  Sun, 02 Nov 2008 10:48:24 +0100
9 collectd (4.4.2-2) unstable; urgency=low
11   * Removed the work around for #474087 (broken openipmi .pc files) introduced
12     in 4.4.1-1 and instead build depend on libopenipmi-dev (>= 2.0.14-1~)
13     which includes fixed .pc files. This fixes an undefined symbol error when
14     loading the ipmi plugin caused by that work around (Closes: #494665).
15   * debian/collectd.init.d:
16     - The "status" command now exits with 1 if collectd is not running.
17     - Do not suppress output when checking the configuration with the -t
18       command line option. This will also show errors that don't cause
19       collectd to abort, e.g. failure to load plugins (Closes: #499232).
20   * debian/control:
21     - Added librrd-dev as the preferred option to the librrd2-dev build
22       dependency - the latter one is a virtual package since rrdtool 1.3.
23   * Added debian/patches/perl_deadlock.dpatch - upstream patch to fix a
24     possible deadlock in the perl plugin (Closes: #499179).
25   * Added debian/patches/memory_libstatgrab.dpatch - trivial upstream patch to
26     fix a typo in the libstatgrab code of the memory plugin.
27   * Added debian/patches/collectd_memleak.dpatch - trivial upstream patch to
28     fix a possible memory leak.
29   * Added debian/patches/snmp_memleak.dpatch - trivial upstream patch to fix a
30     possible memory leak in the snmp plugin.
31   * Added debian/patches/memcached_fdleak.dpatch - trivial upstream patch to
32     fix a possible file descriptor leak in the memcached plugin.
33   * Added debian/patches/memcached_timeout.dpatch - trivial upstream patch to
34     fix the timeout passed to poll(2).
36  -- Sebastian Harl <sh@tokkee.org>  Thu, 18 Sep 2008 19:12:54 +0200
38 collectd (4.4.2-1) unstable; urgency=low
40   * New upstream release.
41   * Removed librrd0-dev and libmysqlclient14-dev from the build-dependencies -
42     those package are no longer available since Etch.
43   * Removed byacc from the build-dependencies - collectd now requires bison.
44   * Removed libupsclient-config.sh - upstream now supports pkg-config for
45     libupsclient.
46   * Include collection3 in /usr/share/doc/collectd/examples/:
47     - Updated README.Debian to point the collection3's README.
48     - Added libconfig-general-perl to the suggested packages.
49   * README.Debian: Added a note about how to get collectd2html.pl working with
50     version 4 of collectd.
51   * Added debian/patches/myplugin_strcpy.dpatch - use sstrncpy() instead of
52     strcpy() which is poisoned in collectd.h.
53   * collectd.overrides: Removed shlib-with-non-pic-code for nut.so - the
54     plugin now links against the shared libupsclient.
55   * Do not compress any example files, so they may be used directly.
57  -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 19:58:58 +0200
59 collectd (4.4.1-2) unstable; urgency=low
61   * Restrict libcurl4-gnutls-dev build dependency to versions which are not
62     affected by #488701 (Closes: #489091).
63   * Added linux-libc-dev (<< 2.6.25-1) as an option to the linux-libc-dev
64     (>= 2.6.25-4) build dependency - those versions are not affected by
65     #479899.
66   * Added build dependency on pkg-config - this is used by collectd's
67     configure script to check for a couple of libraries.
68   * Added libupsclient-config.sh to imitate libupsclient-config which is no
69     longer available. libupsclient-config.sh is a simple wrapper around
70     pkg-config. This is a workaround until upstream supports pkg-config for
71     libupsclient.
72   * Replaced nut-dev build dependency with libupsclient1-dev:
73     Reenabled the "nut" plugin on all architectures.
75  -- Sebastian Harl <sh@tokkee.org>  Mon, 07 Jul 2008 20:45:53 +0000
77 collectd (4.4.1-1) unstable; urgency=low
79   * New upstream release.
80     - Fixed another issue of the sensors plugin affecting some chip types
81       (Closes: #468143).
82     - Fixed creation of "vserver" graphs in collection.cgi (Closes: #475120).
83     - Fixed a segfault when using libperl 5.10.
84     - collectd now ships libiptc itself.
85     New plugins:
86     - Ascent server statistics: ascent
87     - IPMI sensors information: ipmi
88     - PowerDNS name server statistics: powerdns
89     - incremental parsing of logfiles: tail
90     - TeamSpeak2 server statistics: teamspeak2
91     - detailed virtual memory statistics: vmem
92   * Disable "tcpconns" plugin by default (Closes: #478759).
93   * Reenabled iptables plugin on all architectures (Closes: #473435).
94     - Added the plugin to collectd.conf.
95     - Added /usr/share/doc/collectd/examples/iptables/.
96     - Added build dependency on linux-libc-dev (>= 2.6.25-4) - that version is
97       required because of #479899.
98   * New debconf template translations:
99     - gl.po, thanks to Jacobo Tarrio (Closes: #482667).
100   * Added a work around for #474087 (broken openipmi .pc files) by forcing the
101     inclusion of the ipmi plugin and manually specifying the dependencies.
102   * Updated standards-version to 3.8.0 (no changes).
104  -- Sebastian Harl <sh@tokkee.org>  Tue, 17 Jun 2008 10:35:51 +0200
106 collectd (4.3.2-1) unstable; urgency=low
108   * New upstream release.
109     - Fixed handling of ignored sensors instances (Closes: #468143).
110     - Fixed reading of wireless noise values (Closes: #471788).
111   * Adopted patches and script to extractDS.px being renamed to rrd_filter.px.
112   * Clarified debconf template in respect to packages required for the data
113     migration (Closes: #469336).
114   * collectd.conf: Moved logging plugins to the top of the file.
115   * New debconf template translations:
116     - de.po, thanks to Kai Wasserbäch (Closes: #469334).
117     - fr.po, thanks to Florent Usseil (Closes: #468813).
118     - pt.po, thanks to AmĂ©rico Monteiro (Closes: #469745, #472183).
119   * collectd.init.d: Consider the DISABLE option only when starting collectd.
120   * Disabled iptables plugin - libiptc is no longer available in Debian.
121     - Removed the plugin from collectd.conf.
122     - Removed /usr/share/doc/collectd/examples/iptables/.
124  -- Sebastian Harl <sh@tokkee.org>  Mon, 31 Mar 2008 12:13:18 +0200
126 collectd (4.3.0-2) unstable; urgency=low
128   * Added "lm-sensors" to the recommended packages and README.Debian.plugins
129     (this is required by the sensors plugin).
130   * Restrict the libvirt-dev build dependency and the libvirt plugin to amd64,
131     i386 and powerpc (libvirt is only available on those architectures).
132   * Restrict the libvirt-dev build dependency to versions >= 0.4.0-6 to make
133     sure Xen is supported and to fix some strange FTBFS complaining about a
134     missing symbol "virDomainBlockStats".
136  -- Sebastian Harl <sh@tokkee.org>  Thu, 06 Mar 2008 23:37:44 +0100
138 collectd (4.3.0-1) unstable; urgency=low
140   * New upstream release.
141     - Added basic support for monitoring by introducing notifications and
142       threshold checking.
143     - Reverse lookups can be disabled using the "ReverseLookups" option of the
144       ntpd plugin (Closes: #455162).
145     New plugins:
146     - Set the hostname to an unique identifier: uuid
147     - CPU, dist, network statistics of guest systems: libvirt
148   * Upload to unstable: With the latest changes to the perl plugin, all parts
149     of collectd are suitable for a release.
150   * Added libvirt-dev, libxml2-dev and libhal-dev to the build dependencies.
151   * Updated package description to mention the monitoring support.
152   * Install liboping/oping.h to collectd-dev as well.
153   * collectd.init.d: Optionally start collectdmon to monitor collectd. This
154     can be configured using the USE_COLLECTDMON variable - enabled by default.
155   * collectd.init.d: Added ENABLE_COREFILES option - if enabled the core file
156     limit will be set to unlimited - disabled by default.
157   * Compile collectd with -DLT_LAZY_OR_NOW='RTLD_LAZY|RTLD_GLOBAL' to force
158     lt_dlopen() to use the RTLD_GLOBAL flag which is required by the perl
159     plugin (which would otherwise be unable to find symbols defined in libperl
160     when loading perl modules that require such symbols).
161   * Disable debugging support.
162   * watch file: Added uversionmangle for "beta" and "-rc".
163   * Override "spelling-error-in-description" for the mysql plugin name - all
164     plugins are spelled lowercase.
166  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Feb 2008 21:44:42 +0100
168 collectd (4.2.4-1) experimental; urgency=low
170   * New upstream release.
171   * Added versioned build-dependency on dpkg-dev (>= 1.14.10); collectd FTBFS
172     with earlier versions because of #452262.
173   * Added libregexp-common-perl (required by Collectd::Unixsock) to the
174     suggested packages.
175   * Added support for the "status" command to the init script.
176   * Updated standards-version to 3.7.3 (no changes).
177   * Added --without-libstatgrab to the configure options to prevent collectd
178     from being linked against this library if it's available.
179   * Disabled xmms plugin - xmms will be removed from unstable
180     (Closes: #459707).
182  -- Sebastian Harl <sh@tokkee.org>  Sun, 27 Jan 2008 18:34:23 +0100
184 collectd (4.2.1-1) experimental; urgency=low
186   * New upstream release.
187   * Changed XS-Vcs-* to Vcs-*.
188   * Marked advanced rrdtool configuration options as such in collectd.conf.
189   * Added exec-munin.px, exec-munin.conf, exec-smartctl and snmp-data.conf to
190     /usr/share/doc/collectd/examples/.
191   * Moved "Homepage" field from package description to the source stanza.
193  -- Sebastian Harl <sh@tokkee.org>  Wed, 21 Nov 2007 09:50:46 +0000
195 collectd (4.2.0-1) experimental; urgency=low
197   * New upstream release.
198     - Added options to collectd2html.pl to specify host and data directory
199       (Closes: #438499).
200     - Link against a thread-safe version of librrd.
201     New plugins:
202     - IPVS connection statistics: ipvs
203     - Statistic of the memcached distributed caching system: memcached
204     - Detailed Linux network interface and routing statistics: netlink (32bit
205       systems only)
206     - Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
207     - Values from SNMP enabled network devices: snmp
208     - Number of TCP connections to specific ports: tcpconns
209     - Bitrate and frequency of music played with XMMS: xmms
210   * Updated init script to wait for collectd to shut down (Closes: #422208).
211   * Merged all plugin packages into the collectd binary package.
212   * Added README.Debian.plugins and gen_plugin_deps.pl to document the plugin
213     dependencies.
214   * Added collectd.overrides to override shlib-with-non-pic-code errors of
215     plugins liked against static libraries which have not been linked with
216     -fPIC.
217   * Removed debian/examples/myplugin.c and debian/examples/MyPlugin.pm - they
218     are included in the upstream sources now.
219   * Added libcurl4-gnutls-dev as option to the libcurl3-gnutls-dev build
220     dependency.
222  -- Sebastian Harl <sh@tokkee.org>  Sun, 28 Oct 2007 13:38:21 +0100
224 collectd (4.0.7-1) experimental; urgency=low
226   * New upstream release.
227   * Disable iptables and nut plugins on hppa as well to work around a FTBFS
228     caused by #358637 and presumably #419684 (Closes: #430933).
229   * Changed collectd-dbg's section to "utils".
230   * Added httpd-cgi to suggested packages.
231   * Added documentation of the provided examples to README.Debian, thanks to
232     Eduard Bloch for his proposal (Closes: #434182).
234  -- Sebastian Harl <sh@tokkee.org>  Fri, 31 Aug 2007 10:04:41 +0200
236 collectd (4.0.3-1) experimental; urgency=low
238   * New upstream release.
240  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Jun 2007 21:41:21 +0100
242 collectd (4.0.2-1) experimental; urgency=low
244   * New upstream release (Closes: #428114).
245     - Added large file support (Closes: #422212).
246     - Rewrite of the plugin system to allow more flexibility by using
247       different types of plugins.
248     - Added Nagios plugin to query collectd from Nagios.
249     New plugins:
250     - Output to "comma separated values" (CSV) files: csv
251     - Output to RRD files: rrdtool
252     - IO via the network: network
253     - External runtime interface: unixsock
254     - Embedding a Perl interpreter: perl
255     - Logging to files, STDOUT or STDERR: logfile
256     - Logging to syslog: syslog
257     - Amount of available entropy: entropy
258     - Execution of external programs: exec
259     - Iptables statistics: iptables (32bit systems only)
260     - IRQ counters: irq
261     - UPS information: nut (32bit systems only)
262   * New binary package collectd-perl (linking against libperl).
263     - Added collectd-perl to suggested packages.
264   * examples/myplugin.c: Converted to the new plugin interface.
265   * Enabled debugging.
266   * Added possibility to automatically migrate RRD files to collectd-4 using
267     migrate-3-4.px and extractDS.px provided by upstream.
268     - Added extractDS_path.dpatch to set an absolute path in migrate-3-4.px.
269     - Using po-debconf to make translations of debconf templates possible.
270   * Added NEWS.Debian with notes regarding the upgrade to collectd-4.
271   * Updated init script to only start a single collectd process.
272   * Added examples/MyPlugin.pm.
273   * Added XS-Vcs-{Git,Browser} tags.
274   * Added check_plugins.pl to check the build result of all plugins.
275   * Do not build apple_sensors and tape plugins as they do not provide any
276     functionality any longer.
278  -- Sebastian Harl <sh@tokkee.org>  Wed, 13 Jun 2007 18:58:34 +0100
280 collectd (3.11.2-1) experimental; urgency=low
282   * New upstream release.
283   * Removed sensors-ignorelist.dpatch - has been merged upstream.
284   * Removed email-ignore-size-le-0.dpatch - has been merged upstream.
285   * Added watch file.
286   * examples/myplugin.c: Pass "-" instead of NULL to plugin_submit().
288  -- Sebastian Harl <sh@tokkee.org>  Thu, 15 Feb 2007 09:19:15 +0000
290 collectd (3.11.0-1) experimental; urgency=low
292   * New upstream release.
293     New plugins:
294     - DNS traffic (query types, response codes, opcodes and traffic): dns
295     - E-Mail statistics (count, traffic, spam scores and checks): email
296     - Motherboard monitor: mbmon
297     - Multimeter statistics: multimeter (beta version)
298   * Upload to experimental because of Etch freeze.
299   * New binary package collectd-dns (linking against libpcap).
300     - Added collectd-dns to suggested packages.
301   * Do not split off packages introducing new recommendations or suggestions.
302     - Merge collectd-hddtemp into collectd.
303     - Add hddtemp and mbmon to suggested packages.
304   * Added sensors-ignorelist.dpatch: Avoid assertion in ignorelist_match ()
305     when sensors plugin is not configured.
306   * Added email-ignore-size-le-0.dpatch: Ignore the size of an email if it is
307     less than or equal to zero.
309  -- Sebastian Harl <sh@tokkee.org>  Sun, 24 Dec 2006 14:09:39 +0000
311 collectd (3.10.4-1) unstable; urgency=low
313   * New upstream release.
314     - Fix an infinite loop in server mode if binding to a socket fails and
315       close the socket descriptor (Closes: #404018).
316   * examples/myplugin.c: Include system headers before collectd headers to
317     make it compile without any autoconf defines set (Closes: #401075).
319  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 00:33:30 +0000
321 collectd (3.10.3-1) unstable; urgency=low
323   * New upstream release.
324   * Made package binNMUable:
325     - Upstream assures API backward compatibility only between patch releases.
326   * LSBized init script.
328  -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 13:09:28 +0000
330 collectd (3.10.2-1) unstable; urgency=low
332   * New upstream release.
333     - Retry connecting to remote host and database in ping and mysql plugins
334       respectively (Closes: #393742).
335   * Replaced libcurl3-dev build dependency with libcurl3-gnutls-dev to prevent
336     linking against libssl.
338  -- Sebastian Harl <sh@tokkee.org>  Fri,  3 Nov 2006 15:18:17 +0000
340 collectd (3.10.1-4) unstable; urgency=low
342   * Changed collectd-dbg's section and priority to "devel" and "extra"
343     respectively.
344   * Set init start sequence code to 95 to be sure to start after any daemons
345     that data is collected from.
347  -- Sebastian Harl <sh@tokkee.org>  Thu,  5 Oct 2006 10:25:07 +0000
349 collectd (3.10.1-3) unstable; urgency=low
351   * Added --oknodo to start-stop-daemon in the init script (Closes: #379703).
353  -- Sebastian Harl <sh@tokkee.org>  Tue, 25 Jul 2006 18:34:55 +0200
355 collectd (3.10.1-2) unstable; urgency=low
357   * Added collectd-dbg package.
359  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 23:39:42 +0200
361 collectd (3.10.1-1) unstable; urgency=low
363   * New upstream release.
364   * Dynamically link against external liboping.
365     - New binary package collectd-ping.
366     - Added collectd-ping to suggested packages.
367   * Moved config file from /usr/share/doc/collectd/examples/ to
368     /etc/collectd/.
370  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 21:43:37 +0200
372 collectd (3.10.0-1) unstable; urgency=low
374   * New upstream release.
375     New plugins:
376     - APC UPS's charge, load, input/output/battery voltage, etc.: apcups
377     - NTP daemon's local clock drift, offset to peers, etc.: ntpd
378   * Upstream no longer provides a debian/ directory. Thus no repackaging is
379     required any longer.
380   * Not using getifaddrs() is now the default in upstream. getifaddrs.dpatch
381     no longer needed.
382   * Added collectd-hddtemp as a suggestion to the collectd package.
384  -- Sebastian Harl <sh@tokkee.org>  Sun,  9 Jul 2006 21:52:13 +0200
386 collectd (3.9.4+debian-1) unstable; urgency=low
388   * Initial release (Closes: #373008).
389   * Removed upstream's debian/ directory from .orig.tar.gz.
390   * getifaddrs.dpatch: Patching src/traffic.c to read data from /proc instead
391     of using getifaddrs(). getifaddrs() does not seem to work correctly on 
392     AMD64.
394  -- Sebastian Harl <sh@tokkee.org>  Fri,  7 Jul 2006 15:49:42 +0200