Code

Bumped version to 4.1.5; Updated ChangeLog. collectd-4.1.5
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 27 Dec 2007 09:34:39 +0000 (10:34 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 27 Dec 2007 09:34:39 +0000 (10:34 +0100)
ChangeLog
version-gen.sh

index 269520c8a2df1a8532139b7b14b49728603fe890..74a13e05d3a4c7cd9e7dcfd0fb451a05e85d54da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-27, Version 4.1.5
+       * rrdtool plugin: Fix a memory leak that only occured in very-low-
+         memory situations.
+       * sensors plugin: Updated the plugin to build and work with version 3
+         of the libsensors library.
+
 2007-11-08, Version 4.1.4
        * Build system: Improve detection of the rrd library, especially if
          it's in a non-standard location.
index 9ec71481cebac1b8bb97074dc11a59f012e5acc4..081ef96d5d80589b268ca7ed2fa117f94d8faeb0 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION="4.1.4.git"
+DEFAULT_VERSION="4.1.5.git"
 
 VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"