From 973b0ccad8b6b2c42165b286a847d1485c369023 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 27 Dec 2007 10:34:39 +0100 Subject: [PATCH] Bumped version to 4.1.5; Updated ChangeLog. --- ChangeLog | 6 ++++++ version-gen.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 269520c8..74a13e05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-12-27, Version 4.1.5 + * rrdtool plugin: Fix a memory leak that only occured in very-low- + memory situations. + * sensors plugin: Updated the plugin to build and work with version 3 + of the libsensors library. + 2007-11-08, Version 4.1.4 * Build system: Improve detection of the rrd library, especially if it's in a non-standard location. diff --git a/version-gen.sh b/version-gen.sh index 9ec71481..081ef96d 100755 --- a/version-gen.sh +++ b/version-gen.sh @@ -1,6 +1,6 @@ #!/bin/sh -DEFAULT_VERSION="4.1.4.git" +DEFAULT_VERSION="4.1.5.git" VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )" -- 2.11.0