Code

Made package binNMUable.
[pkg-collectd.git] / debian / changelog
1 collectd (3.10.3-1) unstable; urgency=low
3   * New upstream release.
4   * Made package binNMUable:
5     - Upstream assures API backward compatibility only between patch releases.
7  -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 12:25:34 +0000
9 collectd (3.10.2-1) unstable; urgency=low
11   * New upstream release.
12     - Retry connecting to remote host and database in ping and mysql plugins
13       respectively (Closes: #393742).
14   * Replaced libcurl3-dev build dependency with libcurl3-gnutls-dev to prevent
15     linking against libssl.
17  -- Sebastian Harl <sh@tokkee.org>  Fri,  3 Nov 2006 15:18:17 +0000
19 collectd (3.10.1-4) unstable; urgency=low
21   * Changed collectd-dbg's section and priority to "devel" and "extra"
22     respectively.
23   * Set init start sequence code to 95 to be sure to start after any daemons
24     that data is collected from.
26  -- Sebastian Harl <sh@tokkee.org>  Thu,  5 Oct 2006 10:25:07 +0000
28 collectd (3.10.1-3) unstable; urgency=low
30   * Added --oknodo to start-stop-daemon in the init script (Closes: #379703).
32  -- Sebastian Harl <sh@tokkee.org>  Tue, 25 Jul 2006 18:34:55 +0200
34 collectd (3.10.1-2) unstable; urgency=low
36   * Added collectd-dbg package.
38  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 23:39:42 +0200
40 collectd (3.10.1-1) unstable; urgency=low
42   * New upstream release.
43   * Dynamically link against external liboping.
44     - New binary package collectd-ping.
45     - Added collectd-ping to suggested packages.
46   * Moved config file from /usr/share/doc/collectd/examples/ to
47     /etc/collectd/.
49  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 21:43:37 +0200
51 collectd (3.10.0-1) unstable; urgency=low
53   * New upstream release.
54     New plugins:
55     - APC UPS's charge, load, input/output/battery voltage, etc.: apcups
56     - NTP daemon's local clock drift, offset to peers, etc.: ntpd
57   * Upstream no longer provides a debian/ directory. Thus no repackaging is
58     required any longer.
59   * Not using getifaddrs() is now the default in upstream. getifaddrs.dpatch
60     no longer needed.
61   * Added collectd-hddtemp as a suggestion to the collectd package.
63  -- Sebastian Harl <sh@tokkee.org>  Sun,  9 Jul 2006 21:52:13 +0200
65 collectd (3.9.4+debian-1) unstable; urgency=low
67   * Initial release (Closes: #373008).
68   * Removed upstream's debian/ directory from .orig.tar.gz.
69   * getifaddrs.dpatch: Patching src/traffic.c to read data from /proc instead
70     of using getifaddrs(). getifaddrs() does not seem to work correctly on 
71     AMD64.
73  -- Sebastian Harl <sh@tokkee.org>  Fri,  7 Jul 2006 15:49:42 +0200