Bumped version to 4.2.1; Updated ChangeLog. collectd-4.2.1
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 8 Nov 2007 20:55:13 +0000 (21:55 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 8 Nov 2007 20:55:13 +0000 (21:55 +0100)
ChangeLog
version-gen.sh

index 526d463..5fe505a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-08, Version 4.2.1
+       * tcpconns plugin: Don't complain about a missing file if IPv6 is not
+         enabled on the host.
+       * snmp plugin: Fix a memory leak.
+
 2007-10-27, Version 4.2.0
        * collectd: The new config option `Include' lets you include other
          configfiles and thus split up your config into smaller parts. This
index ccd3a2e..7691387 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION="4.2.0.git"
+DEFAULT_VERSION="4.2.1.git"
 
 VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"