summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a4f351e)
raw | patch | inline | side by side (parent: a4f351e)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 31 Aug 2007 10:17:48 +0000 (12:17 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 31 Aug 2007 10:17:48 +0000 (12:17 +0200) |
ChangeLog | patch | blob | history | |
configure.in | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index d6c87c603f18ff0ede931ac11d595f2a2d9ed3f6..49e5983c885ef4d09db832f86ff63cc20923dca0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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.
diff --git a/configure.in b/configure.in
index c0bc5167cbf566e7a736340253a91bbe516512be..f03534ddc954e762cdc5c496d5ae11375fddb335 100644 (file)
--- a/configure.in
+++ b/configure.in
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)