Code

Updated to collectd-4.0.0~rc6.
[pkg-collectd.git] / debian / changelog
1 collectd (4.0.0~rc6-1) experimental; urgency=low
3   * New upstream release.
4     - Rewrite of the plugin system to allow more flexibility by using
5       different types of plugins.
6     - Added Nagios plugin to query collectd from Nagios.
7     New plugins:
8     - Output to "comma separated values" (CSV) files: csv
9     - Output to RRD files: rrdtool
10     - IO via the network: network
11     - External runtime interface: unixsock
12     - Embedding a Perl interpreter: perl
13     - Logging to files, STDOUT or STDERR: logfile
14     - Logging to syslog: syslog
15     - Amount of available entropy: entropy
16     - Execution of external programs: exec
17     - Iptables statistics: iptables (32bit systems only)
18     - IRQ counters: irq
19     - UPS information: nut (32bit systems only)
20   * New binary package collectd-perl (linking against libperl).
21     - Added collectd-perl to suggested packages.
22   * examples/myplugin.c: Converted to the new plugin interface.
23   * Enabled debugging as this is an experimental release candidate.
25  -- Sebastian Harl <sh@tokkee.org>  Tue, 24 Apr 2007 10:44:26 +0200
27 collectd (3.11.2-1) experimental; urgency=low
29   * New upstream release.
30   * Removed sensors-ignorelist.dpatch - has been merged upstream.
31   * Removed email-ignore-size-le-0.dpatch - has been merged upstream.
32   * Added watch file.
33   * examples/myplugin.c: Pass "-" instead of NULL to plugin_submit().
35  -- Sebastian Harl <sh@tokkee.org>  Thu, 15 Feb 2007 09:19:15 +0000
37 collectd (3.11.0-1) experimental; urgency=low
39   * New upstream release.
40     New plugins:
41     - DNS traffic (query types, response codes, opcodes and traffic): dns
42     - E-Mail statistics (count, traffic, spam scores and checks): email
43     - Motherboard monitor: mbmon
44     - Multimeter statistics: multimeter (beta version)
45   * Upload to experimental because of Etch freeze.
46   * New binary package collectd-dns (linking against libpcap).
47     - Added collectd-dns to suggested packages.
48   * Do not split off packages introducing new recommendations or suggestions.
49     - Merge collectd-hddtemp into collectd.
50     - Add hddtemp and mbmon to suggested packages.
51   * Added sensors-ignorelist.dpatch: Avoid assertion in ignorelist_match ()
52     when sensors plugin is not configured.
53   * Added email-ignore-size-le-0.dpatch: Ignore the size of an email if it is
54     less than or equal to zero.
56  -- Sebastian Harl <sh@tokkee.org>  Sun, 24 Dec 2006 14:09:39 +0000
58 collectd (3.10.4-1) unstable; urgency=low
60   * New upstream release.
61     - Fix an infinite loop in server mode if binding to a socket fails and
62       close the socket descriptor (Closes: #404018).
63   * examples/myplugin.c: Include system headers before collectd headers to
64     make it compile without any autoconf defines set (Closes: #401075).
66  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 00:33:30 +0000
68 collectd (3.10.3-1) unstable; urgency=low
70   * New upstream release.
71   * Made package binNMUable:
72     - Upstream assures API backward compatibility only between patch releases.
73   * LSBized init script.
75  -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 13:09:28 +0000
77 collectd (3.10.2-1) unstable; urgency=low
79   * New upstream release.
80     - Retry connecting to remote host and database in ping and mysql plugins
81       respectively (Closes: #393742).
82   * Replaced libcurl3-dev build dependency with libcurl3-gnutls-dev to prevent
83     linking against libssl.
85  -- Sebastian Harl <sh@tokkee.org>  Fri,  3 Nov 2006 15:18:17 +0000
87 collectd (3.10.1-4) unstable; urgency=low
89   * Changed collectd-dbg's section and priority to "devel" and "extra"
90     respectively.
91   * Set init start sequence code to 95 to be sure to start after any daemons
92     that data is collected from.
94  -- Sebastian Harl <sh@tokkee.org>  Thu,  5 Oct 2006 10:25:07 +0000
96 collectd (3.10.1-3) unstable; urgency=low
98   * Added --oknodo to start-stop-daemon in the init script (Closes: #379703).
100  -- Sebastian Harl <sh@tokkee.org>  Tue, 25 Jul 2006 18:34:55 +0200
102 collectd (3.10.1-2) unstable; urgency=low
104   * Added collectd-dbg package.
106  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 23:39:42 +0200
108 collectd (3.10.1-1) unstable; urgency=low
110   * New upstream release.
111   * Dynamically link against external liboping.
112     - New binary package collectd-ping.
113     - Added collectd-ping to suggested packages.
114   * Moved config file from /usr/share/doc/collectd/examples/ to
115     /etc/collectd/.
117  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 21:43:37 +0200
119 collectd (3.10.0-1) unstable; urgency=low
121   * New upstream release.
122     New plugins:
123     - APC UPS's charge, load, input/output/battery voltage, etc.: apcups
124     - NTP daemon's local clock drift, offset to peers, etc.: ntpd
125   * Upstream no longer provides a debian/ directory. Thus no repackaging is
126     required any longer.
127   * Not using getifaddrs() is now the default in upstream. getifaddrs.dpatch
128     no longer needed.
129   * Added collectd-hddtemp as a suggestion to the collectd package.
131  -- Sebastian Harl <sh@tokkee.org>  Sun,  9 Jul 2006 21:52:13 +0200
133 collectd (3.9.4+debian-1) unstable; urgency=low
135   * Initial release (Closes: #373008).
136   * Removed upstream's debian/ directory from .orig.tar.gz.
137   * getifaddrs.dpatch: Patching src/traffic.c to read data from /proc instead
138     of using getifaddrs(). getifaddrs() does not seem to work correctly on 
139     AMD64.
141  -- Sebastian Harl <sh@tokkee.org>  Fri,  7 Jul 2006 15:49:42 +0200