summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ea3d93b)
raw | patch | inline | side by side (parent: ea3d93b)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 3 Oct 2009 15:44:24 +0000 (17:44 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 3 Oct 2009 15:44:24 +0000 (17:44 +0200) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index f88135ff7b645163acb33c66d5324bb713d739f1..e70f9858016999de309bfe8fd2f1a084e973fade 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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 bfe87719b93072b74218fb9b7b22fed97f64ba59..9ef547042f53e9c72e9181e2b277a2dc78b5f4fb 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.7.3.git"
+DEFAULT_VERSION="4.7.4.git"
VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"