summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bf84604)
raw | patch | inline | side by side (parent: bf84604)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 5 Jul 2007 20:02:48 +0000 (22:02 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 5 Jul 2007 20:02:48 +0000 (22:02 +0200) |
ChangeLog | patch | blob | history | |
configure.in | patch | blob | history | |
contrib/PerlLib/Collectd.pm | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 2d05d35d00c4d00d57abf8e916519877f7b3f4ba..cd3f54b8bdd8235a522ee26e84a57bae7e510e57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2007-07-05, Version 4.0.5
+ * Portability: More fixes for OpenBSD have been included.
+
2007-06-24, Version 4.0.4
* cpu plugin: Fixed the Solaris code.
* dns plugin: Fixed a build issue for OpenBSD.
diff --git a/configure.in b/configure.in
index 408d8d1ef18e9371da6e98d16946ad5e70eb3143..62ec8b23b07a1fe912e608d3a77e032e8951d2d8 100644 (file)
--- a/configure.in
+++ b/configure.in
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 4.0.4)
+AC_INIT(collectd, 4.0.5)
AC_CONFIG_SRCDIR(src/collectd.c)
AC_CONFIG_HEADERS(src/config.h)
AM_INIT_AUTOMAKE(dist-bzip2)
index 86485ca7b066477ce485da947ebb7842357cc383..4d0e995b7b85e11ad231903e91e1b99ed308e176 100644 (file)
Exporter::export_ok_tags('all');
-bootstrap Collectd "4.0.4";
+bootstrap Collectd "4.0.5";
1;