Code

Updated changelog.
[pkg-collectd.git] / debian / changelog
1 collectd (4.0.0~rc10-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.
24   * Added possibility to automatically migrate RRD files to collectd-4 using
25     migrate-3-4.px and extractDS.px provided by upstream.
26     - Added extractDS_path.dpatch to set an absolute path in migrate-3-4.px.
27     - Using po-debconf to make translations of debconf templates possible.
28   * Added NEWS.Debian with notes regarding the upgrade to collectd-4.
29   * Updated init script to only start a single collectd process.
31  -- Sebastian Harl <sh@tokkee.org>  Sat, 19 May 2007 20:44:39 +0200
33 collectd (3.11.2-1) experimental; urgency=low
35   * New upstream release.
36   * Removed sensors-ignorelist.dpatch - has been merged upstream.
37   * Removed email-ignore-size-le-0.dpatch - has been merged upstream.
38   * Added watch file.
39   * examples/myplugin.c: Pass "-" instead of NULL to plugin_submit().
41  -- Sebastian Harl <sh@tokkee.org>  Thu, 15 Feb 2007 09:19:15 +0000
43 collectd (3.11.0-1) experimental; urgency=low
45   * New upstream release.
46     New plugins:
47     - DNS traffic (query types, response codes, opcodes and traffic): dns
48     - E-Mail statistics (count, traffic, spam scores and checks): email
49     - Motherboard monitor: mbmon
50     - Multimeter statistics: multimeter (beta version)
51   * Upload to experimental because of Etch freeze.
52   * New binary package collectd-dns (linking against libpcap).
53     - Added collectd-dns to suggested packages.
54   * Do not split off packages introducing new recommendations or suggestions.
55     - Merge collectd-hddtemp into collectd.
56     - Add hddtemp and mbmon to suggested packages.
57   * Added sensors-ignorelist.dpatch: Avoid assertion in ignorelist_match ()
58     when sensors plugin is not configured.
59   * Added email-ignore-size-le-0.dpatch: Ignore the size of an email if it is
60     less than or equal to zero.
62  -- Sebastian Harl <sh@tokkee.org>  Sun, 24 Dec 2006 14:09:39 +0000
64 collectd (3.10.4-1) unstable; urgency=low
66   * New upstream release.
67     - Fix an infinite loop in server mode if binding to a socket fails and
68       close the socket descriptor (Closes: #404018).
69   * examples/myplugin.c: Include system headers before collectd headers to
70     make it compile without any autoconf defines set (Closes: #401075).
72  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 00:33:30 +0000
74 collectd (3.10.3-1) unstable; urgency=low
76   * New upstream release.
77   * Made package binNMUable:
78     - Upstream assures API backward compatibility only between patch releases.
79   * LSBized init script.
81  -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 13:09:28 +0000
83 collectd (3.10.2-1) unstable; urgency=low
85   * New upstream release.
86     - Retry connecting to remote host and database in ping and mysql plugins
87       respectively (Closes: #393742).
88   * Replaced libcurl3-dev build dependency with libcurl3-gnutls-dev to prevent
89     linking against libssl.
91  -- Sebastian Harl <sh@tokkee.org>  Fri,  3 Nov 2006 15:18:17 +0000
93 collectd (3.10.1-4) unstable; urgency=low
95   * Changed collectd-dbg's section and priority to "devel" and "extra"
96     respectively.
97   * Set init start sequence code to 95 to be sure to start after any daemons
98     that data is collected from.
100  -- Sebastian Harl <sh@tokkee.org>  Thu,  5 Oct 2006 10:25:07 +0000
102 collectd (3.10.1-3) unstable; urgency=low
104   * Added --oknodo to start-stop-daemon in the init script (Closes: #379703).
106  -- Sebastian Harl <sh@tokkee.org>  Tue, 25 Jul 2006 18:34:55 +0200
108 collectd (3.10.1-2) unstable; urgency=low
110   * Added collectd-dbg package.
112  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 23:39:42 +0200
114 collectd (3.10.1-1) unstable; urgency=low
116   * New upstream release.
117   * Dynamically link against external liboping.
118     - New binary package collectd-ping.
119     - Added collectd-ping to suggested packages.
120   * Moved config file from /usr/share/doc/collectd/examples/ to
121     /etc/collectd/.
123  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 21:43:37 +0200
125 collectd (3.10.0-1) unstable; urgency=low
127   * New upstream release.
128     New plugins:
129     - APC UPS's charge, load, input/output/battery voltage, etc.: apcups
130     - NTP daemon's local clock drift, offset to peers, etc.: ntpd
131   * Upstream no longer provides a debian/ directory. Thus no repackaging is
132     required any longer.
133   * Not using getifaddrs() is now the default in upstream. getifaddrs.dpatch
134     no longer needed.
135   * Added collectd-hddtemp as a suggestion to the collectd package.
137  -- Sebastian Harl <sh@tokkee.org>  Sun,  9 Jul 2006 21:52:13 +0200
139 collectd (3.9.4+debian-1) unstable; urgency=low
141   * Initial release (Closes: #373008).
142   * Removed upstream's debian/ directory from .orig.tar.gz.
143   * getifaddrs.dpatch: Patching src/traffic.c to read data from /proc instead
144     of using getifaddrs(). getifaddrs() does not seem to work correctly on 
145     AMD64.
147  -- Sebastian Harl <sh@tokkee.org>  Fri,  7 Jul 2006 15:49:42 +0200