Code

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