From 44a080a9d7cecc63b7bf1842cdaf7ce357e08c46 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 3 Oct 2009 17:44:24 +0200 Subject: [PATCH] Bumped version to 4.7.4; Updated ChangeLog. --- ChangeLog | 11 +++++++++++ version-gen.sh | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f88135ff..e70f9858 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2009-10-03, Version 4.7.4 + * Build system: Issues when building the iptables plugin have been + fixed. + * exec plugin: Clear the signal block mask before calling exec(2). + * perl plugin: Declare the “environ” variable. This solves build + issues on some platforms. + * processes plugin: Remove unnecessary call of realloc(3). Thanks to + Andrés J. Díaz for the patch. + * unixsock plugin: Fix a (well hidden) race condition related to file + descriptor handling. + 2009-09-13, Version 4.7.3 * collectd: Fix a possible but very rare invalid “free” in the caching code. Thanks to Sebastian Harl for the patch. diff --git a/version-gen.sh b/version-gen.sh index bfe87719..9ef54704 100755 --- a/version-gen.sh +++ b/version-gen.sh @@ -1,6 +1,6 @@ #!/bin/sh -DEFAULT_VERSION="4.7.3.git" +DEFAULT_VERSION="4.7.4.git" VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`" -- 2.11.0