From: Matthias Runge Date: Tue, 1 Oct 2019 10:22:23 +0000 (+0200) Subject: Add changelog to prepare 5.9.2 release X-Git-Tag: collectd-5.9.2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3290%2Fhead;p=thirdparty%2Fcollectd.git Add changelog to prepare 5.9.2 release --- diff --git a/ChangeLog b/ChangeLog index 2e919a8e0..e558a2621 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2019-10-01, Version 5.9.2 + * syslog plugin: Don't fail if syslog loglevel doesn't match. Thanks to + Fabien Wernli. #3236 #3238 + * collectd: Fix ssnprintf wrapper. Thanks to Fabien Wernli. #3237 + * rdt plugin: Fix compile time issues. Thanks to Matthias Runge. #3245 + 2019-07-24, Version 5.9.1 * collectd: redhat spec: fix build due to new upstream plugins. Thanks to Fabien Wernli. #3175