mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 13:50:41 +01:00
maintain ChangeLog
This commit is contained in:
parent
387a6789be
commit
511c91959f
11
ChangeLog
11
ChangeLog
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user