Code

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