Merge branch 'collectd-5.1' into collectd-5.2
[collectd.git] / ChangeLog
index 0ae8eb1..c59e112 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2013-01-27, Version 5.1.2
+2013-01-27, Version 5.2.1
        * Build system: "make distcheck" has been fixed. Build fixes Solaris
          and systems without gcrypt. Thanks to Yves Mettier for his patches.
        * collectd: The complaint mechanism was fixed. It reported messages
        * network plugin: Build issues on FreeBSD have been fixed. Thanks to
          Ed Schouten for his patch.
        * postgresql plugin: A memory leak in the writing code has been fixed.
-         Thanks to Sebastian Harl for fixing this problem.
+         A use-after-free issue that happened when more than one database was
+         configured was fixed. Thanks to Sebastian Harl for fixing these
+         problems.
        * redis plugin: A build failure has been fixed. Thanks to Pierre-Yves
          Ritschard for his patch.
        * varnish plugin: Fix a problem with instances without name.
-       * write_graphite: A regression which rendered the "SeparateInstances"
-         and "AlwaysAppendDS" options unusable has been fixed. A failed
-         assertion when using types with many data sources has been fixed.
-         Improve reporting of connection errors to not spam log files too
-         much. Thanks to Pierre-Yves Ritschard for reporting the logging
-         problem.
+       * write_graphite plugin: A regression which rendered the
+         "SeparateInstances" and "AlwaysAppendDS" options unusable has been
+         fixed. A failed assertion when using types with many data sources
+         has been fixed. Improve reporting of connection errors to not spam
+         log files too much. Thanks to Pierre-Yves Ritschard for reporting
+         the logging problem.
        * zfs_arc plugin: Fix the type used for mutex misses. Thanks to Yves
          Mettier for reporting this bug.