Code

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