Code

Bumped version to 3.11.6; Updated ChangeLog. collectd-3.11.6
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 31 Aug 2007 10:17:48 +0000 (12:17 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 31 Aug 2007 10:17:48 +0000 (12:17 +0200)
ChangeLog
configure.in

index d6c87c603f18ff0ede931ac11d595f2a2d9ed3f6..49e5983c885ef4d09db832f86ff63cc20923dca0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-08-31, Version 3.11.6
+       * processes plugin: Fix a potential segmentation fault.
+
 2007-05-29, Version 3.11.5
        * configure: Added `AC_SYS_LARGEFILE' for LFS.
        * ntpd plugin: Fix a potential buffer overflow.
index c0bc5167cbf566e7a736340253a91bbe516512be..f03534ddc954e762cdc5c496d5ae11375fddb335 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 3.11.5)
+AC_INIT(collectd, 3.11.6)
 AC_CONFIG_SRCDIR(src/collectd.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)