summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 908ffa9)
raw | patch | inline | side by side (parent: 908ffa9)
author | Florian Forster <octo@collectd.org> | |
Fri, 25 Jan 2013 22:04:03 +0000 (23:04 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Fri, 25 Jan 2013 22:04:03 +0000 (23:04 +0100) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index ef2023a9bba9b828ac699c9c7a8a732a9930443d..4e0439ace9e0b1944c19a2c9c6e6c359555812a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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 762d54718ebd661872ddffe846ce752b0fed43bb..879e3e8dae22b86fd10a8266d7f307ab54d80a6d 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/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-//'`"