summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 79f871e)
raw | patch | inline | side by side (parent: 79f871e)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 11 Jan 2008 10:24:19 +0000 (11:24 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 11 Jan 2008 10:24:19 +0000 (11:24 +0100) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 74a13e05d3a4c7cd9e7dcfd0fb451a05e85d54da..9354272acac45a5aa7956daf03f539a5c353e6e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2008-12-11, Version 4.1.6
+ * unixsock plugin: A bug in the unixsock plugin caused it not to set
+ the permission on the socket as documented in the manpage. Thanks to
+ Evgeny Chukreev for fixing this issue.
+ * collectd: The documentation has been improved.
+
2007-12-27, Version 4.1.5
* rrdtool plugin: Fix a memory leak that only occured in very-low-
memory situations.
diff --git a/version-gen.sh b/version-gen.sh
index 081ef96d5d80589b268ca7ed2fa117f94d8faeb0..9243faed8833f837070ca7ade6601619c3758bc3 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.1.5.git"
+DEFAULT_VERSION="4.1.6.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"