summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 08597c4)
raw | patch | inline | side by side (parent: 08597c4)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 4 Oct 2009 07:06:18 +0000 (09:06 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 4 Oct 2009 07:06:18 +0000 (09:06 +0200) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 777f4a6acf68319aa0d39235e3b5fc28de664587..7ade19e87cbfa0785bb292c9999ed2835823f548 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2009-10-04, Version 4.8.0
+ * 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.8.0
* collectd: Two new data source types, “DERIVE” and “ABSOLUTE”, have
been added. “DERIVE” can be used for counters that are reset
diff --git a/version-gen.sh b/version-gen.sh
index f2c61f54527075dbc263adbbd97d70b96a2a3e18..e0114d0422a0a94c0ac071628e314e09221dbac3 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.8.0.git"
+DEFAULT_VERSION="4.8.1.git"
VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"