summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6397cdc)
raw | patch | inline | side by side (parent: 6397cdc)
author | Florian Forster <octo@collectd.org> | |
Mon, 23 Jan 2017 07:42:35 +0000 (08:42 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Mon, 23 Jan 2017 07:42:35 +0000 (08:42 +0100) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index db0b0621126eeef1ada772da159de68b213ea165..9f1b639fc9f0081de2957664c64b0779edfbd93d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2017-01-23, Version 5.7.1
+ * collectd: Handling of boolean configuration options has been unified.
+ Thanks to Sebastian Harl. #2083, #2098
+ * collectd: Reporting of internal statistics has been fixed. Thanks to
+ Florian Forster. #2108
+ * collectd, various plugins: Bugs and issues reported by scan-build and
+ coverity-scan have been fixed. Thanks to Ruben Kerkhof and Florian
+ Forster.
+ * Build system: Parallel build have been fixed. Thanks to Ruben Kerkhof.
+ #2110
+ * DPDKStat plugin: Portability issues and a double-close bug have been
+ fixed. Thanks to Ruben Kerkhof and Marc Fournier.
+ * Intel RDT plugin: A check for the libpqos library version has been
+ added. Thanks to Serhiy Pshyk.
+ * NetApp plugin: Compilation problems have been corrected. Thanks to
+ Florian Forster. #2120
+ * Write Prometheus plugin: A memory leak has been fixed. Thanks to Ruben
+ Kerkhof.
+
2016-12-12, Version 5.7.0
* Documentation: The Turbostat plugin section has been improved. Thanks
to Florian Forster
diff --git a/version-gen.sh b/version-gen.sh
index 2083ec38d6dd8a5d3bb4cdfe149507b45c670c36..bdbb847a7c79d99da4edc82b33fb61f658660255 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="5.7.0.git"
+DEFAULT_VERSION="5.7.1.git"
if [ -d .git ]; then
VERSION="`git describe --dirty=+ --abbrev=7 2> /dev/null | grep collectd | sed -e 's/^collectd-//' -e 's/-/./g'`"