Code

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