mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 04:30:43 +01:00
maintain ChangeLog
This commit is contained in:
parent
09cff653f7
commit
fffda03d47
15
ChangeLog
15
ChangeLog
@ -5,6 +5,15 @@ Version 8.31.0 [v8-stable] 2017-11-28
|
||||
Was not done so far and caused grief when troubleshooting issues.
|
||||
- omfwd bugfix: generate error message on connection failure
|
||||
- imtcp bugfix: "streamdriver.mode" parameter could not be set to 0
|
||||
- imjournal bugfix: module was defunctional
|
||||
The open function was broken by commit 92ac801, resulting in
|
||||
no data being ever read from the journal.
|
||||
patch bases on the idea of Radovan Sroka given here:
|
||||
https://github.com/rsyslog/rsyslog/issues/1895#issuecomment-339017357
|
||||
but follows the current imjournal-paradigm of having the journal
|
||||
handle inside a global variable.
|
||||
see also https://github.com/rsyslog/rsyslog/issues/1895
|
||||
closes https://github.com/rsyslog/rsyslog/issues/1897
|
||||
- [io]mgssapi: fix build problems (regression from 8.30.0)
|
||||
- [io]czmq: fix build problems on some platforms (namely gcc 7, clang 5)
|
||||
- imfile: some small performance enhancements
|
||||
@ -16,6 +25,12 @@ Version 8.31.0 [v8-stable] 2017-11-28
|
||||
everyone meant it should still be handled via suspension. See
|
||||
github tracker below for more details.
|
||||
closes https://github.com/rsyslog/rsyslog/issues/1832
|
||||
- [io]mrelp bugfix: segfault on startup if configured cert not readable
|
||||
When the certificate file specified in the omrelp/imrelp configuration
|
||||
can't be accessed, e.g. because it doesn't exist or you don't have
|
||||
permission to do so, a Segmentation Fault will appear when you start
|
||||
Rsyslog. This commit fixes that problem.
|
||||
closes https://github.com/rsyslog/rsyslog/issues/1869
|
||||
- mmanon fix: make build under gcc 7
|
||||
Thanks to William Dauchy for the patch
|
||||
- mmpstrucdata bugfix: formatting error of ']' char
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user