summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 69faa36)
raw | patch | inline | side by side (parent: 69faa36)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 3 Aug 2007 08:09:47 +0000 (10:09 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 3 Aug 2007 08:09:47 +0000 (10:09 +0200) |
ChangeLog | patch | blob | history | |
configure.in | patch | blob | history | |
contrib/PerlLib/Collectd.pm | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 465701d503b7512b1b56d5d0908a07ec3c4cb8a5..d884654689d9b133812628bd640ef2680dd53ae0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
documentation.
* syslog plugin: Call `openlog' right when the plugin is loaded, so
configuration messages will end up in the logging facility.
+ * conrtib/fedora: The contributed specfile for Fedora has been
+ updated.
2007-07-05, Version 4.0.5
* Portability: More fixes for OpenBSD have been included.
diff --git a/configure.in b/configure.in
index 62ec8b23b07a1fe912e608d3a77e032e8951d2d8..41bb7097b519be3c61862720be1071edb1880c66 100644 (file)
--- a/configure.in
+++ b/configure.in
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 4.0.5)
+AC_INIT(collectd, 4.0.6)
AC_CONFIG_SRCDIR(src/collectd.c)
AC_CONFIG_HEADERS(src/config.h)
AM_INIT_AUTOMAKE(dist-bzip2)
index 4d0e995b7b85e11ad231903e91e1b99ed308e176..ed7cfa45c5283ef8d85f41226d0643db9038c7e5 100644 (file)
Exporter::export_ok_tags('all');
-bootstrap Collectd "4.0.5";
+bootstrap Collectd "4.0.6";
1;