maintain ChangeLog

This commit is contained in:
Rainer Gerhards 2017-10-22 15:43:02 +02:00
parent 4daba00d3d
commit f5a7fc9f93

View File

@ -15,6 +15,10 @@ Version 8.31.0 [v8-stable] 2017-11-28
closes https://github.com/rsyslog/rsyslog/issues/1832
- mmanon fix: make build under gcc 7
Thanks to William Dauchy for the patch
- mmpstrucdata bugfix: formatting error of ']' char
This was invalidly formatted as '"'. Thanks to github user
wu3396 for the error report including the patch idea.
closes https://github.com/rsyslog/rsyslog/issues/1826
- core bugfix: potential segfault when shutting down rsyslog
when rulesets are nested a segfault can occur when shutting down
rsyslog. the reason is that rule sets are destructed in load order,