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 e704b25..d6c87c6 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 9fe842a..c0bc516 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 8d04e16..14e450b 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.