Code

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