Code

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