Code

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