summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cb72a22)
raw | patch | inline | side by side (parent: cb72a22)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 21 Jan 2008 09:41:29 +0000 (10:41 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 21 Jan 2008 09:41:29 +0000 (10:41 +0100) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index b9e9fb6d3c45c1102e3af2eaf70d85d132e3e1db..6a85d58c706d7a3308f081574af6f2ad102c36fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2008-01-21, Version 4.2.4
+ * 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-28, Version 4.2.3
* sensors plugin: Updated the plugin to build and work with version 3
of the libsensors library.
diff --git a/version-gen.sh b/version-gen.sh
index c4222aa58bbe96d8dc891660e7ccf324214626b0..187cfcc49f3f988d8faf522f0491f3c46ab0a91d 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.2.3.git"
+DEFAULT_VERSION="4.2.4.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"