~ubuntu-branches/ubuntu/oneiric/collectd/oneiric

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Morten Kjeldgaard
  • Date: 2008-11-18 15:54:20 UTC
  • mfrom: (1.1.5 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20081118155420-sc2mxv2pebafkmon
Tags: 4.4.2-2ubuntu1
* Merge from Debian unstable (LP: #298828). Remaining Ubuntu changes:
* Add ubuntu_in6-glibc28.dpatch patch, fix FTBFS.
* Add ubuntu_hardening.dpatch patch, fix FTBFS.
* Add ubuntu_perl.c.dpatch, fix FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
collectd (4.4.2-2ubuntu1) jaunty; urgency=low
 
2
 
 
3
  * Merge from Debian unstable (LP: #298828). Remaining Ubuntu changes:
 
4
  * Add ubuntu_in6-glibc28.dpatch patch, fix FTBFS.
 
5
  * Add ubuntu_hardening.dpatch patch, fix FTBFS.
 
6
  * Add ubuntu_perl.c.dpatch, fix FTBFS.
 
7
  
 
8
 -- Morten Kjeldgaard <mok0@ubuntu.com>  Tue, 18 Nov 2008 15:54:20 +0100
 
9
 
 
10
collectd (4.4.2-2) unstable; urgency=low
 
11
 
 
12
  * Removed the work around for #474087 (broken openipmi .pc files) introduced
 
13
    in 4.4.1-1 and instead build depend on libopenipmi-dev (>= 2.0.14-1~)
 
14
    which includes fixed .pc files. This fixes an undefined symbol error when
 
15
    loading the ipmi plugin caused by that work around (Closes: #494665).
 
16
  * debian/collectd.init.d:
 
17
    - The "status" command now exits with 1 if collectd is not running.
 
18
    - Do not suppress output when checking the configuration with the -t
 
19
      command line option. This will also show errors that don't cause
 
20
      collectd to abort, e.g. failure to load plugins (Closes: #499232).
 
21
  * debian/control:
 
22
    - Added librrd-dev as the preferred option to the librrd2-dev build
 
23
      dependency - the latter one is a virtual package since rrdtool 1.3.
 
24
  * Added debian/patches/perl_deadlock.dpatch - upstream patch to fix a
 
25
    possible deadlock in the perl plugin (Closes: #499179).
 
26
  * Added debian/patches/memory_libstatgrab.dpatch - trivial upstream patch to
 
27
    fix a typo in the libstatgrab code of the memory plugin.
 
28
  * Added debian/patches/collectd_memleak.dpatch - trivial upstream patch to
 
29
    fix a possible memory leak.
 
30
  * Added debian/patches/snmp_memleak.dpatch - trivial upstream patch to fix a
 
31
    possible memory leak in the snmp plugin.
 
32
  * Added debian/patches/memcached_fdleak.dpatch - trivial upstream patch to
 
33
    fix a possible file descriptor leak in the memcached plugin.
 
34
  * Added debian/patches/memcached_timeout.dpatch - trivial upstream patch to
 
35
    fix the timeout passed to poll(2).
 
36
 
 
37
 -- Sebastian Harl <sh@tokkee.org>  Thu, 18 Sep 2008 19:12:54 +0200
 
38
 
 
39
collectd (4.4.2-1) unstable; urgency=low
 
40
 
 
41
  * New upstream release.
 
42
  * Removed librrd0-dev and libmysqlclient14-dev from the build-dependencies -
 
43
    those package are no longer available since Etch.
 
44
  * Removed byacc from the build-dependencies - collectd now requires bison.
 
45
  * Removed libupsclient-config.sh - upstream now supports pkg-config for
 
46
    libupsclient.
 
47
  * Include collection3 in /usr/share/doc/collectd/examples/:
 
48
    - Updated README.Debian to point the collection3's README.
 
49
    - Added libconfig-general-perl to the suggested packages.
 
50
  * README.Debian: Added a note about how to get collectd2html.pl working with
 
51
    version 4 of collectd.
 
52
  * Added debian/patches/myplugin_strcpy.dpatch - use sstrncpy() instead of
 
53
    strcpy() which is poisoned in collectd.h.
 
54
  * collectd.overrides: Removed shlib-with-non-pic-code for nut.so - the
 
55
    plugin now links against the shared libupsclient.
 
56
  * Do not compress any example files, so they may be used directly.
 
57
 
 
58
 -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 19:58:58 +0200
 
59
 
 
60
collectd (4.4.1-2) unstable; urgency=low
 
61
 
 
62
  * Restrict libcurl4-gnutls-dev build dependency to versions which are not
 
63
    affected by #488701 (Closes: #489091).
 
64
  * Added linux-libc-dev (<< 2.6.25-1) as an option to the linux-libc-dev
 
65
    (>= 2.6.25-4) build dependency - those versions are not affected by
 
66
    #479899.
 
67
  * Added build dependency on pkg-config - this is used by collectd's
 
68
    configure script to check for a couple of libraries.
 
69
  * Added libupsclient-config.sh to imitate libupsclient-config which is no
 
70
    longer available. libupsclient-config.sh is a simple wrapper around
 
71
    pkg-config. This is a workaround until upstream supports pkg-config for
 
72
    libupsclient.
 
73
  * Replaced nut-dev build dependency with libupsclient1-dev:
 
74
    Reenabled the "nut" plugin on all architectures.
 
75
 
 
76
 -- Sebastian Harl <sh@tokkee.org>  Mon, 07 Jul 2008 20:45:53 +0000
 
77
 
1
78
collectd (4.4.1-1ubuntu1) intrepid; urgency=low
2
79
 
3
80
  * Add in6-glibc28.dpatch patch, fix FTBFS (LP: #255837).