Code

Updated changelog to 3.10.4-1.
[pkg-collectd.git] / debian / changelog
1 collectd (3.10.4-1) unstable; urgency=low
3   * New upstream release.
4     - Fix an infinite loop in server mode if binding to a socket fails and
5       close the socket descriptor (Closes: #404018).
6   * examples/myplugin.c: Include system headers before collectd headers to
7     make it compile without any autoconf defines set (Closes: #401075).
9  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 00:33:30 +0000
11 collectd (3.10.3-1) unstable; urgency=low
13   * New upstream release.
14   * Made package binNMUable:
15     - Upstream assures API backward compatibility only between patch releases.
16   * LSBized init script.
18  -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 13:09:28 +0000
20 collectd (3.10.2-1) unstable; urgency=low
22   * New upstream release.
23     - Retry connecting to remote host and database in ping and mysql plugins
24       respectively (Closes: #393742).
25   * Replaced libcurl3-dev build dependency with libcurl3-gnutls-dev to prevent
26     linking against libssl.
28  -- Sebastian Harl <sh@tokkee.org>  Fri,  3 Nov 2006 15:18:17 +0000
30 collectd (3.10.1-4) unstable; urgency=low
32   * Changed collectd-dbg's section and priority to "devel" and "extra"
33     respectively.
34   * Set init start sequence code to 95 to be sure to start after any daemons
35     that data is collected from.
37  -- Sebastian Harl <sh@tokkee.org>  Thu,  5 Oct 2006 10:25:07 +0000
39 collectd (3.10.1-3) unstable; urgency=low
41   * Added --oknodo to start-stop-daemon in the init script (Closes: #379703).
43  -- Sebastian Harl <sh@tokkee.org>  Tue, 25 Jul 2006 18:34:55 +0200
45 collectd (3.10.1-2) unstable; urgency=low
47   * Added collectd-dbg package.
49  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 23:39:42 +0200
51 collectd (3.10.1-1) unstable; urgency=low
53   * New upstream release.
54   * Dynamically link against external liboping.
55     - New binary package collectd-ping.
56     - Added collectd-ping to suggested packages.
57   * Moved config file from /usr/share/doc/collectd/examples/ to
58     /etc/collectd/.
60  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 21:43:37 +0200
62 collectd (3.10.0-1) unstable; urgency=low
64   * New upstream release.
65     New plugins:
66     - APC UPS's charge, load, input/output/battery voltage, etc.: apcups
67     - NTP daemon's local clock drift, offset to peers, etc.: ntpd
68   * Upstream no longer provides a debian/ directory. Thus no repackaging is
69     required any longer.
70   * Not using getifaddrs() is now the default in upstream. getifaddrs.dpatch
71     no longer needed.
72   * Added collectd-hddtemp as a suggestion to the collectd package.
74  -- Sebastian Harl <sh@tokkee.org>  Sun,  9 Jul 2006 21:52:13 +0200
76 collectd (3.9.4+debian-1) unstable; urgency=low
78   * Initial release (Closes: #373008).
79   * Removed upstream's debian/ directory from .orig.tar.gz.
80   * getifaddrs.dpatch: Patching src/traffic.c to read data from /proc instead
81     of using getifaddrs(). getifaddrs() does not seem to work correctly on 
82     AMD64.
84  -- Sebastian Harl <sh@tokkee.org>  Fri,  7 Jul 2006 15:49:42 +0200