File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2016-10-07, Version 5.6.1
2
+ * Build system: Unnecessary linking of the Write Graphite plugin with
3
+ libyajl has been removed. Thanks to Marc Fournier.
4
+ Debian#839771, #1976
5
+ * collectd: A bug in the "FlushInterval" option that caused a
6
+ segmentation fault in the Write HTTP plugin has been fixed. Thanks to
7
+ Florian Forster. #1954
8
+ * Apache plugin: A syntax error has been fixed. Thanks to Florian
9
+ Forster.
10
+ * cURL-JSON plugin: A segmentation fault that occurred when handling
11
+ JSON with unexpected structure has been fixed. Thanks to Florian
12
+ Forster. #1896
13
+ * PostgreSQL plugin: Handling of "NULL" values in the "query_plans" and
14
+ "query_plans_by_table" queries has been fixed. Thanks to Bernd
15
+ Zeimetz. #1905
16
+ * RRDCacheD plugin: Reconnection behavior has been added. Thanks to
17
+ Sebastian Harl. Debian#657877
18
+ * VServer plugin: Use of a deprecated API ("readdir_r()") has been
19
+ fixed. Thanks to Sebastian Harl.
20
+ * Write Graphite plugin: Make default values configurable at compile
21
+ time again. Thanks to Florian Forster. #1953
22
+ * Write HTTP plugin: A bug has been fixed that lead to flush callbacks
23
+ being registered twice. Thanks to Florian Forster. #1955
24
+
1
25
2016-09-11, Version 5.6.0
2
26
* Build system: An option to to avoid building the DF plugin against XFS
3
27
has been added. Thanks to Ruben Kerkhof. #1878
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- DEFAULT_VERSION=" 5.6.0 .git"
3
+ DEFAULT_VERSION=" 5.6.1 .git"
4
4
5
5
if [ -d .git ]; then
6
6
VERSION=" ` git describe --dirty=+ --abbrev=7 2> /dev/null | grep collectd | sed -e ' s/^collectd-//' -e ' s/-/./g' ` "
You can’t perform that action at this time.
0 commit comments