summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e781b99)
raw | patch | inline | side by side (parent: e781b99)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 27 Dec 2007 09:34:39 +0000 (10:34 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 27 Dec 2007 09:34:39 +0000 (10:34 +0100) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 269520c8a2df1a8532139b7b14b49728603fe890..74a13e05d3a4c7cd9e7dcfd0fb451a05e85d54da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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.
diff --git a/version-gen.sh b/version-gen.sh
index 9ec71481cebac1b8bb97074dc11a59f012e5acc4..081ef96d5d80589b268ca7ed2fa117f94d8faeb0 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.1.4.git"
+DEFAULT_VERSION="4.1.5.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"