Code

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