Code

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 099a5ca4272b50bb308ae866b949adfaa130ae24..a88680181b4a3375c8de00178a99f7adca002730 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 acae67bfd2e81202f5ebc8285d86581649dc51d5..66cd77743728e9651e74aad7d0d7a31b27c4f752 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-//' )"