Code

Bumped version to 3.11.5; Updated ChangeLog. collectd-3.11.5
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 29 May 2007 20:51:49 +0000 (22:51 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 29 May 2007 20:51:49 +0000 (22:51 +0200)
ChangeLog
configure.in
debian/changelog

index e704b25496e44ac39b2312e5ce5c98409ea45e13..d6c87c603f18ff0ede931ac11d595f2a2d9ed3f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-29, Version 3.11.5
+       * configure: Added `AC_SYS_LARGEFILE' for LFS.
+       * ntpd plugin: Fix a potential buffer overflow.
+       * processes plugin: Fix a bug when run under Linux 2.4. All processes
+         were accounted as `zombies'.
+
 2007-04-10, Version 3.11.4
        * dns plugin: Change the order of includes to make the plugin compile
          under FreeBSD.
index 9fe842ace930bce4225e955becc3fe56976ab3f1..c0bc5167cbf566e7a736340253a91bbe516512be 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 3.11.4)
+AC_INIT(collectd, 3.11.5)
 AC_CONFIG_SRCDIR(src/collectd.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)
index 8d04e16c0df60f3ec684905f8ee5861210f033cd..14e450b30587dab2dd32853f11e3f1b2dede5651 100644 (file)
@@ -1,3 +1,9 @@
+collectd (3.11.5-0octo1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Florian Forster <octo@leeloo.home.verplant.org>  Tue, 29 May 2007 22:50:59 +0200
+
 collectd (3.11.4-0octo1) unstable; urgency=low
 
   * New upstream release.