Bumped version to 4.8.1; Updated ChangeLog.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 4 Oct 2009 07:06:18 +0000 (09:06 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 4 Oct 2009 07:06:18 +0000 (09:06 +0200)
ChangeLog
version-gen.sh

index 777f4a6..7ade19e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+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
index f2c61f5..e0114d0 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION="4.8.0.git"
+DEFAULT_VERSION="4.8.1.git"
 
 VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"