Code

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