From 67eb2be26b1d25f52df8bfcb74d64553866b9534 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 25 Jan 2013 23:04:03 +0100 Subject: [PATCH] Bumped version to 5.1.2; Updated ChangeLog. --- ChangeLog | 18 ++++++++++++++++++ version-gen.sh | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ef2023a9..4e0439ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2013-01-25, Version 5.1.2 + * Build system: "make distcheck" has been fixed. Thanks to Yves + Mettier for his patches. + * collectd: The complaint mechanism was fixed. It reported messages + more frequently than intended. + * dns plugin: Build issues on FreeBSD have been fixed. Thanks to + Ed Schouten for his patch. + * ethstat plugin: Fix the "Map" config option. An incorrectly used + character pointer may lead to a segmentation fault. + * network plugin: Build issues on FreeBSD have been fixed. Thanks to + Ed Schouten for his patch. + * varnish plugin: Fix a problem with instances without name. + * write_graphite: Improve reporting of connection errors to not spam + log files too much. Thanks to Pierre-Yves Ritschard for reporting + this problem. + * zfs_arc plugin: Fix the type used for mutex misses. Thanks to Yves + Mettier for reporting this bug. + 2012-11-11, Version 5.1.1 * collectd: Create new directories with mode 0777 and let umask remove unwanted permission bits. diff --git a/version-gen.sh b/version-gen.sh index 762d5471..879e3e8d 100755 --- a/version-gen.sh +++ b/version-gen.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -DEFAULT_VERSION="5.1.1.git" +DEFAULT_VERSION="5.1.2.git" VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`" -- 2.30.2