Code

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