summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 560ba5a)
raw | patch | inline | side by side (parent: 560ba5a)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 24 Oct 2007 18:51:51 +0000 (20:51 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 24 Oct 2007 18:51:51 +0000 (20:51 +0200) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 099a5ca4272b50bb308ae866b949adfaa130ae24..a88680181b4a3375c8de00178a99f7adca002730 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2007-10-24, Version 4.1.3
+ * collectd: A build issue under Solaris has been resolved by renaming
+ data types.
* rrdtool plugin: Use the threadsafe RRD-library if available. Try to
be more threadsafe otherwise by locking calls to the library.
diff --git a/version-gen.sh b/version-gen.sh
index acae67bfd2e81202f5ebc8285d86581649dc51d5..66cd77743728e9651e74aad7d0d7a31b27c4f752 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.1.2.git"
+DEFAULT_VERSION="4.1.3.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"