From 2b9ee16620622ab98a8e1bfb2f945ac93e1b2f46 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 13 Jul 2013 11:41:35 +0200 Subject: [PATCH] Bump version to 5.3.1; Update ChangeLog. --- ChangeLog | 17 +++++++++++++++++ version-gen.sh | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) 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-//'`" -- 2.30.2