Code

f6243d8de59cc769494d8a09ef6fc47d2fe0c4e6
[pkg-collectd.git] / debian / changelog
1 collectd (4.4.2-1) unstable; urgency=low
3   * New upstream release.
4   * Removed librrd0-dev and libmysqlclient14-dev from the build-dependencies -
5     those package are no longer available since Etch.
6   * Removed byacc from the build-dependencies - collectd now requires bison.
7   * Removed libupsclient-config.sh - upstream now supports pkg-config for
8     libupsclient.
10  -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 13:28:33 +0200
12 collectd (4.4.1-2) unstable; urgency=low
14   * Restrict libcurl4-gnutls-dev build dependency to versions which are not
15     affected by #488701 (Closes: #489091).
16   * Added linux-libc-dev (<< 2.6.25-1) as an option to the linux-libc-dev
17     (>= 2.6.25-4) build dependency - those versions are not affected by
18     #479899.
19   * Added build dependency on pkg-config - this is used by collectd's
20     configure script to check for a couple of libraries.
21   * Added libupsclient-config.sh to imitate libupsclient-config which is no
22     longer available. libupsclient-config.sh is a simple wrapper around
23     pkg-config. This is a workaround until upstream supports pkg-config for
24     libupsclient.
25   * Replaced nut-dev build dependency with libupsclient1-dev:
26     Reenabled the "nut" plugin on all architectures.
28  -- Sebastian Harl <sh@tokkee.org>  Mon, 07 Jul 2008 20:45:53 +0000
30 collectd (4.4.1-1) unstable; urgency=low
32   * New upstream release.
33     - Fixed another issue of the sensors plugin affecting some chip types
34       (Closes: #468143).
35     - Fixed creation of "vserver" graphs in collection.cgi (Closes: #475120).
36     - Fixed a segfault when using libperl 5.10.
37     - collectd now ships libiptc itself.
38     New plugins:
39     - Ascent server statistics: ascent
40     - IPMI sensors information: ipmi
41     - PowerDNS name server statistics: powerdns
42     - incremental parsing of logfiles: tail
43     - TeamSpeak2 server statistics: teamspeak2
44     - detailed virtual memory statistics: vmem
45   * Disable "tcpconns" plugin by default (Closes: #478759).
46   * Reenabled iptables plugin on all architectures (Closes: #473435).
47     - Added the plugin to collectd.conf.
48     - Added /usr/share/doc/collectd/examples/iptables/.
49     - Added build dependency on linux-libc-dev (>= 2.6.25-4) - that version is
50       required because of #479899.
51   * New debconf template translations:
52     - gl.po, thanks to Jacobo Tarrio (Closes: #482667).
53   * Added a work around for #474087 (broken openipmi .pc files) by forcing the
54     inclusion of the ipmi plugin and manually specifying the dependencies.
55   * Updated standards-version to 3.8.0 (no changes).
57  -- Sebastian Harl <sh@tokkee.org>  Tue, 17 Jun 2008 10:35:51 +0200
59 collectd (4.3.2-1) unstable; urgency=low
61   * New upstream release.
62     - Fixed handling of ignored sensors instances (Closes: #468143).
63     - Fixed reading of wireless noise values (Closes: #471788).
64   * Adopted patches and script to extractDS.px being renamed to rrd_filter.px.
65   * Clarified debconf template in respect to packages required for the data
66     migration (Closes: #469336).
67   * collectd.conf: Moved logging plugins to the top of the file.
68   * New debconf template translations:
69     - de.po, thanks to Kai Wasserbäch (Closes: #469334).
70     - fr.po, thanks to Florent Usseil (Closes: #468813).
71     - pt.po, thanks to AmĂ©rico Monteiro (Closes: #469745, #472183).
72   * collectd.init.d: Consider the DISABLE option only when starting collectd.
73   * Disabled iptables plugin - libiptc is no longer available in Debian.
74     - Removed the plugin from collectd.conf.
75     - Removed /usr/share/doc/collectd/examples/iptables/.
77  -- Sebastian Harl <sh@tokkee.org>  Mon, 31 Mar 2008 12:13:18 +0200
79 collectd (4.3.0-2) unstable; urgency=low
81   * Added "lm-sensors" to the recommended packages and README.Debian.plugins
82     (this is required by the sensors plugin).
83   * Restrict the libvirt-dev build dependency and the libvirt plugin to amd64,
84     i386 and powerpc (libvirt is only available on those architectures).
85   * Restrict the libvirt-dev build dependency to versions >= 0.4.0-6 to make
86     sure Xen is supported and to fix some strange FTBFS complaining about a
87     missing symbol "virDomainBlockStats".
89  -- Sebastian Harl <sh@tokkee.org>  Thu, 06 Mar 2008 23:37:44 +0100
91 collectd (4.3.0-1) unstable; urgency=low
93   * New upstream release.
94     - Added basic support for monitoring by introducing notifications and
95       threshold checking.
96     - Reverse lookups can be disabled using the "ReverseLookups" option of the
97       ntpd plugin (Closes: #455162).
98     New plugins:
99     - Set the hostname to an unique identifier: uuid
100     - CPU, dist, network statistics of guest systems: libvirt
101   * Upload to unstable: With the latest changes to the perl plugin, all parts
102     of collectd are suitable for a release.
103   * Added libvirt-dev, libxml2-dev and libhal-dev to the build dependencies.
104   * Updated package description to mention the monitoring support.
105   * Install liboping/oping.h to collectd-dev as well.
106   * collectd.init.d: Optionally start collectdmon to monitor collectd. This
107     can be configured using the USE_COLLECTDMON variable - enabled by default.
108   * collectd.init.d: Added ENABLE_COREFILES option - if enabled the core file
109     limit will be set to unlimited - disabled by default.
110   * Compile collectd with -DLT_LAZY_OR_NOW='RTLD_LAZY|RTLD_GLOBAL' to force
111     lt_dlopen() to use the RTLD_GLOBAL flag which is required by the perl
112     plugin (which would otherwise be unable to find symbols defined in libperl
113     when loading perl modules that require such symbols).
114   * Disable debugging support.
115   * watch file: Added uversionmangle for "beta" and "-rc".
116   * Override "spelling-error-in-description" for the mysql plugin name - all
117     plugins are spelled lowercase.
119  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Feb 2008 21:44:42 +0100
121 collectd (4.2.4-1) experimental; urgency=low
123   * New upstream release.
124   * Added versioned build-dependency on dpkg-dev (>= 1.14.10); collectd FTBFS
125     with earlier versions because of #452262.
126   * Added libregexp-common-perl (required by Collectd::Unixsock) to the
127     suggested packages.
128   * Added support for the "status" command to the init script.
129   * Updated standards-version to 3.7.3 (no changes).
130   * Added --without-libstatgrab to the configure options to prevent collectd
131     from being linked against this library if it's available.
132   * Disabled xmms plugin - xmms will be removed from unstable
133     (Closes: #459707).
135  -- Sebastian Harl <sh@tokkee.org>  Sun, 27 Jan 2008 18:34:23 +0100
137 collectd (4.2.1-1) experimental; urgency=low
139   * New upstream release.
140   * Changed XS-Vcs-* to Vcs-*.
141   * Marked advanced rrdtool configuration options as such in collectd.conf.
142   * Added exec-munin.px, exec-munin.conf, exec-smartctl and snmp-data.conf to
143     /usr/share/doc/collectd/examples/.
144   * Moved "Homepage" field from package description to the source stanza.
146  -- Sebastian Harl <sh@tokkee.org>  Wed, 21 Nov 2007 09:50:46 +0000
148 collectd (4.2.0-1) experimental; urgency=low
150   * New upstream release.
151     - Added options to collectd2html.pl to specify host and data directory
152       (Closes: #438499).
153     - Link against a thread-safe version of librrd.
154     New plugins:
155     - IPVS connection statistics: ipvs
156     - Statistic of the memcached distributed caching system: memcached
157     - Detailed Linux network interface and routing statistics: netlink (32bit
158       systems only)
159     - Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
160     - Values from SNMP enabled network devices: snmp
161     - Number of TCP connections to specific ports: tcpconns
162     - Bitrate and frequency of music played with XMMS: xmms
163   * Updated init script to wait for collectd to shut down (Closes: #422208).
164   * Merged all plugin packages into the collectd binary package.
165   * Added README.Debian.plugins and gen_plugin_deps.pl to document the plugin
166     dependencies.
167   * Added collectd.overrides to override shlib-with-non-pic-code errors of
168     plugins liked against static libraries which have not been linked with
169     -fPIC.
170   * Removed debian/examples/myplugin.c and debian/examples/MyPlugin.pm - they
171     are included in the upstream sources now.
172   * Added libcurl4-gnutls-dev as option to the libcurl3-gnutls-dev build
173     dependency.
175  -- Sebastian Harl <sh@tokkee.org>  Sun, 28 Oct 2007 13:38:21 +0100
177 collectd (4.0.7-1) experimental; urgency=low
179   * New upstream release.
180   * Disable iptables and nut plugins on hppa as well to work around a FTBFS
181     caused by #358637 and presumably #419684 (Closes: #430933).
182   * Changed collectd-dbg's section to "utils".
183   * Added httpd-cgi to suggested packages.
184   * Added documentation of the provided examples to README.Debian, thanks to
185     Eduard Bloch for his proposal (Closes: #434182).
187  -- Sebastian Harl <sh@tokkee.org>  Fri, 31 Aug 2007 10:04:41 +0200
189 collectd (4.0.3-1) experimental; urgency=low
191   * New upstream release.
193  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Jun 2007 21:41:21 +0100
195 collectd (4.0.2-1) experimental; urgency=low
197   * New upstream release (Closes: #428114).
198     - Added large file support (Closes: #422212).
199     - Rewrite of the plugin system to allow more flexibility by using
200       different types of plugins.
201     - Added Nagios plugin to query collectd from Nagios.
202     New plugins:
203     - Output to "comma separated values" (CSV) files: csv
204     - Output to RRD files: rrdtool
205     - IO via the network: network
206     - External runtime interface: unixsock
207     - Embedding a Perl interpreter: perl
208     - Logging to files, STDOUT or STDERR: logfile
209     - Logging to syslog: syslog
210     - Amount of available entropy: entropy
211     - Execution of external programs: exec
212     - Iptables statistics: iptables (32bit systems only)
213     - IRQ counters: irq
214     - UPS information: nut (32bit systems only)
215   * New binary package collectd-perl (linking against libperl).
216     - Added collectd-perl to suggested packages.
217   * examples/myplugin.c: Converted to the new plugin interface.
218   * Enabled debugging.
219   * Added possibility to automatically migrate RRD files to collectd-4 using
220     migrate-3-4.px and extractDS.px provided by upstream.
221     - Added extractDS_path.dpatch to set an absolute path in migrate-3-4.px.
222     - Using po-debconf to make translations of debconf templates possible.
223   * Added NEWS.Debian with notes regarding the upgrade to collectd-4.
224   * Updated init script to only start a single collectd process.
225   * Added examples/MyPlugin.pm.
226   * Added XS-Vcs-{Git,Browser} tags.
227   * Added check_plugins.pl to check the build result of all plugins.
228   * Do not build apple_sensors and tape plugins as they do not provide any
229     functionality any longer.
231  -- Sebastian Harl <sh@tokkee.org>  Wed, 13 Jun 2007 18:58:34 +0100
233 collectd (3.11.2-1) experimental; urgency=low
235   * New upstream release.
236   * Removed sensors-ignorelist.dpatch - has been merged upstream.
237   * Removed email-ignore-size-le-0.dpatch - has been merged upstream.
238   * Added watch file.
239   * examples/myplugin.c: Pass "-" instead of NULL to plugin_submit().
241  -- Sebastian Harl <sh@tokkee.org>  Thu, 15 Feb 2007 09:19:15 +0000
243 collectd (3.11.0-1) experimental; urgency=low
245   * New upstream release.
246     New plugins:
247     - DNS traffic (query types, response codes, opcodes and traffic): dns
248     - E-Mail statistics (count, traffic, spam scores and checks): email
249     - Motherboard monitor: mbmon
250     - Multimeter statistics: multimeter (beta version)
251   * Upload to experimental because of Etch freeze.
252   * New binary package collectd-dns (linking against libpcap).
253     - Added collectd-dns to suggested packages.
254   * Do not split off packages introducing new recommendations or suggestions.
255     - Merge collectd-hddtemp into collectd.
256     - Add hddtemp and mbmon to suggested packages.
257   * Added sensors-ignorelist.dpatch: Avoid assertion in ignorelist_match ()
258     when sensors plugin is not configured.
259   * Added email-ignore-size-le-0.dpatch: Ignore the size of an email if it is
260     less than or equal to zero.
262  -- Sebastian Harl <sh@tokkee.org>  Sun, 24 Dec 2006 14:09:39 +0000
264 collectd (3.10.4-1) unstable; urgency=low
266   * New upstream release.
267     - Fix an infinite loop in server mode if binding to a socket fails and
268       close the socket descriptor (Closes: #404018).
269   * examples/myplugin.c: Include system headers before collectd headers to
270     make it compile without any autoconf defines set (Closes: #401075).
272  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 00:33:30 +0000
274 collectd (3.10.3-1) unstable; urgency=low
276   * New upstream release.
277   * Made package binNMUable:
278     - Upstream assures API backward compatibility only between patch releases.
279   * LSBized init script.
281  -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 13:09:28 +0000
283 collectd (3.10.2-1) unstable; urgency=low
285   * New upstream release.
286     - Retry connecting to remote host and database in ping and mysql plugins
287       respectively (Closes: #393742).
288   * Replaced libcurl3-dev build dependency with libcurl3-gnutls-dev to prevent
289     linking against libssl.
291  -- Sebastian Harl <sh@tokkee.org>  Fri,  3 Nov 2006 15:18:17 +0000
293 collectd (3.10.1-4) unstable; urgency=low
295   * Changed collectd-dbg's section and priority to "devel" and "extra"
296     respectively.
297   * Set init start sequence code to 95 to be sure to start after any daemons
298     that data is collected from.
300  -- Sebastian Harl <sh@tokkee.org>  Thu,  5 Oct 2006 10:25:07 +0000
302 collectd (3.10.1-3) unstable; urgency=low
304   * Added --oknodo to start-stop-daemon in the init script (Closes: #379703).
306  -- Sebastian Harl <sh@tokkee.org>  Tue, 25 Jul 2006 18:34:55 +0200
308 collectd (3.10.1-2) unstable; urgency=low
310   * Added collectd-dbg package.
312  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 23:39:42 +0200
314 collectd (3.10.1-1) unstable; urgency=low
316   * New upstream release.
317   * Dynamically link against external liboping.
318     - New binary package collectd-ping.
319     - Added collectd-ping to suggested packages.
320   * Moved config file from /usr/share/doc/collectd/examples/ to
321     /etc/collectd/.
323  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 21:43:37 +0200
325 collectd (3.10.0-1) unstable; urgency=low
327   * New upstream release.
328     New plugins:
329     - APC UPS's charge, load, input/output/battery voltage, etc.: apcups
330     - NTP daemon's local clock drift, offset to peers, etc.: ntpd
331   * Upstream no longer provides a debian/ directory. Thus no repackaging is
332     required any longer.
333   * Not using getifaddrs() is now the default in upstream. getifaddrs.dpatch
334     no longer needed.
335   * Added collectd-hddtemp as a suggestion to the collectd package.
337  -- Sebastian Harl <sh@tokkee.org>  Sun,  9 Jul 2006 21:52:13 +0200
339 collectd (3.9.4+debian-1) unstable; urgency=low
341   * Initial release (Closes: #373008).
342   * Removed upstream's debian/ directory from .orig.tar.gz.
343   * getifaddrs.dpatch: Patching src/traffic.c to read data from /proc instead
344     of using getifaddrs(). getifaddrs() does not seem to work correctly on 
345     AMD64.
347  -- Sebastian Harl <sh@tokkee.org>  Fri,  7 Jul 2006 15:49:42 +0200