From: Florian Forster Date: Sat, 13 Jul 2013 09:41:35 +0000 (+0200) Subject: Bump version to 5.3.1; Update ChangeLog. X-Git-Tag: collectd-5.3.1 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=refs%2Ftags%2Fcollectd-5.3.1 Bump version to 5.3.1; Update ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index 27f58e9a..acbf7bba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2013-07-13, Version 5.3.1 + * Documentation: Various fixes. + * Configuration: Fix error handling: Errors in included files were + ignored, causing configuration mistakes to go unnoticed. + * dns plugin: Don't abort when PCAP returns an error. + * modbus plugin: The reconnection strategy was improved, fixing a + segfault in the libmodbud library. Thanks to Stefan Nickl and + Fabien Wernli for their patches. + * mysql plugin: The notification about a newly running MySQL slave + thread has been fixed. Thanks to Joaquín Cuenca Abela for the patch. + * snmp plugin: A build issue has been fixed (C99 mixed declaration). + The end-of-tree check has been improved by Pierre-Yves Ritschard. + * threshold plugin: Handling of the "Interesting" configuration option + has been fixed. Thanks to Björn for the patch. + * write_riemann plugin: A memory leak has been fixed. Thanks to Dave + Cottlehuber for reporting it. + 2013-04-09, Version 5.3.0 * collectd: The "Include" statements can now be limited to include only matching files in a directory. Thanks to Sebastian Harl for his diff --git a/version-gen.sh b/version-gen.sh index 4be9a494..1ac1bc15 100755 --- a/version-gen.sh +++ b/version-gen.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -DEFAULT_VERSION="5.3.0.git" +DEFAULT_VERSION="5.3.1.git" VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"