summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 64c048e)
raw | patch | inline | side by side (parent: 64c048e)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 1 Nov 2006 10:46:42 +0000 (11:46 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 1 Nov 2006 10:46:42 +0000 (11:46 +0100) |
ChangeLog | patch | blob | history | |
configure.in | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 3c6fa2976f7d3d8504d75e73b7c084dc52436541..e3cec8580f8a9bf84053668fc9c3e44d97ded732 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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 679127e536c4fa34c03b26d124284a2814ca7809..b0177dde938dfcd03eb62677a550a543296193e1 100644 (file)
--- a/configure.in
+++ b/configure.in
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)