Code

Bump version to 5.3.1; Update ChangeLog. collectd-5.3.1
authorFlorian Forster <octo@collectd.org>
Sat, 13 Jul 2013 09:41:35 +0000 (11:41 +0200)
committerFlorian Forster <octo@collectd.org>
Sat, 13 Jul 2013 09:41:35 +0000 (11:41 +0200)
ChangeLog
version-gen.sh

index 27f58e9a4747a51c51a37bb516f9d55df094a520..acbf7bbad19bc7c4925e49d9e6777acc67317feb 100644 (file)
--- 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
index 4be9a4946426f4a370d4880e40695fd53235c543..1ac1bc150cb86682af346cf200a0c4838aa9c927 100755 (executable)
@@ -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-//'`"