Code

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