From 5cc9bd7c58bfa63dd06f0d231cf73a0b1d301105 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 1 Nov 2006 11:46:42 +0100 Subject: [PATCH] Bumped version to 3.10.2; Updated ChangeLog. --- ChangeLog | 14 ++++++++++++++ configure.in | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3c6fa297..e3cec858 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2006-11-01, Version 3.10.2 + * The sample config file has been improved. + * Errors in the manpages have been corrected. + * The ping-plugin now adds hosts during initialization, not during + startup. This speeds up starup when no network connectivity is + available. Also, the hosts are being added later when the network is + available. + * Improved BSD-support for the df-plugin. + * Fixed syntax errors in the swap-plugin for Mac OS X. + * Fix a wrong structure being passed to `getnameinfo' in the ntpd- + plugin. + * Don't disable the mysql-plugin if connecting to the database fails + during initialization. Instead, try again in increasing intervals. + 2006-07-19, Version 3.10.1 * A bug in the apcups plugin was fixed: Is the plugin is loaded, but the apcups cannot be reached, unconnected sockets will pile up and diff --git a/configure.in b/configure.in index 679127e5..b0177dde 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(collectd, 3.10.1) +AC_INIT(collectd, 3.10.2) AC_CONFIG_SRCDIR(src/collectd.c) AC_CONFIG_HEADERS(src/config.h) AM_INIT_AUTOMAKE(dist-bzip2) -- 2.30.2