Code

4ca0ea0d0ff381b0b370e0cafbb0aa5de9ba0cf4
[pkg-collectd.git] / debian / changelog
1 collectd (4.1.2-1) experimental; urgency=low
3   * New upstream release.
4     - Added options to collectd2html.pl to specify host and data directory
5       (Closes: #438499).
6     New plugins:
7     - Detailed Linux network interface and routing statistics: netlink (32bit
8       systems only)
9     - Values from SNMP enabled network devices: snmp
10     - Bitrate and frequency of music played with XMMS: xmms
11   * Updated init script to wait for collectd to shut down (Closes: #422208).
12   * Merged all plugin packages into the collectd binary package.
13   * Added README.Debian.plugins and gen_plugin_deps.pl to document the plugin
14     dependencies.
15   * Added collectd.overrides to override shlib-with-non-pic-code errors of
16     plugins liked against static libraries which have not been linked with
17     -fPIC.
19  -- Sebastian Harl <sh@tokkee.org>  Sat,  6 Oct 2007 21:49:39 +0200
21 collectd (4.0.7-1) experimental; urgency=low
23   * New upstream release.
24   * Disable iptables and nut plugins on hppa as well to work around a FTBFS
25     caused by #358637 and presumably #419684 (Closes: #430933).
26   * Changed collectd-dbg's section to "utils".
27   * Added httpd-cgi to suggested packages.
28   * Added documentation of the provided examples to README.Debian, thanks to
29     Eduard Bloch for his proposal (Closes: #434182).
31  -- Sebastian Harl <sh@tokkee.org>  Fri, 31 Aug 2007 10:04:41 +0200
33 collectd (4.0.3-1) experimental; urgency=low
35   * New upstream release.
37  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Jun 2007 21:41:21 +0100
39 collectd (4.0.2-1) experimental; urgency=low
41   * New upstream release (Closes: #428114).
42     - Added large file support (Closes: #422212).
43     - Rewrite of the plugin system to allow more flexibility by using
44       different types of plugins.
45     - Added Nagios plugin to query collectd from Nagios.
46     New plugins:
47     - Output to "comma separated values" (CSV) files: csv
48     - Output to RRD files: rrdtool
49     - IO via the network: network
50     - External runtime interface: unixsock
51     - Embedding a Perl interpreter: perl
52     - Logging to files, STDOUT or STDERR: logfile
53     - Logging to syslog: syslog
54     - Amount of available entropy: entropy
55     - Execution of external programs: exec
56     - Iptables statistics: iptables (32bit systems only)
57     - IRQ counters: irq
58     - UPS information: nut (32bit systems only)
59   * New binary package collectd-perl (linking against libperl).
60     - Added collectd-perl to suggested packages.
61   * examples/myplugin.c: Converted to the new plugin interface.
62   * Enabled debugging.
63   * Added possibility to automatically migrate RRD files to collectd-4 using
64     migrate-3-4.px and extractDS.px provided by upstream.
65     - Added extractDS_path.dpatch to set an absolute path in migrate-3-4.px.
66     - Using po-debconf to make translations of debconf templates possible.
67   * Added NEWS.Debian with notes regarding the upgrade to collectd-4.
68   * Updated init script to only start a single collectd process.
69   * Added examples/MyPlugin.pm.
70   * Added XS-Vcs-{Git,Browser} tags.
71   * Added check_plugins.pl to check the build result of all plugins.
72   * Do not build apple_sensors and tape plugins as they do not provide any
73     functionality any longer.
75  -- Sebastian Harl <sh@tokkee.org>  Wed, 13 Jun 2007 18:58:34 +0100
77 collectd (3.11.2-1) experimental; urgency=low
79   * New upstream release.
80   * Removed sensors-ignorelist.dpatch - has been merged upstream.
81   * Removed email-ignore-size-le-0.dpatch - has been merged upstream.
82   * Added watch file.
83   * examples/myplugin.c: Pass "-" instead of NULL to plugin_submit().
85  -- Sebastian Harl <sh@tokkee.org>  Thu, 15 Feb 2007 09:19:15 +0000
87 collectd (3.11.0-1) experimental; urgency=low
89   * New upstream release.
90     New plugins:
91     - DNS traffic (query types, response codes, opcodes and traffic): dns
92     - E-Mail statistics (count, traffic, spam scores and checks): email
93     - Motherboard monitor: mbmon
94     - Multimeter statistics: multimeter (beta version)
95   * Upload to experimental because of Etch freeze.
96   * New binary package collectd-dns (linking against libpcap).
97     - Added collectd-dns to suggested packages.
98   * Do not split off packages introducing new recommendations or suggestions.
99     - Merge collectd-hddtemp into collectd.
100     - Add hddtemp and mbmon to suggested packages.
101   * Added sensors-ignorelist.dpatch: Avoid assertion in ignorelist_match ()
102     when sensors plugin is not configured.
103   * Added email-ignore-size-le-0.dpatch: Ignore the size of an email if it is
104     less than or equal to zero.
106  -- Sebastian Harl <sh@tokkee.org>  Sun, 24 Dec 2006 14:09:39 +0000
108 collectd (3.10.4-1) unstable; urgency=low
110   * New upstream release.
111     - Fix an infinite loop in server mode if binding to a socket fails and
112       close the socket descriptor (Closes: #404018).
113   * examples/myplugin.c: Include system headers before collectd headers to
114     make it compile without any autoconf defines set (Closes: #401075).
116  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 00:33:30 +0000
118 collectd (3.10.3-1) unstable; urgency=low
120   * New upstream release.
121   * Made package binNMUable:
122     - Upstream assures API backward compatibility only between patch releases.
123   * LSBized init script.
125  -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 13:09:28 +0000
127 collectd (3.10.2-1) unstable; urgency=low
129   * New upstream release.
130     - Retry connecting to remote host and database in ping and mysql plugins
131       respectively (Closes: #393742).
132   * Replaced libcurl3-dev build dependency with libcurl3-gnutls-dev to prevent
133     linking against libssl.
135  -- Sebastian Harl <sh@tokkee.org>  Fri,  3 Nov 2006 15:18:17 +0000
137 collectd (3.10.1-4) unstable; urgency=low
139   * Changed collectd-dbg's section and priority to "devel" and "extra"
140     respectively.
141   * Set init start sequence code to 95 to be sure to start after any daemons
142     that data is collected from.
144  -- Sebastian Harl <sh@tokkee.org>  Thu,  5 Oct 2006 10:25:07 +0000
146 collectd (3.10.1-3) unstable; urgency=low
148   * Added --oknodo to start-stop-daemon in the init script (Closes: #379703).
150  -- Sebastian Harl <sh@tokkee.org>  Tue, 25 Jul 2006 18:34:55 +0200
152 collectd (3.10.1-2) unstable; urgency=low
154   * Added collectd-dbg package.
156  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 23:39:42 +0200
158 collectd (3.10.1-1) unstable; urgency=low
160   * New upstream release.
161   * Dynamically link against external liboping.
162     - New binary package collectd-ping.
163     - Added collectd-ping to suggested packages.
164   * Moved config file from /usr/share/doc/collectd/examples/ to
165     /etc/collectd/.
167  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 21:43:37 +0200
169 collectd (3.10.0-1) unstable; urgency=low
171   * New upstream release.
172     New plugins:
173     - APC UPS's charge, load, input/output/battery voltage, etc.: apcups
174     - NTP daemon's local clock drift, offset to peers, etc.: ntpd
175   * Upstream no longer provides a debian/ directory. Thus no repackaging is
176     required any longer.
177   * Not using getifaddrs() is now the default in upstream. getifaddrs.dpatch
178     no longer needed.
179   * Added collectd-hddtemp as a suggestion to the collectd package.
181  -- Sebastian Harl <sh@tokkee.org>  Sun,  9 Jul 2006 21:52:13 +0200
183 collectd (3.9.4+debian-1) unstable; urgency=low
185   * Initial release (Closes: #373008).
186   * Removed upstream's debian/ directory from .orig.tar.gz.
187   * getifaddrs.dpatch: Patching src/traffic.c to read data from /proc instead
188     of using getifaddrs(). getifaddrs() does not seem to work correctly on 
189     AMD64.
191  -- Sebastian Harl <sh@tokkee.org>  Fri,  7 Jul 2006 15:49:42 +0200