maintain ChangeLog

This commit is contained in:
Rainer Gerhards 2019-02-19 18:38:03 +01:00
parent 387a6789be
commit 511c91959f
No known key found for this signature in database
GPG Key ID: 0CB6B2A8BE80B499

View File

@ -5,6 +5,17 @@ Version 8.1903.0 (aka 2019.03) 2019-03-05
module and plans to support it in the future.
- imrelp/omrelp: add capability to specify tlslib for librelp
closes https://github.com/rsyslog/rsyslog/issues/3451
- omclickhouse bugfix: default template unusable
STDSQL option added to the default template used in output module of clickhouse
Thanks to gagandeep trivedi for the patch.
- omclickhouse "bugfix": work-around failed error detection
omclickhouse uses a questionable method to check if a request generated
an error. We have seen the method to fail when we slightly upgraded clickhouse
server in CI testing.
This commit makes the method a bit more reliable without really fixing it.
But it's at least a short-term solution.
This should be changed to a proper status check. I assume such is possible.
see also https://github.com/rsyslog/rsyslog/issues/3485
- imptcp bugfix: overly long socket bind path can lead to segfault
if the `path` input parameter is overly long (e.g. more than 108
characters on some platforms) a non-terminated string is generated