Bumped version to 4.1.3; Updated ChangeLog. collectd-4.1.3
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 24 Oct 2007 18:51:51 +0000 (20:51 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 24 Oct 2007 18:51:51 +0000 (20:51 +0200)
ChangeLog
version-gen.sh

index 099a5ca..a886801 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+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.
 
index acae67b..66cd777 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION="4.1.2.git"
+DEFAULT_VERSION="4.1.3.git"
 
 VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"