diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-18 09:19:59 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-18 09:19:59 +0200 |
commit | 09f1216c5e4cc3c9f4906a86680b5290808d2166 (patch) | |
tree | c7c1733376a3bcccf32ce6f45f0efaecc109861d | |
parent | 7a40524f9bdbe2febce88ccbf34e763aac635ded (diff) | |
download | rsyslog-09f1216c5e4cc3c9f4906a86680b5290808d2166.tar.gz rsyslog-09f1216c5e4cc3c9f4906a86680b5290808d2166.tar.bz2 rsyslog-09f1216c5e4cc3c9f4906a86680b5290808d2166.zip |
doc: add last bugfix to ChangeLog
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ Version 7.4.5 [v7.4-stable] 2013-09-?? string comparisons - omelasticsearch: add failed.httprequests stats counter - bugfix: segfault if re_extract() function was used and no match found +- bugfix: potential misadressing on startup if property-filter was used + This could happen if the property name was longer than 127 chars, a case + that would not happen in practice. - bugfix: omelasticsearch: correct failed.http stats counter - bugfix: omelasticsearch: did not correctly initialize stats counters - bugfix: omelasticsearch: failed.es counter was only maintained in bulk mode |