Code

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