Skip to content

Commit 1f94db2

Browse files
committed
Bump version to 5.6.1; Update ChangeLog.
1 parent d0408cb commit 1f94db2

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

ChangeLog

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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+
125
2016-09-11, Version 5.6.0
226
* Build system: An option to to avoid building the DF plugin against XFS
327
has been added. Thanks to Ruben Kerkhof. #1878

version-gen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
DEFAULT_VERSION="5.6.0.git"
3+
DEFAULT_VERSION="5.6.1.git"
44

55
if [ -d .git ]; then
66
VERSION="`git describe --dirty=+ --abbrev=7 2> /dev/null | grep collectd | sed -e 's/^collectd-//' -e 's/-/./g'`"

0 commit comments

Comments
 (0)