Code

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